2024-04-13T09:35:06.730 INFO:root:teuthology version: 0.0.1.dev267+g6c63784 2024-04-13T09:35:06.730 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/teuthology-2024-04-08_22:08:01-orch-reef-distro-default-smithi/7646535 --verbose --description orch/cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} --name teuthology-2024-04-08_22:08:01-orch-reef-distro-default-smithi --owner scheduled_teuthology@teuthology -- /home/teuthworker/archive/teuthology-2024-04-08_22:08:01-orch-reef-distro-default-smithi/7646535/orig.config.yaml 2024-04-13T09:35:06.770 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-13T09:35:06.871 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-08_22:08:01-orch-reef-distro-default-smithi/7646535 branch: reef description: orch/cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} email: ceph-qa@ceph.com first_in_suite: false job_id: '7646535' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-08_22:08:01-orch-reef-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: reef 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: 5108bc67b831101bc32a1061150595384640c56c ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5108bc67b831101bc32a1061150595384640c56c selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: reef sha1: d540ebaca6b131a1dd560e7f69e024b133bbaa42 owner: scheduled_teuthology@teuthology priority: 930 repo: https://git.ceph.com/ceph.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: 4929 sha1: 5108bc67b831101bc32a1061150595384640c56c sleep_before_teardown: 0 subset: 11/64 suite: orch suite_branch: reef suite_path: /home/teuthworker/src/git.ceph.com_ceph_d540ebaca6b131a1dd560e7f69e024b133bbaa42/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: d540ebaca6b131a1dd560e7f69e024b133bbaa42 targets: smithi062.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKubmHC8d06CbbxJoNxlK6qPC8Noh3CIBmUAicYPAxyKOLL8kldx0XkPaJLZQsFk2117riFQlifkTx14hox0hfE= smithi064.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJXn0zB8r5pWGPEP2h/d4v6eS7o3CNLaf8ldPZ3a1nC1j3mWSwrcO+xdH7ADB/+XHQy1w1O/bOxTkTfD2zkxxDQ= 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: quay.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 6 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 6c637841c215537a4502385240412f1966e0faab timestamp: 2024-04-08_22:08:01 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 ; ceph health detail ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph orch upgrade status - ceph health detail - 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: teuthology verbose: false 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-04-13T09:35:06.872 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_d540ebaca6b131a1dd560e7f69e024b133bbaa42/qa; will attempt to use it 2024-04-13T09:35:06.873 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_d540ebaca6b131a1dd560e7f69e024b133bbaa42/qa/tasks 2024-04-13T09:35:06.873 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-13T09:35:06.874 INFO:teuthology.task.internal:Checking packages... 2024-04-13T09:35:06.899 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '5108bc67b831101bc32a1061150595384640c56c' 2024-04-13T09:35:06.899 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-13T09:35:06.899 INFO:teuthology.packaging:ref: None 2024-04-13T09:35:06.899 INFO:teuthology.packaging:tag: None 2024-04-13T09:35:06.899 INFO:teuthology.packaging:branch: reef 2024-04-13T09:35:06.899 INFO:teuthology.packaging:sha1: 5108bc67b831101bc32a1061150595384640c56c 2024-04-13T09:35:06.900 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=reef 2024-04-13T09:35:07.227 INFO:teuthology.task.internal:Found packages for ceph version 18.2.2-1217.g7d36322c 2024-04-13T09:35:07.228 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-13T09:35:07.235 INFO:teuthology.task.internal:no buildpackages task found 2024-04-13T09:35:07.235 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-13T09:35:07.284 INFO:teuthology.task.internal:Saving configuration 2024-04-13T09:35:07.300 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-13T09:35:07.306 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-13T09:35:07.330 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi062.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-08_22:08:01-orch-reef-distro-default-smithi/7646535', '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-04-13 09:29:58.925064', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKubmHC8d06CbbxJoNxlK6qPC8Noh3CIBmUAicYPAxyKOLL8kldx0XkPaJLZQsFk2117riFQlifkTx14hox0hfE='} 2024-04-13T09:35:07.349 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi064.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-08_22:08:01-orch-reef-distro-default-smithi/7646535', '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-04-13 09:29:58.926989', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJXn0zB8r5pWGPEP2h/d4v6eS7o3CNLaf8ldPZ3a1nC1j3mWSwrcO+xdH7ADB/+XHQy1w1O/bOxTkTfD2zkxxDQ='} 2024-04-13T09:35:07.349 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-13T09:35:07.355 INFO:teuthology.task.internal:roles: ubuntu@smithi062.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-04-13T09:35:07.355 INFO:teuthology.task.internal:roles: ubuntu@smithi064.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-04-13T09:35:07.355 INFO:teuthology.run_tasks:Running task console_log... 2024-04-13T09:35:07.420 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f1d13e64f70>, signals=[15]) 2024-04-13T09:35:07.421 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-13T09:35:07.426 INFO:teuthology.task.internal:Opening connections... 2024-04-13T09:35:07.426 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi062.front.sepia.ceph.com 2024-04-13T09:35:07.431 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-13T09:35:07.505 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi064.front.sepia.ceph.com 2024-04-13T09:35:07.506 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-13T09:35:07.578 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-13T09:35:07.583 DEBUG:teuthology.orchestra.run.smithi062:> uname -m 2024-04-13T09:35:07.607 INFO:teuthology.orchestra.run.smithi062.stdout:x86_64 2024-04-13T09:35:07.607 DEBUG:teuthology.orchestra.run.smithi062:> cat /etc/os-release 2024-04-13T09:35:07.670 INFO:teuthology.orchestra.run.smithi062.stdout:NAME="CentOS Stream" 2024-04-13T09:35:07.670 INFO:teuthology.orchestra.run.smithi062.stdout:VERSION="8" 2024-04-13T09:35:07.670 INFO:teuthology.orchestra.run.smithi062.stdout:ID="centos" 2024-04-13T09:35:07.670 INFO:teuthology.orchestra.run.smithi062.stdout:ID_LIKE="rhel fedora" 2024-04-13T09:35:07.670 INFO:teuthology.orchestra.run.smithi062.stdout:VERSION_ID="8" 2024-04-13T09:35:07.670 INFO:teuthology.orchestra.run.smithi062.stdout:PLATFORM_ID="platform:el8" 2024-04-13T09:35:07.670 INFO:teuthology.orchestra.run.smithi062.stdout:PRETTY_NAME="CentOS Stream 8" 2024-04-13T09:35:07.670 INFO:teuthology.orchestra.run.smithi062.stdout:ANSI_COLOR="0;31" 2024-04-13T09:35:07.670 INFO:teuthology.orchestra.run.smithi062.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-04-13T09:35:07.670 INFO:teuthology.orchestra.run.smithi062.stdout:HOME_URL="https://centos.org/" 2024-04-13T09:35:07.671 INFO:teuthology.orchestra.run.smithi062.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-13T09:35:07.671 INFO:teuthology.orchestra.run.smithi062.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-04-13T09:35:07.671 INFO:teuthology.orchestra.run.smithi062.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-13T09:35:07.671 INFO:teuthology.lock.ops:Updating smithi062.front.sepia.ceph.com on lock server 2024-04-13T09:35:07.692 DEBUG:teuthology.orchestra.run.smithi064:> uname -m 2024-04-13T09:35:07.715 INFO:teuthology.orchestra.run.smithi064.stdout:x86_64 2024-04-13T09:35:07.715 DEBUG:teuthology.orchestra.run.smithi064:> cat /etc/os-release 2024-04-13T09:35:07.777 INFO:teuthology.orchestra.run.smithi064.stdout:NAME="CentOS Stream" 2024-04-13T09:35:07.777 INFO:teuthology.orchestra.run.smithi064.stdout:VERSION="8" 2024-04-13T09:35:07.777 INFO:teuthology.orchestra.run.smithi064.stdout:ID="centos" 2024-04-13T09:35:07.777 INFO:teuthology.orchestra.run.smithi064.stdout:ID_LIKE="rhel fedora" 2024-04-13T09:35:07.778 INFO:teuthology.orchestra.run.smithi064.stdout:VERSION_ID="8" 2024-04-13T09:35:07.778 INFO:teuthology.orchestra.run.smithi064.stdout:PLATFORM_ID="platform:el8" 2024-04-13T09:35:07.778 INFO:teuthology.orchestra.run.smithi064.stdout:PRETTY_NAME="CentOS Stream 8" 2024-04-13T09:35:07.778 INFO:teuthology.orchestra.run.smithi064.stdout:ANSI_COLOR="0;31" 2024-04-13T09:35:07.778 INFO:teuthology.orchestra.run.smithi064.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-04-13T09:35:07.778 INFO:teuthology.orchestra.run.smithi064.stdout:HOME_URL="https://centos.org/" 2024-04-13T09:35:07.778 INFO:teuthology.orchestra.run.smithi064.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-13T09:35:07.778 INFO:teuthology.orchestra.run.smithi064.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-04-13T09:35:07.778 INFO:teuthology.orchestra.run.smithi064.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-13T09:35:07.778 INFO:teuthology.lock.ops:Updating smithi064.front.sepia.ceph.com on lock server 2024-04-13T09:35:07.799 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-13T09:35:07.808 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-13T09:35:07.813 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-13T09:35:07.813 DEBUG:teuthology.orchestra.run.smithi062:> test '!' -e /home/ubuntu/cephtest 2024-04-13T09:35:07.816 DEBUG:teuthology.orchestra.run.smithi064:> test '!' -e /home/ubuntu/cephtest 2024-04-13T09:35:07.837 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-13T09:35:07.843 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-13T09:35:07.844 DEBUG:teuthology.orchestra.run.smithi062:> test -z $(ls -A /var/lib/ceph) 2024-04-13T09:35:07.877 DEBUG:teuthology.orchestra.run.smithi064:> test -z $(ls -A /var/lib/ceph) 2024-04-13T09:35:07.916 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-13T09:35:07.967 INFO:teuthology.run_tasks:Running task kernel... 2024-04-13T09:35:07.982 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-13T09:35:07.982 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-13T09:35:07.983 DEBUG:teuthology.orchestra.run.smithi062:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-13T09:35:07.983 DEBUG:teuthology.orchestra.run.smithi064:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-13T09:35:08.003 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-13T09:35:08.004 DEBUG:teuthology.orchestra.run.smithi064:> uname -r 2024-04-13T09:35:08.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-13T09:35:08.005 DEBUG:teuthology.orchestra.run.smithi062:> uname -r 2024-04-13T09:35:08.065 INFO:teuthology.orchestra.run.smithi064.stdout:4.18.0-489.el8.x86_64 2024-04-13T09:35:08.066 INFO:teuthology.task.kernel:Running kernel on smithi064: 4.18.0-489.el8.x86_64 2024-04-13T09:35:08.066 DEBUG:teuthology.orchestra.run.smithi064:> sudo yum install -y kernel 2024-04-13T09:35:08.067 INFO:teuthology.orchestra.run.smithi062.stdout:4.18.0-489.el8.x86_64 2024-04-13T09:35:08.067 INFO:teuthology.task.kernel:Running kernel on smithi062: 4.18.0-489.el8.x86_64 2024-04-13T09:35:08.067 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum install -y kernel 2024-04-13T09:35:11.741 INFO:teuthology.orchestra.run.smithi064.stdout:CentOS Stream 8 - AppStream 23 MB/s | 28 MB 00:01 2024-04-13T09:35:11.855 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 8 - AppStream 21 MB/s | 28 MB 00:01 2024-04-13T09:35:17.867 INFO:teuthology.orchestra.run.smithi064.stdout:CentOS Stream 8 - BaseOS 13 MB/s | 10 MB 00:00 2024-04-13T09:35:17.922 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 8 - BaseOS 13 MB/s | 10 MB 00:00 2024-04-13T09:35:20.064 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 8 - Extras 39 kB/s | 18 kB 00:00 2024-04-13T09:35:20.142 INFO:teuthology.orchestra.run.smithi064.stdout:CentOS Stream 8 - Extras 31 kB/s | 18 kB 00:00 2024-04-13T09:35:20.740 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 8 - Extras common packages 14 kB/s | 7.7 kB 00:00 2024-04-13T09:35:20.818 INFO:teuthology.orchestra.run.smithi064.stdout:CentOS Stream 8 - Extras common packages 14 kB/s | 7.7 kB 00:00 2024-04-13T09:35:20.975 INFO:teuthology.orchestra.run.smithi062.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2024-04-13T09:35:21.053 INFO:teuthology.orchestra.run.smithi064.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2024-04-13T09:35:21.970 INFO:teuthology.orchestra.run.smithi064.stdout:Extra Packages for Enterprise Linux 20 MB/s | 16 MB 00:00 2024-04-13T09:35:22.811 INFO:teuthology.orchestra.run.smithi062.stdout:Extra Packages for Enterprise Linux 9.4 MB/s | 16 MB 00:01 2024-04-13T09:35:26.028 INFO:teuthology.orchestra.run.smithi064.stdout:lab-extras 572 kB/s | 24 kB 00:00 2024-04-13T09:35:26.775 INFO:teuthology.orchestra.run.smithi062.stdout:lab-extras 650 kB/s | 24 kB 00:00 2024-04-13T09:35:29.167 INFO:teuthology.orchestra.run.smithi064.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-04-13T09:35:29.167 INFO:teuthology.orchestra.run.smithi064.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-04-13T09:35:29.281 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-13T09:35:29.281 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-13T09:35:29.282 INFO:teuthology.orchestra.run.smithi064.stdout: Package Architecture Version Repository Size 2024-04-13T09:35:29.282 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-13T09:35:29.282 INFO:teuthology.orchestra.run.smithi064.stdout:Installing: 2024-04-13T09:35:29.282 INFO:teuthology.orchestra.run.smithi064.stdout: kernel x86_64 4.18.0-552.el8 baseos 10 M 2024-04-13T09:35:29.282 INFO:teuthology.orchestra.run.smithi064.stdout:Installing dependencies: 2024-04-13T09:35:29.282 INFO:teuthology.orchestra.run.smithi064.stdout: kernel-core x86_64 4.18.0-552.el8 baseos 44 M 2024-04-13T09:35:29.282 INFO:teuthology.orchestra.run.smithi064.stdout: kernel-modules x86_64 4.18.0-552.el8 baseos 36 M 2024-04-13T09:35:29.282 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-13T09:35:29.282 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction Summary 2024-04-13T09:35:29.282 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-13T09:35:29.282 INFO:teuthology.orchestra.run.smithi064.stdout:Install 3 Packages 2024-04-13T09:35:29.282 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-13T09:35:29.283 INFO:teuthology.orchestra.run.smithi064.stdout:Total download size: 90 M 2024-04-13T09:35:29.283 INFO:teuthology.orchestra.run.smithi064.stdout:Installed size: 96 M 2024-04-13T09:35:29.283 INFO:teuthology.orchestra.run.smithi064.stdout:Downloading Packages: 2024-04-13T09:35:29.948 INFO:teuthology.orchestra.run.smithi062.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-04-13T09:35:29.948 INFO:teuthology.orchestra.run.smithi062.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-04-13T09:35:30.058 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-04-13T09:35:30.058 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-13T09:35:30.058 INFO:teuthology.orchestra.run.smithi062.stdout: Package Architecture Version Repository Size 2024-04-13T09:35:30.059 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-13T09:35:30.059 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-04-13T09:35:30.059 INFO:teuthology.orchestra.run.smithi062.stdout: kernel x86_64 4.18.0-552.el8 baseos 10 M 2024-04-13T09:35:30.059 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2024-04-13T09:35:30.059 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-core x86_64 4.18.0-552.el8 baseos 44 M 2024-04-13T09:35:30.059 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-modules x86_64 4.18.0-552.el8 baseos 36 M 2024-04-13T09:35:30.059 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-13T09:35:30.059 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-04-13T09:35:30.059 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-13T09:35:30.059 INFO:teuthology.orchestra.run.smithi062.stdout:Install 3 Packages 2024-04-13T09:35:30.059 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-13T09:35:30.060 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 90 M 2024-04-13T09:35:30.060 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 96 M 2024-04-13T09:35:30.060 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-04-13T09:35:31.454 INFO:teuthology.orchestra.run.smithi064.stdout:(1/3): kernel-4.18.0-552.el8.x86_64.rpm 5.7 MB/s | 10 MB 00:01 2024-04-13T09:35:31.593 INFO:teuthology.orchestra.run.smithi062.stdout:(1/3): kernel-4.18.0-552.el8.x86_64.rpm 12 MB/s | 10 MB 00:00 2024-04-13T09:35:32.680 INFO:teuthology.orchestra.run.smithi064.stdout:(2/3): kernel-modules-4.18.0-552.el8.x86_64.rpm 12 MB/s | 36 MB 00:03 2024-04-13T09:35:32.702 INFO:teuthology.orchestra.run.smithi062.stdout:(2/3): kernel-modules-4.18.0-552.el8.x86_64.rpm 19 MB/s | 36 MB 00:01 2024-04-13T09:35:33.227 INFO:teuthology.orchestra.run.smithi062.stdout:(3/3): kernel-core-4.18.0-552.el8.x86_64.rpm 18 MB/s | 44 MB 00:02 2024-04-13T09:35:33.228 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-04-13T09:35:33.228 INFO:teuthology.orchestra.run.smithi062.stdout:Total 29 MB/s | 90 MB 00:03 2024-04-13T09:35:33.563 INFO:teuthology.orchestra.run.smithi064.stdout:(3/3): kernel-core-4.18.0-552.el8.x86_64.rpm 11 MB/s | 44 MB 00:03 2024-04-13T09:35:33.564 INFO:teuthology.orchestra.run.smithi064.stdout:-------------------------------------------------------------------------------- 2024-04-13T09:35:33.564 INFO:teuthology.orchestra.run.smithi064.stdout:Total 21 MB/s | 90 MB 00:04 2024-04-13T09:35:33.940 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-04-13T09:35:34.277 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction check 2024-04-13T09:35:34.383 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-04-13T09:35:34.383 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-04-13T09:35:34.731 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction check succeeded. 2024-04-13T09:35:34.732 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction test 2024-04-13T09:35:35.714 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-04-13T09:35:35.736 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-04-13T09:35:36.059 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction test succeeded. 2024-04-13T09:35:36.078 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction 2024-04-13T09:35:38.647 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-04-13T09:35:39.018 INFO:teuthology.orchestra.run.smithi064.stdout: Preparing : 1/1 2024-04-13T09:35:39.221 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : kernel-core-4.18.0-552.el8.x86_64 1/3 2024-04-13T09:35:39.548 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : kernel-core-4.18.0-552.el8.x86_64 1/3 2024-04-13T09:35:43.000 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-core-4.18.0-552.el8.x86_64 1/3 2024-04-13T09:35:43.276 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: kernel-core-4.18.0-552.el8.x86_64 1/3 2024-04-13T09:35:43.396 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : kernel-modules-4.18.0-552.el8.x86_64 2/3 2024-04-13T09:35:43.639 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : kernel-modules-4.18.0-552.el8.x86_64 2/3 2024-04-13T09:35:47.080 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-modules-4.18.0-552.el8.x86_64 2/3 2024-04-13T09:35:47.320 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: kernel-modules-4.18.0-552.el8.x86_64 2/3 2024-04-13T09:35:47.374 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : kernel-4.18.0-552.el8.x86_64 3/3 2024-04-13T09:35:47.610 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : kernel-4.18.0-552.el8.x86_64 3/3 2024-04-13T09:36:11.146 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-core-4.18.0-552.el8.x86_64 3/3 2024-04-13T09:36:11.171 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-modules-4.18.0-552.el8.x86_64 3/3 2024-04-13T09:36:11.174 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: kernel-core-4.18.0-552.el8.x86_64 3/3 2024-04-13T09:36:11.198 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: kernel-modules-4.18.0-552.el8.x86_64 3/3 2024-04-13T09:36:11.535 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-4.18.0-552.el8.x86_64 3/3 2024-04-13T09:36:11.535 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : kernel-4.18.0-552.el8.x86_64 1/3 2024-04-13T09:36:11.536 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : kernel-core-4.18.0-552.el8.x86_64 2/3 2024-04-13T09:36:11.572 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: kernel-4.18.0-552.el8.x86_64 3/3 2024-04-13T09:36:11.572 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : kernel-4.18.0-552.el8.x86_64 1/3 2024-04-13T09:36:11.572 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : kernel-core-4.18.0-552.el8.x86_64 2/3 2024-04-13T09:36:12.026 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : kernel-modules-4.18.0-552.el8.x86_64 3/3 2024-04-13T09:36:12.027 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-13T09:36:12.027 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-04-13T09:36:12.027 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-4.18.0-552.el8.x86_64 kernel-core-4.18.0-552.el8.x86_64 2024-04-13T09:36:12.027 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-modules-4.18.0-552.el8.x86_64 2024-04-13T09:36:12.027 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-13T09:36:12.027 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-04-13T09:36:12.172 DEBUG:teuthology.orchestra.run.smithi062:> rpm -q kernel | sort -rV | head -n 1 2024-04-13T09:36:12.195 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : kernel-modules-4.18.0-552.el8.x86_64 3/3 2024-04-13T09:36:12.196 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-13T09:36:12.196 INFO:teuthology.orchestra.run.smithi064.stdout:Installed: 2024-04-13T09:36:12.196 INFO:teuthology.orchestra.run.smithi064.stdout: kernel-4.18.0-552.el8.x86_64 kernel-core-4.18.0-552.el8.x86_64 2024-04-13T09:36:12.196 INFO:teuthology.orchestra.run.smithi064.stdout: kernel-modules-4.18.0-552.el8.x86_64 2024-04-13T09:36:12.196 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-13T09:36:12.196 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-13T09:36:12.331 DEBUG:teuthology.orchestra.run.smithi064:> rpm -q kernel | sort -rV | head -n 1 2024-04-13T09:36:12.434 INFO:teuthology.orchestra.run.smithi062.stdout:kernel-4.18.0-552.el8.x86_64 2024-04-13T09:36:12.434 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-552.el8.x86_64 2024-04-13T09:36:12.434 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-552.el8.x86_64 2024-04-13T09:36:12.435 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-13T09:36:12.435 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-13T09:36:12.435 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-13T09:36:12.435 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi062.front.sepia.ceph.com, path=None, version=distro) 2024-04-13T09:36:12.435 DEBUG:teuthology.orchestra.run.smithi062:> rpm -q kernel | sort -rV | head -n 1 2024-04-13T09:36:12.598 INFO:teuthology.orchestra.run.smithi064.stdout:kernel-4.18.0-552.el8.x86_64 2024-04-13T09:36:12.598 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-552.el8.x86_64 2024-04-13T09:36:12.598 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-552.el8.x86_64 2024-04-13T09:36:12.598 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-13T09:36:12.598 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-13T09:36:12.598 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-13T09:36:12.599 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi064.front.sepia.ceph.com, path=None, version=distro) 2024-04-13T09:36:12.599 DEBUG:teuthology.orchestra.run.smithi064:> rpm -q kernel | sort -rV | head -n 1 2024-04-13T09:36:12.655 INFO:teuthology.orchestra.run.smithi062.stdout:kernel-4.18.0-552.el8.x86_64 2024-04-13T09:36:12.655 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-552.el8.x86_64 2024-04-13T09:36:12.656 DEBUG:teuthology.orchestra.run.smithi062:> sudo rpm -qi grub2-tools 2024-04-13T09:36:12.690 INFO:teuthology.orchestra.run.smithi062.stdout:Name : grub2-tools 2024-04-13T09:36:12.690 INFO:teuthology.orchestra.run.smithi062.stdout:Epoch : 1 2024-04-13T09:36:12.690 INFO:teuthology.orchestra.run.smithi062.stdout:Version : 2.02 2024-04-13T09:36:12.690 INFO:teuthology.orchestra.run.smithi062.stdout:Release : 129.el8 2024-04-13T09:36:12.690 INFO:teuthology.orchestra.run.smithi062.stdout:Architecture: x86_64 2024-04-13T09:36:12.690 INFO:teuthology.orchestra.run.smithi062.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-04-13T09:36:12.690 INFO:teuthology.orchestra.run.smithi062.stdout:Group : System Environment/Base 2024-04-13T09:36:12.690 INFO:teuthology.orchestra.run.smithi062.stdout:Size : 9265586 2024-04-13T09:36:12.690 INFO:teuthology.orchestra.run.smithi062.stdout:License : GPLv3+ 2024-04-13T09:36:12.690 INFO:teuthology.orchestra.run.smithi062.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-04-13T09:36:12.690 INFO:teuthology.orchestra.run.smithi062.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-04-13T09:36:12.690 INFO:teuthology.orchestra.run.smithi062.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-04-13T09:36:12.690 INFO:teuthology.orchestra.run.smithi062.stdout:Build Host : kbuilder.bsys.centos.org 2024-04-13T09:36:12.691 INFO:teuthology.orchestra.run.smithi062.stdout:Relocations : (not relocatable) 2024-04-13T09:36:12.691 INFO:teuthology.orchestra.run.smithi062.stdout:Packager : CentOS BuildSystem 2024-04-13T09:36:12.691 INFO:teuthology.orchestra.run.smithi062.stdout:Vendor : CentOS 2024-04-13T09:36:12.691 INFO:teuthology.orchestra.run.smithi062.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-13T09:36:12.691 INFO:teuthology.orchestra.run.smithi062.stdout:Summary : Support tools for GRUB. 2024-04-13T09:36:12.691 INFO:teuthology.orchestra.run.smithi062.stdout:Description : 2024-04-13T09:36:12.691 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-13T09:36:12.691 INFO:teuthology.orchestra.run.smithi062.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-13T09:36:12.691 INFO:teuthology.orchestra.run.smithi062.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-13T09:36:12.691 INFO:teuthology.orchestra.run.smithi062.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-13T09:36:12.691 INFO:teuthology.orchestra.run.smithi062.stdout:hardware devices. 2024-04-13T09:36:12.691 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-13T09:36:12.691 INFO:teuthology.orchestra.run.smithi062.stdout:This subpackage provides tools for support of all platforms. 2024-04-13T09:36:12.692 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-13T09:36:12.692 INFO:teuthology.task.kernel:Updating grub on smithi062 to boot 4.18.0-552.el8.x86_64 2024-04-13T09:36:12.692 DEBUG:teuthology.orchestra.run.smithi062:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-13T09:36:12.820 INFO:teuthology.orchestra.run.smithi064.stdout:kernel-4.18.0-552.el8.x86_64 2024-04-13T09:36:12.820 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-552.el8.x86_64 2024-04-13T09:36:12.820 DEBUG:teuthology.orchestra.run.smithi064:> sudo rpm -qi grub2-tools 2024-04-13T09:36:12.854 INFO:teuthology.orchestra.run.smithi064.stdout:Name : grub2-tools 2024-04-13T09:36:12.854 INFO:teuthology.orchestra.run.smithi064.stdout:Epoch : 1 2024-04-13T09:36:12.855 INFO:teuthology.orchestra.run.smithi064.stdout:Version : 2.02 2024-04-13T09:36:12.855 INFO:teuthology.orchestra.run.smithi064.stdout:Release : 129.el8 2024-04-13T09:36:12.855 INFO:teuthology.orchestra.run.smithi064.stdout:Architecture: x86_64 2024-04-13T09:36:12.855 INFO:teuthology.orchestra.run.smithi064.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-04-13T09:36:12.855 INFO:teuthology.orchestra.run.smithi064.stdout:Group : System Environment/Base 2024-04-13T09:36:12.855 INFO:teuthology.orchestra.run.smithi064.stdout:Size : 9265586 2024-04-13T09:36:12.855 INFO:teuthology.orchestra.run.smithi064.stdout:License : GPLv3+ 2024-04-13T09:36:12.855 INFO:teuthology.orchestra.run.smithi064.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-04-13T09:36:12.855 INFO:teuthology.orchestra.run.smithi064.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-04-13T09:36:12.855 INFO:teuthology.orchestra.run.smithi064.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-04-13T09:36:12.855 INFO:teuthology.orchestra.run.smithi064.stdout:Build Host : kbuilder.bsys.centos.org 2024-04-13T09:36:12.855 INFO:teuthology.orchestra.run.smithi064.stdout:Relocations : (not relocatable) 2024-04-13T09:36:12.855 INFO:teuthology.orchestra.run.smithi064.stdout:Packager : CentOS BuildSystem 2024-04-13T09:36:12.855 INFO:teuthology.orchestra.run.smithi064.stdout:Vendor : CentOS 2024-04-13T09:36:12.856 INFO:teuthology.orchestra.run.smithi064.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-13T09:36:12.856 INFO:teuthology.orchestra.run.smithi064.stdout:Summary : Support tools for GRUB. 2024-04-13T09:36:12.856 INFO:teuthology.orchestra.run.smithi064.stdout:Description : 2024-04-13T09:36:12.856 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-13T09:36:12.856 INFO:teuthology.orchestra.run.smithi064.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-13T09:36:12.856 INFO:teuthology.orchestra.run.smithi064.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-13T09:36:12.856 INFO:teuthology.orchestra.run.smithi064.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-13T09:36:12.856 INFO:teuthology.orchestra.run.smithi064.stdout:hardware devices. 2024-04-13T09:36:12.856 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-13T09:36:12.856 INFO:teuthology.orchestra.run.smithi064.stdout:This subpackage provides tools for support of all platforms. 2024-04-13T09:36:12.857 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-13T09:36:12.857 INFO:teuthology.task.kernel:Updating grub on smithi064 to boot 4.18.0-552.el8.x86_64 2024-04-13T09:36:12.857 DEBUG:teuthology.orchestra.run.smithi064:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-13T09:36:13.963 INFO:teuthology.orchestra.run.smithi062.stderr:Generating grub configuration file ... 2024-04-13T09:36:14.363 INFO:teuthology.orchestra.run.smithi064.stderr:Generating grub configuration file ... 2024-04-13T09:36:15.627 INFO:teuthology.orchestra.run.smithi062.stderr:done 2024-04-13T09:36:15.629 DEBUG:teuthology.orchestra.run.smithi062:> mktemp 2024-04-13T09:36:15.650 INFO:teuthology.orchestra.run.smithi062.stdout:/tmp/tmp.YT4GUbw0c6 2024-04-13T09:36:15.651 DEBUG:teuthology.orchestra.run.smithi062:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.YT4GUbw0c6 2024-04-13T09:36:15.725 DEBUG:teuthology.orchestra.run.smithi062:> sudo chmod 0666 /tmp/tmp.YT4GUbw0c6 2024-04-13T09:36:15.867 DEBUG:teuthology.orchestra.remote:smithi062:/tmp/tmp.YT4GUbw0c6 is 6KB 2024-04-13T09:36:15.916 DEBUG:teuthology.orchestra.run.smithi062:> rm -fr /tmp/tmp.YT4GUbw0c6 2024-04-13T09:36:15.933 DEBUG:teuthology.orchestra.run.smithi062:> sudo /bin/ls /boot/loader/entries || true 2024-04-13T09:36:15.950 INFO:teuthology.orchestra.run.smithi064.stderr:done 2024-04-13T09:36:15.951 DEBUG:teuthology.orchestra.run.smithi064:> mktemp 2024-04-13T09:36:15.973 INFO:teuthology.orchestra.run.smithi064.stdout:/tmp/tmp.5ecd0X5Plr 2024-04-13T09:36:15.973 DEBUG:teuthology.orchestra.run.smithi064:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.5ecd0X5Plr 2024-04-13T09:36:16.000 INFO:teuthology.orchestra.run.smithi062.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-04-13T09:36:16.000 INFO:teuthology.orchestra.run.smithi062.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-04-13T09:36:16.000 INFO:teuthology.orchestra.run.smithi062.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-04-13T09:36:16.000 INFO:teuthology.orchestra.run.smithi062.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-552.el8.x86_64.conf 2024-04-13T09:36:16.001 DEBUG:teuthology.orchestra.run.smithi062:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-552.el8.x86_64 2024-04-13T09:36:16.061 DEBUG:teuthology.orchestra.run.smithi064:> sudo chmod 0666 /tmp/tmp.5ecd0X5Plr 2024-04-13T09:36:16.161 DEBUG:teuthology.orchestra.run.smithi062:> sudo shutdown -r now 2024-04-13T09:36:16.161 DEBUG:teuthology.orchestra.remote:smithi064:/tmp/tmp.5ecd0X5Plr is 6KB 2024-04-13T09:36:16.184 DEBUG:teuthology.orchestra.run.smithi064:> rm -fr /tmp/tmp.5ecd0X5Plr 2024-04-13T09:36:16.202 DEBUG:teuthology.orchestra.run.smithi064:> sudo /bin/ls /boot/loader/entries || true 2024-04-13T09:36:16.268 INFO:teuthology.orchestra.run.smithi064.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-04-13T09:36:16.268 INFO:teuthology.orchestra.run.smithi064.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-04-13T09:36:16.268 INFO:teuthology.orchestra.run.smithi064.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-04-13T09:36:16.268 INFO:teuthology.orchestra.run.smithi064.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-552.el8.x86_64.conf 2024-04-13T09:36:16.269 DEBUG:teuthology.orchestra.run.smithi064:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-552.el8.x86_64 2024-04-13T09:36:16.421 DEBUG:teuthology.orchestra.run.smithi064:> sudo shutdown -r now 2024-04-13T09:36:46.193 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-13T09:36:46.194 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi062.front.sepia.ceph.com' 2024-04-13T09:36:46.195 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-13T09:36:46.424 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-13T09:36:46.424 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2024-04-13T09:36:46.425 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-13T09:37:04.543 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.62 2024-04-13T09:37:04.798 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.64 2024-04-13T09:37:13.546 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi062.front.sepia.ceph.com' 2024-04-13T09:37:13.547 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-13T09:37:13.799 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2024-04-13T09:37:13.800 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-13T09:37:16.610 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.62 2024-04-13T09:37:16.862 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.64 2024-04-13T09:37:28.622 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi062.front.sepia.ceph.com' 2024-04-13T09:37:28.623 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-13T09:37:28.863 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2024-04-13T09:37:28.864 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-13T09:38:00.585 DEBUG:teuthology.orchestra.run.smithi064:> true 2024-04-13T09:38:00.802 DEBUG:teuthology.orchestra.run.smithi062:> true 2024-04-13T09:38:00.863 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi064.front.sepia.ceph.com' 2024-04-13T09:38:00.863 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-552.el8.x86_64"... 2024-04-13T09:38:00.864 DEBUG:teuthology.orchestra.run.smithi064:> uname -r 2024-04-13T09:38:00.882 INFO:teuthology.orchestra.run.smithi064.stdout:4.18.0-552.el8.x86_64 2024-04-13T09:38:00.882 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-552.el8.x86_64 vs 4.18.0-552.el8.x86_64 2024-04-13T09:38:00.882 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-13T09:38:00.882 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-13T09:38:01.457 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi062.front.sepia.ceph.com' 2024-04-13T09:38:01.457 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-552.el8.x86_64"... 2024-04-13T09:38:01.457 DEBUG:teuthology.orchestra.run.smithi062:> uname -r 2024-04-13T09:38:01.474 INFO:teuthology.orchestra.run.smithi062.stdout:4.18.0-552.el8.x86_64 2024-04-13T09:38:01.474 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-552.el8.x86_64 vs 4.18.0-552.el8.x86_64 2024-04-13T09:38:01.474 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-13T09:38:01.474 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-13T09:38:01.883 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-13T09:38:01.883 DEBUG:teuthology.orchestra.run.smithi064:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-13T09:38:01.965 INFO:teuthology.orchestra.run.smithi064.stdout:ttyS1 2024-04-13T09:38:01.980 DEBUG:teuthology.parallel:result is None 2024-04-13T09:38:02.475 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-13T09:38:02.475 DEBUG:teuthology.orchestra.run.smithi062:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-13T09:38:02.563 INFO:teuthology.orchestra.run.smithi062.stdout:ttyS1 2024-04-13T09:38:02.577 DEBUG:teuthology.parallel:result is None 2024-04-13T09:38:02.577 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-13T09:38:02.585 INFO:teuthology.task.internal:Creating test directory... 2024-04-13T09:38:02.585 DEBUG:teuthology.orchestra.run.smithi062:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-13T09:38:02.588 DEBUG:teuthology.orchestra.run.smithi064:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-13T09:38:02.607 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-13T09:38:02.613 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-13T09:38:02.620 INFO:teuthology.task.internal:Creating archive directory... 2024-04-13T09:38:02.620 DEBUG:teuthology.orchestra.run.smithi062:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-13T09:38:02.649 DEBUG:teuthology.orchestra.run.smithi064:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-13T09:38:02.692 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-13T09:38:02.699 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-13T09:38:02.699 DEBUG:teuthology.orchestra.run.smithi062:> 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-04-13T09:38:02.723 DEBUG:teuthology.orchestra.run.smithi064:> 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-04-13T09:38:02.761 INFO:teuthology.orchestra.run.smithi062.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-13T09:38:02.762 INFO:teuthology.orchestra.run.smithi064.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-13T09:38:02.772 INFO:teuthology.orchestra.run.smithi064.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-13T09:38:02.773 INFO:teuthology.orchestra.run.smithi062.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-13T09:38:02.774 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-13T09:38:02.781 INFO:teuthology.task.internal:Configuring sudo... 2024-04-13T09:38:02.782 DEBUG:teuthology.orchestra.run.smithi062:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-13T09:38:02.818 DEBUG:teuthology.orchestra.run.smithi064:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-13T09:38:02.847 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-13T09:38:02.857 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-13T09:38:02.857 DEBUG:teuthology.orchestra.run.smithi062:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-13T09:38:02.891 DEBUG:teuthology.orchestra.run.smithi064:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-13T09:38:02.909 DEBUG:teuthology.orchestra.run.smithi062:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-13T09:38:02.998 DEBUG:teuthology.orchestra.run.smithi062:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-13T09:38:03.046 DEBUG:teuthology.orchestra.run.smithi062:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-13T09:38:03.129 DEBUG:teuthology.orchestra.run.smithi062:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-13T09:38:03.176 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-04-13T09:38:03.176 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-13T09:38:03.245 DEBUG:teuthology.orchestra.run.smithi064:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-13T09:38:03.463 DEBUG:teuthology.orchestra.run.smithi064:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-13T09:38:03.982 DEBUG:teuthology.orchestra.run.smithi064:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-13T09:38:04.554 DEBUG:teuthology.orchestra.run.smithi064:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-13T09:38:04.807 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2024-04-13T09:38:04.807 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-13T09:38:04.837 DEBUG:teuthology.orchestra.run.smithi062:> sudo service rsyslog restart 2024-04-13T09:38:04.839 DEBUG:teuthology.orchestra.run.smithi064:> sudo service rsyslog restart 2024-04-13T09:38:04.892 INFO:teuthology.orchestra.run.smithi062.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-13T09:38:04.930 INFO:teuthology.orchestra.run.smithi064.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-13T09:38:05.305 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-13T09:38:05.314 INFO:teuthology.task.internal:Starting timer... 2024-04-13T09:38:05.315 INFO:teuthology.run_tasks:Running task pcp... 2024-04-13T09:38:05.325 INFO:teuthology.run_tasks:Running task selinux... 2024-04-13T09:38:05.334 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-13T09:38:05.334 DEBUG:teuthology.orchestra.run.smithi062:> sudo service auditd rotate 2024-04-13T09:38:05.425 INFO:teuthology.orchestra.run.smithi062.stdout:Rotating logs: 2024-04-13T09:38:05.426 DEBUG:teuthology.orchestra.run.smithi064:> sudo service auditd rotate 2024-04-13T09:38:05.542 INFO:teuthology.orchestra.run.smithi064.stdout:Rotating logs: 2024-04-13T09:38:05.543 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-13T09:38:05.544 DEBUG:teuthology.orchestra.run.smithi062:> /usr/sbin/getenforce 2024-04-13T09:38:05.571 INFO:teuthology.orchestra.run.smithi062.stdout:Permissive 2024-04-13T09:38:05.572 DEBUG:teuthology.orchestra.run.smithi064:> /usr/sbin/getenforce 2024-04-13T09:38:05.660 INFO:teuthology.orchestra.run.smithi064.stdout:Permissive 2024-04-13T09:38:05.660 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi062.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi064.front.sepia.ceph.com': 'permissive'} 2024-04-13T09:38:05.660 DEBUG:teuthology.orchestra.run.smithi062:> 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-04-13T09:38:05.689 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-13T09:38:05.690 DEBUG:teuthology.orchestra.run.smithi064:> 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-04-13T09:38:05.717 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-13T09:38:05.718 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-13T09:38:05.718 DEBUG:teuthology.orchestra.run.smithi062:> sudo /usr/sbin/setenforce permissive 2024-04-13T09:38:05.781 DEBUG:teuthology.orchestra.run.smithi064:> sudo /usr/sbin/setenforce permissive 2024-04-13T09:38:05.808 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-13T09:38:05.819 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-13T09:38:05.824 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-13T09:38:05.945 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-13T09:38:05.961 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-04-13T09:38:05.962 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi062.front.sepia.ceph.com,smithi064.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-13T09:44:03.574 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi062.front.sepia.ceph.com'), Remote(name='ubuntu@smithi064.front.sepia.ceph.com')] 2024-04-13T09:44:03.576 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi062.front.sepia.ceph.com' 2024-04-13T09:44:03.577 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-13T09:44:03.652 DEBUG:teuthology.orchestra.run.smithi062:> true 2024-04-13T09:44:03.722 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi062.front.sepia.ceph.com' 2024-04-13T09:44:03.722 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi064.front.sepia.ceph.com' 2024-04-13T09:44:03.723 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi064.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-13T09:44:03.800 DEBUG:teuthology.orchestra.run.smithi064:> true 2024-04-13T09:44:03.876 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi064.front.sepia.ceph.com' 2024-04-13T09:44:03.876 INFO:teuthology.run_tasks:Running task clock... 2024-04-13T09:44:03.888 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-13T09:44:03.888 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-13T09:44:03.888 DEBUG:teuthology.orchestra.run.smithi062:> 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-04-13T09:44:03.891 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-13T09:44:03.891 DEBUG:teuthology.orchestra.run.smithi064:> 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-04-13T09:44:03.926 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-13T09:44:03.943 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-13T09:44:03.954 INFO:teuthology.orchestra.run.smithi064.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-13T09:44:03.969 INFO:teuthology.orchestra.run.smithi064.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-13T09:44:04.017 INFO:teuthology.orchestra.run.smithi062.stderr:sudo: ntpd: command not found 2024-04-13T09:44:04.029 INFO:teuthology.orchestra.run.smithi062.stdout:506 Cannot talk to daemon 2024-04-13T09:44:04.040 INFO:teuthology.orchestra.run.smithi064.stderr:sudo: ntpd: command not found 2024-04-13T09:44:04.044 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-13T09:44:04.052 INFO:teuthology.orchestra.run.smithi064.stdout:506 Cannot talk to daemon 2024-04-13T09:44:04.059 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-13T09:44:04.067 INFO:teuthology.orchestra.run.smithi064.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-13T09:44:04.081 INFO:teuthology.orchestra.run.smithi064.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-13T09:44:04.122 INFO:teuthology.orchestra.run.smithi062.stderr:bash: ntpq: command not found 2024-04-13T09:44:04.126 INFO:teuthology.orchestra.run.smithi062.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-13T09:44:04.126 INFO:teuthology.orchestra.run.smithi062.stdout:=============================================================================== 2024-04-13T09:44:04.126 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-13T09:44:04.127 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-13T09:44:04.127 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-13T09:44:04.127 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-13T09:44:04.160 INFO:teuthology.orchestra.run.smithi064.stderr:bash: ntpq: command not found 2024-04-13T09:44:04.165 INFO:teuthology.orchestra.run.smithi064.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-13T09:44:04.165 INFO:teuthology.orchestra.run.smithi064.stdout:=============================================================================== 2024-04-13T09:44:04.166 INFO:teuthology.orchestra.run.smithi064.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-13T09:44:04.166 INFO:teuthology.orchestra.run.smithi064.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-13T09:44:04.166 INFO:teuthology.orchestra.run.smithi064.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-13T09:44:04.166 INFO:teuthology.orchestra.run.smithi064.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-13T09:44:04.166 INFO:teuthology.run_tasks:Running task pexec... 2024-04-13T09:44:04.181 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-13T09:44:04.182 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi062.front.sepia.ceph.com 2024-04-13T09:44:04.182 DEBUG:teuthology.orchestra.run.smithi062:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-13T09:44:04.183 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi064.front.sepia.ceph.com 2024-04-13T09:44:04.183 DEBUG:teuthology.orchestra.run.smithi064:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-13T09:44:04.981 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:22 ago on Sat 13 Apr 2024 09:42:42 AM UTC. 2024-04-13T09:44:04.996 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:01:23 ago on Sat 13 Apr 2024 09:42:41 AM UTC. 2024-04-13T09:44:07.301 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-13T09:44:07.302 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-13T09:44:07.302 INFO:teuthology.orchestra.run.smithi064.stdout: Package Architecture Version Repository Size 2024-04-13T09:44:07.302 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-13T09:44:07.302 INFO:teuthology.orchestra.run.smithi064.stdout:Resetting modules: 2024-04-13T09:44:07.302 INFO:teuthology.orchestra.run.smithi064.stdout: container-tools 2024-04-13T09:44:07.302 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-13T09:44:07.302 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction Summary 2024-04-13T09:44:07.303 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-13T09:44:07.303 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-13T09:44:07.303 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-04-13T09:44:07.304 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-13T09:44:07.304 INFO:teuthology.orchestra.run.smithi062.stdout: Package Architecture Version Repository Size 2024-04-13T09:44:07.304 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-13T09:44:07.304 INFO:teuthology.orchestra.run.smithi062.stdout:Resetting modules: 2024-04-13T09:44:07.304 INFO:teuthology.orchestra.run.smithi062.stdout: container-tools 2024-04-13T09:44:07.304 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-13T09:44:07.304 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-04-13T09:44:07.304 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-13T09:44:07.304 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-13T09:44:07.560 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-04-13T09:44:07.564 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-13T09:44:08.378 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:26 ago on Sat 13 Apr 2024 09:42:42 AM UTC. 2024-04-13T09:44:08.394 INFO:teuthology.orchestra.run.smithi064.stdout:Last metadata expiration check: 0:01:27 ago on Sat 13 Apr 2024 09:42:41 AM UTC. 2024-04-13T09:44:10.648 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-04-13T09:44:10.688 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-13T09:44:10.689 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2024-04-13T09:44:10.689 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-13T09:44:10.689 INFO:teuthology.orchestra.run.smithi062.stdout:Installing group/module packages: 2024-04-13T09:44:10.689 INFO:teuthology.orchestra.run.smithi062.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-04-13T09:44:10.689 INFO:teuthology.orchestra.run.smithi062.stdout: buildah x86_64 2:1.33.6-2.module_el8+976+11360731 appstream 9.6 M 2024-04-13T09:44:10.689 INFO:teuthology.orchestra.run.smithi062.stdout: cockpit-podman noarch 84.1-1.module_el8+977+8ab54275 appstream 689 k 2024-04-13T09:44:10.689 INFO:teuthology.orchestra.run.smithi062.stdout: crun x86_64 1.14.3-2.module_el8+968+fbb249c7 appstream 258 k 2024-04-13T09:44:10.689 INFO:teuthology.orchestra.run.smithi062.stdout: netavark x86_64 2:1.10.3-1.module_el8+951+32019cde appstream 4.1 M 2024-04-13T09:44:10.689 INFO:teuthology.orchestra.run.smithi062.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-04-13T09:44:10.689 INFO:teuthology.orchestra.run.smithi062.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-04-13T09:44:10.689 INFO:teuthology.orchestra.run.smithi062.stdout: toolbox x86_64 0.0.99.5-2.module_el8+971+3d3df00d appstream 2.5 M 2024-04-13T09:44:10.689 INFO:teuthology.orchestra.run.smithi062.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-04-13T09:44:10.689 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2024-04-13T09:44:10.690 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-04-13T09:44:10.690 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-04-13T09:44:10.690 INFO:teuthology.orchestra.run.smithi062.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-04-13T09:44:10.690 INFO:teuthology.orchestra.run.smithi062.stdout:Installing weak dependencies: 2024-04-13T09:44:10.690 INFO:teuthology.orchestra.run.smithi062.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-04-13T09:44:10.690 INFO:teuthology.orchestra.run.smithi062.stdout:Installing module profiles: 2024-04-13T09:44:10.690 INFO:teuthology.orchestra.run.smithi062.stdout: container-tools/common 2024-04-13T09:44:10.690 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-13T09:44:10.690 INFO:teuthology.orchestra.run.smithi062.stdout:Enabling module streams: 2024-04-13T09:44:10.690 INFO:teuthology.orchestra.run.smithi062.stdout: container-tools rhel8 2024-04-13T09:44:10.690 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-13T09:44:10.690 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-04-13T09:44:10.690 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-13T09:44:10.690 INFO:teuthology.orchestra.run.smithi062.stdout:Install 13 Packages 2024-04-13T09:44:10.690 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-13T09:44:10.691 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 27 M 2024-04-13T09:44:10.691 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 91 M 2024-04-13T09:44:10.691 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-04-13T09:44:10.838 INFO:teuthology.orchestra.run.smithi064.stdout:Dependencies resolved. 2024-04-13T09:44:10.878 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-13T09:44:10.878 INFO:teuthology.orchestra.run.smithi064.stdout: Package Arch Version Repository Size 2024-04-13T09:44:10.878 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-13T09:44:10.878 INFO:teuthology.orchestra.run.smithi064.stdout:Installing group/module packages: 2024-04-13T09:44:10.878 INFO:teuthology.orchestra.run.smithi064.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-04-13T09:44:10.878 INFO:teuthology.orchestra.run.smithi064.stdout: buildah x86_64 2:1.33.6-2.module_el8+976+11360731 appstream 9.6 M 2024-04-13T09:44:10.878 INFO:teuthology.orchestra.run.smithi064.stdout: cockpit-podman noarch 84.1-1.module_el8+977+8ab54275 appstream 689 k 2024-04-13T09:44:10.878 INFO:teuthology.orchestra.run.smithi064.stdout: crun x86_64 1.14.3-2.module_el8+968+fbb249c7 appstream 258 k 2024-04-13T09:44:10.878 INFO:teuthology.orchestra.run.smithi064.stdout: netavark x86_64 2:1.10.3-1.module_el8+951+32019cde appstream 4.1 M 2024-04-13T09:44:10.878 INFO:teuthology.orchestra.run.smithi064.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-04-13T09:44:10.878 INFO:teuthology.orchestra.run.smithi064.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-04-13T09:44:10.878 INFO:teuthology.orchestra.run.smithi064.stdout: toolbox x86_64 0.0.99.5-2.module_el8+971+3d3df00d appstream 2.5 M 2024-04-13T09:44:10.879 INFO:teuthology.orchestra.run.smithi064.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-04-13T09:44:10.879 INFO:teuthology.orchestra.run.smithi064.stdout:Installing dependencies: 2024-04-13T09:44:10.879 INFO:teuthology.orchestra.run.smithi064.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-04-13T09:44:10.879 INFO:teuthology.orchestra.run.smithi064.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-04-13T09:44:10.879 INFO:teuthology.orchestra.run.smithi064.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-04-13T09:44:10.879 INFO:teuthology.orchestra.run.smithi064.stdout:Installing weak dependencies: 2024-04-13T09:44:10.879 INFO:teuthology.orchestra.run.smithi064.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-04-13T09:44:10.879 INFO:teuthology.orchestra.run.smithi064.stdout:Installing module profiles: 2024-04-13T09:44:10.879 INFO:teuthology.orchestra.run.smithi064.stdout: container-tools/common 2024-04-13T09:44:10.879 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-13T09:44:10.879 INFO:teuthology.orchestra.run.smithi064.stdout:Enabling module streams: 2024-04-13T09:44:10.879 INFO:teuthology.orchestra.run.smithi064.stdout: container-tools rhel8 2024-04-13T09:44:10.879 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-13T09:44:10.879 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction Summary 2024-04-13T09:44:10.880 INFO:teuthology.orchestra.run.smithi064.stdout:================================================================================ 2024-04-13T09:44:10.880 INFO:teuthology.orchestra.run.smithi064.stdout:Install 13 Packages 2024-04-13T09:44:10.880 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-13T09:44:10.880 INFO:teuthology.orchestra.run.smithi064.stdout:Total download size: 27 M 2024-04-13T09:44:10.880 INFO:teuthology.orchestra.run.smithi064.stdout:Installed size: 91 M 2024-04-13T09:44:10.880 INFO:teuthology.orchestra.run.smithi064.stdout:Downloading Packages: 2024-04-13T09:44:11.161 INFO:teuthology.orchestra.run.smithi062.stdout:(1/13): cockpit-podman-84.1-1.module_el8+977+8a 2.4 MB/s | 689 kB 00:00 2024-04-13T09:44:11.195 INFO:teuthology.orchestra.run.smithi062.stdout:(2/13): aardvark-dns-1.10.0-1.module_el8+871+55 3.2 MB/s | 1.0 MB 00:00 2024-04-13T09:44:11.220 INFO:teuthology.orchestra.run.smithi062.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 646 kB/s | 38 kB 00:00 2024-04-13T09:44:11.254 INFO:teuthology.orchestra.run.smithi062.stdout:(4/13): crun-1.14.3-2.module_el8+968+fbb249c7.x 4.3 MB/s | 258 kB 00:00 2024-04-13T09:44:11.265 INFO:teuthology.orchestra.run.smithi064.stdout:(1/13): cockpit-podman-84.1-1.module_el8+977+8a 2.4 MB/s | 689 kB 00:00 2024-04-13T09:44:11.299 INFO:teuthology.orchestra.run.smithi064.stdout:(2/13): aardvark-dns-1.10.0-1.module_el8+871+55 3.2 MB/s | 1.0 MB 00:00 2024-04-13T09:44:11.313 INFO:teuthology.orchestra.run.smithi062.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 3.0 MB/s | 180 kB 00:00 2024-04-13T09:44:11.325 INFO:teuthology.orchestra.run.smithi064.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 645 kB/s | 38 kB 00:00 2024-04-13T09:44:11.366 INFO:teuthology.orchestra.run.smithi064.stdout:(4/13): crun-1.14.3-2.module_el8+968+fbb249c7.x 3.8 MB/s | 258 kB 00:00 2024-04-13T09:44:11.371 INFO:teuthology.orchestra.run.smithi062.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 424 kB/s | 25 kB 00:00 2024-04-13T09:44:11.425 INFO:teuthology.orchestra.run.smithi064.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 3.0 MB/s | 180 kB 00:00 2024-04-13T09:44:11.430 INFO:teuthology.orchestra.run.smithi062.stdout:(7/13): netavark-1.10.3-1.module_el8+951+32019c 20 MB/s | 4.1 MB 00:00 2024-04-13T09:44:11.455 INFO:teuthology.orchestra.run.smithi062.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.1 MB/s | 94 kB 00:00 2024-04-13T09:44:11.501 INFO:teuthology.orchestra.run.smithi064.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 329 kB/s | 25 kB 00:00 2024-04-13T09:44:11.559 INFO:teuthology.orchestra.run.smithi064.stdout:(7/13): netavark-1.10.3-1.module_el8+951+32019c 18 MB/s | 4.1 MB 00:00 2024-04-13T09:44:11.584 INFO:teuthology.orchestra.run.smithi064.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.1 MB/s | 94 kB 00:00 2024-04-13T09:44:11.589 INFO:teuthology.orchestra.run.smithi062.stdout:(9/13): buildah-1.33.6-2.module_el8+976+1136073 14 MB/s | 9.6 MB 00:00 2024-04-13T09:44:11.648 INFO:teuthology.orchestra.run.smithi062.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 904 kB/s | 53 kB 00:00 2024-04-13T09:44:11.698 INFO:teuthology.orchestra.run.smithi062.stdout:(11/13): toolbox-0.0.99.5-2.module_el8+971+3d3d 10 MB/s | 2.5 MB 00:00 2024-04-13T09:44:11.701 INFO:teuthology.orchestra.run.smithi064.stdout:(9/13): buildah-1.33.6-2.module_el8+976+1136073 13 MB/s | 9.6 MB 00:00 2024-04-13T09:44:11.726 INFO:teuthology.orchestra.run.smithi062.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 545 kB/s | 41 kB 00:00 2024-04-13T09:44:11.760 INFO:teuthology.orchestra.run.smithi064.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 906 kB/s | 53 kB 00:00 2024-04-13T09:44:11.819 INFO:teuthology.orchestra.run.smithi064.stdout:(11/13): toolbox-0.0.99.5-2.module_el8+971+3d3d 11 MB/s | 2.5 MB 00:00 2024-04-13T09:44:11.844 INFO:teuthology.orchestra.run.smithi064.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 492 kB/s | 41 kB 00:00 2024-04-13T09:44:11.857 INFO:teuthology.orchestra.run.smithi062.stdout:(13/13): skopeo-1.14.3-0.1.module_el8+885+7da14 21 MB/s | 8.8 MB 00:00 2024-04-13T09:44:11.857 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-04-13T09:44:11.857 INFO:teuthology.orchestra.run.smithi062.stdout:Total 24 MB/s | 27 MB 00:01 2024-04-13T09:44:11.952 INFO:teuthology.orchestra.run.smithi064.stdout:(13/13): skopeo-1.14.3-0.1.module_el8+885+7da14 22 MB/s | 8.8 MB 00:00 2024-04-13T09:44:11.953 INFO:teuthology.orchestra.run.smithi064.stdout:-------------------------------------------------------------------------------- 2024-04-13T09:44:11.953 INFO:teuthology.orchestra.run.smithi064.stdout:Total 26 MB/s | 27 MB 00:01 2024-04-13T09:44:12.134 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-04-13T09:44:12.156 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-04-13T09:44:12.157 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-04-13T09:44:12.231 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction check 2024-04-13T09:44:12.254 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction check succeeded. 2024-04-13T09:44:12.254 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction test 2024-04-13T09:44:12.429 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-04-13T09:44:12.432 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-04-13T09:44:12.534 INFO:teuthology.orchestra.run.smithi064.stdout:Transaction test succeeded. 2024-04-13T09:44:12.538 INFO:teuthology.orchestra.run.smithi064.stdout:Running transaction 2024-04-13T09:44:13.060 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-04-13T09:44:13.145 INFO:teuthology.orchestra.run.smithi064.stdout: Preparing : 1/1 2024-04-13T09:44:14.063 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-04-13T09:44:14.186 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-04-13T09:44:14.284 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-04-13T09:44:14.371 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-04-13T09:44:14.445 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-04-13T09:44:14.522 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-04-13T09:44:14.631 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-04-13T09:44:14.707 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-04-13T09:44:14.869 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-04-13T09:44:14.912 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-04-13T09:44:15.411 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-04-13T09:44:15.480 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-04-13T09:44:16.408 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 7/13 2024-04-13T09:44:16.481 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 7/13 2024-04-13T09:44:16.683 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 8/13 2024-04-13T09:44:16.724 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 8/13 2024-04-13T09:44:16.900 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 9/13 2024-04-13T09:44:16.947 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 9/13 2024-04-13T09:44:17.331 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-04-13T09:44:17.384 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-04-13T09:44:17.535 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-04-13T09:44:17.565 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-04-13T09:44:17.734 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-04-13T09:44:17.764 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-04-13T09:44:17.960 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-04-13T09:44:17.971 INFO:teuthology.orchestra.run.smithi064.stdout: Installing : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-04-13T09:44:18.407 INFO:teuthology.orchestra.run.smithi064.stdout: Running scriptlet: cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-04-13T09:44:18.407 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-04-13T09:44:18.407 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2/13 2024-04-13T09:44:18.407 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 3/13 2024-04-13T09:44:18.407 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-04-13T09:44:18.407 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 5/13 2024-04-13T09:44:18.407 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 6/13 2024-04-13T09:44:18.407 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-04-13T09:44:18.407 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-04-13T09:44:18.407 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-04-13T09:44:18.407 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-04-13T09:44:18.407 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-04-13T09:44:18.408 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-04-13T09:44:18.425 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-04-13T09:44:18.425 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-04-13T09:44:18.426 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2/13 2024-04-13T09:44:18.426 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 3/13 2024-04-13T09:44:18.426 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-04-13T09:44:18.426 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 5/13 2024-04-13T09:44:18.426 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 6/13 2024-04-13T09:44:18.426 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-04-13T09:44:18.426 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-04-13T09:44:18.426 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-04-13T09:44:18.426 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-04-13T09:44:18.426 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-04-13T09:44:18.426 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-04-13T09:44:18.930 INFO:teuthology.orchestra.run.smithi064.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-04-13T09:44:18.930 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-13T09:44:18.930 INFO:teuthology.orchestra.run.smithi064.stdout:Installed: 2024-04-13T09:44:18.930 INFO:teuthology.orchestra.run.smithi064.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-04-13T09:44:18.930 INFO:teuthology.orchestra.run.smithi064.stdout: buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2024-04-13T09:44:18.930 INFO:teuthology.orchestra.run.smithi064.stdout: cockpit-podman-84.1-1.module_el8+977+8ab54275.noarch 2024-04-13T09:44:18.930 INFO:teuthology.orchestra.run.smithi064.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-04-13T09:44:18.930 INFO:teuthology.orchestra.run.smithi064.stdout: crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 2024-04-13T09:44:18.931 INFO:teuthology.orchestra.run.smithi064.stdout: netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 2024-04-13T09:44:18.931 INFO:teuthology.orchestra.run.smithi064.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-04-13T09:44:18.931 INFO:teuthology.orchestra.run.smithi064.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-04-13T09:44:18.931 INFO:teuthology.orchestra.run.smithi064.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-04-13T09:44:18.931 INFO:teuthology.orchestra.run.smithi064.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-04-13T09:44:18.931 INFO:teuthology.orchestra.run.smithi064.stdout: toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 2024-04-13T09:44:18.931 INFO:teuthology.orchestra.run.smithi064.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-04-13T09:44:18.931 INFO:teuthology.orchestra.run.smithi064.stdout: yajl-2.1.0-12.el8.x86_64 2024-04-13T09:44:18.931 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-13T09:44:18.931 INFO:teuthology.orchestra.run.smithi064.stdout:Complete! 2024-04-13T09:44:18.999 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-04-13T09:44:19.000 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-13T09:44:19.000 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-04-13T09:44:19.000 INFO:teuthology.orchestra.run.smithi062.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-04-13T09:44:19.000 INFO:teuthology.orchestra.run.smithi062.stdout: buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2024-04-13T09:44:19.000 INFO:teuthology.orchestra.run.smithi062.stdout: cockpit-podman-84.1-1.module_el8+977+8ab54275.noarch 2024-04-13T09:44:19.000 INFO:teuthology.orchestra.run.smithi062.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-04-13T09:44:19.001 INFO:teuthology.orchestra.run.smithi062.stdout: crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 2024-04-13T09:44:19.001 INFO:teuthology.orchestra.run.smithi062.stdout: netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 2024-04-13T09:44:19.001 INFO:teuthology.orchestra.run.smithi062.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-04-13T09:44:19.001 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-04-13T09:44:19.001 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-04-13T09:44:19.001 INFO:teuthology.orchestra.run.smithi062.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-04-13T09:44:19.001 INFO:teuthology.orchestra.run.smithi062.stdout: toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 2024-04-13T09:44:19.002 INFO:teuthology.orchestra.run.smithi062.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-04-13T09:44:19.002 INFO:teuthology.orchestra.run.smithi062.stdout: yajl-2.1.0-12.el8.x86_64 2024-04-13T09:44:19.002 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-13T09:44:19.002 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-04-13T09:44:19.219 DEBUG:teuthology.parallel:result is None 2024-04-13T09:44:19.309 DEBUG:teuthology.parallel:result is None 2024-04-13T09:44:19.309 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-13T09:44:19.415 INFO:tasks.cephadm:Config: {'cephadm_branch': 'v16.2.5', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'quay.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': '5108bc67b831101bc32a1061150595384640c56c'} 2024-04-13T09:44:19.415 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v16.2.5 2024-04-13T09:44:19.415 INFO:tasks.cephadm:Cluster fsid is 66630ffe-f97a-11ee-bc8d-c7b262605968 2024-04-13T09:44:19.416 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-13T09:44:19.416 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-04-13T09:44:19.416 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi062': '172.21.15.62', 'mon.smithi064': '172.21.15.64'} 2024-04-13T09:44:19.416 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-13T09:44:19.416 DEBUG:teuthology.orchestra.run.smithi062:> sudo hostname $(hostname -s) 2024-04-13T09:44:19.445 DEBUG:teuthology.orchestra.run.smithi064:> sudo hostname $(hostname -s) 2024-04-13T09:44:19.474 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2024-04-13T09:44:19.475 DEBUG:teuthology.orchestra.run.smithi062:> 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-04-13T09:44:19.774 INFO:teuthology.orchestra.run.smithi062.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Apr 13 09:44 /home/ubuntu/cephtest/cephadm 2024-04-13T09:44:19.774 DEBUG:teuthology.orchestra.run.smithi064:> 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-04-13T09:44:20.021 INFO:teuthology.orchestra.run.smithi064.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Apr 13 09:44 /home/ubuntu/cephtest/cephadm 2024-04-13T09:44:20.022 DEBUG:teuthology.orchestra.run.smithi062:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-13T09:44:20.042 DEBUG:teuthology.orchestra.run.smithi064:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-13T09:44:20.072 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v16.2.5 on all hosts... 2024-04-13T09:44:20.072 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 pull 2024-04-13T09:44:20.084 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 pull 2024-04-13T09:44:22.041 INFO:teuthology.orchestra.run.smithi064.stderr:Pulling container image quay.io/ceph/ceph:v16.2.5... 2024-04-13T09:44:22.156 INFO:teuthology.orchestra.run.smithi062.stderr:Pulling container image quay.io/ceph/ceph:v16.2.5... 2024-04-13T09:44:39.291 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T09:44:39.291 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph_version": "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)", 2024-04-13T09:44:39.291 INFO:teuthology.orchestra.run.smithi062.stdout: "image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", 2024-04-13T09:44:39.291 INFO:teuthology.orchestra.run.smithi062.stdout: "repo_digests": [ 2024-04-13T09:44:39.291 INFO:teuthology.orchestra.run.smithi062.stdout: "quay.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", 2024-04-13T09:44:39.292 INFO:teuthology.orchestra.run.smithi062.stdout: "quay.io/ceph/ceph@sha256:eb5600add17bccbe73ff1ee92faae1fce95007dcc51123f8c8a6258a090d2b03" 2024-04-13T09:44:39.292 INFO:teuthology.orchestra.run.smithi062.stdout: ] 2024-04-13T09:44:39.292 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T09:44:39.485 INFO:teuthology.orchestra.run.smithi064.stdout:{ 2024-04-13T09:44:39.485 INFO:teuthology.orchestra.run.smithi064.stdout: "ceph_version": "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)", 2024-04-13T09:44:39.486 INFO:teuthology.orchestra.run.smithi064.stdout: "image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", 2024-04-13T09:44:39.486 INFO:teuthology.orchestra.run.smithi064.stdout: "repo_digests": [ 2024-04-13T09:44:39.486 INFO:teuthology.orchestra.run.smithi064.stdout: "quay.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", 2024-04-13T09:44:39.486 INFO:teuthology.orchestra.run.smithi064.stdout: "quay.io/ceph/ceph@sha256:eb5600add17bccbe73ff1ee92faae1fce95007dcc51123f8c8a6258a090d2b03" 2024-04-13T09:44:39.486 INFO:teuthology.orchestra.run.smithi064.stdout: ] 2024-04-13T09:44:39.486 INFO:teuthology.orchestra.run.smithi064.stdout:} 2024-04-13T09:44:39.506 DEBUG:teuthology.orchestra.run.smithi062:> sudo mkdir -p /etc/ceph 2024-04-13T09:44:39.542 DEBUG:teuthology.orchestra.run.smithi064:> sudo mkdir -p /etc/ceph 2024-04-13T09:44:39.574 DEBUG:teuthology.orchestra.run.smithi062:> sudo chmod 777 /etc/ceph 2024-04-13T09:44:39.612 DEBUG:teuthology.orchestra.run.smithi064:> sudo chmod 777 /etc/ceph 2024-04-13T09:44:39.643 INFO:tasks.cephadm:Writing seed config... 2024-04-13T09:44:39.644 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-13T09:44:39.644 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-13T09:44:39.644 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-13T09:44:39.644 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-13T09:44:39.644 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-13T09:44:39.644 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-13T09:44:39.644 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-13T09:44:39.645 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-04-13T09:44:39.645 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-04-13T09:44:39.645 DEBUG:teuthology.orchestra.run.smithi062:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-13T09:44:39.674 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 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 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 = 66630ffe-f97a-11ee-bc8d-c7b262605968 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops 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-04-13T09:44:39.674 DEBUG:teuthology.orchestra.run.smithi062:mon.smithi062> sudo journalctl -f -n 0 -u ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@mon.smithi062.service 2024-04-13T09:44:39.717 INFO:tasks.cephadm:Bootstrapping... 2024-04-13T09:44:39.717 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 -v bootstrap --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 --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.62 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-13T09:44:39.746 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:-- Logs begin at Sat 2024-04-13 09:37:38 UTC. -- 2024-04-13T09:44:39.920 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-04-13T09:44:39.941 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: 4.9.4-dev 2024-04-13T09:44:39.952 INFO:teuthology.orchestra.run.smithi062.stderr:Verifying podman|docker is present... 2024-04-13T09:44:39.952 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-04-13T09:44:39.972 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: 4.9.4-dev 2024-04-13T09:44:39.981 INFO:teuthology.orchestra.run.smithi062.stderr:Verifying lvm2 is present... 2024-04-13T09:44:39.981 INFO:teuthology.orchestra.run.smithi062.stderr:Verifying time synchronization is in place... 2024-04-13T09:44:39.981 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: systemctl is-enabled chrony.service 2024-04-13T09:44:39.987 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-04-13T09:44:39.987 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: systemctl is-active chrony.service 2024-04-13T09:44:39.993 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: inactive 2024-04-13T09:44:39.993 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: systemctl is-enabled chronyd.service 2024-04-13T09:44:39.999 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: enabled 2024-04-13T09:44:39.999 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: systemctl is-active chronyd.service 2024-04-13T09:44:40.004 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: active 2024-04-13T09:44:40.005 INFO:teuthology.orchestra.run.smithi062.stderr:Unit chronyd.service is enabled and running 2024-04-13T09:44:40.005 INFO:teuthology.orchestra.run.smithi062.stderr:Repeating the final host check... 2024-04-13T09:44:40.006 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-04-13T09:44:40.025 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: 4.9.4-dev 2024-04-13T09:44:40.035 INFO:teuthology.orchestra.run.smithi062.stderr:podman|docker (/bin/podman) is present 2024-04-13T09:44:40.035 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl is present 2024-04-13T09:44:40.035 INFO:teuthology.orchestra.run.smithi062.stderr:lvcreate is present 2024-04-13T09:44:40.035 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: systemctl is-enabled chrony.service 2024-04-13T09:44:40.041 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-04-13T09:44:40.041 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: systemctl is-active chrony.service 2024-04-13T09:44:40.046 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: inactive 2024-04-13T09:44:40.046 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: systemctl is-enabled chronyd.service 2024-04-13T09:44:40.052 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: enabled 2024-04-13T09:44:40.052 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: systemctl is-active chronyd.service 2024-04-13T09:44:40.058 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: active 2024-04-13T09:44:40.059 INFO:teuthology.orchestra.run.smithi062.stderr:Unit chronyd.service is enabled and running 2024-04-13T09:44:40.059 INFO:teuthology.orchestra.run.smithi062.stderr:Host looks OK 2024-04-13T09:44:40.059 INFO:teuthology.orchestra.run.smithi062.stderr:Cluster fsid: 66630ffe-f97a-11ee-bc8d-c7b262605968 2024-04-13T09:44:40.060 INFO:teuthology.orchestra.run.smithi062.stderr:Acquiring lock 140625161134208 on /run/cephadm/66630ffe-f97a-11ee-bc8d-c7b262605968.lock 2024-04-13T09:44:40.060 INFO:teuthology.orchestra.run.smithi062.stderr:Lock 140625161134208 acquired on /run/cephadm/66630ffe-f97a-11ee-bc8d-c7b262605968.lock 2024-04-13T09:44:40.060 INFO:teuthology.orchestra.run.smithi062.stderr:Verifying IP 172.21.15.62 port 3300 ... 2024-04-13T09:44:40.060 INFO:teuthology.orchestra.run.smithi062.stderr:Verifying IP 172.21.15.62 port 6789 ... 2024-04-13T09:44:40.060 INFO:teuthology.orchestra.run.smithi062.stderr:Base mon IP is 172.21.15.62, final addrv is [v2:172.21.15.62:3300,v1:172.21.15.62:6789] 2024-04-13T09:44:40.060 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /sbin/ip route ls 2024-04-13T09:44:40.062 INFO:teuthology.orchestra.run.smithi062.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.62 metric 100 2024-04-13T09:44:40.063 INFO:teuthology.orchestra.run.smithi062.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.62 metric 100 2024-04-13T09:44:40.063 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /sbin/ip -6 route ls 2024-04-13T09:44:40.065 INFO:teuthology.orchestra.run.smithi062.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-04-13T09:44:40.065 INFO:teuthology.orchestra.run.smithi062.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-04-13T09:44:40.065 INFO:teuthology.orchestra.run.smithi062.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1796sec hoplimit 64 pref medium 2024-04-13T09:44:40.065 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /sbin/ip -6 addr ls 2024-04-13T09:44:40.068 INFO:teuthology.orchestra.run.smithi062.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-13T09:44:40.068 INFO:teuthology.orchestra.run.smithi062.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-04-13T09:44:40.068 INFO:teuthology.orchestra.run.smithi062.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-04-13T09:44:40.068 INFO:teuthology.orchestra.run.smithi062.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-13T09:44:40.068 INFO:teuthology.orchestra.run.smithi062.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febb:d1c3/64 scope link 2024-04-13T09:44:40.068 INFO:teuthology.orchestra.run.smithi062.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-04-13T09:44:40.069 INFO:teuthology.orchestra.run.smithi062.stderr:Mon IP `172.21.15.62` is in CIDR network `172.21.0.0/20` 2024-04-13T09:44:40.069 INFO:teuthology.orchestra.run.smithi062.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-13T09:44:40.070 INFO:teuthology.orchestra.run.smithi062.stderr:Pulling container image quay.io/ceph/ceph:v16.2.5... 2024-04-13T09:44:40.070 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman pull quay.io/ceph/ceph:v16.2.5 2024-04-13T09:44:40.150 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v16.2.5... 2024-04-13T09:44:40.579 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: Getting image source signatures 2024-04-13T09:44:40.579 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2024-04-13T09:44:40.579 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-04-13T09:44:40.579 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-04-13T09:44:40.710 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: Writing manifest to image destination 2024-04-13T09:44:40.821 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-04-13T09:44:40.835 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 --version 2024-04-13T09:44:41.381 INFO:teuthology.orchestra.run.smithi062.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-04-13T09:44:42.002 INFO:teuthology.orchestra.run.smithi062.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-04-13T09:44:42.002 INFO:teuthology.orchestra.run.smithi062.stderr:Extracting ceph user uid/gid from container image... 2024-04-13T09:44:42.002 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2024-04-13T09:44:42.504 INFO:teuthology.orchestra.run.smithi062.stderr:stat: 167 167 2024-04-13T09:44:43.110 INFO:teuthology.orchestra.run.smithi062.stderr:Creating initial keys... 2024-04-13T09:44:43.110 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 --gen-print-key 2024-04-13T09:44:43.646 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-authtool: AQALVBpme71fHxAA/JT7tl9DlqGuvrVbmUPYZg== 2024-04-13T09:44:44.186 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 --gen-print-key 2024-04-13T09:44:44.723 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-authtool: AQAMVBpm9h/0JBAAFLohJL5IhlzS9RQP3xxKww== 2024-04-13T09:44:45.226 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 --gen-print-key 2024-04-13T09:44:45.771 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-authtool: AQANVBpmyJpFKRAAI99xg/ZDREHEOeJsmHxxHg== 2024-04-13T09:44:46.367 INFO:teuthology.orchestra.run.smithi062.stderr:Creating initial monmap... 2024-04-13T09:44:46.368 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/monmaptool --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpro4565i1:/tmp/monmap:z quay.io/ceph/ceph:v16.2.5 --create --clobber --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 --addv smithi062 [v2:172.21.15.62:3300,v1:172.21.15.62:6789] /tmp/monmap 2024-04-13T09:44:46.927 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-13T09:44:46.928 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 66630ffe-f97a-11ee-bc8d-c7b262605968 2024-04-13T09:44:46.928 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-13T09:44:47.480 INFO:teuthology.orchestra.run.smithi062.stderr:monmaptool for smithi062 [v2:172.21.15.62:3300,v1:172.21.15.62:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-13T09:44:47.480 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/monmaptool: set fsid to 66630ffe-f97a-11ee-bc8d-c7b262605968 2024-04-13T09:44:47.480 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-13T09:44:47.480 INFO:teuthology.orchestra.run.smithi062.stderr: 2024-04-13T09:44:47.480 INFO:teuthology.orchestra.run.smithi062.stderr:Creating mon... 2024-04-13T09:44:47.482 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-mon --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/mon.smithi062:/var/lib/ceph/mon/ceph-smithi062:z -v /tmp/ceph-tmpt2vj638r:/tmp/keyring:z -v /tmp/ceph-tmpro4565i1:/tmp/monmap:z quay.io/ceph/ceph:v16.2.5 --mkfs -i smithi062 --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -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-04-13T09:44:47.987 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.910+0000 7f47e1d83700 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-13T09:44:47.987 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.910+0000 7f47e1d83700 1 imported monmap: 2024-04-13T09:44:47.987 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: epoch 0 2024-04-13T09:44:47.987 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 2024-04-13T09:44:47.987 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: last_changed 2024-04-13T09:44:46.783557+0000 2024-04-13T09:44:47.988 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: created 2024-04-13T09:44:46.783557+0000 2024-04-13T09:44:47.988 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-04-13T09:44:47.988 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-04-13T09:44:47.988 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.smithi062 2024-04-13T09:44:47.988 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2024-04-13T09:44:47.988 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.910+0000 7f47e1d83700 0 /usr/bin/ceph-mon: set fsid to 66630ffe-f97a-11ee-bc8d-c7b262605968 2024-04-13T09:44:47.988 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: RocksDB version: 6.8.1 2024-04-13T09:44:47.988 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2024-04-13T09:44:47.988 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-04-13T09:44:47.988 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Compile date Jul 8 2021 2024-04-13T09:44:47.988 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: DB SUMMARY 2024-04-13T09:44:47.988 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2024-04-13T09:44:47.988 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi062/store.db dir, Total Num: 0, files: 2024-04-13T09:44:47.988 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2024-04-13T09:44:47.988 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi062/store.db: 2024-04-13T09:44:47.989 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2024-04-13T09:44:47.989 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.error_if_exists: 0 2024-04-13T09:44:47.989 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.create_if_missing: 1 2024-04-13T09:44:47.989 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.paranoid_checks: 1 2024-04-13T09:44:47.989 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.env: 0x558160ede1c0 2024-04-13T09:44:47.989 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.fs: Posix File System 2024-04-13T09:44:47.989 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.info_log: 0x558163090c20 2024-04-13T09:44:47.989 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-13T09:44:47.989 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.statistics: (nil) 2024-04-13T09:44:47.989 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.use_fsync: 0 2024-04-13T09:44:47.989 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.max_log_file_size: 0 2024-04-13T09:44:47.989 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-13T09:44:47.989 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-13T09:44:47.989 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-13T09:44:47.990 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-13T09:44:47.990 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.allow_fallocate: 1 2024-04-13T09:44:47.990 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-13T09:44:47.990 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-13T09:44:47.990 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.use_direct_reads: 0 2024-04-13T09:44:47.990 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-13T09:44:47.990 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.create_missing_column_families: 0 2024-04-13T09:44:47.990 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.db_log_dir: 2024-04-13T09:44:47.990 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi062/store.db 2024-04-13T09:44:47.990 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-13T09:44:47.990 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.max_subcompactions: 1 2024-04-13T09:44:47.990 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.max_background_flushes: -1 2024-04-13T09:44:47.990 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-13T09:44:47.990 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-13T09:44:47.991 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-13T09:44:47.991 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-13T09:44:47.991 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-13T09:44:47.991 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.advise_random_on_open: 1 2024-04-13T09:44:47.991 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-13T09:44:47.991 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.write_buffer_manager: 0x558163099530 2024-04-13T09:44:47.991 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-13T09:44:47.991 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-04-13T09:44:47.991 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-13T09:44:47.991 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-13T09:44:47.991 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.rate_limiter: (nil) 2024-04-13T09:44:47.991 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-13T09:44:47.991 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-13T09:44:47.991 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-13T09:44:47.991 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-13T09:44:47.991 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.unordered_write: 0 2024-04-13T09:44:47.992 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-13T09:44:47.992 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-13T09:44:47.992 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-13T09:44:47.992 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-13T09:44:47.992 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.row_cache: None 2024-04-13T09:44:47.992 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.wal_filter: None 2024-04-13T09:44:47.992 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-13T09:44:47.992 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-13T09:44:47.992 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.preserve_deletes: 0 2024-04-13T09:44:47.992 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.two_write_queues: 0 2024-04-13T09:44:47.992 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.manual_wal_flush: 0 2024-04-13T09:44:47.992 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.atomic_flush: 0 2024-04-13T09:44:47.992 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-13T09:44:47.992 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-13T09:44:47.992 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-13T09:44:47.993 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.log_readahead_size: 0 2024-04-13T09:44:47.993 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-04-13T09:44:47.993 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.max_background_jobs: 2 2024-04-13T09:44:47.993 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.max_background_compactions: -1 2024-04-13T09:44:47.993 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-13T09:44:47.993 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-13T09:44:47.993 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-13T09:44:47.993 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.max_total_wal_size: 0 2024-04-13T09:44:47.993 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-13T09:44:47.993 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-13T09:44:47.993 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-13T09:44:47.993 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-13T09:44:47.993 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.max_open_files: -1 2024-04-13T09:44:47.993 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.bytes_per_sync: 0 2024-04-13T09:44:47.993 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-13T09:44:47.993 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-13T09:44:47.994 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-13T09:44:47.994 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Compression algorithms supported: 2024-04-13T09:44:47.994 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-13T09:44:47.994 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: kZSTD supported: 0 2024-04-13T09:44:47.994 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: kXpressCompression supported: 0 2024-04-13T09:44:47.994 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-13T09:44:47.994 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: kLZ4Compression supported: 1 2024-04-13T09:44:47.994 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: kBZip2Compression supported: 0 2024-04-13T09:44:47.994 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: kZlibCompression supported: 1 2024-04-13T09:44:47.994 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: kSnappyCompression supported: 1 2024-04-13T09:44:47.994 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.911+0000 7f47e1d83700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-13T09:44:47.994 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-04-13T09:44:47.994 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2024-04-13T09:44:47.994 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi062/store.db/MANIFEST-000001 2024-04-13T09:44:47.994 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2024-04-13T09:44:47.995 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-04-13T09:44:47.995 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2024-04-13T09:44:47.995 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-13T09:44:47.995 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.merge_operator: 2024-04-13T09:44:47.995 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.compaction_filter: None 2024-04-13T09:44:47.995 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.compaction_filter_factory: None 2024-04-13T09:44:47.995 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-13T09:44:47.995 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-13T09:44:47.995 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558162faa160) 2024-04-13T09:44:47.995 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-04-13T09:44:47.995 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-13T09:44:47.995 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-13T09:44:47.995 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-04-13T09:44:47.995 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: index_type: 0 2024-04-13T09:44:47.995 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-04-13T09:44:47.995 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-04-13T09:44:47.996 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-04-13T09:44:47.996 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-04-13T09:44:47.996 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: checksum: 1 2024-04-13T09:44:47.996 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-04-13T09:44:47.996 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: block_cache: 0x558162fe0d10 2024-04-13T09:44:47.996 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-04-13T09:44:47.996 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-04-13T09:44:47.996 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-04-13T09:44:47.996 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-04-13T09:44:47.996 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-04-13T09:44:47.996 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-04-13T09:44:47.996 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-04-13T09:44:47.996 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-04-13T09:44:47.996 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-04-13T09:44:47.996 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-04-13T09:44:47.997 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-04-13T09:44:47.997 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-04-13T09:44:47.997 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-04-13T09:44:47.997 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-04-13T09:44:47.997 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-04-13T09:44:47.997 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-04-13T09:44:47.997 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-04-13T09:44:47.997 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-04-13T09:44:47.997 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-04-13T09:44:47.997 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: format_version: 2 2024-04-13T09:44:47.997 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-04-13T09:44:47.998 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: block_align: 0 2024-04-13T09:44:47.998 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2024-04-13T09:44:47.998 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-13T09:44:47.998 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-13T09:44:47.998 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.compression: NoCompression 2024-04-13T09:44:47.998 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-13T09:44:47.998 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-13T09:44:47.998 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-13T09:44:47.998 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.num_levels: 7 2024-04-13T09:44:47.998 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-13T09:44:47.998 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-13T09:44:47.998 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-13T09:44:47.998 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-13T09:44:47.998 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-13T09:44:47.999 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-13T09:44:47.999 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-13T09:44:47.999 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-13T09:44:47.999 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-13T09:44:47.999 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-13T09:44:47.999 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.compression_opts.level: 32767 2024-04-13T09:44:47.999 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-13T09:44:47.999 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-13T09:44:47.999 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-13T09:44:47.999 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.compression_opts.enabled: false 2024-04-13T09:44:47.999 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-13T09:44:47.999 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-13T09:44:47.999 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-13T09:44:47.999 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-13T09:44:47.999 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-13T09:44:48.000 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-13T09:44:48.000 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-13T09:44:48.000 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-13T09:44:48.000 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-13T09:44:48.000 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-13T09:44:48.000 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-13T09:44:48.000 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-13T09:44:48.000 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-13T09:44:48.000 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-13T09:44:48.000 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-13T09:44:48.000 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-13T09:44:48.000 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-13T09:44:48.000 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.arena_block_size: 4194304 2024-04-13T09:44:48.000 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-13T09:44:48.000 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-13T09:44:48.000 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-04-13T09:44:48.001 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-13T09:44:48.001 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-13T09:44:48.001 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-13T09:44:48.001 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-13T09:44:48.001 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-13T09:44:48.001 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-13T09:44:48.001 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-13T09:44:48.001 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-13T09:44:48.001 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-13T09:44:48.001 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-13T09:44:48.001 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-13T09:44:48.001 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.table_properties_collectors: 2024-04-13T09:44:48.001 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.inplace_update_support: 0 2024-04-13T09:44:48.001 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-13T09:44:48.001 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-13T09:44:48.002 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-13T09:44:48.002 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-13T09:44:48.002 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.bloom_locality: 0 2024-04-13T09:44:48.002 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.max_successive_merges: 0 2024-04-13T09:44:48.002 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-13T09:44:48.002 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-13T09:44:48.002 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.force_consistency_checks: 0 2024-04-13T09:44:48.002 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-13T09:44:48.002 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.ttl: 2592000 2024-04-13T09:44:48.002 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.912+0000 7f47e1d83700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-13T09:44:48.002 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.913+0000 7f47e1d83700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi062/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-04-13T09:44:48.002 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2024-04-13T09:44:48.002 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.913+0000 7f47e1d83700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-04-13T09:44:48.002 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2024-04-13T09:44:48.003 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.915+0000 7f47e1d83700 4 rocksdb: DB pointer 0x5581630a5800 2024-04-13T09:44:48.003 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.915+0000 7f47cac0c700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-04-13T09:44:48.003 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.915+0000 7f47cac0c700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-04-13T09:44:48.003 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-04-13T09:44:48.003 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-04-13T09:44:48.003 INFO:teuthology.orchestra.run.smithi062.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-04-13T09:44:48.003 INFO:teuthology.orchestra.run.smithi062.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-04-13T09:44:48.003 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-13T09:44:48.003 INFO:teuthology.orchestra.run.smithi062.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-04-13T09:44:48.003 INFO:teuthology.orchestra.run.smithi062.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-04-13T09:44:48.003 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-13T09:44:48.003 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2024-04-13T09:44:48.003 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-04-13T09:44:48.003 INFO:teuthology.orchestra.run.smithi062.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-04-13T09:44:48.003 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-13T09:44:48.004 INFO:teuthology.orchestra.run.smithi062.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-04-13T09:44:48.004 INFO:teuthology.orchestra.run.smithi062.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-04-13T09:44:48.004 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2024-04-13T09:44:48.004 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-04-13T09:44:48.004 INFO:teuthology.orchestra.run.smithi062.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-04-13T09:44:48.004 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-13T09:44:48.004 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-04-13T09:44:48.004 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-04-13T09:44:48.004 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-13T09:44:48.004 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-04-13T09:44:48.004 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-04-13T09:44:48.004 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-04-13T09:44:48.004 INFO:teuthology.orchestra.run.smithi062.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-04-13T09:44:48.004 INFO:teuthology.orchestra.run.smithi062.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-04-13T09:44:48.004 INFO:teuthology.orchestra.run.smithi062.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-04-13T09:44:48.005 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2024-04-13T09:44:48.005 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-04-13T09:44:48.005 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2024-04-13T09:44:48.005 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-04-13T09:44:48.005 INFO:teuthology.orchestra.run.smithi062.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-04-13T09:44:48.005 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-13T09:44:48.005 INFO:teuthology.orchestra.run.smithi062.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-04-13T09:44:48.005 INFO:teuthology.orchestra.run.smithi062.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-04-13T09:44:48.005 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2024-04-13T09:44:48.005 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-04-13T09:44:48.005 INFO:teuthology.orchestra.run.smithi062.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-04-13T09:44:48.005 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-13T09:44:48.005 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-04-13T09:44:48.005 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-04-13T09:44:48.005 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-13T09:44:48.005 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-04-13T09:44:48.006 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-04-13T09:44:48.006 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-04-13T09:44:48.006 INFO:teuthology.orchestra.run.smithi062.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-04-13T09:44:48.006 INFO:teuthology.orchestra.run.smithi062.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-04-13T09:44:48.006 INFO:teuthology.orchestra.run.smithi062.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-04-13T09:44:48.006 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2024-04-13T09:44:48.006 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-04-13T09:44:48.006 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2024-04-13T09:44:48.006 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.917+0000 7f47e1d83700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-04-13T09:44:48.006 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.917+0000 7f47e1d83700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-04-13T09:44:48.006 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2024-04-13T09:44:47.917+0000 7f47e1d83700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi062 for mon.smithi062 2024-04-13T09:44:48.530 INFO:teuthology.orchestra.run.smithi062.stderr:create mon.smithi062 on 2024-04-13T09:44:48.531 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968 2024-04-13T09:44:48.536 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: systemctl disable ceph.target 2024-04-13T09:44:48.636 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: systemctl enable ceph.target 2024-04-13T09:44:48.643 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-04-13T09:44:48.727 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: systemctl start ceph.target 2024-04-13T09:44:48.735 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: systemctl enable ceph-66630ffe-f97a-11ee-bc8d-c7b262605968.target 2024-04-13T09:44:48.741 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-66630ffe-f97a-11ee-bc8d-c7b262605968.target → /etc/systemd/system/ceph-66630ffe-f97a-11ee-bc8d-c7b262605968.target. 2024-04-13T09:44:48.742 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-66630ffe-f97a-11ee-bc8d-c7b262605968.target → /etc/systemd/system/ceph-66630ffe-f97a-11ee-bc8d-c7b262605968.target. 2024-04-13T09:44:48.824 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: systemctl start ceph-66630ffe-f97a-11ee-bc8d-c7b262605968.target 2024-04-13T09:44:48.831 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: systemctl daemon-reload 2024-04-13T09:44:48.920 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: systemctl stop ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@mon.smithi062 2024-04-13T09:44:48.956 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: systemctl reset-failed ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@mon.smithi062 2024-04-13T09:44:48.961 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: Failed to reset failed state of unit ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@mon.smithi062.service: Unit ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@mon.smithi062.service not loaded. 2024-04-13T09:44:48.961 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: systemctl enable ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@mon.smithi062 2024-04-13T09:44:48.968 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: Created symlink /etc/systemd/system/ceph-66630ffe-f97a-11ee-bc8d-c7b262605968.target.wants/ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@mon.smithi062.service → /etc/systemd/system/ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@.service. 2024-04-13T09:44:49.059 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: systemctl start ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@mon.smithi062 2024-04-13T09:44:49.636 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: systemctl is-enabled firewalld.service 2024-04-13T09:44:49.644 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: disabled 2024-04-13T09:44:49.644 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: systemctl is-active firewalld.service 2024-04-13T09:44:49.651 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: inactive 2024-04-13T09:44:49.652 INFO:teuthology.orchestra.run.smithi062.stderr:firewalld.service is not enabled 2024-04-13T09:44:49.652 INFO:teuthology.orchestra.run.smithi062.stderr:Not possible to enable service . firewalld.service is not available 2024-04-13T09:44:49.653 INFO:teuthology.orchestra.run.smithi062.stderr:Waiting for mon to start... 2024-04-13T09:44:49.653 INFO:teuthology.orchestra.run.smithi062.stderr:Waiting for mon... 2024-04-13T09:44:49.653 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/mon.smithi062:/var/lib/ceph/mon/ceph-smithi062:z -v /tmp/ceph-tmpppsawl3b:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75ksg0ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 status 2024-04-13T09:44:49.892 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:49 smithi062 bash[34903]: 4dc2dc89488a47c8fdbbdb929f43d0026731ad8b0424bf8179719b325b6d5917 2024-04-13T09:44:49.892 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:49 smithi062 systemd[1]: Started Ceph mon.smithi062 for 66630ffe-f97a-11ee-bc8d-c7b262605968. 2024-04-13T09:44:50.272 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: cluster: 2024-04-13T09:44:50.272 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: id: 66630ffe-f97a-11ee-bc8d-c7b262605968 2024-04-13T09:44:50.272 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-04-13T09:44:50.272 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2024-04-13T09:44:50.272 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: services: 2024-04-13T09:44:50.272 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi062 (age 0.657308s) 2024-04-13T09:44:50.272 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: mgr: no daemons active 2024-04-13T09:44:50.272 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-04-13T09:44:50.272 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2024-04-13T09:44:50.272 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: data: 2024-04-13T09:44:50.272 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-04-13T09:44:50.273 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-04-13T09:44:50.273 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-04-13T09:44:50.273 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: pgs: 2024-04-13T09:44:50.273 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2024-04-13T09:44:50.840 INFO:teuthology.orchestra.run.smithi062.stderr:mon is available 2024-04-13T09:44:50.840 INFO:teuthology.orchestra.run.smithi062.stderr:Assimilating anything we can from ceph.conf... 2024-04-13T09:44:50.840 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpppsawl3b:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75ksg0ym:/etc/ceph/ceph.conf:z -v /var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/mon.smithi062:/var/lib/ceph/mon/ceph-smithi062:z quay.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi062/config 2024-04-13T09:44:50.842 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:50 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[34917]: cluster 2024-04-13T09:44:49.612217+0000 mon.smithi062 (mon.0) 2 : cluster [INF] mon.smithi062 is new leader, mons smithi062 in quorum (ranks 0) 2024-04-13T09:44:50.842 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:50 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[34917]: cluster 2024-04-13T09:44:49.612422+0000 mon.smithi062 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi062=[v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0]} 2024-04-13T09:44:50.842 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:50 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[34917]: cluster 2024-04-13T09:44:49.615740+0000 mon.smithi062 (mon.0) 4 : cluster [DBG] fsmap 2024-04-13T09:44:50.843 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:50 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[34917]: cluster 2024-04-13T09:44:49.619490+0000 mon.smithi062 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-13T09:44:50.843 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:50 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[34917]: cluster 2024-04-13T09:44:49.619994+0000 mon.smithi062 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-04-13T09:44:50.843 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:50 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[34917]: audit 2024-04-13T09:44:50.269494+0000 mon.smithi062 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.62:0/2195886571' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-13T09:44:51.404 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2024-04-13T09:44:51.404 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: [global] 2024-04-13T09:44:51.404 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: fsid = 66630ffe-f97a-11ee-bc8d-c7b262605968 2024-04-13T09:44:51.404 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: log_to_journald = false 2024-04-13T09:44:51.404 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.62:3300,v1:172.21.15.62:6789] 2024-04-13T09:44:51.404 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-04-13T09:44:51.405 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-04-13T09:44:51.405 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-04-13T09:44:51.405 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-04-13T09:44:51.405 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2024-04-13T09:44:51.405 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: [mgr] 2024-04-13T09:44:51.405 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-04-13T09:44:51.405 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2024-04-13T09:44:51.405 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: [osd] 2024-04-13T09:44:51.405 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-04-13T09:44:51.405 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-04-13T09:44:51.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[34917]: audit 2024-04-13T09:44:51.400112+0000 mon.smithi062 (mon.0) 8 : audit [INF] from='client.? 172.21.15.62:0/2246102378' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-13T09:44:51.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[34917]: audit 2024-04-13T09:44:51.402666+0000 mon.smithi062 (mon.0) 9 : audit [INF] from='client.? 172.21.15.62:0/2246102378' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-13T09:44:51.871 INFO:teuthology.orchestra.run.smithi062.stderr:Generating new minimal ceph.conf... 2024-04-13T09:44:51.871 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpppsawl3b:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75ksg0ym:/etc/ceph/ceph.conf:z -v /var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/mon.smithi062:/var/lib/ceph/mon/ceph-smithi062:z quay.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi062/config 2024-04-13T09:44:52.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[34917]: audit 2024-04-13T09:44:52.486262+0000 mon.smithi062 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.62:0/1535124609' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:44:53.471 INFO:teuthology.orchestra.run.smithi062.stderr:Restarting the monitor... 2024-04-13T09:44:53.471 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: systemctl restart ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@mon.smithi062 2024-04-13T09:44:53.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:53 smithi062 systemd[1]: Stopping Ceph mon.smithi062 for 66630ffe-f97a-11ee-bc8d-c7b262605968... 2024-04-13T09:44:53.797 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[34917]: debug 2024-04-13T09:44:53.640+0000 7fe9862d6700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi062 -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-04-13T09:44:53.797 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[34917]: debug 2024-04-13T09:44:53.640+0000 7fe9862d6700 -1 mon.smithi062@0(leader) e1 *** Got Signal Terminated *** 2024-04-13T09:44:54.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 podman[35241]: ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062 2024-04-13T09:44:54.747 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 systemd[1]: ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@mon.smithi062.service: Succeeded. 2024-04-13T09:44:54.747 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 systemd[1]: Stopped Ceph mon.smithi062 for 66630ffe-f97a-11ee-bc8d-c7b262605968. 2024-04-13T09:44:54.748 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 systemd[1]: Starting Ceph mon.smithi062 for 66630ffe-f97a-11ee-bc8d-c7b262605968... 2024-04-13T09:44:54.885 INFO:teuthology.orchestra.run.smithi062.stderr:Setting mon public_network to 172.21.0.0/20 2024-04-13T09:44:54.885 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpppsawl3b:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75ksg0ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2024-04-13T09:44:55.120 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.843+0000 7fb1360dc700 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-13T09:44:55.120 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.843+0000 7fb1360dc700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2024-04-13T09:44:55.120 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.843+0000 7fb1360dc700 0 pidfile_write: ignore empty --pid-file 2024-04-13T09:44:55.121 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.847+0000 7fb1360dc700 0 load: jerasure load: lrc load: isa 2024-04-13T09:44:55.121 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: RocksDB version: 6.8.1 2024-04-13T09:44:55.121 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: 2024-04-13T09:44:55.121 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-04-13T09:44:55.121 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Compile date Jul 8 2021 2024-04-13T09:44:55.121 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: DB SUMMARY 2024-04-13T09:44:55.121 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: 2024-04-13T09:44:55.121 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: CURRENT file: CURRENT 2024-04-13T09:44:55.121 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: 2024-04-13T09:44:55.121 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: IDENTITY file: IDENTITY 2024-04-13T09:44:55.121 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: 2024-04-13T09:44:55.121 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-04-13T09:44:55.121 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: 2024-04-13T09:44:55.122 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi062/store.db dir, Total Num: 1, files: 000004.sst 2024-04-13T09:44:55.122 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: 2024-04-13T09:44:55.122 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi062/store.db: 000006.log size: 85865 ; 2024-04-13T09:44:55.122 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: 2024-04-13T09:44:55.122 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.error_if_exists: 0 2024-04-13T09:44:55.122 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.create_if_missing: 0 2024-04-13T09:44:55.122 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.paranoid_checks: 1 2024-04-13T09:44:55.122 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.env: 0x55b8c894c1c0 2024-04-13T09:44:55.122 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.fs: Posix File System 2024-04-13T09:44:55.122 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.info_log: 0x55b8ca329a40 2024-04-13T09:44:55.122 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-13T09:44:55.122 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.statistics: (nil) 2024-04-13T09:44:55.122 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.use_fsync: 0 2024-04-13T09:44:55.122 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.max_log_file_size: 0 2024-04-13T09:44:55.122 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-13T09:44:55.123 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-13T09:44:55.123 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-13T09:44:55.123 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-13T09:44:55.123 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.allow_fallocate: 1 2024-04-13T09:44:55.123 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-13T09:44:55.123 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-13T09:44:55.123 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.use_direct_reads: 0 2024-04-13T09:44:55.123 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-13T09:44:55.123 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.create_missing_column_families: 0 2024-04-13T09:44:55.123 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.db_log_dir: 2024-04-13T09:44:55.123 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi062/store.db 2024-04-13T09:44:55.123 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-13T09:44:55.123 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.max_subcompactions: 1 2024-04-13T09:44:55.123 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.max_background_flushes: -1 2024-04-13T09:44:55.124 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-13T09:44:55.124 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-13T09:44:55.124 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-13T09:44:55.124 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-13T09:44:55.124 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-13T09:44:55.124 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.advise_random_on_open: 1 2024-04-13T09:44:55.124 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-13T09:44:55.124 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.write_buffer_manager: 0x55b8cafa0030 2024-04-13T09:44:55.124 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-13T09:44:55.124 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-04-13T09:44:55.124 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-13T09:44:55.124 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-13T09:44:55.124 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.rate_limiter: (nil) 2024-04-13T09:44:55.124 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-13T09:44:55.125 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-13T09:44:55.125 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-13T09:44:55.125 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-13T09:44:55.125 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.unordered_write: 0 2024-04-13T09:44:55.125 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-13T09:44:55.125 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-13T09:44:55.125 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-13T09:44:55.125 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-13T09:44:55.125 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.row_cache: None 2024-04-13T09:44:55.125 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.wal_filter: None 2024-04-13T09:44:55.125 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-13T09:44:55.125 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-13T09:44:55.125 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.preserve_deletes: 0 2024-04-13T09:44:55.125 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.two_write_queues: 0 2024-04-13T09:44:55.126 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.manual_wal_flush: 0 2024-04-13T09:44:55.126 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.atomic_flush: 0 2024-04-13T09:44:55.126 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-13T09:44:55.126 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-13T09:44:55.126 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-13T09:44:55.126 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.log_readahead_size: 0 2024-04-13T09:44:55.126 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-04-13T09:44:55.126 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.max_background_jobs: 2 2024-04-13T09:44:55.126 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.max_background_compactions: -1 2024-04-13T09:44:55.126 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-13T09:44:55.126 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-13T09:44:55.126 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-13T09:44:55.126 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.max_total_wal_size: 0 2024-04-13T09:44:55.126 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-13T09:44:55.127 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-13T09:44:55.127 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-13T09:44:55.127 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-13T09:44:55.127 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.max_open_files: -1 2024-04-13T09:44:55.127 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.bytes_per_sync: 0 2024-04-13T09:44:55.127 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-13T09:44:55.127 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-13T09:44:55.127 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-13T09:44:55.127 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Compression algorithms supported: 2024-04-13T09:44:55.127 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-13T09:44:55.127 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: kZSTD supported: 0 2024-04-13T09:44:55.127 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: kXpressCompression supported: 0 2024-04-13T09:44:55.127 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-13T09:44:55.127 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: kLZ4Compression supported: 1 2024-04-13T09:44:55.128 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: kBZip2Compression supported: 0 2024-04-13T09:44:55.128 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: kZlibCompression supported: 1 2024-04-13T09:44:55.128 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: kSnappyCompression supported: 1 2024-04-13T09:44:55.128 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-13T09:44:55.128 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi062/store.db/MANIFEST-000005 2024-04-13T09:44:55.128 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: 2024-04-13T09:44:55.128 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-04-13T09:44:55.128 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: 2024-04-13T09:44:55.128 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-13T09:44:55.128 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.merge_operator: 2024-04-13T09:44:55.128 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.compaction_filter: None 2024-04-13T09:44:55.128 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.compaction_filter_factory: None 2024-04-13T09:44:55.128 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-13T09:44:55.128 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-13T09:44:55.129 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b8ca242170) 2024-04-13T09:44:55.129 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cache_index_and_filter_blocks: 1 2024-04-13T09:44:55.129 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-13T09:44:55.129 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-13T09:44:55.129 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: pin_top_level_index_and_filter: 1 2024-04-13T09:44:55.129 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: index_type: 0 2024-04-13T09:44:55.129 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: data_block_index_type: 0 2024-04-13T09:44:55.129 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: index_shortening: 1 2024-04-13T09:44:55.129 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: data_block_hash_table_util_ratio: 0.750000 2024-04-13T09:44:55.129 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: hash_index_allow_collision: 1 2024-04-13T09:44:55.129 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: checksum: 1 2024-04-13T09:44:55.129 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: no_block_cache: 0 2024-04-13T09:44:55.129 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: block_cache: 0x55b8ca278f10 2024-04-13T09:44:55.129 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: block_cache_name: BinnedLRUCache 2024-04-13T09:44:55.129 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: block_cache_options: 2024-04-13T09:44:55.130 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: capacity : 536870912 2024-04-13T09:44:55.130 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: num_shard_bits : 4 2024-04-13T09:44:55.130 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: strict_capacity_limit : 0 2024-04-13T09:44:55.130 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: high_pri_pool_ratio: 0.000 2024-04-13T09:44:55.130 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: block_cache_compressed: (nil) 2024-04-13T09:44:55.130 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: persistent_cache: (nil) 2024-04-13T09:44:55.130 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: block_size: 4096 2024-04-13T09:44:55.130 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: block_size_deviation: 10 2024-04-13T09:44:55.130 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: block_restart_interval: 16 2024-04-13T09:44:55.130 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: index_block_restart_interval: 1 2024-04-13T09:44:55.130 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: metadata_block_size: 4096 2024-04-13T09:44:55.130 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: partition_filters: 0 2024-04-13T09:44:55.130 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: use_delta_encoding: 1 2024-04-13T09:44:55.130 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: filter_policy: rocksdb.BuiltinBloomFilter 2024-04-13T09:44:55.131 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: whole_key_filtering: 1 2024-04-13T09:44:55.131 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: verify_compression: 0 2024-04-13T09:44:55.131 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: read_amp_bytes_per_bit: 0 2024-04-13T09:44:55.131 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: format_version: 2 2024-04-13T09:44:55.131 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: enable_index_compression: 1 2024-04-13T09:44:55.131 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: block_align: 0 2024-04-13T09:44:55.131 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: 2024-04-13T09:44:55.131 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-13T09:44:55.131 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-13T09:44:55.131 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.compression: NoCompression 2024-04-13T09:44:55.131 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-13T09:44:55.131 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-13T09:44:55.131 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-13T09:44:55.131 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.num_levels: 7 2024-04-13T09:44:55.131 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-13T09:44:55.132 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-13T09:44:55.132 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-13T09:44:55.132 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-13T09:44:55.132 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-13T09:44:55.132 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-13T09:44:55.132 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-13T09:44:55.132 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-13T09:44:55.132 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-13T09:44:55.132 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-13T09:44:55.132 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.compression_opts.level: 32767 2024-04-13T09:44:55.132 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-13T09:44:55.132 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-13T09:44:55.132 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-13T09:44:55.132 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.compression_opts.enabled: false 2024-04-13T09:44:55.133 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-13T09:44:55.133 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-13T09:44:55.133 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-13T09:44:55.133 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-13T09:44:55.133 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-13T09:44:55.133 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-13T09:44:55.133 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-13T09:44:55.133 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-13T09:44:55.133 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-13T09:44:55.133 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-13T09:44:55.133 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-13T09:44:55.133 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-13T09:44:55.133 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-13T09:44:55.133 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-13T09:44:55.133 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-13T09:44:55.134 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-13T09:44:55.134 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-13T09:44:55.134 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.arena_block_size: 4194304 2024-04-13T09:44:55.134 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-13T09:44:55.134 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-13T09:44:55.134 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-04-13T09:44:55.134 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-13T09:44:55.134 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-13T09:44:55.134 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-13T09:44:55.134 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-13T09:44:55.134 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-13T09:44:55.134 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-13T09:44:55.134 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-13T09:44:55.134 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-13T09:44:55.135 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-13T09:44:55.135 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-13T09:44:55.135 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-13T09:44:55.135 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.table_properties_collectors: 2024-04-13T09:44:55.135 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.inplace_update_support: 0 2024-04-13T09:44:55.135 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-13T09:44:55.135 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-13T09:44:55.135 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-13T09:44:55.135 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-13T09:44:55.135 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.bloom_locality: 0 2024-04-13T09:44:55.135 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.max_successive_merges: 0 2024-04-13T09:44:55.135 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-13T09:44:55.135 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-13T09:44:55.135 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.force_consistency_checks: 0 2024-04-13T09:44:55.135 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-13T09:44:55.136 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.ttl: 2592000 2024-04-13T09:44:55.136 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.848+0000 7fb1360dc700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-13T09:44:55.136 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.849+0000 7fb1360dc700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi062/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-04-13T09:44:55.136 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: 2024-04-13T09:44:55.136 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.849+0000 7fb1360dc700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-04-13T09:44:55.136 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: 2024-04-13T09:44:55.136 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.849+0000 7fb1360dc700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713001494850393, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-04-13T09:44:55.136 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.849+0000 7fb1360dc700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-04-13T09:44:55.136 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.850+0000 7fb1360dc700 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-04-13T09:44:55.136 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.850+0000 7fb1360dc700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713001494851320, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 82623, "table_properties": {"data_size": 80893, "index_size": 335, "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": 9446, "raw_average_key_size": 47, "raw_value_size": 75412, "raw_average_value_size": 377, "num_data_blocks": 11, "num_entries": 200, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1713001494, "oldest_key_time": 3, "file_creation_time": 0}} 2024-04-13T09:44:55.136 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.850+0000 7fb1360dc700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-04-13T09:44:55.136 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: 2024-04-13T09:44:55.136 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.851+0000 7fb1360dc700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713001494851764, "job": 1, "event": "recovery_finished"} 2024-04-13T09:44:55.136 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.851+0000 7fb1360dc700 4 rocksdb: DB pointer 0x55b8ca33d800 2024-04-13T09:44:55.137 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.851+0000 7fb11cee4700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-04-13T09:44:55.137 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.851+0000 7fb11cee4700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-04-13T09:44:55.137 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: ** DB Stats ** 2024-04-13T09:44:55.137 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-13T09:44:55.137 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-13T09:44:55.137 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-13T09:44:55.137 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-13T09:44:55.137 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-13T09:44:55.137 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-04-13T09:44:55.137 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-13T09:44:55.137 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: 2024-04-13T09:44:55.137 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: ** Compaction Stats [default] ** 2024-04-13T09:44:55.137 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: 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-04-13T09:44:55.137 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-13T09:44:55.137 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: L0 2/0 82.38 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.8 0.00 0.00 1 0.001 0 0 2024-04-13T09:44:55.138 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: Sum 2/0 82.38 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.8 0.00 0.00 1 0.001 0 0 2024-04-13T09:44:55.138 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.8 0.00 0.00 1 0.001 0 0 2024-04-13T09:44:55.138 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: 2024-04-13T09:44:55.138 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: ** Compaction Stats [default] ** 2024-04-13T09:44:55.138 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: 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-04-13T09:44:55.138 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-13T09:44:55.138 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 131.8 0.00 0.00 1 0.001 0 0 2024-04-13T09:44:55.138 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-13T09:44:55.138 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-13T09:44:55.138 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-13T09:44:55.138 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: AddFile(Total Files): cumulative 0, interval 0 2024-04-13T09:44:55.138 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-13T09:44:55.139 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: AddFile(Keys): cumulative 0, interval 0 2024-04-13T09:44:55.139 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: Cumulative compaction: 0.00 GB write, 25.89 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-13T09:44:55.139 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: Interval compaction: 0.00 GB write, 25.89 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-13T09:44:55.139 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: 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-04-13T09:44:55.139 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: 2024-04-13T09:44:55.139 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: ** File Read Latency Histogram By Level [default] ** 2024-04-13T09:44:55.139 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: 2024-04-13T09:44:55.139 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: ** Compaction Stats [default] ** 2024-04-13T09:44:55.139 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: 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-04-13T09:44:55.139 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-13T09:44:55.139 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: L0 2/0 82.38 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.8 0.00 0.00 1 0.001 0 0 2024-04-13T09:44:55.139 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: Sum 2/0 82.38 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.8 0.00 0.00 1 0.001 0 0 2024-04-13T09:44:55.139 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: 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-04-13T09:44:55.139 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: 2024-04-13T09:44:55.140 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: ** Compaction Stats [default] ** 2024-04-13T09:44:55.140 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: 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-04-13T09:44:55.140 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-13T09:44:55.140 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 131.8 0.00 0.00 1 0.001 0 0 2024-04-13T09:44:55.140 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-13T09:44:55.140 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-13T09:44:55.140 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-13T09:44:55.140 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: AddFile(Total Files): cumulative 0, interval 0 2024-04-13T09:44:55.140 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-13T09:44:55.140 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: AddFile(Keys): cumulative 0, interval 0 2024-04-13T09:44:55.140 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: Cumulative compaction: 0.00 GB write, 25.62 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-13T09:44:55.140 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-13T09:44:55.140 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: 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-04-13T09:44:55.140 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: 2024-04-13T09:44:55.140 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: ** File Read Latency Histogram By Level [default] ** 2024-04-13T09:44:55.140 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: 2024-04-13T09:44:55.141 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.852+0000 7fb1360dc700 0 starting mon.smithi062 rank 0 at public addrs [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] at bind addrs [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi062 fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 2024-04-13T09:44:55.141 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.853+0000 7fb1360dc700 1 mon.smithi062@-1(???) e1 preinit fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 2024-04-13T09:44:55.141 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.853+0000 7fb1360dc700 0 mon.smithi062@-1(???).mds e1 new map 2024-04-13T09:44:55.141 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.853+0000 7fb1360dc700 0 mon.smithi062@-1(???).mds e1 print_map 2024-04-13T09:44:55.141 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: e1 2024-04-13T09:44:55.141 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-13T09:44:55.141 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: 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-04-13T09:44:55.141 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: legacy client fscid: -1 2024-04-13T09:44:55.141 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: 2024-04-13T09:44:55.141 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: No filesystems configured 2024-04-13T09:44:55.141 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: 2024-04-13T09:44:55.141 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.853+0000 7fb1360dc700 0 mon.smithi062@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-13T09:44:55.141 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.853+0000 7fb1360dc700 0 mon.smithi062@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-13T09:44:55.141 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.853+0000 7fb1360dc700 0 mon.smithi062@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-13T09:44:55.142 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.853+0000 7fb1360dc700 0 mon.smithi062@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-13T09:44:55.142 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:44:52.486262+0000 mon.smithi062 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.62:0/1535124609' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:44:55.142 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:44:54.853+0000 7fb1360dc700 1 mon.smithi062@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-13T09:44:55.142 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 bash[35314]: 724aac6eaf10ea5efe8c69f0966243af79be3f8d657c44f5cb6893503accb61f 2024-04-13T09:44:55.142 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 systemd[1]: Started Ceph mon.smithi062 for 66630ffe-f97a-11ee-bc8d-c7b262605968. 2024-04-13T09:44:55.142 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:44:54.869575+0000 mon.smithi062 (mon.0) 1 : cluster [INF] mon.smithi062 is new leader, mons smithi062 in quorum (ranks 0) 2024-04-13T09:44:55.142 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:44:54.869622+0000 mon.smithi062 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi062=[v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0]} 2024-04-13T09:44:55.142 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:44:54.869662+0000 mon.smithi062 (mon.0) 3 : cluster [DBG] fsmap 2024-04-13T09:44:55.142 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:44:54.869697+0000 mon.smithi062 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-13T09:44:55.142 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:44:54.870101+0000 mon.smithi062 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-04-13T09:44:56.066 INFO:teuthology.orchestra.run.smithi062.stderr:Wrote config to /etc/ceph/ceph.conf 2024-04-13T09:44:56.066 INFO:teuthology.orchestra.run.smithi062.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-13T09:44:56.066 INFO:teuthology.orchestra.run.smithi062.stderr:Creating mgr... 2024-04-13T09:44:56.067 INFO:teuthology.orchestra.run.smithi062.stderr:Verifying port 9283 ... 2024-04-13T09:44:56.069 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: systemctl daemon-reload 2024-04-13T09:44:56.168 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: systemctl stop ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@mgr.smithi062.wofrer 2024-04-13T09:44:56.194 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: systemctl reset-failed ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@mgr.smithi062.wofrer 2024-04-13T09:44:56.199 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: Failed to reset failed state of unit ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@mgr.smithi062.wofrer.service: Unit ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@mgr.smithi062.wofrer.service not loaded. 2024-04-13T09:44:56.200 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: systemctl enable ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@mgr.smithi062.wofrer 2024-04-13T09:44:56.206 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: Created symlink /etc/systemd/system/ceph-66630ffe-f97a-11ee-bc8d-c7b262605968.target.wants/ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@mgr.smithi062.wofrer.service → /etc/systemd/system/ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@.service. 2024-04-13T09:44:56.295 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: systemctl start ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@mgr.smithi062.wofrer 2024-04-13T09:44:56.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:44:55.481853+0000 mon.smithi062 (mon.0) 6 : audit [INF] from='client.? 172.21.15.62:0/4140846682' entity='client.admin' 2024-04-13T09:44:56.912 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: systemctl is-enabled firewalld.service 2024-04-13T09:44:56.922 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: disabled 2024-04-13T09:44:56.922 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: systemctl is-active firewalld.service 2024-04-13T09:44:56.931 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: inactive 2024-04-13T09:44:56.932 INFO:teuthology.orchestra.run.smithi062.stderr:firewalld.service is not enabled 2024-04-13T09:44:56.932 INFO:teuthology.orchestra.run.smithi062.stderr:Not possible to enable service . firewalld.service is not available 2024-04-13T09:44:56.932 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: systemctl is-enabled firewalld.service 2024-04-13T09:44:56.941 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: disabled 2024-04-13T09:44:56.941 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: systemctl is-active firewalld.service 2024-04-13T09:44:56.948 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: inactive 2024-04-13T09:44:56.949 INFO:teuthology.orchestra.run.smithi062.stderr:firewalld.service is not enabled 2024-04-13T09:44:56.950 INFO:teuthology.orchestra.run.smithi062.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-04-13T09:44:56.950 INFO:teuthology.orchestra.run.smithi062.stderr:Waiting for mgr to start... 2024-04-13T09:44:56.950 INFO:teuthology.orchestra.run.smithi062.stderr:Waiting for mgr... 2024-04-13T09:44:56.950 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpppsawl3b:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75ksg0ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-04-13T09:44:57.617 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2024-04-13T09:44:57.617 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: { 2024-04-13T09:44:57.617 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "fsid": "66630ffe-f97a-11ee-bc8d-c7b262605968", 2024-04-13T09:44:57.617 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "health": { 2024-04-13T09:44:57.617 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-04-13T09:44:57.618 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "checks": {}, 2024-04-13T09:44:57.618 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "mutes": [] 2024-04-13T09:44:57.618 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2024-04-13T09:44:57.618 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-04-13T09:44:57.618 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "quorum": [ 2024-04-13T09:44:57.618 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 0 2024-04-13T09:44:57.618 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: ], 2024-04-13T09:44:57.618 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "quorum_names": [ 2024-04-13T09:44:57.618 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "smithi062" 2024-04-13T09:44:57.618 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: ], 2024-04-13T09:44:57.618 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-04-13T09:44:57.618 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "monmap": { 2024-04-13T09:44:57.618 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-13T09:44:57.619 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-04-13T09:44:57.619 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_mons": 1 2024-04-13T09:44:57.619 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2024-04-13T09:44:57.619 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "osdmap": { 2024-04-13T09:44:57.619 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-13T09:44:57.619 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_osds": 0, 2024-04-13T09:44:57.619 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-04-13T09:44:57.619 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-04-13T09:44:57.619 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-04-13T09:44:57.623 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-04-13T09:44:57.623 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-04-13T09:44:57.623 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2024-04-13T09:44:57.623 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "pgmap": { 2024-04-13T09:44:57.623 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-04-13T09:44:57.623 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-04-13T09:44:57.623 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_pools": 0, 2024-04-13T09:44:57.623 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_objects": 0, 2024-04-13T09:44:57.623 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-04-13T09:44:57.623 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-04-13T09:44:57.623 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-04-13T09:44:57.623 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "bytes_total": 0 2024-04-13T09:44:57.623 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2024-04-13T09:44:57.624 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "fsmap": { 2024-04-13T09:44:57.624 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-13T09:44:57.624 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "by_rank": [], 2024-04-13T09:44:57.624 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "up:standby": 0 2024-04-13T09:44:57.624 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2024-04-13T09:44:57.624 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "mgrmap": { 2024-04-13T09:44:57.624 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "available": false, 2024-04-13T09:44:57.624 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-04-13T09:44:57.624 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "modules": [ 2024-04-13T09:44:57.624 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "iostat", 2024-04-13T09:44:57.624 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "nfs", 2024-04-13T09:44:57.624 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "restful" 2024-04-13T09:44:57.624 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: ], 2024-04-13T09:44:57.624 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "services": {} 2024-04-13T09:44:57.624 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2024-04-13T09:44:57.625 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "servicemap": { 2024-04-13T09:44:57.625 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-13T09:44:57.625 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "modified": "2024-04-13T09:44:49.613962+0000", 2024-04-13T09:44:57.625 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "services": {} 2024-04-13T09:44:57.625 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2024-04-13T09:44:57.625 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "progress_events": {} 2024-04-13T09:44:57.625 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: } 2024-04-13T09:44:57.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:44:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:44:57.614458+0000 mon.smithi062 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.62:0/1599831318' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-13T09:44:58.291 INFO:teuthology.orchestra.run.smithi062.stderr:mgr not available, waiting (1/15)... 2024-04-13T09:45:00.294 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpppsawl3b:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75ksg0ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-04-13T09:45:00.918 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2024-04-13T09:45:00.918 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: { 2024-04-13T09:45:00.918 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "fsid": "66630ffe-f97a-11ee-bc8d-c7b262605968", 2024-04-13T09:45:00.918 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "health": { 2024-04-13T09:45:00.918 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-04-13T09:45:00.918 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "checks": {}, 2024-04-13T09:45:00.918 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "mutes": [] 2024-04-13T09:45:00.918 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2024-04-13T09:45:00.918 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-04-13T09:45:00.919 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "quorum": [ 2024-04-13T09:45:00.919 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 0 2024-04-13T09:45:00.919 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: ], 2024-04-13T09:45:00.919 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "quorum_names": [ 2024-04-13T09:45:00.919 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "smithi062" 2024-04-13T09:45:00.919 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: ], 2024-04-13T09:45:00.919 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "quorum_age": 6, 2024-04-13T09:45:00.919 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "monmap": { 2024-04-13T09:45:00.919 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-13T09:45:00.919 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-04-13T09:45:00.919 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_mons": 1 2024-04-13T09:45:00.919 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2024-04-13T09:45:00.919 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "osdmap": { 2024-04-13T09:45:00.919 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-13T09:45:00.919 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_osds": 0, 2024-04-13T09:45:00.920 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-04-13T09:45:00.920 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-04-13T09:45:00.920 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-04-13T09:45:00.923 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-04-13T09:45:00.923 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-04-13T09:45:00.923 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2024-04-13T09:45:00.923 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "pgmap": { 2024-04-13T09:45:00.923 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-04-13T09:45:00.923 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-04-13T09:45:00.924 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_pools": 0, 2024-04-13T09:45:00.924 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_objects": 0, 2024-04-13T09:45:00.924 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-04-13T09:45:00.924 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-04-13T09:45:00.924 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-04-13T09:45:00.924 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "bytes_total": 0 2024-04-13T09:45:00.924 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2024-04-13T09:45:00.924 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "fsmap": { 2024-04-13T09:45:00.924 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-13T09:45:00.924 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "by_rank": [], 2024-04-13T09:45:00.924 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "up:standby": 0 2024-04-13T09:45:00.924 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2024-04-13T09:45:00.924 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "mgrmap": { 2024-04-13T09:45:00.924 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "available": false, 2024-04-13T09:45:00.924 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-04-13T09:45:00.925 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "modules": [ 2024-04-13T09:45:00.925 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "iostat", 2024-04-13T09:45:00.925 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "nfs", 2024-04-13T09:45:00.925 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "restful" 2024-04-13T09:45:00.925 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: ], 2024-04-13T09:45:00.925 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "services": {} 2024-04-13T09:45:00.925 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2024-04-13T09:45:00.925 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "servicemap": { 2024-04-13T09:45:00.925 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-13T09:45:00.925 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "modified": "2024-04-13T09:44:49.613962+0000", 2024-04-13T09:45:00.925 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "services": {} 2024-04-13T09:45:00.925 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2024-04-13T09:45:00.925 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "progress_events": {} 2024-04-13T09:45:00.925 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: } 2024-04-13T09:45:01.261 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:00.915037+0000 mon.smithi062 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.62:0/3401851761' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-13T09:45:01.526 INFO:teuthology.orchestra.run.smithi062.stderr:mgr not available, waiting (2/15)... 2024-04-13T09:45:02.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:45:02.195732+0000 mon.smithi062 (mon.0) 9 : cluster [INF] Activating manager daemon smithi062.wofrer 2024-04-13T09:45:02.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:45:02.198363+0000 mon.smithi062 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi062.wofrer(active, starting, since 0.0027404s) 2024-04-13T09:45:02.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:02.199264+0000 mon.smithi062 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.62:0/816601149' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-13T09:45:02.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:02.199500+0000 mon.smithi062 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.62:0/816601149' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-13T09:45:02.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:02.199657+0000 mon.smithi062 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.62:0/816601149' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-13T09:45:02.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:02.199819+0000 mon.smithi062 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.62:0/816601149' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2024-04-13T09:45:02.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:02.200275+0000 mon.smithi062 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.62:0/816601149' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mgr metadata", "who": "smithi062.wofrer", "id": "smithi062.wofrer"}]: dispatch 2024-04-13T09:45:02.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:45:02.214322+0000 mon.smithi062 (mon.0) 16 : cluster [INF] Manager daemon smithi062.wofrer is now available 2024-04-13T09:45:02.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:02.223475+0000 mon.smithi062 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.62:0/816601149' entity='mgr.smithi062.wofrer' 2024-04-13T09:45:02.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:02.226809+0000 mon.smithi062 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.62:0/816601149' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/mirror_snapshot_schedule"}]: dispatch 2024-04-13T09:45:02.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:02.227963+0000 mon.smithi062 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.62:0/816601149' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/trash_purge_schedule"}]: dispatch 2024-04-13T09:45:02.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:02.235624+0000 mon.smithi062 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.62:0/816601149' entity='mgr.smithi062.wofrer' 2024-04-13T09:45:02.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:02.240161+0000 mon.smithi062 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.62:0/816601149' entity='mgr.smithi062.wofrer' 2024-04-13T09:45:03.526 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpppsawl3b:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75ksg0ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-04-13T09:45:04.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:45:03.201550+0000 mon.smithi062 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi062.wofrer(active, since 1.00592s) 2024-04-13T09:45:05.666 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2024-04-13T09:45:05.666 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: { 2024-04-13T09:45:05.666 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "fsid": "66630ffe-f97a-11ee-bc8d-c7b262605968", 2024-04-13T09:45:05.666 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "health": { 2024-04-13T09:45:05.666 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-04-13T09:45:05.666 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "checks": {}, 2024-04-13T09:45:05.666 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "mutes": [] 2024-04-13T09:45:05.666 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2024-04-13T09:45:05.666 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-04-13T09:45:05.666 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "quorum": [ 2024-04-13T09:45:05.667 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 0 2024-04-13T09:45:05.667 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: ], 2024-04-13T09:45:05.667 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "quorum_names": [ 2024-04-13T09:45:05.667 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "smithi062" 2024-04-13T09:45:05.667 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: ], 2024-04-13T09:45:05.667 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "quorum_age": 10, 2024-04-13T09:45:05.667 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "monmap": { 2024-04-13T09:45:05.667 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-13T09:45:05.667 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-04-13T09:45:05.667 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_mons": 1 2024-04-13T09:45:05.667 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2024-04-13T09:45:05.667 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "osdmap": { 2024-04-13T09:45:05.667 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-13T09:45:05.667 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_osds": 0, 2024-04-13T09:45:05.667 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-04-13T09:45:05.668 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-04-13T09:45:05.668 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-04-13T09:45:05.671 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-04-13T09:45:05.671 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-04-13T09:45:05.671 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2024-04-13T09:45:05.671 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "pgmap": { 2024-04-13T09:45:05.671 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-04-13T09:45:05.671 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-04-13T09:45:05.671 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_pools": 0, 2024-04-13T09:45:05.671 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_objects": 0, 2024-04-13T09:45:05.672 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-04-13T09:45:05.672 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-04-13T09:45:05.672 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-04-13T09:45:05.672 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "bytes_total": 0 2024-04-13T09:45:05.672 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2024-04-13T09:45:05.672 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "fsmap": { 2024-04-13T09:45:05.672 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-13T09:45:05.672 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "by_rank": [], 2024-04-13T09:45:05.672 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "up:standby": 0 2024-04-13T09:45:05.672 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2024-04-13T09:45:05.672 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "mgrmap": { 2024-04-13T09:45:05.672 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "available": true, 2024-04-13T09:45:05.672 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-04-13T09:45:05.672 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "modules": [ 2024-04-13T09:45:05.672 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "iostat", 2024-04-13T09:45:05.673 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "nfs", 2024-04-13T09:45:05.673 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "restful" 2024-04-13T09:45:05.673 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: ], 2024-04-13T09:45:05.673 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "services": {} 2024-04-13T09:45:05.673 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2024-04-13T09:45:05.673 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "servicemap": { 2024-04-13T09:45:05.673 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-13T09:45:05.673 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "modified": "2024-04-13T09:44:49.613962+0000", 2024-04-13T09:45:05.673 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "services": {} 2024-04-13T09:45:05.673 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2024-04-13T09:45:05.673 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "progress_events": {} 2024-04-13T09:45:05.673 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: } 2024-04-13T09:45:06.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:45:05.201337+0000 mon.smithi062 (mon.0) 23 : cluster [DBG] mgrmap e4: smithi062.wofrer(active, since 3s) 2024-04-13T09:45:06.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:05.335686+0000 mon.smithi062 (mon.0) 24 : audit [DBG] from='client.? 172.21.15.62:0/1107049792' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-13T09:45:09.429 INFO:teuthology.orchestra.run.smithi062.stderr:mgr is available 2024-04-13T09:45:09.429 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpppsawl3b:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75ksg0ym:/etc/ceph/ceph.conf:z -v /tmp/tmps7tdu8vu:/var/lib/ceph/user.conf:z quay.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2024-04-13T09:45:13.385 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2024-04-13T09:45:13.385 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: [global] 2024-04-13T09:45:13.385 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: fsid = 66630ffe-f97a-11ee-bc8d-c7b262605968 2024-04-13T09:45:13.385 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: log_to_journald = false 2024-04-13T09:45:13.385 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-04-13T09:45:13.385 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-04-13T09:45:13.386 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-04-13T09:45:13.386 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-04-13T09:45:13.386 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2024-04-13T09:45:13.386 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: [mgr] 2024-04-13T09:45:13.386 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-04-13T09:45:13.386 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2024-04-13T09:45:13.386 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: [osd] 2024-04-13T09:45:13.386 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-04-13T09:45:13.386 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-04-13T09:45:13.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:13 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:13.028647+0000 mon.smithi062 (mon.0) 25 : audit [INF] from='client.? 172.21.15.62:0/3840171830' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-13T09:45:16.153 INFO:teuthology.orchestra.run.smithi062.stderr:Enabling cephadm module... 2024-04-13T09:45:16.153 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpppsawl3b:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75ksg0ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2024-04-13T09:45:17.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:16 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:16.941350+0000 mon.smithi062 (mon.0) 26 : audit [INF] from='client.? 172.21.15.62:0/1947698833' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-13T09:45:17.541 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpppsawl3b:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75ksg0ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr stat 2024-04-13T09:45:18.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:17 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:16.994532+0000 mon.smithi062 (mon.0) 27 : audit [INF] from='client.? 172.21.15.62:0/1947698833' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-13T09:45:18.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:17 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:45:16.994582+0000 mon.smithi062 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi062.wofrer(active, since 14s) 2024-04-13T09:45:18.376 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: { 2024-04-13T09:45:18.376 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 5, 2024-04-13T09:45:18.377 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "available": true, 2024-04-13T09:45:18.377 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "active_name": "smithi062.wofrer", 2024-04-13T09:45:18.377 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_standby": 0 2024-04-13T09:45:18.377 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: } 2024-04-13T09:45:19.048 INFO:teuthology.orchestra.run.smithi062.stderr:Waiting for the mgr to restart... 2024-04-13T09:45:19.048 INFO:teuthology.orchestra.run.smithi062.stderr:Waiting for mgr epoch 5... 2024-04-13T09:45:19.049 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpppsawl3b:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75ksg0ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-04-13T09:45:19.264 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:18 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:18.375654+0000 mon.smithi062 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.62:0/3984186226' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-13T09:45:22.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:22 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:45:22.335663+0000 mon.smithi062 (mon.0) 30 : cluster [INF] Active manager daemon smithi062.wofrer restarted 2024-04-13T09:45:22.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:22 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:45:22.336052+0000 mon.smithi062 (mon.0) 31 : cluster [INF] Activating manager daemon smithi062.wofrer 2024-04-13T09:45:22.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:22 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:45:22.338194+0000 mon.smithi062 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-13T09:45:23.405 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: { 2024-04-13T09:45:23.405 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-04-13T09:45:23.405 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "initialized": true 2024-04-13T09:45:23.405 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: } 2024-04-13T09:45:23.677 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:45:22.388916+0000 mon.smithi062 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi062.wofrer(active, starting, since 0.052935s) 2024-04-13T09:45:23.677 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:22.391185+0000 mon.smithi062 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.62:0/2447193350' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2024-04-13T09:45:23.677 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:22.392004+0000 mon.smithi062 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.62:0/2447193350' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mgr metadata", "who": "smithi062.wofrer", "id": "smithi062.wofrer"}]: dispatch 2024-04-13T09:45:23.677 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:22.392703+0000 mon.smithi062 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.62:0/2447193350' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-13T09:45:23.677 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:22.392863+0000 mon.smithi062 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.62:0/2447193350' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-13T09:45:23.677 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:22.393005+0000 mon.smithi062 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.62:0/2447193350' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-13T09:45:23.677 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:45:22.406205+0000 mon.smithi062 (mon.0) 39 : cluster [INF] Manager daemon smithi062.wofrer is now available 2024-04-13T09:45:23.678 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:22.419770+0000 mon.smithi062 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.62:0/2447193350' entity='mgr.smithi062.wofrer' 2024-04-13T09:45:23.678 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:22.422574+0000 mon.smithi062 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.62:0/2447193350' entity='mgr.smithi062.wofrer' 2024-04-13T09:45:23.678 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:22.425077+0000 mon.smithi062 (mon.0) 42 : audit [INF] from='mgr.14116 172.21.15.62:0/2447193350' entity='mgr.smithi062.wofrer' 2024-04-13T09:45:23.678 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:22.519030+0000 mon.smithi062 (mon.0) 43 : audit [INF] from='mgr.14116 172.21.15.62:0/2447193350' entity='mgr.smithi062.wofrer' 2024-04-13T09:45:23.678 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:22.519720+0000 mon.smithi062 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.62:0/2447193350' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:45:23.678 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:22.521646+0000 mon.smithi062 (mon.0) 45 : audit [DBG] from='mgr.14116 172.21.15.62:0/2447193350' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:45:23.678 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:22.523307+0000 mon.smithi062 (mon.0) 46 : audit [DBG] from='mgr.14116 172.21.15.62:0/2447193350' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:45:23.678 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:22.533298+0000 mon.smithi062 (mon.0) 47 : audit [INF] from='mgr.14116 172.21.15.62:0/2447193350' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/mirror_snapshot_schedule"}]: dispatch 2024-04-13T09:45:23.678 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:22.534531+0000 mon.smithi062 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.62:0/2447193350' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/trash_purge_schedule"}]: dispatch 2024-04-13T09:45:23.930 INFO:teuthology.orchestra.run.smithi062.stderr:mgr epoch 5 is available 2024-04-13T09:45:23.930 INFO:teuthology.orchestra.run.smithi062.stderr:Setting orchestrator backend to cephadm... 2024-04-13T09:45:23.931 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpppsawl3b:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75ksg0ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch set backend cephadm 2024-04-13T09:45:24.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:23.396797+0000 mgr.smithi062.wofrer (mgr.14116) 1 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-13T09:45:24.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:45:23.397456+0000 mon.smithi062 (mon.0) 49 : cluster [DBG] mgrmap e7: smithi062.wofrer(active, since 1.06147s) 2024-04-13T09:45:24.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:23.403812+0000 mgr.smithi062.wofrer (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-13T09:45:25.222 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpppsawl3b:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75ksg0ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 cephadm set-user root 2024-04-13T09:45:25.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:45:24.397464+0000 mon.smithi062 (mon.0) 50 : cluster [DBG] mgrmap e8: smithi062.wofrer(active, since 2s) 2024-04-13T09:45:25.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:24.676800+0000 mgr.smithi062.wofrer (mgr.14116) 3 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:45:25.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:24.681361+0000 mon.smithi062 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.62:0/2447193350' entity='mgr.smithi062.wofrer' 2024-04-13T09:45:25.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:24.685193+0000 mon.smithi062 (mon.0) 52 : audit [DBG] from='mgr.14116 172.21.15.62:0/2447193350' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:45:25.927 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: value unchanged 2024-04-13T09:45:26.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:26 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:25.926894+0000 mgr.smithi062.wofrer (mgr.14116) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:45:26.818 INFO:teuthology.orchestra.run.smithi062.stderr:Generating ssh key... 2024-04-13T09:45:26.819 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpppsawl3b:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75ksg0ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 cephadm generate-key 2024-04-13T09:45:28.450 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpppsawl3b:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75ksg0ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2024-04-13T09:45:29.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:45:27.590700+0000 mgr.smithi062.wofrer (mgr.14116) 6 : cephadm [INF] Generating ssh key... 2024-04-13T09:45:29.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:27.822066+0000 mon.smithi062 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.62:0/2447193350' entity='mgr.smithi062.wofrer' 2024-04-13T09:45:29.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:27.824540+0000 mon.smithi062 (mon.0) 54 : audit [INF] from='mgr.14116 172.21.15.62:0/2447193350' entity='mgr.smithi062.wofrer' 2024-04-13T09:45:29.181 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDK4mka0YHguRv2ax3aDchO0WB0jUPYKruxUzvLYM6fpdz+hf7+M5seHK9cP5MWuY59ANHRMv+oaQgAbAEkqjQPJCi1ER8yjJAbixwYNyTSHxuEN4fKRBFFtnaB04j1FlOPBiPYA62g/ZTd9ljra40+GUpYHNr946S9Psak/hoHiTNeGbLOtthNsC85X1aJ2pTZ9BBqxuL3QVPa4pdJ2ax9t/xgAumJsYGCsIgmQb5he2Gb0OR7hRP3iUEofnr9PSnCy+P7cU/IVELiTTrjPNFr43P2ZlNk/YkR0H9U8/WZ+p9aOEI389REDzOoDL0U0LKFb3emvjGp5iuTjt2Dp5vA+bc97G3V8OXAtcdi7U/7CCVo0TzCKMgFTzNdPNzGW7mXH8WqK5NoGFwW59yqpzSxF/DvAD8jLFZgZvgBnQ2NmujE6RSGAyx2xhrYVkJbG9zNa+LtjuDAY9X4BscGoac7LDN0JIPubwBQxH+gExlPwN9J7ETAsFC44AZajWHAw8U= ceph-66630ffe-f97a-11ee-bc8d-c7b262605968 2024-04-13T09:45:29.824 INFO:teuthology.orchestra.run.smithi062.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-13T09:45:29.824 INFO:teuthology.orchestra.run.smithi062.stderr:Adding key to root@localhost authorized_keys... 2024-04-13T09:45:29.825 INFO:teuthology.orchestra.run.smithi062.stderr:Adding host smithi062... 2024-04-13T09:45:29.825 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpppsawl3b:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75ksg0ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch host add smithi062 172.21.15.62 2024-04-13T09:45:31.128 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: Added host 'smithi062' with addr '172.21.15.62' 2024-04-13T09:45:31.154 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:29.181318+0000 mgr.smithi062.wofrer (mgr.14116) 7 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:45:31.620 INFO:teuthology.orchestra.run.smithi062.stderr:Deploying mon service with default placement... 2024-04-13T09:45:31.621 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpppsawl3b:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75ksg0ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply mon 2024-04-13T09:45:31.902 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:31 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:30.522035+0000 mgr.smithi062.wofrer (mgr.14116) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi062", "addr": "172.21.15.62", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:45:31.902 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:31 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:31.124647+0000 mon.smithi062 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.62:0/2447193350' entity='mgr.smithi062.wofrer' 2024-04-13T09:45:31.903 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:31 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:31.125187+0000 mon.smithi062 (mon.0) 56 : audit [DBG] from='mgr.14116 172.21.15.62:0/2447193350' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:45:32.332 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: Scheduled mon update... 2024-04-13T09:45:33.196 INFO:teuthology.orchestra.run.smithi062.stderr:Deploying mgr service with default placement... 2024-04-13T09:45:33.196 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpppsawl3b:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75ksg0ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply mgr 2024-04-13T09:45:33.199 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:32 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:45:31.124937+0000 mgr.smithi062.wofrer (mgr.14116) 9 : cephadm [INF] Added host smithi062 2024-04-13T09:45:33.199 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:32 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:32.331642+0000 mon.smithi062 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.62:0/2447193350' entity='mgr.smithi062.wofrer' 2024-04-13T09:45:33.939 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:32.325815+0000 mgr.smithi062.wofrer (mgr.14116) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:45:33.939 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:45:32.326574+0000 mgr.smithi062.wofrer (mgr.14116) 11 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-13T09:45:34.039 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-04-13T09:45:34.757 INFO:teuthology.orchestra.run.smithi062.stderr:Deploying crash service with default placement... 2024-04-13T09:45:34.757 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpppsawl3b:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75ksg0ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply crash 2024-04-13T09:45:35.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:34.036261+0000 mgr.smithi062.wofrer (mgr.14116) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:45:35.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:45:34.036810+0000 mgr.smithi062.wofrer (mgr.14116) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-13T09:45:35.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:34.039004+0000 mon.smithi062 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.62:0/2447193350' entity='mgr.smithi062.wofrer' 2024-04-13T09:45:35.627 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: Scheduled crash update... 2024-04-13T09:45:36.166 INFO:teuthology.orchestra.run.smithi062.stderr:Enabling mgr prometheus module... 2024-04-13T09:45:36.166 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpppsawl3b:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75ksg0ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2024-04-13T09:45:36.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:35.477153+0000 mgr.smithi062.wofrer (mgr.14116) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:45:36.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:45:35.477845+0000 mgr.smithi062.wofrer (mgr.14116) 15 : cephadm [INF] Saving service crash spec with placement * 2024-04-13T09:45:36.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:35.480288+0000 mon.smithi062 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.62:0/2447193350' entity='mgr.smithi062.wofrer' 2024-04-13T09:45:36.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:35.496661+0000 mon.smithi062 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.62:0/2447193350' entity='mgr.smithi062.wofrer' 2024-04-13T09:45:36.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:35.827877+0000 mon.smithi062 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.62:0/2447193350' entity='mgr.smithi062.wofrer' 2024-04-13T09:45:37.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:36.894922+0000 mon.smithi062 (mon.0) 62 : audit [INF] from='client.? 172.21.15.62:0/4115364826' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-13T09:45:38.177 INFO:teuthology.orchestra.run.smithi062.stderr:Deploying prometheus service with default placement... 2024-04-13T09:45:38.177 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpppsawl3b:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75ksg0ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply prometheus 2024-04-13T09:45:38.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:38 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:37.484898+0000 mon.smithi062 (mon.0) 63 : audit [INF] from='client.? 172.21.15.62:0/4115364826' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-13T09:45:38.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:38 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:45:37.484951+0000 mon.smithi062 (mon.0) 64 : cluster [DBG] mgrmap e9: smithi062.wofrer(active, since 15s) 2024-04-13T09:45:43.919 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-04-13T09:45:44.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:45:42.860776+0000 mon.smithi062 (mon.0) 65 : cluster [INF] Active manager daemon smithi062.wofrer restarted 2024-04-13T09:45:44.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:45:42.861186+0000 mon.smithi062 (mon.0) 66 : cluster [INF] Activating manager daemon smithi062.wofrer 2024-04-13T09:45:44.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:45:42.862836+0000 mon.smithi062 (mon.0) 67 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-13T09:45:44.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:45:42.913468+0000 mon.smithi062 (mon.0) 68 : cluster [DBG] mgrmap e10: smithi062.wofrer(active, starting, since 0.0523694s) 2024-04-13T09:45:44.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:42.914397+0000 mon.smithi062 (mon.0) 69 : audit [DBG] from='mgr.14144 172.21.15.62:0/2221175801' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2024-04-13T09:45:44.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:42.915030+0000 mon.smithi062 (mon.0) 70 : audit [DBG] from='mgr.14144 172.21.15.62:0/2221175801' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mgr metadata", "who": "smithi062.wofrer", "id": "smithi062.wofrer"}]: dispatch 2024-04-13T09:45:44.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:42.916018+0000 mon.smithi062 (mon.0) 71 : audit [DBG] from='mgr.14144 172.21.15.62:0/2221175801' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-13T09:45:44.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:42.916261+0000 mon.smithi062 (mon.0) 72 : audit [DBG] from='mgr.14144 172.21.15.62:0/2221175801' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-13T09:45:44.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:42.916490+0000 mon.smithi062 (mon.0) 73 : audit [DBG] from='mgr.14144 172.21.15.62:0/2221175801' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-13T09:45:44.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:45:42.930119+0000 mon.smithi062 (mon.0) 74 : cluster [INF] Manager daemon smithi062.wofrer is now available 2024-04-13T09:45:44.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:43.034267+0000 mon.smithi062 (mon.0) 75 : audit [DBG] from='mgr.14144 172.21.15.62:0/2221175801' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:45:44.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:43.035651+0000 mon.smithi062 (mon.0) 76 : audit [DBG] from='mgr.14144 172.21.15.62:0/2221175801' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:45:44.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:43.052216+0000 mon.smithi062 (mon.0) 77 : audit [INF] from='mgr.14144 172.21.15.62:0/2221175801' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/mirror_snapshot_schedule"}]: dispatch 2024-04-13T09:45:44.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:43.061265+0000 mon.smithi062 (mon.0) 78 : audit [INF] from='mgr.14144 172.21.15.62:0/2221175801' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/trash_purge_schedule"}]: dispatch 2024-04-13T09:45:44.778 INFO:teuthology.orchestra.run.smithi062.stderr:Deploying grafana service with default placement... 2024-04-13T09:45:44.778 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpppsawl3b:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75ksg0ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply grafana 2024-04-13T09:45:45.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:44 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:45:43.915669+0000 mon.smithi062 (mon.0) 79 : cluster [DBG] mgrmap e11: smithi062.wofrer(active, since 1.05457s) 2024-04-13T09:45:45.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:44 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:45:43.916738+0000 mgr.smithi062.wofrer (mgr.14144) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-04-13T09:45:45.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:44 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:43.918671+0000 mon.smithi062 (mon.0) 80 : audit [INF] from='mgr.14144 172.21.15.62:0/2221175801' entity='mgr.smithi062.wofrer' 2024-04-13T09:45:45.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:44 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:44.408602+0000 mon.smithi062 (mon.0) 81 : audit [INF] from='mgr.14144 172.21.15.62:0/2221175801' entity='mgr.smithi062.wofrer' 2024-04-13T09:45:45.534 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-04-13T09:45:46.783 INFO:teuthology.orchestra.run.smithi062.stderr:Deploying node-exporter service with default placement... 2024-04-13T09:45:46.784 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpppsawl3b:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75ksg0ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply node-exporter 2024-04-13T09:45:46.786 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:45.531132+0000 mgr.smithi062.wofrer (mgr.14144) 3 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:45:46.787 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:45:45.531680+0000 mgr.smithi062.wofrer (mgr.14144) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-04-13T09:45:46.787 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:45.533896+0000 mon.smithi062 (mon.0) 82 : audit [INF] from='mgr.14144 172.21.15.62:0/2221175801' entity='mgr.smithi062.wofrer' 2024-04-13T09:45:46.787 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:45:45.868670+0000 mon.smithi062 (mon.0) 83 : cluster [DBG] mgrmap e12: smithi062.wofrer(active, since 3s) 2024-04-13T09:45:47.528 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-04-13T09:45:48.157 INFO:teuthology.orchestra.run.smithi062.stderr:Deploying alertmanager service with default placement... 2024-04-13T09:45:48.157 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpppsawl3b:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75ksg0ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply alertmanager 2024-04-13T09:45:48.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:48 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:47.525388+0000 mgr.smithi062.wofrer (mgr.14144) 5 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:45:48.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:48 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:45:47.526058+0000 mgr.smithi062.wofrer (mgr.14144) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-04-13T09:45:48.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:48 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:47.528315+0000 mon.smithi062 (mon.0) 84 : audit [INF] from='mgr.14144 172.21.15.62:0/2221175801' entity='mgr.smithi062.wofrer' 2024-04-13T09:45:48.918 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-04-13T09:45:49.556 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpppsawl3b:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75ksg0ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2024-04-13T09:45:50.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:48.915241+0000 mgr.smithi062.wofrer (mgr.14144) 7 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:45:50.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:45:48.915776+0000 mgr.smithi062.wofrer (mgr.14144) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-04-13T09:45:50.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:48.917922+0000 mon.smithi062 (mon.0) 85 : audit [INF] from='mgr.14144 172.21.15.62:0/2221175801' entity='mgr.smithi062.wofrer' 2024-04-13T09:45:50.904 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpppsawl3b:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75ksg0ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2024-04-13T09:45:51.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:50.312011+0000 mon.smithi062 (mon.0) 86 : audit [INF] from='client.? 172.21.15.62:0/1398094671' entity='client.admin' 2024-04-13T09:45:52.377 INFO:teuthology.orchestra.run.smithi062.stderr:Enabling the dashboard module... 2024-04-13T09:45:52.377 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpppsawl3b:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75ksg0ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2024-04-13T09:45:53.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:51.655673+0000 mon.smithi062 (mon.0) 87 : audit [INF] from='client.? 172.21.15.62:0/3893337857' entity='client.admin' 2024-04-13T09:45:54.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:53.136774+0000 mon.smithi062 (mon.0) 88 : audit [INF] from='client.? 172.21.15.62:0/2947793027' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-13T09:45:54.367 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpppsawl3b:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75ksg0ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr stat 2024-04-13T09:45:55.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:53.663618+0000 mon.smithi062 (mon.0) 89 : audit [INF] from='client.? 172.21.15.62:0/2947793027' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-13T09:45:55.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:45:53.663675+0000 mon.smithi062 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi062.wofrer(active, since 10s) 2024-04-13T09:45:55.275 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: { 2024-04-13T09:45:55.275 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 13, 2024-04-13T09:45:55.275 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "available": true, 2024-04-13T09:45:55.275 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "active_name": "smithi062.wofrer", 2024-04-13T09:45:55.275 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_standby": 0 2024-04-13T09:45:55.275 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: } 2024-04-13T09:45:55.907 INFO:teuthology.orchestra.run.smithi062.stderr:Waiting for the mgr to restart... 2024-04-13T09:45:55.908 INFO:teuthology.orchestra.run.smithi062.stderr:Waiting for mgr epoch 13... 2024-04-13T09:45:55.908 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpppsawl3b:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75ksg0ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-04-13T09:45:55.910 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:55.274448+0000 mon.smithi062 (mon.0) 91 : audit [DBG] from='client.? 172.21.15.62:0/180417514' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-13T09:45:59.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:45:59.074787+0000 mon.smithi062 (mon.0) 92 : cluster [INF] Active manager daemon smithi062.wofrer restarted 2024-04-13T09:45:59.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:45:59.075170+0000 mon.smithi062 (mon.0) 93 : cluster [INF] Activating manager daemon smithi062.wofrer 2024-04-13T09:45:59.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:45:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:45:59.076806+0000 mon.smithi062 (mon.0) 94 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-13T09:46:00.147 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: { 2024-04-13T09:46:00.147 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2024-04-13T09:46:00.147 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "initialized": true 2024-04-13T09:46:00.147 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: } 2024-04-13T09:46:00.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:45:59.127735+0000 mon.smithi062 (mon.0) 95 : cluster [DBG] mgrmap e14: smithi062.wofrer(active, starting, since 0.0526503s) 2024-04-13T09:46:00.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:59.129453+0000 mon.smithi062 (mon.0) 96 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2024-04-13T09:46:00.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:59.130176+0000 mon.smithi062 (mon.0) 97 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mgr metadata", "who": "smithi062.wofrer", "id": "smithi062.wofrer"}]: dispatch 2024-04-13T09:46:00.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:59.130942+0000 mon.smithi062 (mon.0) 98 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-13T09:46:00.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:59.131150+0000 mon.smithi062 (mon.0) 99 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-13T09:46:00.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:59.132918+0000 mon.smithi062 (mon.0) 100 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-13T09:46:00.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:45:59.134836+0000 mon.smithi062 (mon.0) 101 : cluster [INF] Manager daemon smithi062.wofrer is now available 2024-04-13T09:46:00.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:59.242106+0000 mon.smithi062 (mon.0) 102 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:46:00.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:59.244501+0000 mon.smithi062 (mon.0) 103 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:46:00.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:59.267469+0000 mon.smithi062 (mon.0) 104 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/mirror_snapshot_schedule"}]: dispatch 2024-04-13T09:46:00.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:45:59.272358+0000 mon.smithi062 (mon.0) 105 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/trash_purge_schedule"}]: dispatch 2024-04-13T09:46:01.117 INFO:teuthology.orchestra.run.smithi062.stderr:mgr epoch 13 is available 2024-04-13T09:46:01.118 INFO:teuthology.orchestra.run.smithi062.stderr:Generating a dashboard self-signed certificate... 2024-04-13T09:46:01.118 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpppsawl3b:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75ksg0ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2024-04-13T09:46:01.377 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:01 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:00.139604+0000 mgr.smithi062.wofrer (mgr.14164) 1 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-13T09:46:01.377 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:01 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:46:00.139857+0000 mon.smithi062 (mon.0) 106 : cluster [DBG] mgrmap e15: smithi062.wofrer(active, since 1.06477s) 2024-04-13T09:46:01.377 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:01 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:00.145934+0000 mgr.smithi062.wofrer (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-13T09:46:01.377 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:01 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:00.669058+0000 mon.smithi062 (mon.0) 107 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:46:02.184 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: Self-signed certificate created 2024-04-13T09:46:02.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:46:01.669928+0000 mon.smithi062 (mon.0) 108 : cluster [DBG] mgrmap e16: smithi062.wofrer(active, since 2s) 2024-04-13T09:46:02.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:02.181904+0000 mon.smithi062 (mon.0) 109 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:46:02.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:02.183839+0000 mon.smithi062 (mon.0) 110 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:46:02.828 INFO:teuthology.orchestra.run.smithi062.stderr:Creating initial admin user... 2024-04-13T09:46:02.829 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpppsawl3b:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75ksg0ym:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpgisl7soi:/tmp/dashboard.pw:z quay.io/ceph/ceph:v16.2.5 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2024-04-13T09:46:03.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:02.046943+0000 mgr.smithi062.wofrer (mgr.14164) 3 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:46:04.243 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$IHu0qvhtb6B/xhgVDPFzu.vKEYzGWvokHZRnOthWoHuvTrbeg47RO", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713001564, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-13T09:46:04.856 INFO:teuthology.orchestra.run.smithi062.stderr:Fetching dashboard port number... 2024-04-13T09:46:04.856 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpppsawl3b:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75ksg0ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2024-04-13T09:46:05.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:03.998583+0000 mgr.smithi062.wofrer (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-04-13T09:46:05.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:04.243148+0000 mon.smithi062 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:46:05.609 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 8443 2024-04-13T09:46:06.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:05.609192+0000 mon.smithi062 (mon.0) 112 : audit [DBG] from='client.? 172.21.15.62:0/1378893468' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-13T09:46:06.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:46:05.871291+0000 mon.smithi062 (mon.0) 113 : cluster [DBG] mgrmap e17: smithi062.wofrer(active, since 6s) 2024-04-13T09:46:06.346 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: systemctl is-enabled firewalld.service 2024-04-13T09:46:06.356 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: disabled 2024-04-13T09:46:06.357 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: systemctl is-active firewalld.service 2024-04-13T09:46:06.365 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: inactive 2024-04-13T09:46:06.365 INFO:teuthology.orchestra.run.smithi062.stderr:firewalld.service is not enabled 2024-04-13T09:46:06.366 INFO:teuthology.orchestra.run.smithi062.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-13T09:46:06.369 INFO:teuthology.orchestra.run.smithi062.stderr:Ceph Dashboard is now available at: 2024-04-13T09:46:06.369 INFO:teuthology.orchestra.run.smithi062.stderr: 2024-04-13T09:46:06.369 INFO:teuthology.orchestra.run.smithi062.stderr: URL: https://smithi062.front.sepia.ceph.com:8443/ 2024-04-13T09:46:06.369 INFO:teuthology.orchestra.run.smithi062.stderr: User: admin 2024-04-13T09:46:06.369 INFO:teuthology.orchestra.run.smithi062.stderr: Password: x7lkha6n0k 2024-04-13T09:46:06.369 INFO:teuthology.orchestra.run.smithi062.stderr: 2024-04-13T09:46:06.369 INFO:teuthology.orchestra.run.smithi062.stderr:You can access the Ceph CLI with: 2024-04-13T09:46:06.369 INFO:teuthology.orchestra.run.smithi062.stderr: 2024-04-13T09:46:06.369 INFO:teuthology.orchestra.run.smithi062.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-13T09:46:06.369 INFO:teuthology.orchestra.run.smithi062.stderr: 2024-04-13T09:46:06.370 INFO:teuthology.orchestra.run.smithi062.stderr:Please consider enabling telemetry to help improve Ceph: 2024-04-13T09:46:06.370 INFO:teuthology.orchestra.run.smithi062.stderr: 2024-04-13T09:46:06.370 INFO:teuthology.orchestra.run.smithi062.stderr: ceph telemetry on 2024-04-13T09:46:06.370 INFO:teuthology.orchestra.run.smithi062.stderr: 2024-04-13T09:46:06.370 INFO:teuthology.orchestra.run.smithi062.stderr:For more information see: 2024-04-13T09:46:06.370 INFO:teuthology.orchestra.run.smithi062.stderr: 2024-04-13T09:46:06.370 INFO:teuthology.orchestra.run.smithi062.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2024-04-13T09:46:06.370 INFO:teuthology.orchestra.run.smithi062.stderr: 2024-04-13T09:46:06.370 INFO:teuthology.orchestra.run.smithi062.stderr:Bootstrap complete. 2024-04-13T09:46:06.370 INFO:teuthology.orchestra.run.smithi062.stderr:Releasing lock 140625161134208 on /run/cephadm/66630ffe-f97a-11ee-bc8d-c7b262605968.lock 2024-04-13T09:46:06.370 INFO:teuthology.orchestra.run.smithi062.stderr:Lock 140625161134208 released on /run/cephadm/66630ffe-f97a-11ee-bc8d-c7b262605968.lock 2024-04-13T09:46:06.407 INFO:tasks.cephadm:Fetching config... 2024-04-13T09:46:06.407 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-04-13T09:46:06.408 DEBUG:teuthology.orchestra.run.smithi062:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-13T09:46:06.427 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-13T09:46:06.428 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-04-13T09:46:06.428 DEBUG:teuthology.orchestra.run.smithi062:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-13T09:46:06.486 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-13T09:46:06.486 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-04-13T09:46:06.486 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/mon.smithi062/keyring of=/dev/stdout 2024-04-13T09:46:06.555 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-13T09:46:06.555 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-04-13T09:46:06.556 DEBUG:teuthology.orchestra.run.smithi062:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-13T09:46:06.613 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-13T09:46:06.613 DEBUG:teuthology.orchestra.run.smithi062:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDK4mka0YHguRv2ax3aDchO0WB0jUPYKruxUzvLYM6fpdz+hf7+M5seHK9cP5MWuY59ANHRMv+oaQgAbAEkqjQPJCi1ER8yjJAbixwYNyTSHxuEN4fKRBFFtnaB04j1FlOPBiPYA62g/ZTd9ljra40+GUpYHNr946S9Psak/hoHiTNeGbLOtthNsC85X1aJ2pTZ9BBqxuL3QVPa4pdJ2ax9t/xgAumJsYGCsIgmQb5he2Gb0OR7hRP3iUEofnr9PSnCy+P7cU/IVELiTTrjPNFr43P2ZlNk/YkR0H9U8/WZ+p9aOEI389REDzOoDL0U0LKFb3emvjGp5iuTjt2Dp5vA+bc97G3V8OXAtcdi7U/7CCVo0TzCKMgFTzNdPNzGW7mXH8WqK5NoGFwW59yqpzSxF/DvAD8jLFZgZvgBnQ2NmujE6RSGAyx2xhrYVkJbG9zNa+LtjuDAY9X4BscGoac7LDN0JIPubwBQxH+gExlPwN9J7ETAsFC44AZajWHAw8U= ceph-66630ffe-f97a-11ee-bc8d-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-13T09:46:06.695 INFO:teuthology.orchestra.run.smithi062.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDK4mka0YHguRv2ax3aDchO0WB0jUPYKruxUzvLYM6fpdz+hf7+M5seHK9cP5MWuY59ANHRMv+oaQgAbAEkqjQPJCi1ER8yjJAbixwYNyTSHxuEN4fKRBFFtnaB04j1FlOPBiPYA62g/ZTd9ljra40+GUpYHNr946S9Psak/hoHiTNeGbLOtthNsC85X1aJ2pTZ9BBqxuL3QVPa4pdJ2ax9t/xgAumJsYGCsIgmQb5he2Gb0OR7hRP3iUEofnr9PSnCy+P7cU/IVELiTTrjPNFr43P2ZlNk/YkR0H9U8/WZ+p9aOEI389REDzOoDL0U0LKFb3emvjGp5iuTjt2Dp5vA+bc97G3V8OXAtcdi7U/7CCVo0TzCKMgFTzNdPNzGW7mXH8WqK5NoGFwW59yqpzSxF/DvAD8jLFZgZvgBnQ2NmujE6RSGAyx2xhrYVkJbG9zNa+LtjuDAY9X4BscGoac7LDN0JIPubwBQxH+gExlPwN9J7ETAsFC44AZajWHAw8U= ceph-66630ffe-f97a-11ee-bc8d-c7b262605968 2024-04-13T09:46:06.707 DEBUG:teuthology.orchestra.run.smithi064:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDK4mka0YHguRv2ax3aDchO0WB0jUPYKruxUzvLYM6fpdz+hf7+M5seHK9cP5MWuY59ANHRMv+oaQgAbAEkqjQPJCi1ER8yjJAbixwYNyTSHxuEN4fKRBFFtnaB04j1FlOPBiPYA62g/ZTd9ljra40+GUpYHNr946S9Psak/hoHiTNeGbLOtthNsC85X1aJ2pTZ9BBqxuL3QVPa4pdJ2ax9t/xgAumJsYGCsIgmQb5he2Gb0OR7hRP3iUEofnr9PSnCy+P7cU/IVELiTTrjPNFr43P2ZlNk/YkR0H9U8/WZ+p9aOEI389REDzOoDL0U0LKFb3emvjGp5iuTjt2Dp5vA+bc97G3V8OXAtcdi7U/7CCVo0TzCKMgFTzNdPNzGW7mXH8WqK5NoGFwW59yqpzSxF/DvAD8jLFZgZvgBnQ2NmujE6RSGAyx2xhrYVkJbG9zNa+LtjuDAY9X4BscGoac7LDN0JIPubwBQxH+gExlPwN9J7ETAsFC44AZajWHAw8U= ceph-66630ffe-f97a-11ee-bc8d-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-13T09:46:06.753 INFO:teuthology.orchestra.run.smithi064.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDK4mka0YHguRv2ax3aDchO0WB0jUPYKruxUzvLYM6fpdz+hf7+M5seHK9cP5MWuY59ANHRMv+oaQgAbAEkqjQPJCi1ER8yjJAbixwYNyTSHxuEN4fKRBFFtnaB04j1FlOPBiPYA62g/ZTd9ljra40+GUpYHNr946S9Psak/hoHiTNeGbLOtthNsC85X1aJ2pTZ9BBqxuL3QVPa4pdJ2ax9t/xgAumJsYGCsIgmQb5he2Gb0OR7hRP3iUEofnr9PSnCy+P7cU/IVELiTTrjPNFr43P2ZlNk/YkR0H9U8/WZ+p9aOEI389REDzOoDL0U0LKFb3emvjGp5iuTjt2Dp5vA+bc97G3V8OXAtcdi7U/7CCVo0TzCKMgFTzNdPNzGW7mXH8WqK5NoGFwW59yqpzSxF/DvAD8jLFZgZvgBnQ2NmujE6RSGAyx2xhrYVkJbG9zNa+LtjuDAY9X4BscGoac7LDN0JIPubwBQxH+gExlPwN9J7ETAsFC44AZajWHAw8U= ceph-66630ffe-f97a-11ee-bc8d-c7b262605968 2024-04-13T09:46:06.765 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-13T09:46:10.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:08.797421+0000 mon.smithi062 (mon.0) 114 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:46:10.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:09.243254+0000 mon.smithi062 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "who": "osd/host:smithi062", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:46:10.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:09.249167+0000 mon.smithi062 (mon.0) 116 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:46:10.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:46:09.256115+0000 mgr.smithi062.wofrer (mgr.14164) 5 : cephadm [INF] Deploying daemon alertmanager.smithi062 on smithi062 2024-04-13T09:46:10.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:09.742105+0000 mon.smithi062 (mon.0) 117 : audit [INF] from='client.? 172.21.15.62:0/360542471' entity='client.admin' 2024-04-13T09:46:10.472 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-13T09:46:10.473 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-13T09:46:13.716 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi064 2024-04-13T09:46:13.716 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2024-04-13T09:46:13.716 DEBUG:teuthology.orchestra.run.smithi064:> dd of=/etc/ceph/ceph.conf 2024-04-13T09:46:13.740 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2024-04-13T09:46:13.740 DEBUG:teuthology.orchestra.run.smithi064:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-13T09:46:13.802 INFO:tasks.cephadm:Adding host smithi064 to orchestrator... 2024-04-13T09:46:13.802 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph orch host add smithi064 2024-04-13T09:46:14.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:13.036266+0000 mgr.smithi062.wofrer (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-04-13T09:46:14.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:13.038603+0000 mon.smithi062 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:46:16.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:15.645378+0000 mgr.smithi062.wofrer (mgr.14164) 7 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi064", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:46:16.286 INFO:teuthology.orchestra.run.smithi062.stdout:Added host 'smithi064' with addr '172.21.15.64' 2024-04-13T09:46:16.923 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph orch host ls --format=json 2024-04-13T09:46:17.535 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:17 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:16.285827+0000 mon.smithi062 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:46:17.535 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:17 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:46:16.286163+0000 mgr.smithi062.wofrer (mgr.14164) 8 : cephadm [INF] Added host smithi064 2024-04-13T09:46:19.123 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-13T09:46:19.123 INFO:teuthology.orchestra.run.smithi062.stdout:[{"addr": "172.21.15.62", "hostname": "smithi062", "labels": [], "status": ""}, {"addr": "172.21.15.64", "hostname": "smithi064", "labels": [], "status": ""}] 2024-04-13T09:46:20.004 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-13T09:46:20.004 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph osd crush tunables default 2024-04-13T09:46:20.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:20 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:19.122681+0000 mgr.smithi062.wofrer (mgr.14164) 9 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-13T09:46:20.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:20 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:46:19.132205+0000 mgr.smithi062.wofrer (mgr.14164) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:46:22.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:22 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:46:21.132435+0000 mgr.smithi062.wofrer (mgr.14164) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:46:24.145 INFO:teuthology.orchestra.run.smithi062.stderr:adjusted tunables profile to default 2024-04-13T09:46:24.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:46:23.132676+0000 mgr.smithi062.wofrer (mgr.14164) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:46:24.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:23.365622+0000 mon.smithi062 (mon.0) 120 : audit [INF] from='client.? 172.21.15.62:0/1247037417' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-13T09:46:25.458 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:24.141799+0000 mon.smithi062 (mon.0) 121 : audit [INF] from='client.? 172.21.15.62:0/1247037417' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-13T09:46:25.458 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:46:24.141854+0000 mon.smithi062 (mon.0) 122 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-13T09:46:25.478 INFO:tasks.cephadm:Adding mon.smithi062 on smithi062 2024-04-13T09:46:25.478 INFO:tasks.cephadm:Adding mon.smithi064 on smithi064 2024-04-13T09:46:25.478 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph orch apply mon '2;smithi062:172.21.15.62=smithi062;smithi064:172.21.15.64=smithi064' 2024-04-13T09:46:26.160 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:26 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:46:25.133036+0000 mgr.smithi062.wofrer (mgr.14164) 13 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:46:27.697 INFO:teuthology.orchestra.run.smithi064.stdout:Scheduled mon update... 2024-04-13T09:46:28.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:26.969588+0000 mon.smithi062 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:46:28.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:26.971312+0000 mon.smithi062 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi062", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-13T09:46:28.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:26.973629+0000 mon.smithi062 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi062", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-13T09:46:28.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:26.974234+0000 mon.smithi062 (mon.0) 126 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:46:28.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:46:26.974784+0000 mgr.smithi062.wofrer (mgr.14164) 14 : cephadm [INF] Deploying daemon crash.smithi062 on smithi062 2024-04-13T09:46:28.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:46:27.133307+0000 mgr.smithi062.wofrer (mgr.14164) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:46:28.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:27.692870+0000 mgr.smithi062.wofrer (mgr.14164) 16 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi062:172.21.15.62=smithi062;smithi064:172.21.15.64=smithi064", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:46:28.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:46:27.694041+0000 mgr.smithi062.wofrer (mgr.14164) 17 : cephadm [INF] Saving service mon spec with placement smithi062:172.21.15.62=smithi062;smithi064:172.21.15.64=smithi064;count:2 2024-04-13T09:46:28.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:27.696543+0000 mon.smithi062 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:46:28.340 DEBUG:teuthology.orchestra.run.smithi064:mon.smithi064> sudo journalctl -f -n 0 -u ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@mon.smithi064.service 2024-04-13T09:46:28.343 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-13T09:46:28.343 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph mon dump -f json 2024-04-13T09:46:28.373 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:-- Logs begin at Sat 2024-04-13 09:37:42 UTC. -- 2024-04-13T09:46:30.376 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-13T09:46:30.377 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":1,"fsid":"66630ffe-f97a-11ee-bc8d-c7b262605968","modified":"2024-04-13T09:44:46.783557Z","created":"2024-04-13T09:44:46.783557Z","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":"smithi062","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-13T09:46:30.378 INFO:teuthology.orchestra.run.smithi064.stderr:dumped monmap epoch 1 2024-04-13T09:46:30.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:46:29.133550+0000 mgr.smithi062.wofrer (mgr.14164) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:46:30.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:29.172033+0000 mon.smithi062 (mon.0) 128 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:46:30.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:29.226207+0000 mon.smithi062 (mon.0) 129 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:46:30.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:29.228259+0000 mon.smithi062 (mon.0) 130 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:46:30.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:29.228596+0000 mon.smithi062 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-13T09:46:30.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:29.228910+0000 mgr.smithi062.wofrer (mgr.14164) 19 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-13T09:46:30.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:29.231166+0000 mon.smithi062 (mon.0) 132 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:46:30.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:46:29.233849+0000 mgr.smithi062.wofrer (mgr.14164) 20 : cephadm [INF] Deploying daemon grafana.smithi062 on smithi062 2024-04-13T09:46:30.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:29.259014+0000 mon.smithi062 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:46:31.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:31 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:30.376474+0000 mon.smithi062 (mon.0) 134 : audit [DBG] from='client.? 172.21.15.64:0/2003070250' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-13T09:46:31.992 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-13T09:46:31.993 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph mon dump -f json 2024-04-13T09:46:32.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:32 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:46:31.133857+0000 mgr.smithi062.wofrer (mgr.14164) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:46:33.984 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-13T09:46:33.984 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":1,"fsid":"66630ffe-f97a-11ee-bc8d-c7b262605968","modified":"2024-04-13T09:44:46.783557Z","created":"2024-04-13T09:44:46.783557Z","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":"smithi062","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-13T09:46:33.986 INFO:teuthology.orchestra.run.smithi064.stderr:dumped monmap epoch 1 2024-04-13T09:46:34.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:34 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:46:33.134167+0000 mgr.smithi062.wofrer (mgr.14164) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:46:34.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:34 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:33.983725+0000 mon.smithi062 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.64:0/2807800346' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-13T09:46:35.656 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-13T09:46:35.657 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph mon dump -f json 2024-04-13T09:46:36.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:46:35.134464+0000 mgr.smithi062.wofrer (mgr.14164) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:46:37.649 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-13T09:46:37.650 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":1,"fsid":"66630ffe-f97a-11ee-bc8d-c7b262605968","modified":"2024-04-13T09:44:46.783557Z","created":"2024-04-13T09:44:46.783557Z","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":"smithi062","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-13T09:46:37.651 INFO:teuthology.orchestra.run.smithi064.stderr:dumped monmap epoch 1 2024-04-13T09:46:38.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:38 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:46:37.134696+0000 mgr.smithi062.wofrer (mgr.14164) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:46:38.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:38 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:37.649437+0000 mon.smithi062 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.64:0/360403389' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-13T09:46:39.323 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-13T09:46:39.323 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph mon dump -f json 2024-04-13T09:46:40.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:40 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:46:39.134877+0000 mgr.smithi062.wofrer (mgr.14164) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:46:41.323 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-13T09:46:41.323 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":1,"fsid":"66630ffe-f97a-11ee-bc8d-c7b262605968","modified":"2024-04-13T09:44:46.783557Z","created":"2024-04-13T09:44:46.783557Z","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":"smithi062","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-13T09:46:41.324 INFO:teuthology.orchestra.run.smithi064.stderr:dumped monmap epoch 1 2024-04-13T09:46:42.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:42 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:46:41.135132+0000 mgr.smithi062.wofrer (mgr.14164) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:46:42.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:42 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:41.323207+0000 mon.smithi062 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.64:0/1760719230' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-13T09:46:42.980 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-13T09:46:43.045 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph mon dump -f json 2024-04-13T09:46:44.424 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:44 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:46:43.135570+0000 mgr.smithi062.wofrer (mgr.14164) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:46:44.994 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-13T09:46:44.995 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":1,"fsid":"66630ffe-f97a-11ee-bc8d-c7b262605968","modified":"2024-04-13T09:44:46.783557Z","created":"2024-04-13T09:44:46.783557Z","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":"smithi062","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-13T09:46:44.997 INFO:teuthology.orchestra.run.smithi064.stderr:dumped monmap epoch 1 2024-04-13T09:46:46.155 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:44.993743+0000 mon.smithi062 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.64:0/651587094' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-13T09:46:46.155 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:46:45.136002+0000 mgr.smithi062.wofrer (mgr.14164) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:46:46.525 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-13T09:46:46.525 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph mon dump -f json 2024-04-13T09:46:48.504 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-13T09:46:48.504 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":1,"fsid":"66630ffe-f97a-11ee-bc8d-c7b262605968","modified":"2024-04-13T09:44:46.783557Z","created":"2024-04-13T09:44:46.783557Z","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":"smithi062","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-13T09:46:48.506 INFO:teuthology.orchestra.run.smithi064.stderr:dumped monmap epoch 1 2024-04-13T09:46:48.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:48 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:47.063835+0000 mon.smithi062 (mon.0) 139 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:46:48.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:48 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:46:47.065724+0000 mgr.smithi062.wofrer (mgr.14164) 29 : cephadm [INF] Deploying daemon node-exporter.smithi062 on smithi062 2024-04-13T09:46:48.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:48 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:46:47.136230+0000 mgr.smithi062.wofrer (mgr.14164) 30 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:46:49.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:48.503818+0000 mon.smithi062 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.64:0/1404844556' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-13T09:46:50.119 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-13T09:46:50.119 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph mon dump -f json 2024-04-13T09:46:50.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:50 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:46:49.136562+0000 mgr.smithi062.wofrer (mgr.14164) 31 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:46:50.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:50 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:49.262636+0000 mon.smithi062 (mon.0) 141 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:46:52.113 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-13T09:46:52.114 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":1,"fsid":"66630ffe-f97a-11ee-bc8d-c7b262605968","modified":"2024-04-13T09:44:46.783557Z","created":"2024-04-13T09:44:46.783557Z","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":"smithi062","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-13T09:46:52.115 INFO:teuthology.orchestra.run.smithi064.stderr:dumped monmap epoch 1 2024-04-13T09:46:52.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:46:51.136842+0000 mgr.smithi062.wofrer (mgr.14164) 32 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:46:52.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:52.113423+0000 mon.smithi062 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.64:0/1318719112' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-13T09:46:53.726 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-13T09:46:53.727 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph mon dump -f json 2024-04-13T09:46:54.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:46:53.137200+0000 mgr.smithi062.wofrer (mgr.14164) 33 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:46:55.764 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-13T09:46:55.764 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":1,"fsid":"66630ffe-f97a-11ee-bc8d-c7b262605968","modified":"2024-04-13T09:44:46.783557Z","created":"2024-04-13T09:44:46.783557Z","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":"smithi062","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-13T09:46:55.766 INFO:teuthology.orchestra.run.smithi064.stderr:dumped monmap epoch 1 2024-04-13T09:46:56.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:46:55.137492+0000 mgr.smithi062.wofrer (mgr.14164) 34 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:46:56.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:55.763815+0000 mon.smithi062 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.64:0/2250053965' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-13T09:46:57.318 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-13T09:46:57.319 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph mon dump -f json 2024-04-13T09:46:58.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:46:58 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:46:57.137827+0000 mgr.smithi062.wofrer (mgr.14164) 35 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:46:59.394 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-13T09:46:59.395 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":1,"fsid":"66630ffe-f97a-11ee-bc8d-c7b262605968","modified":"2024-04-13T09:44:46.783557Z","created":"2024-04-13T09:44:46.783557Z","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":"smithi062","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-13T09:46:59.396 INFO:teuthology.orchestra.run.smithi064.stderr:dumped monmap epoch 1 2024-04-13T09:47:00.537 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:46:59.138104+0000 mgr.smithi062.wofrer (mgr.14164) 36 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:00.540 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:59.270384+0000 mon.smithi062 (mon.0) 144 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/mirror_snapshot_schedule"}]: dispatch 2024-04-13T09:47:00.541 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:59.274229+0000 mon.smithi062 (mon.0) 145 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/trash_purge_schedule"}]: dispatch 2024-04-13T09:47:00.541 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:46:59.394541+0000 mon.smithi062 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.64:0/1786527859' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-13T09:47:01.000 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-13T09:47:01.001 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph mon dump -f json 2024-04-13T09:47:02.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:01.138480+0000 mgr.smithi062.wofrer (mgr.14164) 37 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:02.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:01.373664+0000 mon.smithi062 (mon.0) 147 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:47:02.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:47:01.379983+0000 mgr.smithi062.wofrer (mgr.14164) 38 : cephadm [INF] Deploying daemon prometheus.smithi062 on smithi062 2024-04-13T09:47:03.074 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-13T09:47:03.074 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":1,"fsid":"66630ffe-f97a-11ee-bc8d-c7b262605968","modified":"2024-04-13T09:44:46.783557Z","created":"2024-04-13T09:44:46.783557Z","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":"smithi062","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-13T09:47:03.077 INFO:teuthology.orchestra.run.smithi064.stderr:dumped monmap epoch 1 2024-04-13T09:47:03.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:03.073879+0000 mon.smithi062 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.64:0/1232085887' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-13T09:47:04.732 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-13T09:47:04.733 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph mon dump -f json 2024-04-13T09:47:04.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:03.138847+0000 mgr.smithi062.wofrer (mgr.14164) 39 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:04.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:04.265930+0000 mon.smithi062 (mon.0) 149 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:47:06.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:05.139164+0000 mgr.smithi062.wofrer (mgr.14164) 40 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:06.630 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-13T09:47:06.630 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":1,"fsid":"66630ffe-f97a-11ee-bc8d-c7b262605968","modified":"2024-04-13T09:44:46.783557Z","created":"2024-04-13T09:44:46.783557Z","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":"smithi062","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-13T09:47:06.631 INFO:teuthology.orchestra.run.smithi064.stderr:dumped monmap epoch 1 2024-04-13T09:47:07.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:06.629522+0000 mon.smithi062 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.64:0/1761741987' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-13T09:47:08.248 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-13T09:47:08.248 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph mon dump -f json 2024-04-13T09:47:08.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:07 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:07.139491+0000 mgr.smithi062.wofrer (mgr.14164) 41 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:10.235 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-13T09:47:10.235 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":1,"fsid":"66630ffe-f97a-11ee-bc8d-c7b262605968","modified":"2024-04-13T09:44:46.783557Z","created":"2024-04-13T09:44:46.783557Z","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":"smithi062","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-13T09:47:10.237 INFO:teuthology.orchestra.run.smithi064.stderr:dumped monmap epoch 1 2024-04-13T09:47:10.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:10 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:09.139759+0000 mgr.smithi062.wofrer (mgr.14164) 42 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:11.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:11 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:10.235120+0000 mon.smithi062 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.64:0/2240191489' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-13T09:47:11.800 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-13T09:47:11.800 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph mon dump -f json 2024-04-13T09:47:12.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:12 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:11.139994+0000 mgr.smithi062.wofrer (mgr.14164) 43 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:13.687 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-13T09:47:13.688 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":1,"fsid":"66630ffe-f97a-11ee-bc8d-c7b262605968","modified":"2024-04-13T09:44:46.783557Z","created":"2024-04-13T09:44:46.783557Z","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":"smithi062","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-13T09:47:13.689 INFO:teuthology.orchestra.run.smithi064.stderr:dumped monmap epoch 1 2024-04-13T09:47:14.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:13.140289+0000 mgr.smithi062.wofrer (mgr.14164) 44 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:14.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:13.687332+0000 mon.smithi062 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.64:0/497688549' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-13T09:47:15.349 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-13T09:47:15.349 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph mon dump -f json 2024-04-13T09:47:16.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:15.140714+0000 mgr.smithi062.wofrer (mgr.14164) 45 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:17.435 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-13T09:47:17.435 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":1,"fsid":"66630ffe-f97a-11ee-bc8d-c7b262605968","modified":"2024-04-13T09:44:46.783557Z","created":"2024-04-13T09:44:46.783557Z","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":"smithi062","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-13T09:47:17.437 INFO:teuthology.orchestra.run.smithi064.stderr:dumped monmap epoch 1 2024-04-13T09:47:18.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:18 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:17.141081+0000 mgr.smithi062.wofrer (mgr.14164) 46 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:18.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:18 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:17.435089+0000 mon.smithi062 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.64:0/1008831859' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-13T09:47:18.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:18 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:18.015489+0000 mon.smithi062 (mon.0) 154 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:47:18.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:18 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:18.016386+0000 mon.smithi062 (mon.0) 155 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:47:18.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:18 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:18.017283+0000 mon.smithi062 (mon.0) 156 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:47:18.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:18 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:18.017875+0000 mon.smithi062 (mon.0) 157 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:47:18.989 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-13T09:47:18.990 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph mon dump -f json 2024-04-13T09:47:19.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:18.448465+0000 mon.smithi062 (mon.0) 158 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:47:19.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:18.696706+0000 mon.smithi062 (mon.0) 159 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:47:19.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:19.269580+0000 mon.smithi062 (mon.0) 160 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:47:21.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:20 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:19.141331+0000 mgr.smithi062.wofrer (mgr.14164) 47 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:22.348 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-13T09:47:22.348 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":1,"fsid":"66630ffe-f97a-11ee-bc8d-c7b262605968","modified":"2024-04-13T09:44:46.783557Z","created":"2024-04-13T09:44:46.783557Z","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":"smithi062","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-13T09:47:22.348 INFO:teuthology.orchestra.run.smithi064.stderr:dumped monmap epoch 1 2024-04-13T09:47:23.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:22 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:21.141665+0000 mgr.smithi062.wofrer (mgr.14164) 48 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:23.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:22 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:22.061120+0000 mon.smithi062 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.64:0/2659610571' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-13T09:47:23.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:22 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:22.128376+0000 mon.smithi062 (mon.0) 162 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:47:23.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:22 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:22.426437+0000 mon.smithi062 (mon.0) 163 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:47:23.808 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-13T09:47:23.808 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph mon dump -f json 2024-04-13T09:47:24.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:47:22.371702+0000 mgr.smithi062.wofrer (mgr.14164) 49 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.conf 2024-04-13T09:47:24.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:47:22.398279+0000 mgr.smithi062.wofrer (mgr.14164) 50 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.client.admin.keyring 2024-04-13T09:47:24.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:22.834321+0000 mon.smithi062 (mon.0) 164 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:47:25.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:23.141992+0000 mgr.smithi062.wofrer (mgr.14164) 51 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:25.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:23.881599+0000 mon.smithi062 (mon.0) 165 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:47:25.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:23.882273+0000 mon.smithi062 (mon.0) 166 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "who": "osd/host:smithi064", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:47:25.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:23.886255+0000 mon.smithi062 (mon.0) 167 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:47:25.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:23.888181+0000 mon.smithi062 (mon.0) 168 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi064", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-13T09:47:25.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:23.890835+0000 mon.smithi062 (mon.0) 169 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi064", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-13T09:47:25.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:23.891651+0000 mon.smithi062 (mon.0) 170 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:47:26.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:47:23.892542+0000 mgr.smithi062.wofrer (mgr.14164) 52 : cephadm [INF] Deploying daemon crash.smithi064 on smithi064 2024-04-13T09:47:26.858 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-13T09:47:26.859 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":1,"fsid":"66630ffe-f97a-11ee-bc8d-c7b262605968","modified":"2024-04-13T09:44:46.783557Z","created":"2024-04-13T09:44:46.783557Z","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":"smithi062","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-13T09:47:26.861 INFO:teuthology.orchestra.run.smithi064.stderr:dumped monmap epoch 1 2024-04-13T09:47:27.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:26 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:25.142292+0000 mgr.smithi062.wofrer (mgr.14164) 53 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:28.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:26.858274+0000 mon.smithi062 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.64:0/903226822' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-13T09:47:28.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:26.959184+0000 mon.smithi062 (mon.0) 172 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:47:28.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:26.961415+0000 mon.smithi062 (mon.0) 173 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi064.lcvmyw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-13T09:47:28.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:26.963596+0000 mon.smithi062 (mon.0) 174 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi064.lcvmyw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-13T09:47:28.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:26.964435+0000 mon.smithi062 (mon.0) 175 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-13T09:47:28.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:26.965486+0000 mon.smithi062 (mon.0) 176 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:47:28.606 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-13T09:47:28.606 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph mon dump -f json 2024-04-13T09:47:29.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:47:26.966194+0000 mgr.smithi062.wofrer (mgr.14164) 54 : cephadm [INF] Deploying daemon mgr.smithi064.lcvmyw on smithi064 2024-04-13T09:47:29.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:27.142611+0000 mgr.smithi062.wofrer (mgr.14164) 55 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:30.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:29.142965+0000 mgr.smithi062.wofrer (mgr.14164) 56 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:30.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:29.272902+0000 mon.smithi062 (mon.0) 177 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:47:30.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:29.637337+0000 mon.smithi062 (mon.0) 178 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:47:30.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:29.639381+0000 mon.smithi062 (mon.0) 179 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-13T09:47:30.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:29.640223+0000 mon.smithi062 (mon.0) 180 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:47:30.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:47:29.640988+0000 mgr.smithi062.wofrer (mgr.14164) 57 : cephadm [INF] Deploying daemon mon.smithi064 on smithi064 2024-04-13T09:47:31.130 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-13T09:47:31.243 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":1,"fsid":"66630ffe-f97a-11ee-bc8d-c7b262605968","modified":"2024-04-13T09:44:46.783557Z","created":"2024-04-13T09:44:46.783557Z","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":"smithi062","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-13T09:47:31.243 INFO:teuthology.orchestra.run.smithi064.stderr:dumped monmap epoch 1 2024-04-13T09:47:31.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:31 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:31.129961+0000 mon.smithi062 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.64:0/2395393902' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-13T09:47:32.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:32 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:31.143335+0000 mgr.smithi062.wofrer (mgr.14164) 58 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:33.946 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-13T09:47:33.946 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph mon dump -f json 2024-04-13T09:47:34.464 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 systemd[1]: Starting Ceph mon.smithi064 for 66630ffe-f97a-11ee-bc8d-c7b262605968... 2024-04-13T09:47:34.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:34 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:33.143737+0000 mgr.smithi062.wofrer (mgr.14164) 59 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:34.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:34 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:34.276196+0000 mon.smithi062 (mon.0) 182 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:47:34.935 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.770+0000 7fe24b507700 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-13T09:47:34.936 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.770+0000 7fe24b507700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2024-04-13T09:47:34.936 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.770+0000 7fe24b507700 0 pidfile_write: ignore empty --pid-file 2024-04-13T09:47:34.936 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.775+0000 7fe24b507700 0 load: jerasure load: lrc load: isa 2024-04-13T09:47:34.936 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: RocksDB version: 6.8.1 2024-04-13T09:47:34.936 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 2024-04-13T09:47:34.936 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-04-13T09:47:34.936 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Compile date Jul 8 2021 2024-04-13T09:47:34.936 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: DB SUMMARY 2024-04-13T09:47:34.936 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 2024-04-13T09:47:34.936 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: CURRENT file: CURRENT 2024-04-13T09:47:34.936 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 2024-04-13T09:47:34.936 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: IDENTITY file: IDENTITY 2024-04-13T09:47:34.936 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 2024-04-13T09:47:34.937 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-04-13T09:47:34.937 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 2024-04-13T09:47:34.937 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi064/store.db dir, Total Num: 0, files: 2024-04-13T09:47:34.937 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 2024-04-13T09:47:34.937 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi064/store.db: 000003.log size: 511 ; 2024-04-13T09:47:34.937 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 2024-04-13T09:47:34.937 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.error_if_exists: 0 2024-04-13T09:47:34.937 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.create_if_missing: 0 2024-04-13T09:47:34.937 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.paranoid_checks: 1 2024-04-13T09:47:34.937 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.env: 0x559fe6adb1c0 2024-04-13T09:47:34.937 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.fs: Posix File System 2024-04-13T09:47:34.937 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.info_log: 0x559fe76d9a40 2024-04-13T09:47:34.937 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-13T09:47:34.937 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.statistics: (nil) 2024-04-13T09:47:34.937 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.use_fsync: 0 2024-04-13T09:47:34.938 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.max_log_file_size: 0 2024-04-13T09:47:34.938 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-13T09:47:34.938 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-13T09:47:34.938 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-13T09:47:34.938 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-13T09:47:34.938 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.allow_fallocate: 1 2024-04-13T09:47:34.938 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-13T09:47:34.938 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-13T09:47:34.938 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.use_direct_reads: 0 2024-04-13T09:47:34.938 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-13T09:47:34.938 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.create_missing_column_families: 0 2024-04-13T09:47:34.938 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.db_log_dir: 2024-04-13T09:47:34.938 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi064/store.db 2024-04-13T09:47:34.939 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-13T09:47:34.939 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.max_subcompactions: 1 2024-04-13T09:47:34.941 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.max_background_flushes: -1 2024-04-13T09:47:34.941 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-13T09:47:34.941 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-13T09:47:34.941 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-13T09:47:34.941 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-13T09:47:34.941 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-13T09:47:34.941 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.advise_random_on_open: 1 2024-04-13T09:47:34.941 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-13T09:47:34.941 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.write_buffer_manager: 0x559fe8350030 2024-04-13T09:47:34.942 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-13T09:47:34.942 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-04-13T09:47:34.942 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-13T09:47:34.942 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-13T09:47:34.942 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.rate_limiter: (nil) 2024-04-13T09:47:34.942 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-13T09:47:34.942 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-13T09:47:34.942 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-13T09:47:34.942 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-13T09:47:34.942 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.unordered_write: 0 2024-04-13T09:47:34.942 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-13T09:47:34.942 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-13T09:47:34.942 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-13T09:47:34.942 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-13T09:47:34.942 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.row_cache: None 2024-04-13T09:47:34.943 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.wal_filter: None 2024-04-13T09:47:34.943 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-13T09:47:34.943 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-13T09:47:34.943 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.preserve_deletes: 0 2024-04-13T09:47:34.943 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.two_write_queues: 0 2024-04-13T09:47:34.943 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.manual_wal_flush: 0 2024-04-13T09:47:34.943 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.atomic_flush: 0 2024-04-13T09:47:34.943 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-13T09:47:34.943 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-13T09:47:34.943 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-13T09:47:34.943 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.log_readahead_size: 0 2024-04-13T09:47:34.943 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-04-13T09:47:34.943 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.max_background_jobs: 2 2024-04-13T09:47:34.943 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.max_background_compactions: -1 2024-04-13T09:47:34.944 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-13T09:47:34.944 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-13T09:47:34.944 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-13T09:47:34.944 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.max_total_wal_size: 0 2024-04-13T09:47:34.944 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-13T09:47:34.944 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-13T09:47:34.944 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-13T09:47:34.944 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-13T09:47:34.944 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.max_open_files: -1 2024-04-13T09:47:34.944 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.bytes_per_sync: 0 2024-04-13T09:47:34.944 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-13T09:47:34.944 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-13T09:47:34.944 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-13T09:47:34.944 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Compression algorithms supported: 2024-04-13T09:47:34.945 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-13T09:47:34.945 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: kZSTD supported: 0 2024-04-13T09:47:34.945 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: kXpressCompression supported: 0 2024-04-13T09:47:34.945 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-13T09:47:34.945 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: kLZ4Compression supported: 1 2024-04-13T09:47:34.945 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: kBZip2Compression supported: 0 2024-04-13T09:47:34.945 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: kZlibCompression supported: 1 2024-04-13T09:47:34.945 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: kSnappyCompression supported: 1 2024-04-13T09:47:34.945 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-13T09:47:34.945 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi064/store.db/MANIFEST-000001 2024-04-13T09:47:34.945 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 2024-04-13T09:47:34.945 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-04-13T09:47:34.945 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 2024-04-13T09:47:34.945 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-13T09:47:34.945 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.merge_operator: 2024-04-13T09:47:34.946 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.compaction_filter: None 2024-04-13T09:47:34.946 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.compaction_filter_factory: None 2024-04-13T09:47:34.946 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-13T09:47:34.946 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-13T09:47:34.946 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559fe75f2170) 2024-04-13T09:47:34.946 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cache_index_and_filter_blocks: 1 2024-04-13T09:47:34.946 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-13T09:47:34.946 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-13T09:47:34.946 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: pin_top_level_index_and_filter: 1 2024-04-13T09:47:34.946 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: index_type: 0 2024-04-13T09:47:34.946 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: data_block_index_type: 0 2024-04-13T09:47:34.946 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: index_shortening: 1 2024-04-13T09:47:34.946 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: data_block_hash_table_util_ratio: 0.750000 2024-04-13T09:47:34.946 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: hash_index_allow_collision: 1 2024-04-13T09:47:34.947 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: checksum: 1 2024-04-13T09:47:34.947 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: no_block_cache: 0 2024-04-13T09:47:34.947 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: block_cache: 0x559fe7628f10 2024-04-13T09:47:34.947 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: block_cache_name: BinnedLRUCache 2024-04-13T09:47:34.947 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: block_cache_options: 2024-04-13T09:47:34.947 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: capacity : 536870912 2024-04-13T09:47:34.947 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: num_shard_bits : 4 2024-04-13T09:47:34.947 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: strict_capacity_limit : 0 2024-04-13T09:47:34.947 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: high_pri_pool_ratio: 0.000 2024-04-13T09:47:34.947 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: block_cache_compressed: (nil) 2024-04-13T09:47:34.947 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: persistent_cache: (nil) 2024-04-13T09:47:34.947 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: block_size: 4096 2024-04-13T09:47:34.947 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: block_size_deviation: 10 2024-04-13T09:47:34.947 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: block_restart_interval: 16 2024-04-13T09:47:34.948 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: index_block_restart_interval: 1 2024-04-13T09:47:34.948 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: metadata_block_size: 4096 2024-04-13T09:47:34.948 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: partition_filters: 0 2024-04-13T09:47:34.948 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: use_delta_encoding: 1 2024-04-13T09:47:34.948 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: filter_policy: rocksdb.BuiltinBloomFilter 2024-04-13T09:47:34.948 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: whole_key_filtering: 1 2024-04-13T09:47:34.948 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: verify_compression: 0 2024-04-13T09:47:34.948 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: read_amp_bytes_per_bit: 0 2024-04-13T09:47:34.948 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: format_version: 2 2024-04-13T09:47:34.948 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: enable_index_compression: 1 2024-04-13T09:47:34.948 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: block_align: 0 2024-04-13T09:47:34.948 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 2024-04-13T09:47:34.948 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-13T09:47:34.948 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-13T09:47:34.948 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.compression: NoCompression 2024-04-13T09:47:34.949 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-13T09:47:34.949 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-13T09:47:34.949 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-13T09:47:34.949 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.num_levels: 7 2024-04-13T09:47:34.949 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-13T09:47:34.949 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-13T09:47:34.949 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-13T09:47:34.949 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-13T09:47:34.949 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-13T09:47:34.949 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-13T09:47:34.949 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-13T09:47:34.949 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-13T09:47:34.949 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-13T09:47:34.949 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-13T09:47:34.950 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.compression_opts.level: 32767 2024-04-13T09:47:34.950 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-13T09:47:34.950 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-13T09:47:34.950 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-13T09:47:34.950 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.compression_opts.enabled: false 2024-04-13T09:47:34.950 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-13T09:47:34.950 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-13T09:47:34.950 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-13T09:47:34.950 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-13T09:47:34.950 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-13T09:47:34.950 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-13T09:47:34.950 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-13T09:47:34.950 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-13T09:47:34.950 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-13T09:47:34.951 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-13T09:47:34.951 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-13T09:47:34.951 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-13T09:47:34.951 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-13T09:47:34.951 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-13T09:47:34.951 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-13T09:47:34.951 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-13T09:47:34.951 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-13T09:47:34.951 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.arena_block_size: 4194304 2024-04-13T09:47:34.951 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-13T09:47:34.951 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-13T09:47:34.951 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-04-13T09:47:34.951 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-13T09:47:34.951 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-13T09:47:34.952 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-13T09:47:34.952 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-13T09:47:34.952 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-13T09:47:34.952 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-13T09:47:34.952 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-13T09:47:34.952 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-13T09:47:34.952 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-13T09:47:34.952 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-13T09:47:34.952 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-13T09:47:34.952 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.table_properties_collectors: 2024-04-13T09:47:34.952 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.inplace_update_support: 0 2024-04-13T09:47:34.952 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-13T09:47:34.952 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-13T09:47:34.952 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-13T09:47:34.953 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-13T09:47:34.953 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.bloom_locality: 0 2024-04-13T09:47:34.953 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.max_successive_merges: 0 2024-04-13T09:47:34.953 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-13T09:47:34.953 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-13T09:47:34.953 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.force_consistency_checks: 0 2024-04-13T09:47:34.953 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-13T09:47:34.953 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.ttl: 2592000 2024-04-13T09:47:34.953 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-13T09:47:34.953 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.776+0000 7fe24b507700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi064/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-04-13T09:47:34.953 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 2024-04-13T09:47:34.953 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.777+0000 7fe24b507700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-04-13T09:47:34.953 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 2024-04-13T09:47:34.953 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.777+0000 7fe24b507700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713001654778294, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-04-13T09:47:34.954 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.777+0000 7fe24b507700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-04-13T09:47:34.954 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.777+0000 7fe24b507700 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-04-13T09:47:34.954 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.777+0000 7fe24b507700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713001654778779, "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": 1713001654, "oldest_key_time": 3, "file_creation_time": 0}} 2024-04-13T09:47:34.954 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.777+0000 7fe24b507700 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-04-13T09:47:34.954 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 2024-04-13T09:47:34.954 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.777+0000 7fe24b507700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713001654779156, "job": 1, "event": "recovery_finished"} 2024-04-13T09:47:34.954 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.778+0000 7fe24b507700 4 rocksdb: DB pointer 0x559fe76ed800 2024-04-13T09:47:34.954 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.778+0000 7fe23230f700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-04-13T09:47:34.954 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.778+0000 7fe23230f700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-04-13T09:47:34.954 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: ** DB Stats ** 2024-04-13T09:47:34.954 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-13T09:47:34.954 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-13T09:47:34.954 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-13T09:47:34.954 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-13T09:47:34.954 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-13T09:47:34.955 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-04-13T09:47:34.955 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-13T09:47:34.955 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 2024-04-13T09:47:34.955 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: ** Compaction Stats [default] ** 2024-04-13T09:47:34.955 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 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-04-13T09:47:34.955 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-13T09:47:34.955 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 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.1 0.00 0.00 1 0.000 0 0 2024-04-13T09:47:34.955 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 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.1 0.00 0.00 1 0.000 0 0 2024-04-13T09:47:34.955 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 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.1 0.00 0.00 1 0.000 0 0 2024-04-13T09:47:34.955 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 2024-04-13T09:47:34.955 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: ** Compaction Stats [default] ** 2024-04-13T09:47:34.955 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 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-04-13T09:47:34.955 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-13T09:47:34.955 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 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.1 0.00 0.00 1 0.000 0 0 2024-04-13T09:47:34.955 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-13T09:47:34.956 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-13T09:47:34.956 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-13T09:47:34.956 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: AddFile(Total Files): cumulative 0, interval 0 2024-04-13T09:47:34.956 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-13T09:47:34.956 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: AddFile(Keys): cumulative 0, interval 0 2024-04-13T09:47:34.956 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: Cumulative compaction: 0.00 GB write, 0.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-13T09:47:34.956 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: Interval compaction: 0.00 GB write, 0.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-13T09:47:34.956 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 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-04-13T09:47:34.956 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 2024-04-13T09:47:34.956 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: ** File Read Latency Histogram By Level [default] ** 2024-04-13T09:47:34.956 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 2024-04-13T09:47:34.956 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: ** Compaction Stats [default] ** 2024-04-13T09:47:34.956 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 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-04-13T09:47:34.956 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-13T09:47:34.956 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 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.1 0.00 0.00 1 0.000 0 0 2024-04-13T09:47:34.957 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 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.1 0.00 0.00 1 0.000 0 0 2024-04-13T09:47:34.957 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 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-04-13T09:47:34.957 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 2024-04-13T09:47:34.957 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: ** Compaction Stats [default] ** 2024-04-13T09:47:34.957 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 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-04-13T09:47:34.957 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-13T09:47:34.957 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 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.1 0.00 0.00 1 0.000 0 0 2024-04-13T09:47:34.957 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-13T09:47:34.957 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-13T09:47:34.957 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-13T09:47:34.957 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: AddFile(Total Files): cumulative 0, interval 0 2024-04-13T09:47:34.957 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-13T09:47:34.957 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: AddFile(Keys): cumulative 0, interval 0 2024-04-13T09:47:34.957 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: Cumulative compaction: 0.00 GB write, 0.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-13T09:47:34.957 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-13T09:47:34.958 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 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-04-13T09:47:34.958 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 2024-04-13T09:47:34.958 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: ** File Read Latency Histogram By Level [default] ** 2024-04-13T09:47:34.958 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 2024-04-13T09:47:34.958 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.778+0000 7fe24b507700 0 mon.smithi064 does not exist in monmap, will attempt to join an existing cluster 2024-04-13T09:47:34.958 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.779+0000 7fe24b507700 0 using public_addr v2:172.21.15.64:0/0 -> [v2:172.21.15.64:3300/0,v1:172.21.15.64:6789/0] 2024-04-13T09:47:34.958 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.779+0000 7fe24b507700 0 starting mon.smithi064 rank -1 at public addrs [v2:172.21.15.64:3300/0,v1:172.21.15.64:6789/0] at bind addrs [v2:172.21.15.64:3300/0,v1:172.21.15.64:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi064 fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 2024-04-13T09:47:34.958 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.780+0000 7fe24b507700 1 mon.smithi064@-1(???) e0 preinit fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 2024-04-13T09:47:34.958 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.815+0000 7fe234b14700 0 mon.smithi064@-1(synchronizing).mds e1 new map 2024-04-13T09:47:34.958 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.815+0000 7fe234b14700 0 mon.smithi064@-1(synchronizing).mds e1 print_map 2024-04-13T09:47:34.958 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: e1 2024-04-13T09:47:34.958 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-13T09:47:34.958 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 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-04-13T09:47:34.958 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: legacy client fscid: -1 2024-04-13T09:47:34.958 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 2024-04-13T09:47:34.959 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: No filesystems configured 2024-04-13T09:47:34.959 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: 2024-04-13T09:47:34.959 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.815+0000 7fe234b14700 1 mon.smithi064@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-13T09:47:34.959 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.815+0000 7fe234b14700 1 mon.smithi064@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-04-13T09:47:34.959 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.815+0000 7fe234b14700 1 mon.smithi064@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-13T09:47:34.959 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.815+0000 7fe234b14700 1 mon.smithi064@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-13T09:47:34.959 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.815+0000 7fe234b14700 1 mon.smithi064@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-13T09:47:34.959 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.815+0000 7fe234b14700 1 mon.smithi064@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-13T09:47:34.959 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.815+0000 7fe234b14700 1 mon.smithi064@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-04-13T09:47:34.959 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.817+0000 7fe234b14700 0 mon.smithi064@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-13T09:47:34.959 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.817+0000 7fe234b14700 0 mon.smithi064@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-13T09:47:34.959 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.817+0000 7fe234b14700 0 mon.smithi064@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-13T09:47:34.959 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.817+0000 7fe234b14700 0 mon.smithi064@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-13T09:47:34.960 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:47:33.143737+0000 mgr.smithi062.wofrer (mgr.14164) 59 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:34.960 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:34.276196+0000 mon.smithi062 (mon.0) 182 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:47:34.960 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.817+0000 7fe234b14700 1 mon.smithi064@-1(synchronizing).paxosservice(auth 1..7) refresh upgraded, format 0 -> 3 2024-04-13T09:47:34.960 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.819+0000 7fe234b14700 20 expand_channel_meta expand map: {default=false} 2024-04-13T09:47:34.960 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.819+0000 7fe234b14700 20 expand_channel_meta from 'false' to 'false' 2024-04-13T09:47:34.960 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.819+0000 7fe234b14700 20 expand_channel_meta expanded map: {default=false} 2024-04-13T09:47:34.960 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.819+0000 7fe234b14700 20 expand_channel_meta expand map: {default=info} 2024-04-13T09:47:34.960 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.819+0000 7fe234b14700 20 expand_channel_meta from 'info' to 'info' 2024-04-13T09:47:34.960 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.819+0000 7fe234b14700 20 expand_channel_meta expanded map: {default=info} 2024-04-13T09:47:34.960 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.819+0000 7fe234b14700 20 expand_channel_meta expand map: {default=daemon} 2024-04-13T09:47:34.960 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.819+0000 7fe234b14700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-04-13T09:47:34.960 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.819+0000 7fe234b14700 20 expand_channel_meta expanded map: {default=daemon} 2024-04-13T09:47:34.960 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.819+0000 7fe234b14700 20 expand_channel_meta expand map: {default=debug} 2024-04-13T09:47:34.960 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.819+0000 7fe234b14700 20 expand_channel_meta from 'debug' to 'debug' 2024-04-13T09:47:34.960 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T09:47:34.819+0000 7fe234b14700 20 expand_channel_meta expanded map: {default=debug} 2024-04-13T09:47:34.960 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 bash[38872]: fda491e695ccea6283054dc77f0ca033d0228419d45350e7c75eb88cc63346f1 2024-04-13T09:47:34.961 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:34 smithi064 systemd[1]: Started Ceph mon.smithi064 for 66630ffe-f97a-11ee-bc8d-c7b262605968. 2024-04-13T09:47:40.256 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:34.825509+0000 mon.smithi062 (mon.0) 184 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2024-04-13T09:47:40.256 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:47:34.825692+0000 mon.smithi062 (mon.0) 185 : cluster [INF] mon.smithi062 calling monitor election 2024-04-13T09:47:40.256 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:34.841880+0000 mon.smithi062 (mon.0) 186 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2024-04-13T09:47:40.256 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:34.935111+0000 mon.smithi062 (mon.0) 187 : audit [DBG] from='mgr.? 172.21.15.64:0/3790836628' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi064.lcvmyw/crt"}]: dispatch 2024-04-13T09:47:40.256 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:47:35.144026+0000 mgr.smithi062.wofrer (mgr.14164) 60 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:40.256 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:35.823168+0000 mon.smithi062 (mon.0) 188 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2024-04-13T09:47:40.257 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:36.822852+0000 mon.smithi062 (mon.0) 189 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2024-04-13T09:47:40.257 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:47:36.823940+0000 mon.smithi064 (mon.1) 1 : cluster [INF] mon.smithi064 calling monitor election 2024-04-13T09:47:40.257 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:47:37.144352+0000 mgr.smithi062.wofrer (mgr.14164) 61 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:40.257 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:37.823248+0000 mon.smithi062 (mon.0) 190 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2024-04-13T09:47:40.257 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:38.823204+0000 mon.smithi062 (mon.0) 191 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2024-04-13T09:47:40.257 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:47:39.144716+0000 mgr.smithi062.wofrer (mgr.14164) 62 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:40.257 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:39.823295+0000 mon.smithi062 (mon.0) 192 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2024-04-13T09:47:40.257 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:47:39.855331+0000 mon.smithi062 (mon.0) 193 : cluster [INF] mon.smithi062 is new leader, mons smithi062,smithi064 in quorum (ranks 0,1) 2024-04-13T09:47:40.258 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:47:39.863438+0000 mon.smithi062 (mon.0) 194 : cluster [DBG] monmap e2: 2 mons at {smithi062=[v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0],smithi064=[v2:172.21.15.64:3300/0,v1:172.21.15.64:6789/0]} 2024-04-13T09:47:40.258 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:47:39.863486+0000 mon.smithi062 (mon.0) 195 : cluster [DBG] fsmap 2024-04-13T09:47:40.258 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:47:39.863514+0000 mon.smithi062 (mon.0) 196 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-13T09:47:40.258 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:47:39.863740+0000 mon.smithi062 (mon.0) 197 : cluster [DBG] mgrmap e17: smithi062.wofrer(active, since 100s) 2024-04-13T09:47:40.258 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:47:39.864442+0000 mon.smithi062 (mon.0) 198 : cluster [DBG] Standby manager daemon smithi064.lcvmyw started 2024-04-13T09:47:40.258 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:39.865902+0000 mon.smithi062 (mon.0) 199 : audit [DBG] from='mgr.? 172.21.15.64:0/3790836628' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-13T09:47:40.258 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:47:39.868337+0000 mon.smithi062 (mon.0) 200 : cluster [INF] overall HEALTH_OK 2024-04-13T09:47:40.258 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:39.869688+0000 mon.smithi062 (mon.0) 201 : audit [DBG] from='mgr.? 172.21.15.64:0/3790836628' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi064.lcvmyw/key"}]: dispatch 2024-04-13T09:47:40.258 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:39.870251+0000 mon.smithi062 (mon.0) 202 : audit [DBG] from='mgr.? 172.21.15.64:0/3790836628' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-13T09:47:40.259 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:39.873562+0000 mon.smithi062 (mon.0) 203 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:47:40.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:34.825509+0000 mon.smithi062 (mon.0) 184 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2024-04-13T09:47:40.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:34.825692+0000 mon.smithi062 (mon.0) 185 : cluster [INF] mon.smithi062 calling monitor election 2024-04-13T09:47:40.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:34.841880+0000 mon.smithi062 (mon.0) 186 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2024-04-13T09:47:40.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:34.935111+0000 mon.smithi062 (mon.0) 187 : audit [DBG] from='mgr.? 172.21.15.64:0/3790836628' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi064.lcvmyw/crt"}]: dispatch 2024-04-13T09:47:40.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:35.144026+0000 mgr.smithi062.wofrer (mgr.14164) 60 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:40.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:35.823168+0000 mon.smithi062 (mon.0) 188 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2024-04-13T09:47:40.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:36.822852+0000 mon.smithi062 (mon.0) 189 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2024-04-13T09:47:40.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:36.823940+0000 mon.smithi064 (mon.1) 1 : cluster [INF] mon.smithi064 calling monitor election 2024-04-13T09:47:40.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:37.144352+0000 mgr.smithi062.wofrer (mgr.14164) 61 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:40.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:37.823248+0000 mon.smithi062 (mon.0) 190 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2024-04-13T09:47:40.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:38.823204+0000 mon.smithi062 (mon.0) 191 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2024-04-13T09:47:40.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:39.144716+0000 mgr.smithi062.wofrer (mgr.14164) 62 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:40.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:39.823295+0000 mon.smithi062 (mon.0) 192 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2024-04-13T09:47:40.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:39.855331+0000 mon.smithi062 (mon.0) 193 : cluster [INF] mon.smithi062 is new leader, mons smithi062,smithi064 in quorum (ranks 0,1) 2024-04-13T09:47:40.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:39.863438+0000 mon.smithi062 (mon.0) 194 : cluster [DBG] monmap e2: 2 mons at {smithi062=[v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0],smithi064=[v2:172.21.15.64:3300/0,v1:172.21.15.64:6789/0]} 2024-04-13T09:47:40.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:39.863486+0000 mon.smithi062 (mon.0) 195 : cluster [DBG] fsmap 2024-04-13T09:47:40.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:39.863514+0000 mon.smithi062 (mon.0) 196 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-13T09:47:40.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:39.863740+0000 mon.smithi062 (mon.0) 197 : cluster [DBG] mgrmap e17: smithi062.wofrer(active, since 100s) 2024-04-13T09:47:40.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:39.864442+0000 mon.smithi062 (mon.0) 198 : cluster [DBG] Standby manager daemon smithi064.lcvmyw started 2024-04-13T09:47:40.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:39.865902+0000 mon.smithi062 (mon.0) 199 : audit [DBG] from='mgr.? 172.21.15.64:0/3790836628' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-13T09:47:40.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:39.868337+0000 mon.smithi062 (mon.0) 200 : cluster [INF] overall HEALTH_OK 2024-04-13T09:47:40.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:39.869688+0000 mon.smithi062 (mon.0) 201 : audit [DBG] from='mgr.? 172.21.15.64:0/3790836628' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi064.lcvmyw/key"}]: dispatch 2024-04-13T09:47:40.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:39.870251+0000 mon.smithi062 (mon.0) 202 : audit [DBG] from='mgr.? 172.21.15.64:0/3790836628' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-13T09:47:40.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:39.873562+0000 mon.smithi062 (mon.0) 203 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:47:40.717 INFO:teuthology.orchestra.run.smithi064.stdout: 2024-04-13T09:47:40.717 INFO:teuthology.orchestra.run.smithi064.stdout:{"epoch":2,"fsid":"66630ffe-f97a-11ee-bc8d-c7b262605968","modified":"2024-04-13T09:47:34.822889Z","created":"2024-04-13T09:44:46.783557Z","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":"smithi062","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi064","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:3300","nonce":0},{"type":"v1","addr":"172.21.15.64:6789","nonce":0}]},"addr":"172.21.15.64:6789/0","public_addr":"172.21.15.64:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-13T09:47:40.717 INFO:teuthology.orchestra.run.smithi064.stderr:dumped monmap epoch 2 2024-04-13T09:47:41.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:47:39.875247+0000 mgr.smithi062.wofrer (mgr.14164) 63 : cephadm [INF] Deploying daemon node-exporter.smithi064 on smithi064 2024-04-13T09:47:41.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:47:39.928225+0000 mon.smithi062 (mon.0) 204 : cluster [DBG] mgrmap e18: smithi062.wofrer(active, since 100s), standbys: smithi064.lcvmyw 2024-04-13T09:47:41.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:39.928391+0000 mon.smithi062 (mon.0) 205 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mgr metadata", "who": "smithi064.lcvmyw", "id": "smithi064.lcvmyw"}]: dispatch 2024-04-13T09:47:41.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:40.715153+0000 mon.smithi062 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.64:0/1275110944' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-13T09:47:41.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:40.823603+0000 mon.smithi062 (mon.0) 207 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2024-04-13T09:47:41.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:40 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:47:39.875247+0000 mgr.smithi062.wofrer (mgr.14164) 63 : cephadm [INF] Deploying daemon node-exporter.smithi064 on smithi064 2024-04-13T09:47:41.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:40 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:39.928225+0000 mon.smithi062 (mon.0) 204 : cluster [DBG] mgrmap e18: smithi062.wofrer(active, since 100s), standbys: smithi064.lcvmyw 2024-04-13T09:47:41.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:40 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:39.928391+0000 mon.smithi062 (mon.0) 205 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mgr metadata", "who": "smithi064.lcvmyw", "id": "smithi064.lcvmyw"}]: dispatch 2024-04-13T09:47:41.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:40 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:40.715153+0000 mon.smithi062 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.64:0/1275110944' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-13T09:47:41.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:40 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:40.823603+0000 mon.smithi062 (mon.0) 207 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2024-04-13T09:47:41.402 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-13T09:47:41.402 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph config generate-minimal-conf 2024-04-13T09:47:42.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:47:41.145148+0000 mgr.smithi062.wofrer (mgr.14164) 64 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:42.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:41.145148+0000 mgr.smithi062.wofrer (mgr.14164) 64 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:43.569 INFO:teuthology.orchestra.run.smithi062.stdout:# minimal ceph.conf for 66630ffe-f97a-11ee-bc8d-c7b262605968 2024-04-13T09:47:43.569 INFO:teuthology.orchestra.run.smithi062.stdout:[global] 2024-04-13T09:47:43.569 INFO:teuthology.orchestra.run.smithi062.stdout: fsid = 66630ffe-f97a-11ee-bc8d-c7b262605968 2024-04-13T09:47:43.569 INFO:teuthology.orchestra.run.smithi062.stdout: mon_host = [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] [v2:172.21.15.64:3300/0,v1:172.21.15.64:6789/0] 2024-04-13T09:47:44.232 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:44 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:43.145516+0000 mgr.smithi062.wofrer (mgr.14164) 65 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:44.233 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:44 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:43.568884+0000 mon.smithi062 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.62:0/4238463706' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:47:44.252 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-13T09:47:44.253 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-04-13T09:47:44.253 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/etc/ceph/ceph.conf 2024-04-13T09:47:44.286 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-04-13T09:47:44.286 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-13T09:47:44.355 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2024-04-13T09:47:44.355 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd of=/etc/ceph/ceph.conf 2024-04-13T09:47:44.394 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2024-04-13T09:47:44.395 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-13T09:47:44.464 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:47:43.145516+0000 mgr.smithi062.wofrer (mgr.14164) 65 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:44.465 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:43.568884+0000 mon.smithi062 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.62:0/4238463706' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:47:44.468 INFO:tasks.cephadm:Deploying OSDs... 2024-04-13T09:47:44.468 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-04-13T09:47:44.468 DEBUG:teuthology.orchestra.run.smithi062:> dd if=/scratch_devs of=/dev/stdout 2024-04-13T09:47:44.486 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-04-13T09:47:44.486 DEBUG:teuthology.orchestra.run.smithi062:> stat /dev/vg_nvme/lv_1 2024-04-13T09:47:44.545 INFO:teuthology.orchestra.run.smithi062.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-13T09:47:44.545 INFO:teuthology.orchestra.run.smithi062.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-13T09:47:44.545 INFO:teuthology.orchestra.run.smithi062.stdout:Device: 6h/6d Inode: 169196 Links: 1 2024-04-13T09:47:44.545 INFO:teuthology.orchestra.run.smithi062.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-13T09:47:44.545 INFO:teuthology.orchestra.run.smithi062.stdout:Context: system_u:object_r:device_t:s0 2024-04-13T09:47:44.545 INFO:teuthology.orchestra.run.smithi062.stdout:Access: 2024-04-13 09:47:17.329905357 +0000 2024-04-13T09:47:44.545 INFO:teuthology.orchestra.run.smithi062.stdout:Modify: 2024-04-13 09:43:31.931502057 +0000 2024-04-13T09:47:44.545 INFO:teuthology.orchestra.run.smithi062.stdout:Change: 2024-04-13 09:43:31.931502057 +0000 2024-04-13T09:47:44.545 INFO:teuthology.orchestra.run.smithi062.stdout: Birth: - 2024-04-13T09:47:44.545 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-13T09:47:44.612 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records in 2024-04-13T09:47:44.612 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records out 2024-04-13T09:47:44.612 INFO:teuthology.orchestra.run.smithi062.stderr:512 bytes copied, 0.000252679 s, 2.0 MB/s 2024-04-13T09:47:44.613 DEBUG:teuthology.orchestra.run.smithi062:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-13T09:47:44.673 DEBUG:teuthology.orchestra.run.smithi062:> stat /dev/vg_nvme/lv_2 2024-04-13T09:47:44.732 INFO:teuthology.orchestra.run.smithi062.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-13T09:47:44.732 INFO:teuthology.orchestra.run.smithi062.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-13T09:47:44.732 INFO:teuthology.orchestra.run.smithi062.stdout:Device: 6h/6d Inode: 169281 Links: 1 2024-04-13T09:47:44.732 INFO:teuthology.orchestra.run.smithi062.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-13T09:47:44.732 INFO:teuthology.orchestra.run.smithi062.stdout:Context: system_u:object_r:device_t:s0 2024-04-13T09:47:44.732 INFO:teuthology.orchestra.run.smithi062.stdout:Access: 2024-04-13 09:47:17.329905357 +0000 2024-04-13T09:47:44.732 INFO:teuthology.orchestra.run.smithi062.stdout:Modify: 2024-04-13 09:43:32.267496865 +0000 2024-04-13T09:47:44.733 INFO:teuthology.orchestra.run.smithi062.stdout:Change: 2024-04-13 09:43:32.267496865 +0000 2024-04-13T09:47:44.733 INFO:teuthology.orchestra.run.smithi062.stdout: Birth: - 2024-04-13T09:47:44.733 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-13T09:47:44.798 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records in 2024-04-13T09:47:44.798 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records out 2024-04-13T09:47:44.799 INFO:teuthology.orchestra.run.smithi062.stderr:512 bytes copied, 0.000224326 s, 2.3 MB/s 2024-04-13T09:47:44.800 DEBUG:teuthology.orchestra.run.smithi062:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-13T09:47:44.860 DEBUG:teuthology.orchestra.run.smithi062:> stat /dev/vg_nvme/lv_3 2024-04-13T09:47:44.919 INFO:teuthology.orchestra.run.smithi062.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-13T09:47:44.919 INFO:teuthology.orchestra.run.smithi062.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-13T09:47:44.919 INFO:teuthology.orchestra.run.smithi062.stdout:Device: 6h/6d Inode: 171012 Links: 1 2024-04-13T09:47:44.919 INFO:teuthology.orchestra.run.smithi062.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-13T09:47:44.919 INFO:teuthology.orchestra.run.smithi062.stdout:Context: system_u:object_r:device_t:s0 2024-04-13T09:47:44.919 INFO:teuthology.orchestra.run.smithi062.stdout:Access: 2024-04-13 09:47:17.329905357 +0000 2024-04-13T09:47:44.919 INFO:teuthology.orchestra.run.smithi062.stdout:Modify: 2024-04-13 09:43:32.645491024 +0000 2024-04-13T09:47:44.919 INFO:teuthology.orchestra.run.smithi062.stdout:Change: 2024-04-13 09:43:32.645491024 +0000 2024-04-13T09:47:44.919 INFO:teuthology.orchestra.run.smithi062.stdout: Birth: - 2024-04-13T09:47:44.920 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-13T09:47:44.985 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records in 2024-04-13T09:47:44.986 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records out 2024-04-13T09:47:44.986 INFO:teuthology.orchestra.run.smithi062.stderr:512 bytes copied, 0.000178375 s, 2.9 MB/s 2024-04-13T09:47:44.987 DEBUG:teuthology.orchestra.run.smithi062:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-13T09:47:45.047 DEBUG:teuthology.orchestra.run.smithi062:> stat /dev/vg_nvme/lv_4 2024-04-13T09:47:45.106 INFO:teuthology.orchestra.run.smithi062.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-13T09:47:45.106 INFO:teuthology.orchestra.run.smithi062.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-13T09:47:45.106 INFO:teuthology.orchestra.run.smithi062.stdout:Device: 6h/6d Inode: 172071 Links: 1 2024-04-13T09:47:45.106 INFO:teuthology.orchestra.run.smithi062.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-13T09:47:45.106 INFO:teuthology.orchestra.run.smithi062.stdout:Context: system_u:object_r:device_t:s0 2024-04-13T09:47:45.106 INFO:teuthology.orchestra.run.smithi062.stdout:Access: 2024-04-13 09:47:17.329905357 +0000 2024-04-13T09:47:45.106 INFO:teuthology.orchestra.run.smithi062.stdout:Modify: 2024-04-13 09:43:33.006485445 +0000 2024-04-13T09:47:45.106 INFO:teuthology.orchestra.run.smithi062.stdout:Change: 2024-04-13 09:43:33.006485445 +0000 2024-04-13T09:47:45.106 INFO:teuthology.orchestra.run.smithi062.stdout: Birth: - 2024-04-13T09:47:45.107 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-13T09:47:45.172 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records in 2024-04-13T09:47:45.172 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records out 2024-04-13T09:47:45.173 INFO:teuthology.orchestra.run.smithi062.stderr:512 bytes copied, 0.000229924 s, 2.2 MB/s 2024-04-13T09:47:45.174 DEBUG:teuthology.orchestra.run.smithi062:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-13T09:47:45.233 DEBUG:teuthology.orchestra.run.smithi064:> set -ex 2024-04-13T09:47:45.233 DEBUG:teuthology.orchestra.run.smithi064:> dd if=/scratch_devs of=/dev/stdout 2024-04-13T09:47:45.256 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-04-13T09:47:45.256 DEBUG:teuthology.orchestra.run.smithi064:> stat /dev/vg_nvme/lv_1 2024-04-13T09:47:45.317 INFO:teuthology.orchestra.run.smithi064.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-13T09:47:45.317 INFO:teuthology.orchestra.run.smithi064.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-13T09:47:45.318 INFO:teuthology.orchestra.run.smithi064.stdout:Device: 6h/6d Inode: 170103 Links: 1 2024-04-13T09:47:45.318 INFO:teuthology.orchestra.run.smithi064.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-13T09:47:45.318 INFO:teuthology.orchestra.run.smithi064.stdout:Context: system_u:object_r:device_t:s0 2024-04-13T09:47:45.318 INFO:teuthology.orchestra.run.smithi064.stdout:Access: 2024-04-13 09:47:40.308236810 +0000 2024-04-13T09:47:45.318 INFO:teuthology.orchestra.run.smithi064.stdout:Modify: 2024-04-13 09:43:31.890967735 +0000 2024-04-13T09:47:45.318 INFO:teuthology.orchestra.run.smithi064.stdout:Change: 2024-04-13 09:43:31.890967735 +0000 2024-04-13T09:47:45.318 INFO:teuthology.orchestra.run.smithi064.stdout: Birth: - 2024-04-13T09:47:45.318 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-13T09:47:45.389 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records in 2024-04-13T09:47:45.389 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records out 2024-04-13T09:47:45.389 INFO:teuthology.orchestra.run.smithi064.stderr:512 bytes copied, 0.000212644 s, 2.4 MB/s 2024-04-13T09:47:45.390 DEBUG:teuthology.orchestra.run.smithi064:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-13T09:47:45.452 DEBUG:teuthology.orchestra.run.smithi064:> stat /dev/vg_nvme/lv_2 2024-04-13T09:47:45.512 INFO:teuthology.orchestra.run.smithi064.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-13T09:47:45.513 INFO:teuthology.orchestra.run.smithi064.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-13T09:47:45.513 INFO:teuthology.orchestra.run.smithi064.stdout:Device: 6h/6d Inode: 171144 Links: 1 2024-04-13T09:47:45.513 INFO:teuthology.orchestra.run.smithi064.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-13T09:47:45.513 INFO:teuthology.orchestra.run.smithi064.stdout:Context: system_u:object_r:device_t:s0 2024-04-13T09:47:45.513 INFO:teuthology.orchestra.run.smithi064.stdout:Access: 2024-04-13 09:47:40.308236810 +0000 2024-04-13T09:47:45.513 INFO:teuthology.orchestra.run.smithi064.stdout:Modify: 2024-04-13 09:43:32.232961369 +0000 2024-04-13T09:47:45.513 INFO:teuthology.orchestra.run.smithi064.stdout:Change: 2024-04-13 09:43:32.232961369 +0000 2024-04-13T09:47:45.513 INFO:teuthology.orchestra.run.smithi064.stdout: Birth: - 2024-04-13T09:47:45.513 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-13T09:47:45.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:44.280069+0000 mon.smithi062 (mon.0) 209 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:47:45.578 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:44.280069+0000 mon.smithi062 (mon.0) 209 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:47:45.580 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records in 2024-04-13T09:47:45.580 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records out 2024-04-13T09:47:45.580 INFO:teuthology.orchestra.run.smithi064.stderr:512 bytes copied, 0.000205584 s, 2.5 MB/s 2024-04-13T09:47:45.582 DEBUG:teuthology.orchestra.run.smithi064:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-13T09:47:45.642 DEBUG:teuthology.orchestra.run.smithi064:> stat /dev/vg_nvme/lv_3 2024-04-13T09:47:45.701 INFO:teuthology.orchestra.run.smithi064.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-13T09:47:45.701 INFO:teuthology.orchestra.run.smithi064.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-13T09:47:45.701 INFO:teuthology.orchestra.run.smithi064.stdout:Device: 6h/6d Inode: 169297 Links: 1 2024-04-13T09:47:45.701 INFO:teuthology.orchestra.run.smithi064.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-13T09:47:45.701 INFO:teuthology.orchestra.run.smithi064.stdout:Context: system_u:object_r:device_t:s0 2024-04-13T09:47:45.701 INFO:teuthology.orchestra.run.smithi064.stdout:Access: 2024-04-13 09:47:40.308236810 +0000 2024-04-13T09:47:45.701 INFO:teuthology.orchestra.run.smithi064.stdout:Modify: 2024-04-13 09:43:32.594954632 +0000 2024-04-13T09:47:45.701 INFO:teuthology.orchestra.run.smithi064.stdout:Change: 2024-04-13 09:43:32.594954632 +0000 2024-04-13T09:47:45.701 INFO:teuthology.orchestra.run.smithi064.stdout: Birth: - 2024-04-13T09:47:45.701 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-13T09:47:45.769 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records in 2024-04-13T09:47:45.769 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records out 2024-04-13T09:47:45.769 INFO:teuthology.orchestra.run.smithi064.stderr:512 bytes copied, 0.000183852 s, 2.8 MB/s 2024-04-13T09:47:45.770 DEBUG:teuthology.orchestra.run.smithi064:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-13T09:47:45.831 DEBUG:teuthology.orchestra.run.smithi064:> stat /dev/vg_nvme/lv_4 2024-04-13T09:47:45.891 INFO:teuthology.orchestra.run.smithi064.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-13T09:47:45.891 INFO:teuthology.orchestra.run.smithi064.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-13T09:47:45.891 INFO:teuthology.orchestra.run.smithi064.stdout:Device: 6h/6d Inode: 169420 Links: 1 2024-04-13T09:47:45.891 INFO:teuthology.orchestra.run.smithi064.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-13T09:47:45.892 INFO:teuthology.orchestra.run.smithi064.stdout:Context: system_u:object_r:device_t:s0 2024-04-13T09:47:45.892 INFO:teuthology.orchestra.run.smithi064.stdout:Access: 2024-04-13 09:47:40.308236810 +0000 2024-04-13T09:47:45.892 INFO:teuthology.orchestra.run.smithi064.stdout:Modify: 2024-04-13 09:43:32.932948341 +0000 2024-04-13T09:47:45.892 INFO:teuthology.orchestra.run.smithi064.stdout:Change: 2024-04-13 09:43:32.932948341 +0000 2024-04-13T09:47:45.892 INFO:teuthology.orchestra.run.smithi064.stdout: Birth: - 2024-04-13T09:47:45.892 DEBUG:teuthology.orchestra.run.smithi064:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-13T09:47:45.959 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records in 2024-04-13T09:47:45.959 INFO:teuthology.orchestra.run.smithi064.stderr:1+0 records out 2024-04-13T09:47:45.959 INFO:teuthology.orchestra.run.smithi064.stderr:512 bytes copied, 0.000217378 s, 2.4 MB/s 2024-04-13T09:47:45.960 DEBUG:teuthology.orchestra.run.smithi064:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-13T09:47:46.021 INFO:tasks.cephadm:Deploying osd.0 on smithi062 with /dev/vg_nvme/lv_4... 2024-04-13T09:47:46.021 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-13T09:47:46.446 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:45.145852+0000 mgr.smithi062.wofrer (mgr.14164) 66 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:46.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:47:45.145852+0000 mgr.smithi062.wofrer (mgr.14164) 66 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:48.470 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:48 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:47.146257+0000 mgr.smithi062.wofrer (mgr.14164) 67 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:48.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:48 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:47:47.146257+0000 mgr.smithi062.wofrer (mgr.14164) 67 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:49.003 INFO:teuthology.orchestra.run.smithi062.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-13T09:47:49.003 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-13T09:47:49.003 INFO:teuthology.orchestra.run.smithi062.stderr: stderr: 10+0 records in 2024-04-13T09:47:49.003 INFO:teuthology.orchestra.run.smithi062.stderr:10+0 records out 2024-04-13T09:47:49.003 INFO:teuthology.orchestra.run.smithi062.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0157337 s, 666 MB/s 2024-04-13T09:47:49.003 INFO:teuthology.orchestra.run.smithi062.stderr:--> Zapping successful for: 2024-04-13T09:47:49.667 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph orch daemon add osd smithi062:vg_nvme/lv_4 2024-04-13T09:47:50.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:50 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:49.146594+0000 mgr.smithi062.wofrer (mgr.14164) 68 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:50.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:50 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:49.240365+0000 mon.smithi062 (mon.0) 210 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:47:50.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:50 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:49.241585+0000 mon.smithi062 (mon.0) 211 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:47:50.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:50 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:49.242413+0000 mon.smithi062 (mon.0) 212 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:47:50.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:50 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:49.243048+0000 mon.smithi062 (mon.0) 213 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:47:50.352 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:50 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:49.283991+0000 mon.smithi062 (mon.0) 214 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:47:50.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:50 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:47:49.146594+0000 mgr.smithi062.wofrer (mgr.14164) 68 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:50.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:50 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:49.240365+0000 mon.smithi062 (mon.0) 210 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:47:50.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:50 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:49.241585+0000 mon.smithi062 (mon.0) 211 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:47:50.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:50 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:49.242413+0000 mon.smithi062 (mon.0) 212 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:47:50.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:50 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:49.243048+0000 mon.smithi062 (mon.0) 213 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:47:50.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:50 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:49.283991+0000 mon.smithi062 (mon.0) 214 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:47:52.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:51.010533+0000 mon.smithi062 (mon.0) 215 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:47:52.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:47:51.010963+0000 mgr.smithi062.wofrer (mgr.14164) 69 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.conf 2024-04-13T09:47:52.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:47:51.024988+0000 mgr.smithi062.wofrer (mgr.14164) 70 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.client.admin.keyring 2024-04-13T09:47:52.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:51.053756+0000 mon.smithi062 (mon.0) 216 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:47:52.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:47:51.146966+0000 mgr.smithi062.wofrer (mgr.14164) 71 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:52.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:51.010533+0000 mon.smithi062 (mon.0) 215 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:47:52.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:47:51.010963+0000 mgr.smithi062.wofrer (mgr.14164) 69 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.conf 2024-04-13T09:47:52.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:47:51.024988+0000 mgr.smithi062.wofrer (mgr.14164) 70 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.client.admin.keyring 2024-04-13T09:47:52.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:51.053756+0000 mon.smithi062 (mon.0) 216 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:47:52.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:51.146966+0000 mgr.smithi062.wofrer (mgr.14164) 71 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:53.152 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:52.278324+0000 mgr.smithi062.wofrer (mgr.14164) 72 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi062:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:47:53.152 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:52.279285+0000 mon.smithi062 (mon.0) 217 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-13T09:47:53.152 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:52.280944+0000 mon.smithi062 (mon.0) 218 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-13T09:47:53.152 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:52.281546+0000 mon.smithi062 (mon.0) 219 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:47:53.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:52.278324+0000 mgr.smithi062.wofrer (mgr.14164) 72 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi062:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:47:53.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:52.279285+0000 mon.smithi062 (mon.0) 217 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-13T09:47:53.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:52.280944+0000 mon.smithi062 (mon.0) 218 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-13T09:47:53.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:52.281546+0000 mon.smithi062 (mon.0) 219 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:47:54.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:54 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:47:53.147261+0000 mgr.smithi062.wofrer (mgr.14164) 73 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:54.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:53.147261+0000 mgr.smithi062.wofrer (mgr.14164) 73 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:56.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:47:55.147465+0000 mgr.smithi062.wofrer (mgr.14164) 74 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:56.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:55.871428+0000 mon.smithi062 (mon.0) 220 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:47:56.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:55.147465+0000 mgr.smithi062.wofrer (mgr.14164) 74 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:56.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:55.871428+0000 mon.smithi062 (mon.0) 220 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:47:57.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:47:55.872080+0000 mgr.smithi062.wofrer (mgr.14164) 75 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.conf 2024-04-13T09:47:57.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:55.902185+0000 mon.smithi062 (mon.0) 221 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:47:57.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:55.907747+0000 mon.smithi062 (mon.0) 222 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:47:57.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:47:55.910058+0000 mgr.smithi062.wofrer (mgr.14164) 76 : cephadm [INF] Reconfiguring mon.smithi062 (unknown last config time)... 2024-04-13T09:47:57.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:55.910282+0000 mon.smithi062 (mon.0) 223 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-13T09:47:57.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:55.910868+0000 mon.smithi062 (mon.0) 224 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-13T09:47:57.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:55.911431+0000 mon.smithi062 (mon.0) 225 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:47:57.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:47:55.911841+0000 mgr.smithi062.wofrer (mgr.14164) 77 : cephadm [INF] Reconfiguring daemon mon.smithi062 on smithi062 2024-04-13T09:47:57.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:56.213449+0000 mon.smithi062 (mon.0) 226 : audit [INF] from='client.? 172.21.15.62:0/1161634906' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5f2458bf-0114-4e7f-8905-7005463bb5e6"}]: dispatch 2024-04-13T09:47:57.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:56.217455+0000 mon.smithi062 (mon.0) 227 : audit [INF] from='client.? 172.21.15.62:0/1161634906' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5f2458bf-0114-4e7f-8905-7005463bb5e6"}]': finished 2024-04-13T09:47:57.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:47:56.217494+0000 mon.smithi062 (mon.0) 228 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-13T09:47:57.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:56.217581+0000 mon.smithi062 (mon.0) 229 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-13T09:47:57.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:56.656681+0000 mon.smithi062 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.62:0/1234631565' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-13T09:47:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:47:55.872080+0000 mgr.smithi062.wofrer (mgr.14164) 75 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.conf 2024-04-13T09:47:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:55.902185+0000 mon.smithi062 (mon.0) 221 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:47:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:55.907747+0000 mon.smithi062 (mon.0) 222 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:47:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:47:55.910058+0000 mgr.smithi062.wofrer (mgr.14164) 76 : cephadm [INF] Reconfiguring mon.smithi062 (unknown last config time)... 2024-04-13T09:47:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:55.910282+0000 mon.smithi062 (mon.0) 223 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-13T09:47:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:55.910868+0000 mon.smithi062 (mon.0) 224 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-13T09:47:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:55.911431+0000 mon.smithi062 (mon.0) 225 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:47:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:47:55.911841+0000 mgr.smithi062.wofrer (mgr.14164) 77 : cephadm [INF] Reconfiguring daemon mon.smithi062 on smithi062 2024-04-13T09:47:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:56.213449+0000 mon.smithi062 (mon.0) 226 : audit [INF] from='client.? 172.21.15.62:0/1161634906' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5f2458bf-0114-4e7f-8905-7005463bb5e6"}]: dispatch 2024-04-13T09:47:57.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:56.217455+0000 mon.smithi062 (mon.0) 227 : audit [INF] from='client.? 172.21.15.62:0/1161634906' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5f2458bf-0114-4e7f-8905-7005463bb5e6"}]': finished 2024-04-13T09:47:57.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:56.217494+0000 mon.smithi062 (mon.0) 228 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-13T09:47:57.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:56.217581+0000 mon.smithi062 (mon.0) 229 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-13T09:47:57.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:56.656681+0000 mon.smithi062 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.62:0/1234631565' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-13T09:47:58.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:47:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:47:57.147816+0000 mgr.smithi062.wofrer (mgr.14164) 78 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:47:58.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:47:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:57.147816+0000 mgr.smithi062.wofrer (mgr.14164) 78 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:48:00.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:47:59.148034+0000 mgr.smithi062.wofrer (mgr.14164) 79 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:48:00.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:59.271421+0000 mon.smithi062 (mon.0) 231 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/mirror_snapshot_schedule"}]: dispatch 2024-04-13T09:48:00.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:47:59.275244+0000 mon.smithi062 (mon.0) 232 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/trash_purge_schedule"}]: dispatch 2024-04-13T09:48:00.529 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:47:59.148034+0000 mgr.smithi062.wofrer (mgr.14164) 79 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:48:00.530 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:59.271421+0000 mon.smithi062 (mon.0) 231 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/mirror_snapshot_schedule"}]: dispatch 2024-04-13T09:48:00.530 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:47:59.275244+0000 mon.smithi062 (mon.0) 232 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/trash_purge_schedule"}]: dispatch 2024-04-13T09:48:02.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:02 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:01.148370+0000 mgr.smithi062.wofrer (mgr.14164) 80 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:48:02.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:02 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:01.245335+0000 mon.smithi062 (mon.0) 233 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:02.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:02 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:48:01.245876+0000 mgr.smithi062.wofrer (mgr.14164) 81 : cephadm [INF] Reconfiguring mgr.smithi062.wofrer (unknown last config time)... 2024-04-13T09:48:02.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:02 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:01.246111+0000 mon.smithi062 (mon.0) 234 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi062.wofrer", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-13T09:48:02.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:02 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:01.246771+0000 mon.smithi062 (mon.0) 235 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-13T09:48:02.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:02 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:01.247302+0000 mon.smithi062 (mon.0) 236 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:48:02.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:02 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:48:01.247788+0000 mgr.smithi062.wofrer (mgr.14164) 82 : cephadm [INF] Reconfiguring daemon mgr.smithi062.wofrer on smithi062 2024-04-13T09:48:02.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:01.148370+0000 mgr.smithi062.wofrer (mgr.14164) 80 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:48:02.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:01.245335+0000 mon.smithi062 (mon.0) 233 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:02.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:48:01.245876+0000 mgr.smithi062.wofrer (mgr.14164) 81 : cephadm [INF] Reconfiguring mgr.smithi062.wofrer (unknown last config time)... 2024-04-13T09:48:02.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:01.246111+0000 mon.smithi062 (mon.0) 234 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi062.wofrer", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-13T09:48:02.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:01.246771+0000 mon.smithi062 (mon.0) 235 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-13T09:48:02.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:01.247302+0000 mon.smithi062 (mon.0) 236 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:48:02.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:48:01.247788+0000 mgr.smithi062.wofrer (mgr.14164) 82 : cephadm [INF] Reconfiguring daemon mgr.smithi062.wofrer on smithi062 2024-04-13T09:48:03.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:02.922471+0000 mon.smithi062 (mon.0) 237 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-13T09:48:03.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:02.923111+0000 mon.smithi062 (mon.0) 238 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:48:03.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:02.922471+0000 mon.smithi062 (mon.0) 237 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-13T09:48:03.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:02.923111+0000 mon.smithi062 (mon.0) 238 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:48:04.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:48:02.923771+0000 mgr.smithi062.wofrer (mgr.14164) 83 : cephadm [INF] Deploying daemon osd.0 on smithi062 2024-04-13T09:48:04.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:03.148645+0000 mgr.smithi062.wofrer (mgr.14164) 84 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:48:04.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:04.065045+0000 mon.smithi062 (mon.0) 239 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:04.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:48:02.923771+0000 mgr.smithi062.wofrer (mgr.14164) 83 : cephadm [INF] Deploying daemon osd.0 on smithi062 2024-04-13T09:48:04.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:03.148645+0000 mgr.smithi062.wofrer (mgr.14164) 84 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:48:04.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:04.065045+0000 mon.smithi062 (mon.0) 239 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:05.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:48:04.065646+0000 mgr.smithi062.wofrer (mgr.14164) 85 : cephadm [INF] Reconfiguring alertmanager.smithi062 (dependencies changed)... 2024-04-13T09:48:05.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:48:04.067845+0000 mgr.smithi062.wofrer (mgr.14164) 86 : cephadm [INF] Reconfiguring daemon alertmanager.smithi062 on smithi062 2024-04-13T09:48:05.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:48:04.065646+0000 mgr.smithi062.wofrer (mgr.14164) 85 : cephadm [INF] Reconfiguring alertmanager.smithi062 (dependencies changed)... 2024-04-13T09:48:05.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:48:04.067845+0000 mgr.smithi062.wofrer (mgr.14164) 86 : cephadm [INF] Reconfiguring daemon alertmanager.smithi062 on smithi062 2024-04-13T09:48:06.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:06 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:05.149039+0000 mgr.smithi062.wofrer (mgr.14164) 87 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:48:06.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:05.149039+0000 mgr.smithi062.wofrer (mgr.14164) 87 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:48:07.695 INFO:teuthology.orchestra.run.smithi062.stdout:Created osd(s) 0 on host 'smithi062' 2024-04-13T09:48:09.002 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:07.149381+0000 mgr.smithi062.wofrer (mgr.14164) 88 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:48:09.003 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:07.687962+0000 mon.smithi062 (mon.0) 240 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:09.003 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:07.692338+0000 mon.smithi062 (mon.0) 241 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:09.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:08 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:07.149381+0000 mgr.smithi062.wofrer (mgr.14164) 88 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:48:09.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:08 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:07.687962+0000 mon.smithi062 (mon.0) 240 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:09.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:08 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:07.692338+0000 mon.smithi062 (mon.0) 241 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:11.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:10 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:09.149659+0000 mgr.smithi062.wofrer (mgr.14164) 89 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:48:11.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:10 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:09.149659+0000 mgr.smithi062.wofrer (mgr.14164) 89 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:48:11.136 DEBUG:teuthology.orchestra.run.smithi062:osd.0> sudo journalctl -f -n 0 -u ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@osd.0.service 2024-04-13T09:48:11.138 INFO:tasks.cephadm:Deploying osd.1 on smithi062 with /dev/vg_nvme/lv_3... 2024-04-13T09:48:11.139 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-04-13T09:48:11.175 INFO:journalctl@ceph.osd.0.smithi062.stdout:-- Logs begin at Sat 2024-04-13 09:37:38 UTC. -- 2024-04-13T09:48:12.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:11 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:10.790634+0000 mon.smithi062 (mon.0) 242 : audit [INF] from='osd.0 [v2:172.21.15.62:6802/522195671,v1:172.21.15.62:6803/522195671]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-13T09:48:12.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:11 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:10.790634+0000 mon.smithi062 (mon.0) 242 : audit [INF] from='osd.0 [v2:172.21.15.62:6802/522195671,v1:172.21.15.62:6803/522195671]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-13T09:48:13.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:12 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:11.149920+0000 mgr.smithi062.wofrer (mgr.14164) 90 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:48:13.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:12 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:11.699102+0000 mon.smithi062 (mon.0) 243 : audit [INF] from='osd.0 [v2:172.21.15.62:6802/522195671,v1:172.21.15.62:6803/522195671]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-13T09:48:13.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:12 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:11.699147+0000 mon.smithi062 (mon.0) 244 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-13T09:48:13.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:12 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:11.699263+0000 mon.smithi062 (mon.0) 245 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-13T09:48:13.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:12 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:11.699628+0000 mon.smithi062 (mon.0) 246 : audit [INF] from='osd.0 [v2:172.21.15.62:6802/522195671,v1:172.21.15.62:6803/522195671]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2024-04-13T09:48:13.044 INFO:journalctl@ceph.osd.0.smithi062.stdout:Apr 13 09:48:12 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.0[45895]: debug 2024-04-13T09:48:12.704+0000 7fc012dac700 -1 osd.0 0 waiting for initial osdmap 2024-04-13T09:48:13.044 INFO:journalctl@ceph.osd.0.smithi062.stdout:Apr 13 09:48:12 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.0[45895]: debug 2024-04-13T09:48:12.708+0000 7fc00c522700 -1 osd.0 8 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-04-13T09:48:13.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:12 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:11.149920+0000 mgr.smithi062.wofrer (mgr.14164) 90 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:48:13.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:12 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:11.699102+0000 mon.smithi062 (mon.0) 243 : audit [INF] from='osd.0 [v2:172.21.15.62:6802/522195671,v1:172.21.15.62:6803/522195671]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-13T09:48:13.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:12 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:11.699147+0000 mon.smithi062 (mon.0) 244 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-13T09:48:13.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:12 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:11.699263+0000 mon.smithi062 (mon.0) 245 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-13T09:48:13.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:12 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:11.699628+0000 mon.smithi062 (mon.0) 246 : audit [INF] from='osd.0 [v2:172.21.15.62:6802/522195671,v1:172.21.15.62:6803/522195671]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2024-04-13T09:48:13.858 INFO:teuthology.orchestra.run.smithi062.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-04-13T09:48:13.858 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-04-13T09:48:13.858 INFO:teuthology.orchestra.run.smithi062.stderr: stderr: 10+0 records in 2024-04-13T09:48:13.858 INFO:teuthology.orchestra.run.smithi062.stderr:10+0 records out 2024-04-13T09:48:13.858 INFO:teuthology.orchestra.run.smithi062.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0110504 s, 949 MB/s 2024-04-13T09:48:13.858 INFO:teuthology.orchestra.run.smithi062.stderr:--> Zapping successful for: 2024-04-13T09:48:14.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:13 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:12.701736+0000 mon.smithi062 (mon.0) 247 : audit [INF] from='osd.0 [v2:172.21.15.62:6802/522195671,v1:172.21.15.62:6803/522195671]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2024-04-13T09:48:14.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:13 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:12.701806+0000 mon.smithi062 (mon.0) 248 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-04-13T09:48:14.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:13 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:12.702201+0000 mon.smithi062 (mon.0) 249 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-13T09:48:14.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:13 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:12.706345+0000 mon.smithi062 (mon.0) 250 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-13T09:48:14.031 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:13 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:12.701736+0000 mon.smithi062 (mon.0) 247 : audit [INF] from='osd.0 [v2:172.21.15.62:6802/522195671,v1:172.21.15.62:6803/522195671]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2024-04-13T09:48:14.031 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:13 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:12.701806+0000 mon.smithi062 (mon.0) 248 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-04-13T09:48:14.031 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:13 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:12.702201+0000 mon.smithi062 (mon.0) 249 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-13T09:48:14.032 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:13 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:12.706345+0000 mon.smithi062 (mon.0) 250 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-13T09:48:14.750 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph orch daemon add osd smithi062:vg_nvme/lv_3 2024-04-13T09:48:15.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:11.819533+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-13T09:48:15.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:11.819731+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-13T09:48:15.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:13.150371+0000 mgr.smithi062.wofrer (mgr.14164) 91 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:48:15.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:13.706703+0000 mon.smithi062 (mon.0) 251 : cluster [INF] osd.0 [v2:172.21.15.62:6802/522195671,v1:172.21.15.62:6803/522195671] boot 2024-04-13T09:48:15.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:13.706727+0000 mon.smithi062 (mon.0) 252 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-13T09:48:15.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:13.707176+0000 mon.smithi062 (mon.0) 253 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-13T09:48:15.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:14.391792+0000 mon.smithi062 (mon.0) 254 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:15.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:14.392554+0000 mon.smithi062 (mon.0) 255 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi062", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-13T09:48:15.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:14.393254+0000 mon.smithi062 (mon.0) 256 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:48:15.021 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:11.819533+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-13T09:48:15.021 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:11.819731+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-13T09:48:15.021 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:13.150371+0000 mgr.smithi062.wofrer (mgr.14164) 91 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-13T09:48:15.021 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:13.706703+0000 mon.smithi062 (mon.0) 251 : cluster [INF] osd.0 [v2:172.21.15.62:6802/522195671,v1:172.21.15.62:6803/522195671] boot 2024-04-13T09:48:15.021 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:13.706727+0000 mon.smithi062 (mon.0) 252 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-13T09:48:15.021 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:13.707176+0000 mon.smithi062 (mon.0) 253 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-13T09:48:15.022 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:14.391792+0000 mon.smithi062 (mon.0) 254 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:15.022 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:14.392554+0000 mon.smithi062 (mon.0) 255 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi062", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-13T09:48:15.022 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:14.393254+0000 mon.smithi062 (mon.0) 256 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:48:16.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:15 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:48:14.392306+0000 mgr.smithi062.wofrer (mgr.14164) 92 : cephadm [INF] Reconfiguring crash.smithi062 (monmap changed)... 2024-04-13T09:48:16.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:15 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:48:14.393860+0000 mgr.smithi062.wofrer (mgr.14164) 93 : cephadm [INF] Reconfiguring daemon crash.smithi062 on smithi062 2024-04-13T09:48:16.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:15 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:14.713977+0000 mon.smithi062 (mon.0) 257 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-04-13T09:48:16.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:48:14.392306+0000 mgr.smithi062.wofrer (mgr.14164) 92 : cephadm [INF] Reconfiguring crash.smithi062 (monmap changed)... 2024-04-13T09:48:16.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:48:14.393860+0000 mgr.smithi062.wofrer (mgr.14164) 93 : cephadm [INF] Reconfiguring daemon crash.smithi062 on smithi062 2024-04-13T09:48:16.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:14.713977+0000 mon.smithi062 (mon.0) 257 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-04-13T09:48:16.919 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:16 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:15.150648+0000 mgr.smithi062.wofrer (mgr.14164) 94 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-13T09:48:17.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:16 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:15.150648+0000 mgr.smithi062.wofrer (mgr.14164) 94 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-13T09:48:18.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:17 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:16.969573+0000 mon.smithi062 (mon.0) 258 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:18.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:17 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:48:16.970176+0000 mgr.smithi062.wofrer (mgr.14164) 95 : cephadm [INF] Reconfiguring grafana.smithi062 (dependencies changed)... 2024-04-13T09:48:18.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:17 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:48:16.974336+0000 mgr.smithi062.wofrer (mgr.14164) 96 : cephadm [INF] Reconfiguring daemon grafana.smithi062 on smithi062 2024-04-13T09:48:18.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:17 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:17.150890+0000 mgr.smithi062.wofrer (mgr.14164) 97 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-13T09:48:18.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:17 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:17.734735+0000 mon.smithi062 (mon.0) 259 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-13T09:48:18.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:17 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:17.736035+0000 mon.smithi062 (mon.0) 260 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-13T09:48:18.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:17 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:17.736551+0000 mon.smithi062 (mon.0) 261 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:48:18.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:17 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:16.969573+0000 mon.smithi062 (mon.0) 258 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:18.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:17 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:48:16.970176+0000 mgr.smithi062.wofrer (mgr.14164) 95 : cephadm [INF] Reconfiguring grafana.smithi062 (dependencies changed)... 2024-04-13T09:48:18.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:17 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:48:16.974336+0000 mgr.smithi062.wofrer (mgr.14164) 96 : cephadm [INF] Reconfiguring daemon grafana.smithi062 on smithi062 2024-04-13T09:48:18.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:17 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:17.150890+0000 mgr.smithi062.wofrer (mgr.14164) 97 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-13T09:48:18.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:17 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:17.734735+0000 mon.smithi062 (mon.0) 259 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-13T09:48:18.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:17 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:17.736035+0000 mon.smithi062 (mon.0) 260 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-13T09:48:18.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:17 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:17.736551+0000 mon.smithi062 (mon.0) 261 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:48:19.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:18 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:17.734075+0000 mgr.smithi062.wofrer (mgr.14164) 98 : audit [DBG] from='client.14256 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi062:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:48:19.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:18 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:17.734075+0000 mgr.smithi062.wofrer (mgr.14164) 98 : audit [DBG] from='client.14256 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi062:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:48:20.104 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:19.151158+0000 mgr.smithi062.wofrer (mgr.14164) 99 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-13T09:48:20.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:19.151158+0000 mgr.smithi062.wofrer (mgr.14164) 99 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-13T09:48:22.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:22 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:21.151444+0000 mgr.smithi062.wofrer (mgr.14164) 100 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-13T09:48:22.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:22 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:21.794544+0000 mon.smithi062 (mon.0) 262 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:22.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:22 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:21.151444+0000 mgr.smithi062.wofrer (mgr.14164) 100 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-13T09:48:22.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:22 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:21.794544+0000 mon.smithi062 (mon.0) 262 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:23.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:48:21.795242+0000 mgr.smithi062.wofrer (mgr.14164) 101 : cephadm [INF] Reconfiguring prometheus.smithi062 (dependencies changed)... 2024-04-13T09:48:23.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:48:21.797386+0000 mgr.smithi062.wofrer (mgr.14164) 102 : cephadm [INF] Reconfiguring daemon prometheus.smithi062 on smithi062 2024-04-13T09:48:23.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:22.842407+0000 mon.smithi062 (mon.0) 263 : audit [INF] from='client.? 172.21.15.62:0/378711333' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "33008c42-b64a-4a12-b5e7-68307ebc3142"}]: dispatch 2024-04-13T09:48:23.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:22.848436+0000 mon.smithi062 (mon.0) 264 : audit [INF] from='client.? 172.21.15.62:0/378711333' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "33008c42-b64a-4a12-b5e7-68307ebc3142"}]': finished 2024-04-13T09:48:23.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:22.848479+0000 mon.smithi062 (mon.0) 265 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-13T09:48:23.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:22.848557+0000 mon.smithi062 (mon.0) 266 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-13T09:48:23.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:48:21.795242+0000 mgr.smithi062.wofrer (mgr.14164) 101 : cephadm [INF] Reconfiguring prometheus.smithi062 (dependencies changed)... 2024-04-13T09:48:23.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:48:21.797386+0000 mgr.smithi062.wofrer (mgr.14164) 102 : cephadm [INF] Reconfiguring daemon prometheus.smithi062 on smithi062 2024-04-13T09:48:23.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:22.842407+0000 mon.smithi062 (mon.0) 263 : audit [INF] from='client.? 172.21.15.62:0/378711333' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "33008c42-b64a-4a12-b5e7-68307ebc3142"}]: dispatch 2024-04-13T09:48:23.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:22.848436+0000 mon.smithi062 (mon.0) 264 : audit [INF] from='client.? 172.21.15.62:0/378711333' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "33008c42-b64a-4a12-b5e7-68307ebc3142"}]': finished 2024-04-13T09:48:23.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:22.848479+0000 mon.smithi062 (mon.0) 265 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-13T09:48:23.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:22.848557+0000 mon.smithi062 (mon.0) 266 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-13T09:48:24.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:24 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:23.151702+0000 mgr.smithi062.wofrer (mgr.14164) 103 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-13T09:48:24.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:24 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:23.286313+0000 mon.smithi062 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.62:0/1029545702' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-13T09:48:24.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:23.151702+0000 mgr.smithi062.wofrer (mgr.14164) 103 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-13T09:48:24.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:23.286313+0000 mon.smithi062 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.62:0/1029545702' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-13T09:48:26.257 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:25.152075+0000 mgr.smithi062.wofrer (mgr.14164) 104 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-13T09:48:26.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:25.152075+0000 mgr.smithi062.wofrer (mgr.14164) 104 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-13T09:48:28.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:27.152377+0000 mgr.smithi062.wofrer (mgr.14164) 105 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-13T09:48:28.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:27.152377+0000 mgr.smithi062.wofrer (mgr.14164) 105 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-13T09:48:30.492 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:29.152763+0000 mgr.smithi062.wofrer (mgr.14164) 106 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-13T09:48:30.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:30 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:29.152763+0000 mgr.smithi062.wofrer (mgr.14164) 106 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-13T09:48:32.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:32 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:31.153020+0000 mgr.smithi062.wofrer (mgr.14164) 107 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-13T09:48:32.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:32 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:31.735431+0000 mon.smithi062 (mon.0) 268 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:32.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:32 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:31.736306+0000 mon.smithi062 (mon.0) 269 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi064", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-13T09:48:32.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:32 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:31.737024+0000 mon.smithi062 (mon.0) 270 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:48:32.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:31.153020+0000 mgr.smithi062.wofrer (mgr.14164) 107 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-13T09:48:32.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:31.735431+0000 mon.smithi062 (mon.0) 268 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:32.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:31.736306+0000 mon.smithi062 (mon.0) 269 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi064", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-13T09:48:32.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:31.737024+0000 mon.smithi062 (mon.0) 270 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:48:33.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:48:31.736038+0000 mgr.smithi062.wofrer (mgr.14164) 108 : cephadm [INF] Reconfiguring crash.smithi064 (monmap changed)... 2024-04-13T09:48:33.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:48:31.737537+0000 mgr.smithi062.wofrer (mgr.14164) 109 : cephadm [INF] Reconfiguring daemon crash.smithi064 on smithi064 2024-04-13T09:48:33.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:33.000760+0000 mon.smithi062 (mon.0) 271 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:33.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:33.001510+0000 mon.smithi062 (mon.0) 272 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi064.lcvmyw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-13T09:48:33.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:33.002220+0000 mon.smithi062 (mon.0) 273 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-13T09:48:33.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:33.002767+0000 mon.smithi062 (mon.0) 274 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:48:33.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:33.136517+0000 mon.smithi062 (mon.0) 275 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-13T09:48:33.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:33.137170+0000 mon.smithi062 (mon.0) 276 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:48:33.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:48:31.736038+0000 mgr.smithi062.wofrer (mgr.14164) 108 : cephadm [INF] Reconfiguring crash.smithi064 (monmap changed)... 2024-04-13T09:48:33.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:48:31.737537+0000 mgr.smithi062.wofrer (mgr.14164) 109 : cephadm [INF] Reconfiguring daemon crash.smithi064 on smithi064 2024-04-13T09:48:33.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:33.000760+0000 mon.smithi062 (mon.0) 271 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:33.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:33.001510+0000 mon.smithi062 (mon.0) 272 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi064.lcvmyw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-13T09:48:33.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:33.002220+0000 mon.smithi062 (mon.0) 273 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-13T09:48:33.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:33.002767+0000 mon.smithi062 (mon.0) 274 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:48:33.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:33.136517+0000 mon.smithi062 (mon.0) 275 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-13T09:48:33.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:33.137170+0000 mon.smithi062 (mon.0) 276 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:48:34.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:48:33.001248+0000 mgr.smithi062.wofrer (mgr.14164) 110 : cephadm [INF] Reconfiguring mgr.smithi064.lcvmyw (monmap changed)... 2024-04-13T09:48:34.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:48:33.003245+0000 mgr.smithi062.wofrer (mgr.14164) 111 : cephadm [INF] Reconfiguring daemon mgr.smithi064.lcvmyw on smithi064 2024-04-13T09:48:34.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:48:33.137674+0000 mgr.smithi062.wofrer (mgr.14164) 112 : cephadm [INF] Deploying daemon osd.1 on smithi062 2024-04-13T09:48:34.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:33.153258+0000 mgr.smithi062.wofrer (mgr.14164) 113 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-13T09:48:34.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:34 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:48:33.001248+0000 mgr.smithi062.wofrer (mgr.14164) 110 : cephadm [INF] Reconfiguring mgr.smithi064.lcvmyw (monmap changed)... 2024-04-13T09:48:34.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:34 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:48:33.003245+0000 mgr.smithi062.wofrer (mgr.14164) 111 : cephadm [INF] Reconfiguring daemon mgr.smithi064.lcvmyw on smithi064 2024-04-13T09:48:34.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:34 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:48:33.137674+0000 mgr.smithi062.wofrer (mgr.14164) 112 : cephadm [INF] Deploying daemon osd.1 on smithi062 2024-04-13T09:48:34.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:34 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:33.153258+0000 mgr.smithi062.wofrer (mgr.14164) 113 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-13T09:48:35.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:34.361507+0000 mon.smithi062 (mon.0) 277 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:35.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:48:34.362014+0000 mgr.smithi062.wofrer (mgr.14164) 114 : cephadm [INF] Reconfiguring mon.smithi064 (monmap changed)... 2024-04-13T09:48:35.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:34.362274+0000 mon.smithi062 (mon.0) 278 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-13T09:48:35.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:34.362908+0000 mon.smithi062 (mon.0) 279 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-13T09:48:35.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:34.363546+0000 mon.smithi062 (mon.0) 280 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:48:35.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:48:34.364066+0000 mgr.smithi062.wofrer (mgr.14164) 115 : cephadm [INF] Reconfiguring daemon mon.smithi064 on smithi064 2024-04-13T09:48:35.656 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:34.361507+0000 mon.smithi062 (mon.0) 277 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:35.656 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:48:34.362014+0000 mgr.smithi062.wofrer (mgr.14164) 114 : cephadm [INF] Reconfiguring mon.smithi064 (monmap changed)... 2024-04-13T09:48:35.656 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:34.362274+0000 mon.smithi062 (mon.0) 278 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-13T09:48:35.656 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:34.362908+0000 mon.smithi062 (mon.0) 279 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-13T09:48:35.656 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:34.363546+0000 mon.smithi062 (mon.0) 280 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:48:35.656 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:48:34.364066+0000 mgr.smithi062.wofrer (mgr.14164) 115 : cephadm [INF] Reconfiguring daemon mon.smithi064 on smithi064 2024-04-13T09:48:36.837 INFO:teuthology.orchestra.run.smithi062.stdout:Created osd(s) 1 on host 'smithi062' 2024-04-13T09:48:37.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:35.153494+0000 mgr.smithi062.wofrer (mgr.14164) 116 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-13T09:48:37.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:35.698664+0000 mon.smithi062 (mon.0) 281 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:37.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:35.701020+0000 mon.smithi062 (mon.0) 282 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-13T09:48:37.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:35.701341+0000 mgr.smithi062.wofrer (mgr.14164) 117 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-13T09:48:37.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:35.153494+0000 mgr.smithi062.wofrer (mgr.14164) 116 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-13T09:48:37.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:35.698664+0000 mon.smithi062 (mon.0) 281 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:37.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:35.701020+0000 mon.smithi062 (mon.0) 282 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-13T09:48:37.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:35.701341+0000 mgr.smithi062.wofrer (mgr.14164) 117 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-13T09:48:37.523 DEBUG:teuthology.orchestra.run.smithi062:osd.1> sudo journalctl -f -n 0 -u ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@osd.1.service 2024-04-13T09:48:37.525 INFO:tasks.cephadm:Deploying osd.2 on smithi062 with /dev/vg_nvme/lv_2... 2024-04-13T09:48:37.525 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-04-13T09:48:37.558 INFO:journalctl@ceph.osd.1.smithi062.stdout:-- Logs begin at Sat 2024-04-13 09:37:38 UTC. -- 2024-04-13T09:48:38.154 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:36.831836+0000 mon.smithi062 (mon.0) 283 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:38.154 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:36.835213+0000 mon.smithi062 (mon.0) 284 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:38.154 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:36.851342+0000 mon.smithi062 (mon.0) 285 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.62:9093"}]: dispatch 2024-04-13T09:48:38.154 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:36.851639+0000 mgr.smithi062.wofrer (mgr.14164) 118 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.62:9093"}]: dispatch 2024-04-13T09:48:38.154 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:36.855323+0000 mon.smithi062 (mon.0) 286 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:38.154 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:36.858768+0000 mon.smithi062 (mon.0) 287 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-13T09:48:38.154 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:36.859064+0000 mgr.smithi062.wofrer (mgr.14164) 119 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-13T09:48:38.154 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:36.864121+0000 mon.smithi062 (mon.0) 288 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.62:3000"}]: dispatch 2024-04-13T09:48:38.154 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:36.864460+0000 mgr.smithi062.wofrer (mgr.14164) 120 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.62:3000"}]: dispatch 2024-04-13T09:48:38.155 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:36.868105+0000 mon.smithi062 (mon.0) 289 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:38.155 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:36.871414+0000 mon.smithi062 (mon.0) 290 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-13T09:48:38.155 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:36.871731+0000 mgr.smithi062.wofrer (mgr.14164) 121 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-13T09:48:38.155 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:36.875825+0000 mon.smithi062 (mon.0) 291 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.62:9095"}]: dispatch 2024-04-13T09:48:38.155 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:36.876115+0000 mgr.smithi062.wofrer (mgr.14164) 122 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.62:9095"}]: dispatch 2024-04-13T09:48:38.155 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:36.879353+0000 mon.smithi062 (mon.0) 292 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:38.155 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:36.881473+0000 mon.smithi062 (mon.0) 293 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:48:38.155 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:36.882459+0000 mon.smithi062 (mon.0) 294 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:48:38.155 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:36.883167+0000 mon.smithi062 (mon.0) 295 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:48:38.155 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:37.153804+0000 mgr.smithi062.wofrer (mgr.14164) 123 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-13T09:48:38.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:36.831836+0000 mon.smithi062 (mon.0) 283 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:38.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:36.835213+0000 mon.smithi062 (mon.0) 284 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:38.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:36.851342+0000 mon.smithi062 (mon.0) 285 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.62:9093"}]: dispatch 2024-04-13T09:48:38.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:36.851639+0000 mgr.smithi062.wofrer (mgr.14164) 118 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.62:9093"}]: dispatch 2024-04-13T09:48:38.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:36.855323+0000 mon.smithi062 (mon.0) 286 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:38.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:36.858768+0000 mon.smithi062 (mon.0) 287 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-13T09:48:38.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:36.859064+0000 mgr.smithi062.wofrer (mgr.14164) 119 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-13T09:48:38.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:36.864121+0000 mon.smithi062 (mon.0) 288 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.62:3000"}]: dispatch 2024-04-13T09:48:38.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:36.864460+0000 mgr.smithi062.wofrer (mgr.14164) 120 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.62:3000"}]: dispatch 2024-04-13T09:48:38.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:36.868105+0000 mon.smithi062 (mon.0) 289 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:38.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:36.871414+0000 mon.smithi062 (mon.0) 290 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-13T09:48:38.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:36.871731+0000 mgr.smithi062.wofrer (mgr.14164) 121 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-13T09:48:38.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:36.875825+0000 mon.smithi062 (mon.0) 291 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.62:9095"}]: dispatch 2024-04-13T09:48:38.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:36.876115+0000 mgr.smithi062.wofrer (mgr.14164) 122 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.62:9095"}]: dispatch 2024-04-13T09:48:38.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:36.879353+0000 mon.smithi062 (mon.0) 292 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:38.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:36.881473+0000 mon.smithi062 (mon.0) 293 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:48:38.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:36.882459+0000 mon.smithi062 (mon.0) 294 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:48:38.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:36.883167+0000 mon.smithi062 (mon.0) 295 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:48:38.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:37.153804+0000 mgr.smithi062.wofrer (mgr.14164) 123 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-13T09:48:39.871 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:38.724529+0000 mon.smithi062 (mon.0) 296 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:40.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:38.724529+0000 mon.smithi062 (mon.0) 296 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:40.196 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 09:48:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.1[49207]: debug 2024-04-13T09:48:39.961+0000 7eff77aec080 -1 osd.1 0 log_to_monitors {default=true} 2024-04-13T09:48:40.615 INFO:teuthology.orchestra.run.smithi062.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-04-13T09:48:40.616 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-04-13T09:48:40.616 INFO:teuthology.orchestra.run.smithi062.stderr: stderr: 10+0 records in 2024-04-13T09:48:40.616 INFO:teuthology.orchestra.run.smithi062.stderr:10+0 records out 2024-04-13T09:48:40.616 INFO:teuthology.orchestra.run.smithi062.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.012919 s, 812 MB/s 2024-04-13T09:48:40.616 INFO:teuthology.orchestra.run.smithi062.stderr:--> Zapping successful for: 2024-04-13T09:48:40.985 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:40 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:39.154080+0000 mgr.smithi062.wofrer (mgr.14164) 124 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-13T09:48:40.985 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:40 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:39.965821+0000 mon.smithi062 (mon.0) 297 : audit [INF] from='osd.1 [v2:172.21.15.62:6810/1256383546,v1:172.21.15.62:6811/1256383546]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-13T09:48:41.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:39.154080+0000 mgr.smithi062.wofrer (mgr.14164) 124 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-13T09:48:41.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:39.965821+0000 mon.smithi062 (mon.0) 297 : audit [INF] from='osd.1 [v2:172.21.15.62:6810/1256383546,v1:172.21.15.62:6811/1256383546]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-13T09:48:41.292 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph orch daemon add osd smithi062:vg_nvme/lv_2 2024-04-13T09:48:42.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:40.903940+0000 mon.smithi062 (mon.0) 298 : audit [INF] from='osd.1 [v2:172.21.15.62:6810/1256383546,v1:172.21.15.62:6811/1256383546]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-13T09:48:42.045 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:40.903996+0000 mon.smithi062 (mon.0) 299 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-13T09:48:42.045 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:40.904112+0000 mon.smithi062 (mon.0) 300 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-13T09:48:42.045 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:40.904470+0000 mon.smithi062 (mon.0) 301 : audit [INF] from='osd.1 [v2:172.21.15.62:6810/1256383546,v1:172.21.15.62:6811/1256383546]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2024-04-13T09:48:42.045 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:41.154548+0000 mgr.smithi062.wofrer (mgr.14164) 125 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-13T09:48:42.045 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 09:48:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.1[49207]: debug 2024-04-13T09:48:41.908+0000 7eff6e04f700 -1 osd.1 0 waiting for initial osdmap 2024-04-13T09:48:42.046 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 09:48:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.1[49207]: debug 2024-04-13T09:48:41.912+0000 7eff687c7700 -1 osd.1 13 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-04-13T09:48:42.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:40.903940+0000 mon.smithi062 (mon.0) 298 : audit [INF] from='osd.1 [v2:172.21.15.62:6810/1256383546,v1:172.21.15.62:6811/1256383546]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-13T09:48:42.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:40.903996+0000 mon.smithi062 (mon.0) 299 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-13T09:48:42.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:40.904112+0000 mon.smithi062 (mon.0) 300 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-13T09:48:42.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:40.904470+0000 mon.smithi062 (mon.0) 301 : audit [INF] from='osd.1 [v2:172.21.15.62:6810/1256383546,v1:172.21.15.62:6811/1256383546]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2024-04-13T09:48:42.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:41.154548+0000 mgr.smithi062.wofrer (mgr.14164) 125 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-13T09:48:43.140 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:42 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:41.905461+0000 mon.smithi062 (mon.0) 302 : audit [INF] from='osd.1 [v2:172.21.15.62:6810/1256383546,v1:172.21.15.62:6811/1256383546]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2024-04-13T09:48:43.141 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:42 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:41.905539+0000 mon.smithi062 (mon.0) 303 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-04-13T09:48:43.141 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:42 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:41.905901+0000 mon.smithi062 (mon.0) 304 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-13T09:48:43.141 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:42 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:41.910499+0000 mon.smithi062 (mon.0) 305 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-13T09:48:43.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:42 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:41.905461+0000 mon.smithi062 (mon.0) 302 : audit [INF] from='osd.1 [v2:172.21.15.62:6810/1256383546,v1:172.21.15.62:6811/1256383546]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2024-04-13T09:48:43.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:42 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:41.905539+0000 mon.smithi062 (mon.0) 303 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-04-13T09:48:43.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:42 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:41.905901+0000 mon.smithi062 (mon.0) 304 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-13T09:48:43.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:42 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:41.910499+0000 mon.smithi062 (mon.0) 305 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-13T09:48:44.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:40.933247+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-13T09:48:44.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:40.933440+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-13T09:48:44.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:42.911020+0000 mon.smithi062 (mon.0) 306 : cluster [INF] osd.1 [v2:172.21.15.62:6810/1256383546,v1:172.21.15.62:6811/1256383546] boot 2024-04-13T09:48:44.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:42.911070+0000 mon.smithi062 (mon.0) 307 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-13T09:48:44.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:42.911593+0000 mon.smithi062 (mon.0) 308 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-13T09:48:44.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:43.154866+0000 mgr.smithi062.wofrer (mgr.14164) 126 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-13T09:48:44.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:43.843373+0000 mon.smithi062 (mon.0) 309 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-13T09:48:44.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:43.844646+0000 mon.smithi062 (mon.0) 310 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-13T09:48:44.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:43.845248+0000 mon.smithi062 (mon.0) 311 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:48:44.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:40.933247+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-13T09:48:44.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:40.933440+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-13T09:48:44.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:42.911020+0000 mon.smithi062 (mon.0) 306 : cluster [INF] osd.1 [v2:172.21.15.62:6810/1256383546,v1:172.21.15.62:6811/1256383546] boot 2024-04-13T09:48:44.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:42.911070+0000 mon.smithi062 (mon.0) 307 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-13T09:48:44.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:42.911593+0000 mon.smithi062 (mon.0) 308 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-13T09:48:44.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:43.154866+0000 mgr.smithi062.wofrer (mgr.14164) 126 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-13T09:48:44.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:43.843373+0000 mon.smithi062 (mon.0) 309 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-13T09:48:44.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:43.844646+0000 mon.smithi062 (mon.0) 310 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-13T09:48:44.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:43.845248+0000 mon.smithi062 (mon.0) 311 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:48:45.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:43.842582+0000 mgr.smithi062.wofrer (mgr.14164) 127 : audit [DBG] from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi062:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:48:45.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:43.917302+0000 mon.smithi062 (mon.0) 312 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-04-13T09:48:45.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:44 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:43.842582+0000 mgr.smithi062.wofrer (mgr.14164) 127 : audit [DBG] from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi062:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:48:45.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:44 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:43.917302+0000 mon.smithi062 (mon.0) 312 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-04-13T09:48:46.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:45.155315+0000 mgr.smithi062.wofrer (mgr.14164) 128 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-13T09:48:46.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:45.155315+0000 mgr.smithi062.wofrer (mgr.14164) 128 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-13T09:48:47.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:46.382094+0000 mon.smithi062 (mon.0) 313 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:47.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:47.129952+0000 mon.smithi062 (mon.0) 314 : audit [INF] from='client.? 172.21.15.62:0/398384433' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "85118b12-63b0-445d-b48c-38096de4e01d"}]: dispatch 2024-04-13T09:48:47.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:47.134889+0000 mon.smithi062 (mon.0) 315 : audit [INF] from='client.? 172.21.15.62:0/398384433' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "85118b12-63b0-445d-b48c-38096de4e01d"}]': finished 2024-04-13T09:48:47.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:47.134954+0000 mon.smithi062 (mon.0) 316 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-13T09:48:47.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:47.135079+0000 mon.smithi062 (mon.0) 317 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-13T09:48:47.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:46.382094+0000 mon.smithi062 (mon.0) 313 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:47.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:47.129952+0000 mon.smithi062 (mon.0) 314 : audit [INF] from='client.? 172.21.15.62:0/398384433' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "85118b12-63b0-445d-b48c-38096de4e01d"}]: dispatch 2024-04-13T09:48:47.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:47.134889+0000 mon.smithi062 (mon.0) 315 : audit [INF] from='client.? 172.21.15.62:0/398384433' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "85118b12-63b0-445d-b48c-38096de4e01d"}]': finished 2024-04-13T09:48:47.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:47.134954+0000 mon.smithi062 (mon.0) 316 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-13T09:48:47.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:47.135079+0000 mon.smithi062 (mon.0) 317 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-13T09:48:48.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:48 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:47.155587+0000 mgr.smithi062.wofrer (mgr.14164) 129 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-13T09:48:48.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:48 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:47.554432+0000 mon.smithi062 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.62:0/3763404336' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-13T09:48:48.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:48 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:47.155587+0000 mgr.smithi062.wofrer (mgr.14164) 129 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-13T09:48:48.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:48 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:47.554432+0000 mon.smithi062 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.62:0/3763404336' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-13T09:48:50.630 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:50 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:49.155941+0000 mgr.smithi062.wofrer (mgr.14164) 130 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-13T09:48:50.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:50 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:49.155941+0000 mgr.smithi062.wofrer (mgr.14164) 130 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-13T09:48:52.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:51.156221+0000 mgr.smithi062.wofrer (mgr.14164) 131 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-13T09:48:52.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:51.156221+0000 mgr.smithi062.wofrer (mgr.14164) 131 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-13T09:48:54.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:48:52.920710+0000 mgr.smithi062.wofrer (mgr.14164) 132 : cephadm [INF] Detected new or changed devices on smithi062 2024-04-13T09:48:54.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:52.925517+0000 mon.smithi062 (mon.0) 319 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:54.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:53.156468+0000 mgr.smithi062.wofrer (mgr.14164) 133 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-13T09:48:54.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:53.195162+0000 mon.smithi062 (mon.0) 320 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:48:54.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:53.195847+0000 mon.smithi062 (mon.0) 321 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:48:54.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:48:53.196418+0000 mgr.smithi062.wofrer (mgr.14164) 134 : cephadm [INF] Adjusting osd_memory_target on smithi062 to 6449M 2024-04-13T09:48:54.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:53.202036+0000 mon.smithi062 (mon.0) 322 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:54.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:53.207377+0000 mon.smithi062 (mon.0) 323 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:54.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:53.210286+0000 mon.smithi062 (mon.0) 324 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:48:54.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:53.211167+0000 mon.smithi062 (mon.0) 325 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:48:54.045 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:53.211699+0000 mon.smithi062 (mon.0) 326 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:48:54.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:48:52.920710+0000 mgr.smithi062.wofrer (mgr.14164) 132 : cephadm [INF] Detected new or changed devices on smithi062 2024-04-13T09:48:54.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:52.925517+0000 mon.smithi062 (mon.0) 319 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:54.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:53.156468+0000 mgr.smithi062.wofrer (mgr.14164) 133 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-13T09:48:54.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:53.195162+0000 mon.smithi062 (mon.0) 320 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:48:54.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:53.195847+0000 mon.smithi062 (mon.0) 321 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:48:54.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:48:53.196418+0000 mgr.smithi062.wofrer (mgr.14164) 134 : cephadm [INF] Adjusting osd_memory_target on smithi062 to 6449M 2024-04-13T09:48:54.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:53.202036+0000 mon.smithi062 (mon.0) 322 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:54.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:53.207377+0000 mon.smithi062 (mon.0) 323 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:54.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:53.210286+0000 mon.smithi062 (mon.0) 324 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:48:54.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:53.211167+0000 mon.smithi062 (mon.0) 325 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:48:54.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:53.211699+0000 mon.smithi062 (mon.0) 326 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:48:55.223 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:54.476757+0000 mon.smithi062 (mon.0) 327 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-13T09:48:55.223 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:54.477405+0000 mon.smithi062 (mon.0) 328 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:48:55.223 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:48:54.477918+0000 mgr.smithi062.wofrer (mgr.14164) 135 : cephadm [INF] Deploying daemon osd.2 on smithi062 2024-04-13T09:48:55.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:54 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:54.476757+0000 mon.smithi062 (mon.0) 327 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-13T09:48:55.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:54 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:54.477405+0000 mon.smithi062 (mon.0) 328 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:48:55.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:54 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:48:54.477918+0000 mgr.smithi062.wofrer (mgr.14164) 135 : cephadm [INF] Deploying daemon osd.2 on smithi062 2024-04-13T09:48:56.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:54.988905+0000 mon.smithi062 (mon.0) 329 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:56.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:55.156852+0000 mgr.smithi062.wofrer (mgr.14164) 136 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-13T09:48:56.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:54.988905+0000 mon.smithi062 (mon.0) 329 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:48:56.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:55.156852+0000 mgr.smithi062.wofrer (mgr.14164) 136 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-13T09:48:58.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:48:58 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:57.157153+0000 mgr.smithi062.wofrer (mgr.14164) 137 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-13T09:48:58.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:48:58 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:57.157153+0000 mgr.smithi062.wofrer (mgr.14164) 137 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-13T09:48:59.917 INFO:teuthology.orchestra.run.smithi062.stdout:Created osd(s) 2 on host 'smithi062' 2024-04-13T09:49:00.216 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:48:59.157463+0000 mgr.smithi062.wofrer (mgr.14164) 138 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-13T09:49:00.216 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:59.276097+0000 mon.smithi062 (mon.0) 330 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/mirror_snapshot_schedule"}]: dispatch 2024-04-13T09:49:00.216 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:59.276412+0000 mon.smithi062 (mon.0) 331 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/trash_purge_schedule"}]: dispatch 2024-04-13T09:49:00.216 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:59.905145+0000 mon.smithi062 (mon.0) 332 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:00.217 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:48:59.915863+0000 mon.smithi062 (mon.0) 333 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:00.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:48:59.157463+0000 mgr.smithi062.wofrer (mgr.14164) 138 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-13T09:49:00.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:59.276097+0000 mon.smithi062 (mon.0) 330 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/mirror_snapshot_schedule"}]: dispatch 2024-04-13T09:49:00.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:59.276412+0000 mon.smithi062 (mon.0) 331 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/trash_purge_schedule"}]: dispatch 2024-04-13T09:49:00.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:59.905145+0000 mon.smithi062 (mon.0) 332 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:00.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:48:59.915863+0000 mon.smithi062 (mon.0) 333 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:00.790 DEBUG:teuthology.orchestra.run.smithi062:osd.2> sudo journalctl -f -n 0 -u ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@osd.2.service 2024-04-13T09:49:00.792 INFO:tasks.cephadm:Deploying osd.3 on smithi062 with /dev/vg_nvme/lv_1... 2024-04-13T09:49:00.793 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-04-13T09:49:00.824 INFO:journalctl@ceph.osd.2.smithi062.stdout:-- Logs begin at Sat 2024-04-13 09:37:38 UTC. -- 2024-04-13T09:49:01.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:01 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:00.467684+0000 mon.smithi062 (mon.0) 334 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:01.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:01 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:00.467684+0000 mon.smithi062 (mon.0) 334 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:02.519 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:01.157733+0000 mgr.smithi062.wofrer (mgr.14164) 139 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-13T09:49:02.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:02 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:01.157733+0000 mgr.smithi062.wofrer (mgr.14164) 139 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-13T09:49:03.044 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 09:49:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.2[52797]: debug 2024-04-13T09:49:02.907+0000 7fd5c490d080 -1 osd.2 0 log_to_monitors {default=true} 2024-04-13T09:49:03.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:02.912318+0000 mon.smithi062 (mon.0) 335 : audit [INF] from='osd.2 [v2:172.21.15.62:6818/2438505613,v1:172.21.15.62:6819/2438505613]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-13T09:49:03.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:02.912318+0000 mon.smithi062 (mon.0) 335 : audit [INF] from='osd.2 [v2:172.21.15.62:6818/2438505613,v1:172.21.15.62:6819/2438505613]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-13T09:49:04.282 INFO:teuthology.orchestra.run.smithi062.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-04-13T09:49:04.283 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-04-13T09:49:04.283 INFO:teuthology.orchestra.run.smithi062.stderr: stderr: 10+0 records in 2024-04-13T09:49:04.283 INFO:teuthology.orchestra.run.smithi062.stderr:10+0 records out 2024-04-13T09:49:04.283 INFO:teuthology.orchestra.run.smithi062.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0110113 s, 952 MB/s 2024-04-13T09:49:04.283 INFO:teuthology.orchestra.run.smithi062.stderr:--> Zapping successful for: 2024-04-13T09:49:04.485 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:03.158079+0000 mgr.smithi062.wofrer (mgr.14164) 140 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-13T09:49:04.485 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:03.482538+0000 mon.smithi062 (mon.0) 336 : audit [INF] from='osd.2 [v2:172.21.15.62:6818/2438505613,v1:172.21.15.62:6819/2438505613]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-13T09:49:04.485 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:03.482619+0000 mon.smithi062 (mon.0) 337 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-13T09:49:04.485 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:03.482723+0000 mon.smithi062 (mon.0) 338 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-13T09:49:04.485 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:03.483077+0000 mon.smithi062 (mon.0) 339 : audit [INF] from='osd.2 [v2:172.21.15.62:6818/2438505613,v1:172.21.15.62:6819/2438505613]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2024-04-13T09:49:04.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:03.158079+0000 mgr.smithi062.wofrer (mgr.14164) 140 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-13T09:49:04.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:03.482538+0000 mon.smithi062 (mon.0) 336 : audit [INF] from='osd.2 [v2:172.21.15.62:6818/2438505613,v1:172.21.15.62:6819/2438505613]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-13T09:49:04.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:03.482619+0000 mon.smithi062 (mon.0) 337 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-13T09:49:04.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:03.482723+0000 mon.smithi062 (mon.0) 338 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-13T09:49:04.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:03.483077+0000 mon.smithi062 (mon.0) 339 : audit [INF] from='osd.2 [v2:172.21.15.62:6818/2438505613,v1:172.21.15.62:6819/2438505613]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2024-04-13T09:49:04.793 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 09:49:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.2[52797]: debug 2024-04-13T09:49:04.484+0000 7fd5bae70700 -1 osd.2 0 waiting for initial osdmap 2024-04-13T09:49:04.794 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 09:49:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.2[52797]: debug 2024-04-13T09:49:04.489+0000 7fd5b5de9700 -1 osd.2 18 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-04-13T09:49:04.880 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph orch daemon add osd smithi062:vg_nvme/lv_1 2024-04-13T09:49:06.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:04.481929+0000 mon.smithi062 (mon.0) 340 : audit [INF] from='osd.2 [v2:172.21.15.62:6818/2438505613,v1:172.21.15.62:6819/2438505613]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2024-04-13T09:49:06.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:04.481987+0000 mon.smithi062 (mon.0) 341 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-04-13T09:49:06.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:04.482364+0000 mon.smithi062 (mon.0) 342 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-13T09:49:06.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:04.486910+0000 mon.smithi062 (mon.0) 343 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-13T09:49:06.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:05.461276+0000 mon.smithi062 (mon.0) 344 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:06.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:05.464491+0000 mon.smithi062 (mon.0) 345 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:06.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:05.467366+0000 mon.smithi062 (mon.0) 346 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:49:06.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:05.468187+0000 mon.smithi062 (mon.0) 347 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:49:06.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:05.468813+0000 mon.smithi062 (mon.0) 348 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:49:06.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:04.481929+0000 mon.smithi062 (mon.0) 340 : audit [INF] from='osd.2 [v2:172.21.15.62:6818/2438505613,v1:172.21.15.62:6819/2438505613]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2024-04-13T09:49:06.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:04.481987+0000 mon.smithi062 (mon.0) 341 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-04-13T09:49:06.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:04.482364+0000 mon.smithi062 (mon.0) 342 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-13T09:49:06.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:04.486910+0000 mon.smithi062 (mon.0) 343 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-13T09:49:06.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:05.461276+0000 mon.smithi062 (mon.0) 344 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:06.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:05.464491+0000 mon.smithi062 (mon.0) 345 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:06.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:05.467366+0000 mon.smithi062 (mon.0) 346 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:49:06.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:05.468187+0000 mon.smithi062 (mon.0) 347 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:49:06.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:05.468813+0000 mon.smithi062 (mon.0) 348 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:49:07.211 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:03.926145+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-13T09:49:07.211 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:03.926238+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-13T09:49:07.211 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:05.158449+0000 mgr.smithi062.wofrer (mgr.14164) 141 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-13T09:49:07.212 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:05.487429+0000 mon.smithi062 (mon.0) 349 : cluster [INF] osd.2 [v2:172.21.15.62:6818/2438505613,v1:172.21.15.62:6819/2438505613] boot 2024-04-13T09:49:07.212 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:05.487469+0000 mon.smithi062 (mon.0) 350 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-13T09:49:07.212 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:05.487833+0000 mon.smithi062 (mon.0) 351 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-13T09:49:07.212 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:05.488350+0000 mon.smithi062 (mon.0) 352 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-04-13T09:49:07.212 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:06.488182+0000 mon.smithi062 (mon.0) 353 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-04-13T09:49:07.212 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:06.488233+0000 mon.smithi062 (mon.0) 354 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-13T09:49:07.212 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:06.488952+0000 mon.smithi062 (mon.0) 355 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-04-13T09:49:07.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:06 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:03.926145+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-13T09:49:07.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:06 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:03.926238+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-13T09:49:07.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:06 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:05.158449+0000 mgr.smithi062.wofrer (mgr.14164) 141 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-13T09:49:07.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:06 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:05.487429+0000 mon.smithi062 (mon.0) 349 : cluster [INF] osd.2 [v2:172.21.15.62:6818/2438505613,v1:172.21.15.62:6819/2438505613] boot 2024-04-13T09:49:07.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:06 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:05.487469+0000 mon.smithi062 (mon.0) 350 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-13T09:49:07.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:06 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:05.487833+0000 mon.smithi062 (mon.0) 351 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-13T09:49:07.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:06 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:05.488350+0000 mon.smithi062 (mon.0) 352 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-04-13T09:49:07.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:06 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:06.488182+0000 mon.smithi062 (mon.0) 353 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-04-13T09:49:07.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:06 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:06.488233+0000 mon.smithi062 (mon.0) 354 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-13T09:49:07.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:06 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:06.488952+0000 mon.smithi062 (mon.0) 355 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-04-13T09:49:08.287 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:06.951905+0000 mgr.smithi062.wofrer (mgr.14164) 142 : audit [DBG] from='client.14292 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi062:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:49:08.288 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:07.158731+0000 mgr.smithi062.wofrer (mgr.14164) 143 : cluster [DBG] pgmap v103: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-04-13T09:49:08.288 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:07.243420+0000 mon.smithi062 (mon.0) 356 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:08.288 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:07.489212+0000 mon.smithi062 (mon.0) 357 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-04-13T09:49:08.288 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:07.489275+0000 mon.smithi062 (mon.0) 358 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-13T09:49:08.288 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:07.495134+0000 mon.smithi062 (mon.0) 359 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-13T09:49:08.288 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:07.496276+0000 mon.smithi062 (mon.0) 360 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-13T09:49:08.288 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:07.496783+0000 mon.smithi062 (mon.0) 361 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:49:08.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:08 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:06.951905+0000 mgr.smithi062.wofrer (mgr.14164) 142 : audit [DBG] from='client.14292 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi062:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:49:08.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:08 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:07.158731+0000 mgr.smithi062.wofrer (mgr.14164) 143 : cluster [DBG] pgmap v103: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-04-13T09:49:08.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:08 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:07.243420+0000 mon.smithi062 (mon.0) 356 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:08.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:08 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:07.489212+0000 mon.smithi062 (mon.0) 357 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-04-13T09:49:08.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:08 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:07.489275+0000 mon.smithi062 (mon.0) 358 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-13T09:49:08.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:08 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:07.495134+0000 mon.smithi062 (mon.0) 359 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-13T09:49:08.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:08 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:07.496276+0000 mon.smithi062 (mon.0) 360 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-13T09:49:08.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:08 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:07.496783+0000 mon.smithi062 (mon.0) 361 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:49:09.598 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:08.491239+0000 mon.smithi062 (mon.0) 362 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-13T09:49:09.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:08.491239+0000 mon.smithi062 (mon.0) 362 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-13T09:49:10.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:10 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:09.158999+0000 mgr.smithi062.wofrer (mgr.14164) 144 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-04-13T09:49:10.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:10 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:10.367775+0000 mon.smithi062 (mon.0) 363 : audit [INF] from='client.? 172.21.15.62:0/493013561' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a0e4632f-8cb3-4733-b248-39a228d020b6"}]: dispatch 2024-04-13T09:49:10.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:10 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:10.372116+0000 mon.smithi062 (mon.0) 364 : audit [INF] from='client.? 172.21.15.62:0/493013561' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a0e4632f-8cb3-4733-b248-39a228d020b6"}]': finished 2024-04-13T09:49:10.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:10 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:10.372163+0000 mon.smithi062 (mon.0) 365 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-04-13T09:49:10.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:10 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:10.372286+0000 mon.smithi062 (mon.0) 366 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-13T09:49:10.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:10 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:09.158999+0000 mgr.smithi062.wofrer (mgr.14164) 144 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-04-13T09:49:10.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:10 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:10.367775+0000 mon.smithi062 (mon.0) 363 : audit [INF] from='client.? 172.21.15.62:0/493013561' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a0e4632f-8cb3-4733-b248-39a228d020b6"}]: dispatch 2024-04-13T09:49:10.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:10 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:10.372116+0000 mon.smithi062 (mon.0) 364 : audit [INF] from='client.? 172.21.15.62:0/493013561' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a0e4632f-8cb3-4733-b248-39a228d020b6"}]': finished 2024-04-13T09:49:10.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:10 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:10.372163+0000 mon.smithi062 (mon.0) 365 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-04-13T09:49:10.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:10 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:10.372286+0000 mon.smithi062 (mon.0) 366 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-13T09:49:11.766 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:11 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:10.820233+0000 mon.smithi062 (mon.0) 367 : audit [DBG] from='client.? 172.21.15.62:0/293923083' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-13T09:49:11.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:11 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:10.820233+0000 mon.smithi062 (mon.0) 367 : audit [DBG] from='client.? 172.21.15.62:0/293923083' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-13T09:49:12.758 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:12 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:11.159394+0000 mgr.smithi062.wofrer (mgr.14164) 145 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-13T09:49:12.758 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:12 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:12.361510+0000 mon.smithi062 (mon.0) 368 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:12.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:12 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:11.159394+0000 mgr.smithi062.wofrer (mgr.14164) 145 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-13T09:49:12.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:12 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:12.361510+0000 mon.smithi062 (mon.0) 368 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:14.617 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:13.159820+0000 mgr.smithi062.wofrer (mgr.14164) 146 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-13T09:49:14.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:13.159820+0000 mgr.smithi062.wofrer (mgr.14164) 146 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-13T09:49:16.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:15.160461+0000 mgr.smithi062.wofrer (mgr.14164) 147 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-13T09:49:16.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:15 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:15.160461+0000 mgr.smithi062.wofrer (mgr.14164) 147 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-13T09:49:18.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:18 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:49:17.026591+0000 mgr.smithi062.wofrer (mgr.14164) 148 : cephadm [INF] Detected new or changed devices on smithi062 2024-04-13T09:49:18.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:18 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:17.031063+0000 mon.smithi062 (mon.0) 369 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:18.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:18 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:17.034093+0000 mon.smithi062 (mon.0) 370 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:18.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:18 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:17.160741+0000 mgr.smithi062.wofrer (mgr.14164) 149 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-13T09:49:18.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:18 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:49:17.026591+0000 mgr.smithi062.wofrer (mgr.14164) 148 : cephadm [INF] Detected new or changed devices on smithi062 2024-04-13T09:49:18.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:18 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:17.031063+0000 mon.smithi062 (mon.0) 369 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:18.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:18 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:17.034093+0000 mon.smithi062 (mon.0) 370 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:18.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:18 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:17.160741+0000 mgr.smithi062.wofrer (mgr.14164) 149 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-13T09:49:19.068 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:18.342611+0000 mon.smithi062 (mon.0) 371 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-13T09:49:19.068 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:18.343255+0000 mon.smithi062 (mon.0) 372 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:49:19.068 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:49:18.343765+0000 mgr.smithi062.wofrer (mgr.14164) 150 : cephadm [INF] Deploying daemon osd.3 on smithi062 2024-04-13T09:49:19.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:18.342611+0000 mon.smithi062 (mon.0) 371 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-13T09:49:19.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:18.343255+0000 mon.smithi062 (mon.0) 372 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:49:19.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:49:18.343765+0000 mgr.smithi062.wofrer (mgr.14164) 150 : cephadm [INF] Deploying daemon osd.3 on smithi062 2024-04-13T09:49:20.390 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:20 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:19.161255+0000 mgr.smithi062.wofrer (mgr.14164) 151 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-13T09:49:20.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:20 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:19.161255+0000 mgr.smithi062.wofrer (mgr.14164) 151 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-13T09:49:22.006 INFO:teuthology.orchestra.run.smithi062.stdout:Created osd(s) 3 on host 'smithi062' 2024-04-13T09:49:22.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:22 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:21.161634+0000 mgr.smithi062.wofrer (mgr.14164) 152 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-13T09:49:22.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:22 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:21.991614+0000 mon.smithi062 (mon.0) 373 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:49:22.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:22 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:21.993340+0000 mon.smithi062 (mon.0) 374 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:49:22.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:22 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:21.995736+0000 mon.smithi062 (mon.0) 375 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:22.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:22 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:21.996005+0000 mon.smithi062 (mon.0) 376 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:49:22.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:22 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:22.002666+0000 mon.smithi062 (mon.0) 377 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:22.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:22 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:21.161634+0000 mgr.smithi062.wofrer (mgr.14164) 152 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-13T09:49:22.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:22 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:21.991614+0000 mon.smithi062 (mon.0) 373 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:49:22.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:22 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:21.993340+0000 mon.smithi062 (mon.0) 374 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:49:22.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:22 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:21.995736+0000 mon.smithi062 (mon.0) 375 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:22.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:22 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:21.996005+0000 mon.smithi062 (mon.0) 376 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:49:22.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:22 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:22.002666+0000 mon.smithi062 (mon.0) 377 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:22.600 DEBUG:teuthology.orchestra.run.smithi062:osd.3> sudo journalctl -f -n 0 -u ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@osd.3.service 2024-04-13T09:49:22.603 INFO:tasks.cephadm:Deploying osd.4 on smithi064 with /dev/vg_nvme/lv_4... 2024-04-13T09:49:22.603 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-13T09:49:22.635 INFO:journalctl@ceph.osd.3.smithi062.stdout:-- Logs begin at Sat 2024-04-13 09:37:38 UTC. -- 2024-04-13T09:49:24.287 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:24 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:23.162083+0000 mgr.smithi062.wofrer (mgr.14164) 153 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-13T09:49:24.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:23.162083+0000 mgr.smithi062.wofrer (mgr.14164) 153 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-13T09:49:24.773 INFO:teuthology.orchestra.run.smithi064.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-13T09:49:24.774 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-13T09:49:24.774 INFO:teuthology.orchestra.run.smithi064.stderr: stderr: 10+0 records in 2024-04-13T09:49:24.774 INFO:teuthology.orchestra.run.smithi064.stderr:10+0 records out 2024-04-13T09:49:24.774 INFO:teuthology.orchestra.run.smithi064.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.011034 s, 950 MB/s 2024-04-13T09:49:24.774 INFO:teuthology.orchestra.run.smithi064.stderr:--> Zapping successful for: 2024-04-13T09:49:25.359 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph orch daemon add osd smithi064:vg_nvme/lv_4 2024-04-13T09:49:25.543 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 09:49:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.3[56273]: debug 2024-04-13T09:49:25.157+0000 7fcd0f31d080 -1 osd.3 0 log_to_monitors {default=true} 2024-04-13T09:49:26.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:25.161867+0000 mon.smithi062 (mon.0) 378 : audit [INF] from='osd.3 [v2:172.21.15.62:6826/221685496,v1:172.21.15.62:6827/221685496]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-13T09:49:26.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:25.162566+0000 mgr.smithi062.wofrer (mgr.14164) 154 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-13T09:49:26.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:25.161867+0000 mon.smithi062 (mon.0) 378 : audit [INF] from='osd.3 [v2:172.21.15.62:6826/221685496,v1:172.21.15.62:6827/221685496]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-13T09:49:26.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:25.162566+0000 mgr.smithi062.wofrer (mgr.14164) 154 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-13T09:49:26.946 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:26 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:25.924332+0000 mon.smithi062 (mon.0) 379 : audit [INF] from='osd.3 [v2:172.21.15.62:6826/221685496,v1:172.21.15.62:6827/221685496]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-13T09:49:26.946 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:26 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:25.924410+0000 mon.smithi062 (mon.0) 380 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-04-13T09:49:26.946 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:26 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:25.924522+0000 mon.smithi062 (mon.0) 381 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-13T09:49:26.946 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:26 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:25.924850+0000 mon.smithi062 (mon.0) 382 : audit [INF] from='osd.3 [v2:172.21.15.62:6826/221685496,v1:172.21.15.62:6827/221685496]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2024-04-13T09:49:26.946 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:26 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:26.765877+0000 mon.smithi062 (mon.0) 383 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:27.205 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 09:49:26 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.3[56273]: debug 2024-04-13T09:49:26.926+0000 7fcd05880700 -1 osd.3 0 waiting for initial osdmap 2024-04-13T09:49:27.205 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 09:49:26 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.3[56273]: debug 2024-04-13T09:49:26.929+0000 7fcd017fb700 -1 osd.3 25 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-04-13T09:49:27.205 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:26 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:25.924332+0000 mon.smithi062 (mon.0) 379 : audit [INF] from='osd.3 [v2:172.21.15.62:6826/221685496,v1:172.21.15.62:6827/221685496]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-13T09:49:27.206 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:26 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:25.924410+0000 mon.smithi062 (mon.0) 380 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-04-13T09:49:27.206 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:26 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:25.924522+0000 mon.smithi062 (mon.0) 381 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-13T09:49:27.206 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:26 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:25.924850+0000 mon.smithi062 (mon.0) 382 : audit [INF] from='osd.3 [v2:172.21.15.62:6826/221685496,v1:172.21.15.62:6827/221685496]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2024-04-13T09:49:27.206 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:26 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:26.765877+0000 mon.smithi062 (mon.0) 383 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:28.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:27 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:26.923636+0000 mon.smithi062 (mon.0) 384 : audit [INF] from='osd.3 [v2:172.21.15.62:6826/221685496,v1:172.21.15.62:6827/221685496]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2024-04-13T09:49:28.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:27 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:26.923706+0000 mon.smithi062 (mon.0) 385 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-04-13T09:49:28.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:27 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:26.924208+0000 mon.smithi062 (mon.0) 386 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-13T09:49:28.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:27 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:26.928060+0000 mon.smithi062 (mon.0) 387 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-13T09:49:28.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:27 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:27.162917+0000 mgr.smithi062.wofrer (mgr.14164) 155 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-13T09:49:28.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:27 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:27.332573+0000 mgr.smithi062.wofrer (mgr.14164) 156 : audit [DBG] from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi064:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:49:28.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:27 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:27.333357+0000 mon.smithi062 (mon.0) 388 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-13T09:49:28.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:27 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:27.334814+0000 mon.smithi062 (mon.0) 389 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-13T09:49:28.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:27 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:27.335417+0000 mon.smithi062 (mon.0) 390 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:49:28.098 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:26.923636+0000 mon.smithi062 (mon.0) 384 : audit [INF] from='osd.3 [v2:172.21.15.62:6826/221685496,v1:172.21.15.62:6827/221685496]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2024-04-13T09:49:28.098 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:26.923706+0000 mon.smithi062 (mon.0) 385 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-04-13T09:49:28.098 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:26.924208+0000 mon.smithi062 (mon.0) 386 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-13T09:49:28.098 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:26.928060+0000 mon.smithi062 (mon.0) 387 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-13T09:49:28.098 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:27.162917+0000 mgr.smithi062.wofrer (mgr.14164) 155 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-13T09:49:28.099 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:27.332573+0000 mgr.smithi062.wofrer (mgr.14164) 156 : audit [DBG] from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi064:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:49:28.099 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:27.333357+0000 mon.smithi062 (mon.0) 388 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-13T09:49:28.099 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:27.334814+0000 mon.smithi062 (mon.0) 389 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-13T09:49:28.099 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:27.335417+0000 mon.smithi062 (mon.0) 390 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:49:29.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:26.162901+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-13T09:49:29.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:26.162990+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-13T09:49:29.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:27.929299+0000 mon.smithi062 (mon.0) 391 : cluster [INF] osd.3 [v2:172.21.15.62:6826/221685496,v1:172.21.15.62:6827/221685496] boot 2024-04-13T09:49:29.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:27.929326+0000 mon.smithi062 (mon.0) 392 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-04-13T09:49:29.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:27.929770+0000 mon.smithi062 (mon.0) 393 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-13T09:49:29.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:26.162901+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-13T09:49:29.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:26.162990+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-13T09:49:29.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:27.929299+0000 mon.smithi062 (mon.0) 391 : cluster [INF] osd.3 [v2:172.21.15.62:6826/221685496,v1:172.21.15.62:6827/221685496] boot 2024-04-13T09:49:29.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:27.929326+0000 mon.smithi062 (mon.0) 392 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-04-13T09:49:29.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:27.929770+0000 mon.smithi062 (mon.0) 393 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-13T09:49:30.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:29 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:28.937718+0000 mon.smithi062 (mon.0) 394 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-04-13T09:49:30.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:29 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:29.163189+0000 mgr.smithi062.wofrer (mgr.14164) 157 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-13T09:49:30.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:29 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:29.664082+0000 mon.smithi064 (mon.1) 2 : audit [INF] from='client.? 172.21.15.64:0/622948689' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aa57413d-e868-4bf5-b1f3-1318f39be308"}]: dispatch 2024-04-13T09:49:30.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:29 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:29.664712+0000 mon.smithi062 (mon.0) 395 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aa57413d-e868-4bf5-b1f3-1318f39be308"}]: dispatch 2024-04-13T09:49:30.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:29 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:29.668684+0000 mon.smithi062 (mon.0) 396 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aa57413d-e868-4bf5-b1f3-1318f39be308"}]': finished 2024-04-13T09:49:30.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:29 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:29.668733+0000 mon.smithi062 (mon.0) 397 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-04-13T09:49:30.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:29 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:29.668837+0000 mon.smithi062 (mon.0) 398 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-13T09:49:30.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:29 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:28.937718+0000 mon.smithi062 (mon.0) 394 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-04-13T09:49:30.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:29 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:29.163189+0000 mgr.smithi062.wofrer (mgr.14164) 157 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-13T09:49:30.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:29 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:29.664082+0000 mon.smithi064 (mon.1) 2 : audit [INF] from='client.? 172.21.15.64:0/622948689' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aa57413d-e868-4bf5-b1f3-1318f39be308"}]: dispatch 2024-04-13T09:49:30.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:29 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:29.664712+0000 mon.smithi062 (mon.0) 395 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aa57413d-e868-4bf5-b1f3-1318f39be308"}]: dispatch 2024-04-13T09:49:30.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:29 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:29.668684+0000 mon.smithi062 (mon.0) 396 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aa57413d-e868-4bf5-b1f3-1318f39be308"}]': finished 2024-04-13T09:49:30.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:29 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:29.668733+0000 mon.smithi062 (mon.0) 397 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-04-13T09:49:30.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:29 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:29.668837+0000 mon.smithi062 (mon.0) 398 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-13T09:49:31.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:30.100354+0000 mon.smithi064 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.64:0/537538457' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-13T09:49:31.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:30.172830+0000 mon.smithi062 (mon.0) 399 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:31.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:30.173857+0000 mon.smithi062 (mon.0) 400 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:49:31.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:30.174413+0000 mon.smithi062 (mon.0) 401 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:49:31.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:30.174942+0000 mon.smithi062 (mon.0) 402 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:49:31.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:30.175448+0000 mon.smithi062 (mon.0) 403 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:49:31.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:49:30.175861+0000 mgr.smithi062.wofrer (mgr.14164) 158 : cephadm [INF] Adjusting osd_memory_target on smithi062 to 3224M 2024-04-13T09:49:31.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:30.179149+0000 mon.smithi062 (mon.0) 404 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:31.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:30.182383+0000 mon.smithi062 (mon.0) 405 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:31.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:30.185265+0000 mon.smithi062 (mon.0) 406 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:49:31.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:30.186089+0000 mon.smithi062 (mon.0) 407 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:49:31.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:30.186575+0000 mon.smithi062 (mon.0) 408 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:49:31.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:30 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:30.100354+0000 mon.smithi064 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.64:0/537538457' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-13T09:49:31.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:30 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:30.172830+0000 mon.smithi062 (mon.0) 399 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:31.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:30 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:30.173857+0000 mon.smithi062 (mon.0) 400 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:49:31.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:30 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:30.174413+0000 mon.smithi062 (mon.0) 401 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:49:31.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:30 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:30.174942+0000 mon.smithi062 (mon.0) 402 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:49:31.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:30 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:30.175448+0000 mon.smithi062 (mon.0) 403 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:49:31.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:30 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:49:30.175861+0000 mgr.smithi062.wofrer (mgr.14164) 158 : cephadm [INF] Adjusting osd_memory_target on smithi062 to 3224M 2024-04-13T09:49:31.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:30 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:30.179149+0000 mon.smithi062 (mon.0) 404 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:31.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:30 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:30.182383+0000 mon.smithi062 (mon.0) 405 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:31.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:30 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:30.185265+0000 mon.smithi062 (mon.0) 406 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:49:31.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:30 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:30.186089+0000 mon.smithi062 (mon.0) 407 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:49:31.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:30 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:30.186575+0000 mon.smithi062 (mon.0) 408 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:49:32.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:31 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:31.163488+0000 mgr.smithi062.wofrer (mgr.14164) 159 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-13T09:49:32.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:31 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:31.163488+0000 mgr.smithi062.wofrer (mgr.14164) 159 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-13T09:49:34.487 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:33.163965+0000 mgr.smithi062.wofrer (mgr.14164) 160 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-13T09:49:34.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:34 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:33.163965+0000 mgr.smithi062.wofrer (mgr.14164) 160 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-13T09:49:35.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:34.469736+0000 mon.smithi062 (mon.0) 409 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:35.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:34.473239+0000 mon.smithi062 (mon.0) 410 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:35.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:34.469736+0000 mon.smithi062 (mon.0) 409 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:35.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:34.473239+0000 mon.smithi062 (mon.0) 410 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:36.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:35.164326+0000 mgr.smithi062.wofrer (mgr.14164) 161 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-13T09:49:36.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:35.529938+0000 mon.smithi062 (mon.0) 411 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-13T09:49:36.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:35.530800+0000 mon.smithi062 (mon.0) 412 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:49:36.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:49:35.531519+0000 mgr.smithi062.wofrer (mgr.14164) 162 : cephadm [INF] Deploying daemon osd.4 on smithi064 2024-04-13T09:49:36.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:35.164326+0000 mgr.smithi062.wofrer (mgr.14164) 161 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-13T09:49:36.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:35.529938+0000 mon.smithi062 (mon.0) 411 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-13T09:49:36.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:35.530800+0000 mon.smithi062 (mon.0) 412 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:49:36.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:49:35.531519+0000 mgr.smithi062.wofrer (mgr.14164) 162 : cephadm [INF] Deploying daemon osd.4 on smithi064 2024-04-13T09:49:38.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:38 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:37.164680+0000 mgr.smithi062.wofrer (mgr.14164) 163 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-13T09:49:38.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:38 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:37.164680+0000 mgr.smithi062.wofrer (mgr.14164) 163 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-13T09:49:39.021 INFO:teuthology.orchestra.run.smithi064.stdout:Created osd(s) 4 on host 'smithi064' 2024-04-13T09:49:39.667 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:39.011322+0000 mon.smithi062 (mon.0) 413 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:49:39.667 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:39.014525+0000 mon.smithi062 (mon.0) 414 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:39.668 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:39.014802+0000 mon.smithi062 (mon.0) 415 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:49:39.668 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:39.016392+0000 mon.smithi062 (mon.0) 416 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:49:39.668 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:39.019411+0000 mon.smithi062 (mon.0) 417 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:39.689 DEBUG:teuthology.orchestra.run.smithi064:osd.4> sudo journalctl -f -n 0 -u ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@osd.4.service 2024-04-13T09:49:39.691 INFO:tasks.cephadm:Deploying osd.5 on smithi064 with /dev/vg_nvme/lv_3... 2024-04-13T09:49:39.692 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-04-13T09:49:39.722 INFO:journalctl@ceph.osd.4.smithi064.stdout:-- Logs begin at Sat 2024-04-13 09:37:42 UTC. -- 2024-04-13T09:49:39.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:39.011322+0000 mon.smithi062 (mon.0) 413 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:49:39.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:39.014525+0000 mon.smithi062 (mon.0) 414 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:39.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:39.014802+0000 mon.smithi062 (mon.0) 415 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:49:39.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:39.016392+0000 mon.smithi062 (mon.0) 416 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:49:39.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:39.019411+0000 mon.smithi062 (mon.0) 417 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:40.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:39.164958+0000 mgr.smithi062.wofrer (mgr.14164) 164 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-13T09:49:40.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:40 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:39.164958+0000 mgr.smithi062.wofrer (mgr.14164) 164 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-13T09:49:42.163 INFO:teuthology.orchestra.run.smithi064.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-04-13T09:49:42.163 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-04-13T09:49:42.164 INFO:teuthology.orchestra.run.smithi064.stderr: stderr: 10+0 records in 2024-04-13T09:49:42.164 INFO:teuthology.orchestra.run.smithi064.stderr:10+0 records out 2024-04-13T09:49:42.164 INFO:teuthology.orchestra.run.smithi064.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0121106 s, 866 MB/s 2024-04-13T09:49:42.164 INFO:teuthology.orchestra.run.smithi064.stderr:--> Zapping successful for: 2024-04-13T09:49:42.486 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 09:49:42 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.4[42758]: debug 2024-04-13T09:49:42.124+0000 7ff020b32080 -1 osd.4 0 log_to_monitors {default=true} 2024-04-13T09:49:42.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:42 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:41.165304+0000 mgr.smithi062.wofrer (mgr.14164) 165 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-13T09:49:42.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:42 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:42.129336+0000 mon.smithi062 (mon.0) 418 : audit [INF] from='osd.4 [v2:172.21.15.64:6800/3950162926,v1:172.21.15.64:6801/3950162926]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-13T09:49:42.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:42 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:41.165304+0000 mgr.smithi062.wofrer (mgr.14164) 165 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-13T09:49:42.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:42 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:42.129336+0000 mon.smithi062 (mon.0) 418 : audit [INF] from='osd.4 [v2:172.21.15.64:6800/3950162926,v1:172.21.15.64:6801/3950162926]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-13T09:49:43.137 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph orch daemon add osd smithi064:vg_nvme/lv_3 2024-04-13T09:49:43.766 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 09:49:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.4[42758]: debug 2024-04-13T09:49:43.490+0000 7ff017095700 -1 osd.4 0 waiting for initial osdmap 2024-04-13T09:49:43.767 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 09:49:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.4[42758]: debug 2024-04-13T09:49:43.496+0000 7ff01200e700 -1 osd.4 30 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-04-13T09:49:43.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:42.484987+0000 mon.smithi062 (mon.0) 419 : audit [INF] from='osd.4 [v2:172.21.15.64:6800/3950162926,v1:172.21.15.64:6801/3950162926]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-13T09:49:43.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:42.485078+0000 mon.smithi062 (mon.0) 420 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-04-13T09:49:43.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:42.485488+0000 mon.smithi062 (mon.0) 421 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-13T09:49:43.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:42.485828+0000 mon.smithi062 (mon.0) 422 : audit [INF] from='osd.4 [v2:172.21.15.64:6800/3950162926,v1:172.21.15.64:6801/3950162926]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2024-04-13T09:49:43.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:43.187220+0000 mon.smithi062 (mon.0) 423 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:43.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:43.479745+0000 mon.smithi062 (mon.0) 424 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:43.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:42.484987+0000 mon.smithi062 (mon.0) 419 : audit [INF] from='osd.4 [v2:172.21.15.64:6800/3950162926,v1:172.21.15.64:6801/3950162926]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-13T09:49:43.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:42.485078+0000 mon.smithi062 (mon.0) 420 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-04-13T09:49:43.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:42.485488+0000 mon.smithi062 (mon.0) 421 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-13T09:49:43.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:42.485828+0000 mon.smithi062 (mon.0) 422 : audit [INF] from='osd.4 [v2:172.21.15.64:6800/3950162926,v1:172.21.15.64:6801/3950162926]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2024-04-13T09:49:43.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:43.187220+0000 mon.smithi062 (mon.0) 423 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:43.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:43.479745+0000 mon.smithi062 (mon.0) 424 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:44.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:44 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:43.165711+0000 mgr.smithi062.wofrer (mgr.14164) 166 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-13T09:49:44.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:44 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:43.487942+0000 mon.smithi062 (mon.0) 425 : audit [INF] from='osd.4 [v2:172.21.15.64:6800/3950162926,v1:172.21.15.64:6801/3950162926]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]': finished 2024-04-13T09:49:44.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:44 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:43.487996+0000 mon.smithi062 (mon.0) 426 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-04-13T09:49:44.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:44 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:43.489353+0000 mon.smithi062 (mon.0) 427 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-13T09:49:44.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:44 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:43.493567+0000 mon.smithi062 (mon.0) 428 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-13T09:49:44.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:44 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:44.492553+0000 mon.smithi062 (mon.0) 429 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-13T09:49:44.720 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:43.165711+0000 mgr.smithi062.wofrer (mgr.14164) 166 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-13T09:49:44.720 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:43.487942+0000 mon.smithi062 (mon.0) 425 : audit [INF] from='osd.4 [v2:172.21.15.64:6800/3950162926,v1:172.21.15.64:6801/3950162926]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]': finished 2024-04-13T09:49:44.720 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:43.487996+0000 mon.smithi062 (mon.0) 426 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-04-13T09:49:44.720 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:43.489353+0000 mon.smithi062 (mon.0) 427 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-13T09:49:44.720 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:43.493567+0000 mon.smithi062 (mon.0) 428 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-13T09:49:44.720 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:44.492553+0000 mon.smithi062 (mon.0) 429 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-13T09:49:45.744 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:43.158946+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-13T09:49:45.744 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:43.159056+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-13T09:49:45.745 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:44.498860+0000 mon.smithi062 (mon.0) 430 : cluster [INF] osd.4 [v2:172.21.15.64:6800/3950162926,v1:172.21.15.64:6801/3950162926] boot 2024-04-13T09:49:45.745 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:44.498940+0000 mon.smithi062 (mon.0) 431 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-04-13T09:49:45.745 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:44.499653+0000 mon.smithi062 (mon.0) 432 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-13T09:49:45.745 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:44.922145+0000 mon.smithi062 (mon.0) 433 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-04-13T09:49:45.745 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:45.243100+0000 mon.smithi062 (mon.0) 434 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-13T09:49:45.745 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:45.244782+0000 mon.smithi062 (mon.0) 435 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-13T09:49:45.745 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:45.245584+0000 mon.smithi062 (mon.0) 436 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:49:45.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:43.158946+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-13T09:49:45.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:43.159056+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-13T09:49:45.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:44.498860+0000 mon.smithi062 (mon.0) 430 : cluster [INF] osd.4 [v2:172.21.15.64:6800/3950162926,v1:172.21.15.64:6801/3950162926] boot 2024-04-13T09:49:45.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:44.498940+0000 mon.smithi062 (mon.0) 431 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-04-13T09:49:45.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:44.499653+0000 mon.smithi062 (mon.0) 432 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-13T09:49:45.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:44.922145+0000 mon.smithi062 (mon.0) 433 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-04-13T09:49:45.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:45.243100+0000 mon.smithi062 (mon.0) 434 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-13T09:49:45.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:45.244782+0000 mon.smithi062 (mon.0) 435 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-13T09:49:45.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:45.245584+0000 mon.smithi062 (mon.0) 436 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:49:46.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:45.166196+0000 mgr.smithi062.wofrer (mgr.14164) 167 : cluster [DBG] pgmap v134: 1 pgs: 1 peering; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-13T09:49:46.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:45.242203+0000 mgr.smithi062.wofrer (mgr.14164) 168 : audit [DBG] from='client.24169 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi064:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:49:46.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:45.921634+0000 mon.smithi062 (mon.0) 437 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-04-13T09:49:46.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:45.166196+0000 mgr.smithi062.wofrer (mgr.14164) 167 : cluster [DBG] pgmap v134: 1 pgs: 1 peering; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-13T09:49:46.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:45.242203+0000 mgr.smithi062.wofrer (mgr.14164) 168 : audit [DBG] from='client.24169 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi064:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:49:46.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:45.921634+0000 mon.smithi062 (mon.0) 437 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-04-13T09:49:48.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:48 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:47.166539+0000 mgr.smithi062.wofrer (mgr.14164) 169 : cluster [DBG] pgmap v136: 1 pgs: 1 peering; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-13T09:49:48.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:48 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:48.339082+0000 mon.smithi062 (mon.0) 438 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:48.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:48 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:47.166539+0000 mgr.smithi062.wofrer (mgr.14164) 169 : cluster [DBG] pgmap v136: 1 pgs: 1 peering; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-13T09:49:48.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:48 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:48.339082+0000 mon.smithi062 (mon.0) 438 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:49.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:49:48.334199+0000 mgr.smithi062.wofrer (mgr.14164) 170 : cephadm [INF] Detected new or changed devices on smithi064 2024-04-13T09:49:49.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:48.671393+0000 mon.smithi062 (mon.0) 439 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:49:49.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:49:48.672098+0000 mgr.smithi062.wofrer (mgr.14164) 171 : cephadm [INF] Adjusting osd_memory_target on smithi064 to 15970M 2024-04-13T09:49:49.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:48.676274+0000 mon.smithi062 (mon.0) 440 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:49.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:48.680367+0000 mon.smithi062 (mon.0) 441 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:49.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:48.684265+0000 mon.smithi062 (mon.0) 442 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:49:49.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:48.685371+0000 mon.smithi062 (mon.0) 443 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:49:49.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:48.686107+0000 mon.smithi062 (mon.0) 444 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:49:49.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:49.091960+0000 mon.smithi064 (mon.1) 4 : audit [INF] from='client.? 172.21.15.64:0/2169521482' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f8080885-7c15-400a-ac9a-2e7bf465adfa"}]: dispatch 2024-04-13T09:49:49.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:49.092409+0000 mon.smithi062 (mon.0) 445 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f8080885-7c15-400a-ac9a-2e7bf465adfa"}]: dispatch 2024-04-13T09:49:49.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:49.097103+0000 mon.smithi062 (mon.0) 446 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f8080885-7c15-400a-ac9a-2e7bf465adfa"}]': finished 2024-04-13T09:49:49.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:49.097153+0000 mon.smithi062 (mon.0) 447 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-04-13T09:49:49.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:49.097250+0000 mon.smithi062 (mon.0) 448 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-13T09:49:49.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:49:48.334199+0000 mgr.smithi062.wofrer (mgr.14164) 170 : cephadm [INF] Detected new or changed devices on smithi064 2024-04-13T09:49:49.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:48.671393+0000 mon.smithi062 (mon.0) 439 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:49:49.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:49:48.672098+0000 mgr.smithi062.wofrer (mgr.14164) 171 : cephadm [INF] Adjusting osd_memory_target on smithi064 to 15970M 2024-04-13T09:49:49.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:48.676274+0000 mon.smithi062 (mon.0) 440 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:49.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:48.680367+0000 mon.smithi062 (mon.0) 441 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:49.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:48.684265+0000 mon.smithi062 (mon.0) 442 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:49:49.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:48.685371+0000 mon.smithi062 (mon.0) 443 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:49:49.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:48.686107+0000 mon.smithi062 (mon.0) 444 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:49:49.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:49.091960+0000 mon.smithi064 (mon.1) 4 : audit [INF] from='client.? 172.21.15.64:0/2169521482' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f8080885-7c15-400a-ac9a-2e7bf465adfa"}]: dispatch 2024-04-13T09:49:49.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:49.092409+0000 mon.smithi062 (mon.0) 445 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f8080885-7c15-400a-ac9a-2e7bf465adfa"}]: dispatch 2024-04-13T09:49:49.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:49.097103+0000 mon.smithi062 (mon.0) 446 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f8080885-7c15-400a-ac9a-2e7bf465adfa"}]': finished 2024-04-13T09:49:49.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:49.097153+0000 mon.smithi062 (mon.0) 447 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-04-13T09:49:49.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:49.097250+0000 mon.smithi062 (mon.0) 448 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-13T09:49:50.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:50 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:49.166921+0000 mgr.smithi062.wofrer (mgr.14164) 172 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-13T09:49:50.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:50 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:49.524804+0000 mon.smithi064 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.64:0/3285481277' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-13T09:49:50.769 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:50 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:49.166921+0000 mgr.smithi062.wofrer (mgr.14164) 172 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-13T09:49:50.769 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:50 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:49.524804+0000 mon.smithi064 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.64:0/3285481277' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-13T09:49:52.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:51.167394+0000 mgr.smithi062.wofrer (mgr.14164) 173 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-13T09:49:52.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:51.167394+0000 mgr.smithi062.wofrer (mgr.14164) 173 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-13T09:49:53.945 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:52.872820+0000 mon.smithi062 (mon.0) 449 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:53.945 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:52.876072+0000 mon.smithi062 (mon.0) 450 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:53.945 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:53.167810+0000 mgr.smithi062.wofrer (mgr.14164) 174 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-13T09:49:54.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:52.872820+0000 mon.smithi062 (mon.0) 449 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:54.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:52.876072+0000 mon.smithi062 (mon.0) 450 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:54.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:53.167810+0000 mgr.smithi062.wofrer (mgr.14164) 174 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-13T09:49:56.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:55.057282+0000 mon.smithi062 (mon.0) 451 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-13T09:49:56.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:55.058123+0000 mon.smithi062 (mon.0) 452 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:49:56.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:49:55.058848+0000 mgr.smithi062.wofrer (mgr.14164) 175 : cephadm [INF] Deploying daemon osd.5 on smithi064 2024-04-13T09:49:56.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:55.168367+0000 mgr.smithi062.wofrer (mgr.14164) 176 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-13T09:49:56.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:55.057282+0000 mon.smithi062 (mon.0) 451 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-13T09:49:56.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:55.058123+0000 mon.smithi062 (mon.0) 452 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:49:56.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:49:55.058848+0000 mgr.smithi062.wofrer (mgr.14164) 175 : cephadm [INF] Deploying daemon osd.5 on smithi064 2024-04-13T09:49:56.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:55.168367+0000 mgr.smithi062.wofrer (mgr.14164) 176 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-13T09:49:58.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:58 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:57.168707+0000 mgr.smithi062.wofrer (mgr.14164) 177 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-13T09:49:58.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:58 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:57.168707+0000 mgr.smithi062.wofrer (mgr.14164) 177 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-13T09:49:59.081 INFO:teuthology.orchestra.run.smithi064.stdout:Created osd(s) 5 on host 'smithi064' 2024-04-13T09:49:59.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:59.066041+0000 mon.smithi062 (mon.0) 453 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:49:59.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:59.067847+0000 mon.smithi062 (mon.0) 454 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:49:59.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:59.068597+0000 mon.smithi062 (mon.0) 455 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:49:59.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:59.072047+0000 mon.smithi062 (mon.0) 456 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:59.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:49:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:59.078999+0000 mon.smithi062 (mon.0) 457 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:59.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:59.066041+0000 mon.smithi062 (mon.0) 453 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:49:59.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:59.067847+0000 mon.smithi062 (mon.0) 454 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:49:59.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:59.068597+0000 mon.smithi062 (mon.0) 455 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:49:59.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:59.072047+0000 mon.smithi062 (mon.0) 456 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:59.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:49:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:59.078999+0000 mon.smithi062 (mon.0) 457 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:49:59.708 DEBUG:teuthology.orchestra.run.smithi064:osd.5> sudo journalctl -f -n 0 -u ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@osd.5.service 2024-04-13T09:49:59.710 INFO:tasks.cephadm:Deploying osd.6 on smithi064 with /dev/vg_nvme/lv_2... 2024-04-13T09:49:59.710 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-04-13T09:49:59.743 INFO:journalctl@ceph.osd.5.smithi064.stdout:-- Logs begin at Sat 2024-04-13 09:37:42 UTC. -- 2024-04-13T09:50:00.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:49:59.168984+0000 mgr.smithi062.wofrer (mgr.14164) 178 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-13T09:50:00.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:59.281800+0000 mon.smithi062 (mon.0) 458 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/trash_purge_schedule"}]: dispatch 2024-04-13T09:50:00.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:49:59.281985+0000 mon.smithi062 (mon.0) 459 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/mirror_snapshot_schedule"}]: dispatch 2024-04-13T09:50:00.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:00.000154+0000 mon.smithi062 (mon.0) 460 : cluster [INF] overall HEALTH_OK 2024-04-13T09:50:00.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:49:59.168984+0000 mgr.smithi062.wofrer (mgr.14164) 178 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-13T09:50:00.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:59.281800+0000 mon.smithi062 (mon.0) 458 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/trash_purge_schedule"}]: dispatch 2024-04-13T09:50:00.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:49:59.281985+0000 mon.smithi062 (mon.0) 459 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/mirror_snapshot_schedule"}]: dispatch 2024-04-13T09:50:00.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:00.000154+0000 mon.smithi062 (mon.0) 460 : cluster [INF] overall HEALTH_OK 2024-04-13T09:50:02.292 INFO:teuthology.orchestra.run.smithi064.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-04-13T09:50:02.292 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-04-13T09:50:02.292 INFO:teuthology.orchestra.run.smithi064.stderr: stderr: 10+0 records in 2024-04-13T09:50:02.292 INFO:teuthology.orchestra.run.smithi064.stderr:10+0 records out 2024-04-13T09:50:02.292 INFO:teuthology.orchestra.run.smithi064.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0139948 s, 749 MB/s 2024-04-13T09:50:02.292 INFO:teuthology.orchestra.run.smithi064.stderr:--> Zapping successful for: 2024-04-13T09:50:02.516 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 09:50:02 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.5[45631]: debug 2024-04-13T09:50:02.175+0000 7ff65dd6d080 -1 osd.5 0 log_to_monitors {default=true} 2024-04-13T09:50:02.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:02 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:01.169295+0000 mgr.smithi062.wofrer (mgr.14164) 179 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-13T09:50:02.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:02 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:02.180214+0000 mon.smithi064 (mon.1) 6 : audit [INF] from='osd.5 [v2:172.21.15.64:6808/1609497808,v1:172.21.15.64:6809/1609497808]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-13T09:50:02.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:02 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:02.180784+0000 mon.smithi062 (mon.0) 461 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-13T09:50:02.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:01.169295+0000 mgr.smithi062.wofrer (mgr.14164) 179 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-13T09:50:02.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:02.180214+0000 mon.smithi064 (mon.1) 6 : audit [INF] from='osd.5 [v2:172.21.15.64:6808/1609497808,v1:172.21.15.64:6809/1609497808]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-13T09:50:02.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:02.180784+0000 mon.smithi062 (mon.0) 461 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-13T09:50:03.423 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 09:50:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.5[45631]: debug 2024-04-13T09:50:03.246+0000 7ff6542d0700 -1 osd.5 0 waiting for initial osdmap 2024-04-13T09:50:03.424 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 09:50:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.5[45631]: debug 2024-04-13T09:50:03.251+0000 7ff64ea48700 -1 osd.5 36 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-04-13T09:50:03.424 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:02.232771+0000 mon.smithi062 (mon.0) 462 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-13T09:50:03.424 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:02.232866+0000 mon.smithi062 (mon.0) 463 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-04-13T09:50:03.424 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:02.233208+0000 mon.smithi062 (mon.0) 464 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-13T09:50:03.424 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:02.233583+0000 mon.smithi064 (mon.1) 7 : audit [INF] from='osd.5 [v2:172.21.15.64:6808/1609497808,v1:172.21.15.64:6809/1609497808]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2024-04-13T09:50:03.424 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:02.236368+0000 mon.smithi062 (mon.0) 465 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2024-04-13T09:50:03.424 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:03.051914+0000 mon.smithi062 (mon.0) 466 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:03.442 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph orch daemon add osd smithi064:vg_nvme/lv_2 2024-04-13T09:50:03.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:02.232771+0000 mon.smithi062 (mon.0) 462 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-13T09:50:03.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:02.232866+0000 mon.smithi062 (mon.0) 463 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-04-13T09:50:03.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:02.233208+0000 mon.smithi062 (mon.0) 464 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-13T09:50:03.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:02.233583+0000 mon.smithi064 (mon.1) 7 : audit [INF] from='osd.5 [v2:172.21.15.64:6808/1609497808,v1:172.21.15.64:6809/1609497808]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2024-04-13T09:50:03.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:02.236368+0000 mon.smithi062 (mon.0) 465 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2024-04-13T09:50:03.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:03.051914+0000 mon.smithi062 (mon.0) 466 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:04.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:03.169623+0000 mgr.smithi062.wofrer (mgr.14164) 180 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-13T09:50:04.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:03.241922+0000 mon.smithi062 (mon.0) 467 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]': finished 2024-04-13T09:50:04.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:03.241984+0000 mon.smithi062 (mon.0) 468 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-04-13T09:50:04.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:03.242374+0000 mon.smithi062 (mon.0) 469 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-13T09:50:04.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:03.247834+0000 mon.smithi062 (mon.0) 470 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-13T09:50:04.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:03.276747+0000 mon.smithi062 (mon.0) 471 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:04.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:03.169623+0000 mgr.smithi062.wofrer (mgr.14164) 180 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-13T09:50:04.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:03.241922+0000 mon.smithi062 (mon.0) 467 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]': finished 2024-04-13T09:50:04.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:03.241984+0000 mon.smithi062 (mon.0) 468 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-04-13T09:50:04.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:03.242374+0000 mon.smithi062 (mon.0) 469 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-13T09:50:04.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:03.247834+0000 mon.smithi062 (mon.0) 470 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-13T09:50:04.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:03.276747+0000 mon.smithi062 (mon.0) 471 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:05.505 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:03.195294+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-13T09:50:05.505 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:03.195386+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-13T09:50:05.505 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:04.245827+0000 mon.smithi062 (mon.0) 472 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-13T09:50:05.505 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:04.249134+0000 mon.smithi062 (mon.0) 473 : cluster [INF] osd.5 [v2:172.21.15.64:6808/1609497808,v1:172.21.15.64:6809/1609497808] boot 2024-04-13T09:50:05.505 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:04.249171+0000 mon.smithi062 (mon.0) 474 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-04-13T09:50:05.505 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:04.249592+0000 mon.smithi062 (mon.0) 475 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-13T09:50:05.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:03.195294+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-13T09:50:05.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:03.195386+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-13T09:50:05.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:04.245827+0000 mon.smithi062 (mon.0) 472 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-13T09:50:05.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:04.249134+0000 mon.smithi062 (mon.0) 473 : cluster [INF] osd.5 [v2:172.21.15.64:6808/1609497808,v1:172.21.15.64:6809/1609497808] boot 2024-04-13T09:50:05.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:04.249171+0000 mon.smithi062 (mon.0) 474 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-04-13T09:50:05.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:04.249592+0000 mon.smithi062 (mon.0) 475 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-13T09:50:06.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:06 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:05.170058+0000 mgr.smithi062.wofrer (mgr.14164) 181 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-13T09:50:06.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:06 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:05.933044+0000 mon.smithi062 (mon.0) 476 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-04-13T09:50:06.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:05.170058+0000 mgr.smithi062.wofrer (mgr.14164) 181 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-13T09:50:06.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:05.933044+0000 mon.smithi062 (mon.0) 476 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-04-13T09:50:07.387 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:07 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:06.505675+0000 mgr.smithi062.wofrer (mgr.14164) 182 : audit [DBG] from='client.24187 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi064:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:50:07.387 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:07 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:06.506600+0000 mon.smithi062 (mon.0) 477 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-13T09:50:07.387 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:07 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:06.508204+0000 mon.smithi062 (mon.0) 478 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-13T09:50:07.387 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:07 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:06.508975+0000 mon.smithi062 (mon.0) 479 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:50:07.387 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:07 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:06.932509+0000 mon.smithi062 (mon.0) 480 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-04-13T09:50:07.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:07 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:06.505675+0000 mgr.smithi062.wofrer (mgr.14164) 182 : audit [DBG] from='client.24187 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi064:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:50:07.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:07 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:06.506600+0000 mon.smithi062 (mon.0) 477 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-13T09:50:07.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:07 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:06.508204+0000 mon.smithi062 (mon.0) 478 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-13T09:50:07.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:07 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:06.508975+0000 mon.smithi062 (mon.0) 479 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:50:07.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:07 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:06.932509+0000 mon.smithi062 (mon.0) 480 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-04-13T09:50:08.434 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:08 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:07.170562+0000 mgr.smithi062.wofrer (mgr.14164) 183 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-04-13T09:50:08.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:07.170562+0000 mgr.smithi062.wofrer (mgr.14164) 183 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-04-13T09:50:10.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:50:08.723159+0000 mgr.smithi062.wofrer (mgr.14164) 184 : cephadm [INF] Detected new or changed devices on smithi064 2024-04-13T09:50:10.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:08.728232+0000 mon.smithi062 (mon.0) 481 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:10.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:08.729213+0000 mon.smithi062 (mon.0) 482 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:50:10.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:08.730072+0000 mon.smithi062 (mon.0) 483 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:50:10.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:50:08.730665+0000 mgr.smithi062.wofrer (mgr.14164) 185 : cephadm [INF] Adjusting osd_memory_target on smithi064 to 7985M 2024-04-13T09:50:10.018 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:08.734724+0000 mon.smithi062 (mon.0) 484 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:10.018 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:08.744350+0000 mon.smithi062 (mon.0) 485 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:10.018 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:08.748183+0000 mon.smithi062 (mon.0) 486 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:50:10.018 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:08.749281+0000 mon.smithi062 (mon.0) 487 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:50:10.018 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:08.749983+0000 mon.smithi062 (mon.0) 488 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:50:10.018 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:09.711302+0000 mon.smithi064 (mon.1) 8 : audit [INF] from='client.? 172.21.15.64:0/1138294994' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "621ee8d7-6125-4330-9291-cd058d2ca239"}]: dispatch 2024-04-13T09:50:10.018 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:09.711746+0000 mon.smithi062 (mon.0) 489 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "621ee8d7-6125-4330-9291-cd058d2ca239"}]: dispatch 2024-04-13T09:50:10.018 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:09.716844+0000 mon.smithi062 (mon.0) 490 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "621ee8d7-6125-4330-9291-cd058d2ca239"}]': finished 2024-04-13T09:50:10.019 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:09.716928+0000 mon.smithi062 (mon.0) 491 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-04-13T09:50:10.019 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:09.717056+0000 mon.smithi062 (mon.0) 492 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-13T09:50:10.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:50:08.723159+0000 mgr.smithi062.wofrer (mgr.14164) 184 : cephadm [INF] Detected new or changed devices on smithi064 2024-04-13T09:50:10.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:08.728232+0000 mon.smithi062 (mon.0) 481 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:10.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:08.729213+0000 mon.smithi062 (mon.0) 482 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:50:10.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:08.730072+0000 mon.smithi062 (mon.0) 483 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:50:10.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:50:08.730665+0000 mgr.smithi062.wofrer (mgr.14164) 185 : cephadm [INF] Adjusting osd_memory_target on smithi064 to 7985M 2024-04-13T09:50:10.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:08.734724+0000 mon.smithi062 (mon.0) 484 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:10.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:08.744350+0000 mon.smithi062 (mon.0) 485 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:10.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:08.748183+0000 mon.smithi062 (mon.0) 486 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:50:10.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:08.749281+0000 mon.smithi062 (mon.0) 487 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:50:10.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:08.749983+0000 mon.smithi062 (mon.0) 488 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:50:10.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:09.711302+0000 mon.smithi064 (mon.1) 8 : audit [INF] from='client.? 172.21.15.64:0/1138294994' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "621ee8d7-6125-4330-9291-cd058d2ca239"}]: dispatch 2024-04-13T09:50:10.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:09.711746+0000 mon.smithi062 (mon.0) 489 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "621ee8d7-6125-4330-9291-cd058d2ca239"}]: dispatch 2024-04-13T09:50:10.045 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:09.716844+0000 mon.smithi062 (mon.0) 490 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "621ee8d7-6125-4330-9291-cd058d2ca239"}]': finished 2024-04-13T09:50:10.045 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:09.716928+0000 mon.smithi062 (mon.0) 491 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-04-13T09:50:10.045 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:09.717056+0000 mon.smithi062 (mon.0) 492 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-13T09:50:11.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:10 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:09.170883+0000 mgr.smithi062.wofrer (mgr.14164) 186 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-04-13T09:50:11.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:10 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:10.147838+0000 mon.smithi064 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.64:0/1081818062' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-13T09:50:11.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:10 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:09.170883+0000 mgr.smithi062.wofrer (mgr.14164) 186 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-04-13T09:50:11.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:10 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:10.147838+0000 mon.smithi064 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.64:0/1081818062' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-13T09:50:12.969 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:12 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:11.171362+0000 mgr.smithi062.wofrer (mgr.14164) 187 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-13T09:50:13.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:12 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:11.171362+0000 mgr.smithi062.wofrer (mgr.14164) 187 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-13T09:50:14.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:13.061560+0000 mon.smithi062 (mon.0) 493 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:14.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:13.064556+0000 mon.smithi062 (mon.0) 494 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:14.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:13.171722+0000 mgr.smithi062.wofrer (mgr.14164) 188 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-13T09:50:14.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:13.061560+0000 mon.smithi062 (mon.0) 493 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:14.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:13.064556+0000 mon.smithi062 (mon.0) 494 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:14.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:13.171722+0000 mgr.smithi062.wofrer (mgr.14164) 188 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-13T09:50:16.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:15 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:15.172083+0000 mgr.smithi062.wofrer (mgr.14164) 189 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-13T09:50:16.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:15 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:15.583950+0000 mon.smithi062 (mon.0) 495 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-13T09:50:16.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:15 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:15.584933+0000 mon.smithi062 (mon.0) 496 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:50:16.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:15 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:50:15.585684+0000 mgr.smithi062.wofrer (mgr.14164) 190 : cephadm [INF] Deploying daemon osd.6 on smithi064 2024-04-13T09:50:16.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:15.172083+0000 mgr.smithi062.wofrer (mgr.14164) 189 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-13T09:50:16.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:15.583950+0000 mon.smithi062 (mon.0) 495 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-13T09:50:16.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:15.584933+0000 mon.smithi062 (mon.0) 496 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:50:16.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:50:15.585684+0000 mgr.smithi062.wofrer (mgr.14164) 190 : cephadm [INF] Deploying daemon osd.6 on smithi064 2024-04-13T09:50:18.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:18 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:17.172575+0000 mgr.smithi062.wofrer (mgr.14164) 191 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-13T09:50:18.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:18 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:17.172575+0000 mgr.smithi062.wofrer (mgr.14164) 191 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-13T09:50:19.092 INFO:teuthology.orchestra.run.smithi064.stdout:Created osd(s) 6 on host 'smithi064' 2024-04-13T09:50:19.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:19.080302+0000 mon.smithi062 (mon.0) 497 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:50:19.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:19.082416+0000 mon.smithi062 (mon.0) 498 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:50:19.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:19.084993+0000 mon.smithi062 (mon.0) 499 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:19.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:19.087246+0000 mon.smithi062 (mon.0) 500 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:50:19.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:19.090038+0000 mon.smithi062 (mon.0) 501 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:19.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:19.080302+0000 mon.smithi062 (mon.0) 497 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:50:19.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:19.082416+0000 mon.smithi062 (mon.0) 498 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:50:19.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:19.084993+0000 mon.smithi062 (mon.0) 499 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:19.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:19.087246+0000 mon.smithi062 (mon.0) 500 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:50:19.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:19.090038+0000 mon.smithi062 (mon.0) 501 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:19.779 DEBUG:teuthology.orchestra.run.smithi064:osd.6> sudo journalctl -f -n 0 -u ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@osd.6.service 2024-04-13T09:50:19.781 INFO:tasks.cephadm:Deploying osd.7 on smithi064 with /dev/vg_nvme/lv_1... 2024-04-13T09:50:19.781 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-04-13T09:50:19.812 INFO:journalctl@ceph.osd.6.smithi064.stdout:-- Logs begin at Sat 2024-04-13 09:37:42 UTC. -- 2024-04-13T09:50:20.469 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:20 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:19.172912+0000 mgr.smithi062.wofrer (mgr.14164) 192 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-13T09:50:20.505 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:20 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:19.172912+0000 mgr.smithi062.wofrer (mgr.14164) 192 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-13T09:50:22.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:22 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:21.173263+0000 mgr.smithi062.wofrer (mgr.14164) 193 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-13T09:50:22.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:22 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:22.198589+0000 mon.smithi064 (mon.1) 10 : audit [INF] from='osd.6 [v2:172.21.15.64:6816/1442706641,v1:172.21.15.64:6817/1442706641]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-13T09:50:22.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:22 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:22.198991+0000 mon.smithi062 (mon.0) 502 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-13T09:50:22.267 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 09:50:22 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.6[48521]: debug 2024-04-13T09:50:22.194+0000 7fd3a0f86080 -1 osd.6 0 log_to_monitors {default=true} 2024-04-13T09:50:22.530 INFO:teuthology.orchestra.run.smithi064.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-04-13T09:50:22.530 INFO:teuthology.orchestra.run.smithi064.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-04-13T09:50:22.530 INFO:teuthology.orchestra.run.smithi064.stderr: stderr: 10+0 records in 2024-04-13T09:50:22.530 INFO:teuthology.orchestra.run.smithi064.stderr:10+0 records out 2024-04-13T09:50:22.530 INFO:teuthology.orchestra.run.smithi064.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0129528 s, 810 MB/s 2024-04-13T09:50:22.531 INFO:teuthology.orchestra.run.smithi064.stderr:--> Zapping successful for: 2024-04-13T09:50:22.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:22 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:21.173263+0000 mgr.smithi062.wofrer (mgr.14164) 193 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-13T09:50:22.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:22 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:22.198589+0000 mon.smithi064 (mon.1) 10 : audit [INF] from='osd.6 [v2:172.21.15.64:6816/1442706641,v1:172.21.15.64:6817/1442706641]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-13T09:50:22.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:22 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:22.198991+0000 mon.smithi062 (mon.0) 502 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-13T09:50:23.516 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 09:50:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.6[48521]: debug 2024-04-13T09:50:23.248+0000 7fd3974e9700 -1 osd.6 0 waiting for initial osdmap 2024-04-13T09:50:23.516 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 09:50:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.6[48521]: debug 2024-04-13T09:50:23.255+0000 7fd38fc5d700 -1 osd.6 42 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-04-13T09:50:23.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:22.236674+0000 mon.smithi062 (mon.0) 503 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-04-13T09:50:23.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:22.236774+0000 mon.smithi062 (mon.0) 504 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-04-13T09:50:23.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:22.237094+0000 mon.smithi062 (mon.0) 505 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-13T09:50:23.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:22.237445+0000 mon.smithi064 (mon.1) 11 : audit [INF] from='osd.6 [v2:172.21.15.64:6816/1442706641,v1:172.21.15.64:6817/1442706641]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2024-04-13T09:50:23.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:22.239803+0000 mon.smithi062 (mon.0) 506 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2024-04-13T09:50:23.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:22.236674+0000 mon.smithi062 (mon.0) 503 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-04-13T09:50:23.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:22.236774+0000 mon.smithi062 (mon.0) 504 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-04-13T09:50:23.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:22.237094+0000 mon.smithi062 (mon.0) 505 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-13T09:50:23.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:22.237445+0000 mon.smithi064 (mon.1) 11 : audit [INF] from='osd.6 [v2:172.21.15.64:6816/1442706641,v1:172.21.15.64:6817/1442706641]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2024-04-13T09:50:23.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:22.239803+0000 mon.smithi062 (mon.0) 506 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2024-04-13T09:50:23.690 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph orch daemon add osd smithi064:vg_nvme/lv_1 2024-04-13T09:50:24.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:24 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:23.173742+0000 mgr.smithi062.wofrer (mgr.14164) 194 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-13T09:50:24.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:24 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:23.242264+0000 mon.smithi062 (mon.0) 507 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]': finished 2024-04-13T09:50:24.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:24 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:23.242369+0000 mon.smithi062 (mon.0) 508 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-04-13T09:50:24.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:24 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:23.242844+0000 mon.smithi062 (mon.0) 509 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-13T09:50:24.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:24 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:23.248832+0000 mon.smithi062 (mon.0) 510 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-13T09:50:24.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:24 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:23.394607+0000 mon.smithi062 (mon.0) 511 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:24.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:24 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:23.408959+0000 mon.smithi062 (mon.0) 512 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:24.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:24 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:24.243299+0000 mon.smithi062 (mon.0) 513 : cluster [INF] osd.6 [v2:172.21.15.64:6816/1442706641,v1:172.21.15.64:6817/1442706641] boot 2024-04-13T09:50:24.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:24 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:24.243360+0000 mon.smithi062 (mon.0) 514 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-04-13T09:50:24.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:24 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:24.243537+0000 mon.smithi062 (mon.0) 515 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-13T09:50:24.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:23.173742+0000 mgr.smithi062.wofrer (mgr.14164) 194 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-13T09:50:24.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:23.242264+0000 mon.smithi062 (mon.0) 507 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]': finished 2024-04-13T09:50:24.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:23.242369+0000 mon.smithi062 (mon.0) 508 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-04-13T09:50:24.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:23.242844+0000 mon.smithi062 (mon.0) 509 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-13T09:50:24.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:23.248832+0000 mon.smithi062 (mon.0) 510 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-13T09:50:24.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:23.394607+0000 mon.smithi062 (mon.0) 511 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:24.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:23.408959+0000 mon.smithi062 (mon.0) 512 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:24.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:24.243299+0000 mon.smithi062 (mon.0) 513 : cluster [INF] osd.6 [v2:172.21.15.64:6816/1442706641,v1:172.21.15.64:6817/1442706641] boot 2024-04-13T09:50:24.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:24.243360+0000 mon.smithi062 (mon.0) 514 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-04-13T09:50:24.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:24.243537+0000 mon.smithi062 (mon.0) 515 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-13T09:50:26.157 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:23.146728+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-13T09:50:26.158 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:23.146837+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-13T09:50:26.158 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:24.928159+0000 mon.smithi062 (mon.0) 516 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-04-13T09:50:26.158 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:25.174086+0000 mgr.smithi062.wofrer (mgr.14164) 195 : cluster [DBG] pgmap v166: 1 pgs: 1 remapped+peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-13T09:50:26.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:23.146728+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-13T09:50:26.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:23.146837+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-13T09:50:26.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:24.928159+0000 mon.smithi062 (mon.0) 516 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-04-13T09:50:26.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:25.174086+0000 mgr.smithi062.wofrer (mgr.14164) 195 : cluster [DBG] pgmap v166: 1 pgs: 1 remapped+peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-13T09:50:27.165 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:26 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:25.941445+0000 mon.smithi062 (mon.0) 517 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-04-13T09:50:27.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:26 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:25.941445+0000 mon.smithi062 (mon.0) 517 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-04-13T09:50:28.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:27.174510+0000 mgr.smithi062.wofrer (mgr.14164) 196 : cluster [DBG] pgmap v168: 1 pgs: 1 remapped+peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-13T09:50:28.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:50:27.409524+0000 mgr.smithi062.wofrer (mgr.14164) 197 : cephadm [INF] Detected new or changed devices on smithi064 2024-04-13T09:50:28.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:27.414696+0000 mon.smithi062 (mon.0) 518 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:28.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:27.415827+0000 mon.smithi062 (mon.0) 519 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:50:28.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:27.417010+0000 mon.smithi062 (mon.0) 520 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:50:28.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:27.418022+0000 mon.smithi062 (mon.0) 521 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:50:28.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:50:27.418667+0000 mgr.smithi062.wofrer (mgr.14164) 198 : cephadm [INF] Adjusting osd_memory_target on smithi064 to 5323M 2024-04-13T09:50:28.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:27.422524+0000 mon.smithi062 (mon.0) 522 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:28.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:27.426234+0000 mon.smithi062 (mon.0) 523 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:28.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:27.430362+0000 mon.smithi062 (mon.0) 524 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:50:28.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:27.431516+0000 mon.smithi062 (mon.0) 525 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:50:28.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:27.432298+0000 mon.smithi062 (mon.0) 526 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:50:28.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:27.436331+0000 mon.smithi062 (mon.0) 527 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:28.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:27.559543+0000 mgr.smithi062.wofrer (mgr.14164) 199 : audit [DBG] from='client.24205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi064:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:50:28.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:27.560380+0000 mon.smithi062 (mon.0) 528 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-13T09:50:28.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:27.561977+0000 mon.smithi062 (mon.0) 529 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-13T09:50:28.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:27.562714+0000 mon.smithi062 (mon.0) 530 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:50:28.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:27.174510+0000 mgr.smithi062.wofrer (mgr.14164) 196 : cluster [DBG] pgmap v168: 1 pgs: 1 remapped+peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-13T09:50:28.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:50:27.409524+0000 mgr.smithi062.wofrer (mgr.14164) 197 : cephadm [INF] Detected new or changed devices on smithi064 2024-04-13T09:50:28.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:27.414696+0000 mon.smithi062 (mon.0) 518 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:28.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:27.415827+0000 mon.smithi062 (mon.0) 519 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:50:28.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:27.417010+0000 mon.smithi062 (mon.0) 520 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:50:28.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:27.418022+0000 mon.smithi062 (mon.0) 521 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:50:28.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:50:27.418667+0000 mgr.smithi062.wofrer (mgr.14164) 198 : cephadm [INF] Adjusting osd_memory_target on smithi064 to 5323M 2024-04-13T09:50:28.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:27.422524+0000 mon.smithi062 (mon.0) 522 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:28.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:27.426234+0000 mon.smithi062 (mon.0) 523 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:28.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:27.430362+0000 mon.smithi062 (mon.0) 524 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:50:28.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:27.431516+0000 mon.smithi062 (mon.0) 525 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:50:28.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:27.432298+0000 mon.smithi062 (mon.0) 526 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:50:28.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:27.436331+0000 mon.smithi062 (mon.0) 527 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:28.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:27.559543+0000 mgr.smithi062.wofrer (mgr.14164) 199 : audit [DBG] from='client.24205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi064:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:50:28.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:27.560380+0000 mon.smithi062 (mon.0) 528 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-13T09:50:28.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:27.561977+0000 mon.smithi062 (mon.0) 529 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-13T09:50:28.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:27.562714+0000 mon.smithi062 (mon.0) 530 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:50:30.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:30 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:29.174882+0000 mgr.smithi062.wofrer (mgr.14164) 200 : cluster [DBG] pgmap v169: 1 pgs: 1 remapped+peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-13T09:50:30.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:30 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:30.166978+0000 mon.smithi064 (mon.1) 12 : audit [INF] from='client.? 172.21.15.64:0/3529115526' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b91dccc7-a8d0-4c29-9b4c-795c9f3debf5"}]: dispatch 2024-04-13T09:50:30.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:30 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:30.167619+0000 mon.smithi062 (mon.0) 531 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b91dccc7-a8d0-4c29-9b4c-795c9f3debf5"}]: dispatch 2024-04-13T09:50:30.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:30 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:30.172281+0000 mon.smithi062 (mon.0) 532 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b91dccc7-a8d0-4c29-9b4c-795c9f3debf5"}]': finished 2024-04-13T09:50:30.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:30 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:30.172406+0000 mon.smithi062 (mon.0) 533 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-04-13T09:50:30.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:30 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:30.172559+0000 mon.smithi062 (mon.0) 534 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-13T09:50:30.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:29.174882+0000 mgr.smithi062.wofrer (mgr.14164) 200 : cluster [DBG] pgmap v169: 1 pgs: 1 remapped+peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-13T09:50:30.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:30.166978+0000 mon.smithi064 (mon.1) 12 : audit [INF] from='client.? 172.21.15.64:0/3529115526' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b91dccc7-a8d0-4c29-9b4c-795c9f3debf5"}]: dispatch 2024-04-13T09:50:30.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:30.167619+0000 mon.smithi062 (mon.0) 531 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b91dccc7-a8d0-4c29-9b4c-795c9f3debf5"}]: dispatch 2024-04-13T09:50:30.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:30.172281+0000 mon.smithi062 (mon.0) 532 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b91dccc7-a8d0-4c29-9b4c-795c9f3debf5"}]': finished 2024-04-13T09:50:30.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:30.172406+0000 mon.smithi062 (mon.0) 533 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-04-13T09:50:30.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:30.172559+0000 mon.smithi062 (mon.0) 534 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-13T09:50:31.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:31 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:30.601341+0000 mon.smithi064 (mon.1) 13 : audit [DBG] from='client.? 172.21.15.64:0/2608075107' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-13T09:50:31.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:31 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:30.601341+0000 mon.smithi064 (mon.1) 13 : audit [DBG] from='client.? 172.21.15.64:0/2608075107' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-13T09:50:32.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:31.175270+0000 mgr.smithi062.wofrer (mgr.14164) 201 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-13T09:50:32.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:32 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:31.175270+0000 mgr.smithi062.wofrer (mgr.14164) 201 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-13T09:50:34.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:33.175799+0000 mgr.smithi062.wofrer (mgr.14164) 202 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-13T09:50:34.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:34 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:33.175799+0000 mgr.smithi062.wofrer (mgr.14164) 202 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-13T09:50:36.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:35.176348+0000 mgr.smithi062.wofrer (mgr.14164) 203 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-13T09:50:36.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:35.176348+0000 mgr.smithi062.wofrer (mgr.14164) 203 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-13T09:50:37.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:36.406219+0000 mon.smithi062 (mon.0) 535 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-13T09:50:37.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:36.407185+0000 mon.smithi062 (mon.0) 536 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:50:37.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:50:36.407940+0000 mgr.smithi062.wofrer (mgr.14164) 204 : cephadm [INF] Deploying daemon osd.7 on smithi064 2024-04-13T09:50:37.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:36.406219+0000 mon.smithi062 (mon.0) 535 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-13T09:50:37.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:36.407185+0000 mon.smithi062 (mon.0) 536 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:50:37.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:50:36.407940+0000 mgr.smithi062.wofrer (mgr.14164) 204 : cephadm [INF] Deploying daemon osd.7 on smithi064 2024-04-13T09:50:38.011 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:37.176697+0000 mgr.smithi062.wofrer (mgr.14164) 205 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-13T09:50:38.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:37.176697+0000 mgr.smithi062.wofrer (mgr.14164) 205 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-13T09:50:40.007 INFO:teuthology.orchestra.run.smithi064.stdout:Created osd(s) 7 on host 'smithi064' 2024-04-13T09:50:40.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:39.177018+0000 mgr.smithi062.wofrer (mgr.14164) 206 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-13T09:50:40.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:39.994391+0000 mon.smithi062 (mon.0) 537 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:50:40.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:39.996304+0000 mon.smithi062 (mon.0) 538 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:50:40.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:39.998474+0000 mon.smithi062 (mon.0) 539 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:40.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:40.000603+0000 mon.smithi062 (mon.0) 540 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:50:40.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:40.005066+0000 mon.smithi062 (mon.0) 541 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:40.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:40 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:39.177018+0000 mgr.smithi062.wofrer (mgr.14164) 206 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-13T09:50:40.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:40 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:39.994391+0000 mon.smithi062 (mon.0) 537 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:50:40.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:40 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:39.996304+0000 mon.smithi062 (mon.0) 538 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:50:40.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:40 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:39.998474+0000 mon.smithi062 (mon.0) 539 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:40.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:40 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:40.000603+0000 mon.smithi062 (mon.0) 540 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:50:40.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:40 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:40.005066+0000 mon.smithi062 (mon.0) 541 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:40.690 DEBUG:teuthology.orchestra.run.smithi064:osd.7> sudo journalctl -f -n 0 -u ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@osd.7.service 2024-04-13T09:50:40.692 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-04-13T09:50:40.692 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph osd stat -f json 2024-04-13T09:50:40.722 INFO:journalctl@ceph.osd.7.smithi064.stdout:-- Logs begin at Sat 2024-04-13 09:37:42 UTC. -- 2024-04-13T09:50:42.459 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:42 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:41.177327+0000 mgr.smithi062.wofrer (mgr.14164) 207 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-13T09:50:42.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:42 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:41.177327+0000 mgr.smithi062.wofrer (mgr.14164) 207 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-13T09:50:42.848 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-13T09:50:43.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 09:50:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.7[51418]: debug 2024-04-13T09:50:43.095+0000 7f44a0327080 -1 osd.7 0 log_to_monitors {default=true} 2024-04-13T09:50:43.497 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":46,"num_osds":8,"num_up_osds":7,"osd_up_since":1713001824,"num_in_osds":8,"osd_in_since":1713001830,"num_remapped_pgs":0} 2024-04-13T09:50:43.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:42.447017+0000 mon.smithi062 (mon.0) 542 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:43.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:42.848643+0000 mon.smithi062 (mon.0) 543 : audit [DBG] from='client.? 172.21.15.62:0/3620601150' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-13T09:50:43.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:43.099555+0000 mon.smithi064 (mon.1) 14 : audit [INF] from='osd.7 [v2:172.21.15.64:6824/394542264,v1:172.21.15.64:6825/394542264]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-13T09:50:43.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:43.099944+0000 mon.smithi062 (mon.0) 544 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-13T09:50:43.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:42.447017+0000 mon.smithi062 (mon.0) 542 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:43.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:42.848643+0000 mon.smithi062 (mon.0) 543 : audit [DBG] from='client.? 172.21.15.62:0/3620601150' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-13T09:50:43.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:43.099555+0000 mon.smithi064 (mon.1) 14 : audit [INF] from='osd.7 [v2:172.21.15.64:6824/394542264,v1:172.21.15.64:6825/394542264]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-13T09:50:43.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:43.099944+0000 mon.smithi062 (mon.0) 544 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-13T09:50:44.498 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph osd stat -f json 2024-04-13T09:50:44.533 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:44 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:43.177657+0000 mgr.smithi062.wofrer (mgr.14164) 208 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-13T09:50:44.533 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:44 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:43.456605+0000 mon.smithi062 (mon.0) 545 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-04-13T09:50:44.533 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:44 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:43.456677+0000 mon.smithi062 (mon.0) 546 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-04-13T09:50:44.533 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:44 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:43.456966+0000 mon.smithi062 (mon.0) 547 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-13T09:50:44.533 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:44 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:43.457323+0000 mon.smithi064 (mon.1) 15 : audit [INF] from='osd.7 [v2:172.21.15.64:6824/394542264,v1:172.21.15.64:6825/394542264]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2024-04-13T09:50:44.534 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:44 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:43.457711+0000 mon.smithi062 (mon.0) 548 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2024-04-13T09:50:44.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:43.177657+0000 mgr.smithi062.wofrer (mgr.14164) 208 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-13T09:50:44.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:43.456605+0000 mon.smithi062 (mon.0) 545 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-04-13T09:50:44.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:43.456677+0000 mon.smithi062 (mon.0) 546 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-04-13T09:50:44.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:43.456966+0000 mon.smithi062 (mon.0) 547 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-13T09:50:44.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:43.457323+0000 mon.smithi064 (mon.1) 15 : audit [INF] from='osd.7 [v2:172.21.15.64:6824/394542264,v1:172.21.15.64:6825/394542264]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2024-04-13T09:50:44.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:43.457711+0000 mon.smithi062 (mon.0) 548 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2024-04-13T09:50:44.767 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 09:50:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.7[51418]: debug 2024-04-13T09:50:44.459+0000 7f449688a700 -1 osd.7 0 waiting for initial osdmap 2024-04-13T09:50:44.768 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 09:50:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.7[51418]: debug 2024-04-13T09:50:44.467+0000 7f4493006700 -1 osd.7 48 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-04-13T09:50:45.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:44.455947+0000 mon.smithi062 (mon.0) 549 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]': finished 2024-04-13T09:50:45.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:44.456031+0000 mon.smithi062 (mon.0) 550 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-04-13T09:50:45.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:44.456471+0000 mon.smithi062 (mon.0) 551 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-13T09:50:45.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:44.460347+0000 mon.smithi062 (mon.0) 552 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-13T09:50:45.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:44.931638+0000 mon.smithi062 (mon.0) 553 : cluster [INF] osd.7 [v2:172.21.15.64:6824/394542264,v1:172.21.15.64:6825/394542264] boot 2024-04-13T09:50:45.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:44.931733+0000 mon.smithi062 (mon.0) 554 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-04-13T09:50:45.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:44.932008+0000 mon.smithi062 (mon.0) 555 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-13T09:50:45.672 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:44.455947+0000 mon.smithi062 (mon.0) 549 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]': finished 2024-04-13T09:50:45.672 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:44.456031+0000 mon.smithi062 (mon.0) 550 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-04-13T09:50:45.672 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:44.456471+0000 mon.smithi062 (mon.0) 551 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-13T09:50:45.672 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:44.460347+0000 mon.smithi062 (mon.0) 552 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-13T09:50:45.672 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:44.931638+0000 mon.smithi062 (mon.0) 553 : cluster [INF] osd.7 [v2:172.21.15.64:6824/394542264,v1:172.21.15.64:6825/394542264] boot 2024-04-13T09:50:45.672 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:44.931733+0000 mon.smithi062 (mon.0) 554 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-04-13T09:50:45.672 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:44.932008+0000 mon.smithi062 (mon.0) 555 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-13T09:50:46.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:44.080291+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-13T09:50:46.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:44.080407+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-13T09:50:46.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:45.178070+0000 mgr.smithi062.wofrer (mgr.14164) 209 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-13T09:50:46.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:45.912504+0000 mon.smithi062 (mon.0) 556 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:46.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:45.913458+0000 mon.smithi062 (mon.0) 557 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:50:46.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:45.914231+0000 mon.smithi062 (mon.0) 558 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:50:46.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:45.914904+0000 mon.smithi062 (mon.0) 559 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:50:46.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:45.915609+0000 mon.smithi062 (mon.0) 560 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:50:46.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:45.921659+0000 mon.smithi062 (mon.0) 561 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:46.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:45.927202+0000 mon.smithi062 (mon.0) 562 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:46.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:45.930683+0000 mon.smithi062 (mon.0) 563 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:50:46.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:45.931606+0000 mon.smithi062 (mon.0) 564 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:50:46.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:45.932272+0000 mon.smithi062 (mon.0) 565 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:50:46.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:45.934947+0000 mon.smithi062 (mon.0) 566 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-04-13T09:50:46.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:45.943295+0000 mon.smithi062 (mon.0) 567 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:46.669 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-13T09:50:46.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:44.080291+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-13T09:50:46.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:44.080407+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-13T09:50:46.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:45.178070+0000 mgr.smithi062.wofrer (mgr.14164) 209 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-13T09:50:46.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:45.912504+0000 mon.smithi062 (mon.0) 556 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:46.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:45.913458+0000 mon.smithi062 (mon.0) 557 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:50:46.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:45.914231+0000 mon.smithi062 (mon.0) 558 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:50:46.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:45.914904+0000 mon.smithi062 (mon.0) 559 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:50:46.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:45.915609+0000 mon.smithi062 (mon.0) 560 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:50:46.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:45.921659+0000 mon.smithi062 (mon.0) 561 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:46.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:45.927202+0000 mon.smithi062 (mon.0) 562 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:46.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:45.930683+0000 mon.smithi062 (mon.0) 563 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:50:46.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:45.931606+0000 mon.smithi062 (mon.0) 564 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:50:46.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:45.932272+0000 mon.smithi062 (mon.0) 565 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:50:46.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:45.934947+0000 mon.smithi062 (mon.0) 566 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-04-13T09:50:46.768 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:45.943295+0000 mon.smithi062 (mon.0) 567 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:50:47.436 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":50,"num_osds":8,"num_up_osds":8,"osd_up_since":1713001844,"num_in_osds":8,"osd_in_since":1713001830,"num_remapped_pgs":0} 2024-04-13T09:50:47.437 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph osd dump --format=json 2024-04-13T09:50:47.713 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/mon.smithi062/config 2024-04-13T09:50:47.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:50:45.905773+0000 mgr.smithi062.wofrer (mgr.14164) 210 : cephadm [INF] Detected new or changed devices on smithi064 2024-04-13T09:50:47.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:50:45.916100+0000 mgr.smithi062.wofrer (mgr.14164) 211 : cephadm [INF] Adjusting osd_memory_target on smithi064 to 3992M 2024-04-13T09:50:47.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:46.669687+0000 mon.smithi062 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.62:0/4254829227' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-13T09:50:47.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:46.942621+0000 mon.smithi062 (mon.0) 569 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-04-13T09:50:47.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:50:45.905773+0000 mgr.smithi062.wofrer (mgr.14164) 210 : cephadm [INF] Detected new or changed devices on smithi064 2024-04-13T09:50:47.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:50:45.916100+0000 mgr.smithi062.wofrer (mgr.14164) 211 : cephadm [INF] Adjusting osd_memory_target on smithi064 to 3992M 2024-04-13T09:50:47.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:46.669687+0000 mon.smithi062 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.62:0/4254829227' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-13T09:50:47.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:46.942621+0000 mon.smithi062 (mon.0) 569 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-04-13T09:50:48.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:48 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:47.178393+0000 mgr.smithi062.wofrer (mgr.14164) 212 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:50:48.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:48 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:47.178393+0000 mgr.smithi062.wofrer (mgr.14164) 212 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:50:49.724 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-13T09:50:49.725 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":51,"fsid":"66630ffe-f97a-11ee-bc8d-c7b262605968","created":"2024-04-13T09:44:49.613348+0000","modified":"2024-04-13T09:50:46.938920+0000","last_up_change":"2024-04-13T09:50:44.928125+0000","last_in_change":"2024-04-13T09:50:30.168242+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-04-13T09:49:05.935951+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":"5f2458bf-0114-4e7f-8905-7005463bb5e6","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.62:6802","nonce":522195671},{"type":"v1","addr":"172.21.15.62:6803","nonce":522195671}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6804","nonce":522195671},{"type":"v1","addr":"172.21.15.62:6805","nonce":522195671}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6808","nonce":522195671},{"type":"v1","addr":"172.21.15.62:6809","nonce":522195671}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6806","nonce":522195671},{"type":"v1","addr":"172.21.15.62:6807","nonce":522195671}]},"public_addr":"172.21.15.62:6803/522195671","cluster_addr":"172.21.15.62:6805/522195671","heartbeat_back_addr":"172.21.15.62:6809/522195671","heartbeat_front_addr":"172.21.15.62:6807/522195671","state":["exists","up"]},{"osd":1,"uuid":"33008c42-b64a-4a12-b5e7-68307ebc3142","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.62:6810","nonce":1256383546},{"type":"v1","addr":"172.21.15.62:6811","nonce":1256383546}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6812","nonce":1256383546},{"type":"v1","addr":"172.21.15.62:6813","nonce":1256383546}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6816","nonce":1256383546},{"type":"v1","addr":"172.21.15.62:6817","nonce":1256383546}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6814","nonce":1256383546},{"type":"v1","addr":"172.21.15.62:6815","nonce":1256383546}]},"public_addr":"172.21.15.62:6811/1256383546","cluster_addr":"172.21.15.62:6813/1256383546","heartbeat_back_addr":"172.21.15.62:6817/1256383546","heartbeat_front_addr":"172.21.15.62:6815/1256383546","state":["exists","up"]},{"osd":2,"uuid":"85118b12-63b0-445d-b48c-38096de4e01d","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.62:6818","nonce":2438505613},{"type":"v1","addr":"172.21.15.62:6819","nonce":2438505613}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6820","nonce":2438505613},{"type":"v1","addr":"172.21.15.62:6821","nonce":2438505613}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6824","nonce":2438505613},{"type":"v1","addr":"172.21.15.62:6825","nonce":2438505613}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6822","nonce":2438505613},{"type":"v1","addr":"172.21.15.62:6823","nonce":2438505613}]},"public_addr":"172.21.15.62:6819/2438505613","cluster_addr":"172.21.15.62:6821/2438505613","heartbeat_back_addr":"172.21.15.62:6825/2438505613","heartbeat_front_addr":"172.21.15.62:6823/2438505613","state":["exists","up"]},{"osd":3,"uuid":"a0e4632f-8cb3-4733-b248-39a228d020b6","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.62:6826","nonce":221685496},{"type":"v1","addr":"172.21.15.62:6827","nonce":221685496}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6828","nonce":221685496},{"type":"v1","addr":"172.21.15.62:6829","nonce":221685496}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6832","nonce":221685496},{"type":"v1","addr":"172.21.15.62:6833","nonce":221685496}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6830","nonce":221685496},{"type":"v1","addr":"172.21.15.62:6831","nonce":221685496}]},"public_addr":"172.21.15.62:6827/221685496","cluster_addr":"172.21.15.62:6829/221685496","heartbeat_back_addr":"172.21.15.62:6833/221685496","heartbeat_front_addr":"172.21.15.62:6831/221685496","state":["exists","up"]},{"osd":4,"uuid":"aa57413d-e868-4bf5-b1f3-1318f39be308","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.64:6800","nonce":3950162926},{"type":"v1","addr":"172.21.15.64:6801","nonce":3950162926}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6802","nonce":3950162926},{"type":"v1","addr":"172.21.15.64:6803","nonce":3950162926}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6806","nonce":3950162926},{"type":"v1","addr":"172.21.15.64:6807","nonce":3950162926}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6804","nonce":3950162926},{"type":"v1","addr":"172.21.15.64:6805","nonce":3950162926}]},"public_addr":"172.21.15.64:6801/3950162926","cluster_addr":"172.21.15.64:6803/3950162926","heartbeat_back_addr":"172.21.15.64:6807/3950162926","heartbeat_front_addr":"172.21.15.64:6805/3950162926","state":["exists","up"]},{"osd":5,"uuid":"f8080885-7c15-400a-ac9a-2e7bf465adfa","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.64:6808","nonce":1609497808},{"type":"v1","addr":"172.21.15.64:6809","nonce":1609497808}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6810","nonce":1609497808},{"type":"v1","addr":"172.21.15.64:6811","nonce":1609497808}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6814","nonce":1609497808},{"type":"v1","addr":"172.21.15.64:6815","nonce":1609497808}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6812","nonce":1609497808},{"type":"v1","addr":"172.21.15.64:6813","nonce":1609497808}]},"public_addr":"172.21.15.64:6809/1609497808","cluster_addr":"172.21.15.64:6811/1609497808","heartbeat_back_addr":"172.21.15.64:6815/1609497808","heartbeat_front_addr":"172.21.15.64:6813/1609497808","state":["exists","up"]},{"osd":6,"uuid":"621ee8d7-6125-4330-9291-cd058d2ca239","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.64:6816","nonce":1442706641},{"type":"v1","addr":"172.21.15.64:6817","nonce":1442706641}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6818","nonce":1442706641},{"type":"v1","addr":"172.21.15.64:6819","nonce":1442706641}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6822","nonce":1442706641},{"type":"v1","addr":"172.21.15.64:6823","nonce":1442706641}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6820","nonce":1442706641},{"type":"v1","addr":"172.21.15.64:6821","nonce":1442706641}]},"public_addr":"172.21.15.64:6817/1442706641","cluster_addr":"172.21.15.64:6819/1442706641","heartbeat_back_addr":"172.21.15.64:6823/1442706641","heartbeat_front_addr":"172.21.15.64:6821/1442706641","state":["exists","up"]},{"osd":7,"uuid":"b91dccc7-a8d0-4c29-9b4c-795c9f3debf5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6824","nonce":394542264},{"type":"v1","addr":"172.21.15.64:6825","nonce":394542264}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6826","nonce":394542264},{"type":"v1","addr":"172.21.15.64:6827","nonce":394542264}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6830","nonce":394542264},{"type":"v1","addr":"172.21.15.64:6831","nonce":394542264}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6828","nonce":394542264},{"type":"v1","addr":"172.21.15.64:6829","nonce":394542264}]},"public_addr":"172.21.15.64:6825/394542264","cluster_addr":"172.21.15.64:6827/394542264","heartbeat_back_addr":"172.21.15.64:6831/394542264","heartbeat_front_addr":"172.21.15.64:6829/394542264","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-04-13T09:48:11.819737+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-04-13T09:48:40.933445+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-04-13T09:49:03.926240+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-04-13T09:49:26.162992+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-04-13T09:49:43.159059+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-04-13T09:50:03.195389+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-04-13T09:50:23.146840+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-04-13T09:50:44.080410+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.62:0/70285708":"2024-04-14T09:45:59.074806+0000","172.21.15.62:6801/4271216941":"2024-04-14T09:45:59.074806+0000","172.21.15.62:0/1330738724":"2024-04-14T09:45:59.074806+0000","172.21.15.62:6800/4271216941":"2024-04-14T09:45:59.074806+0000","172.21.15.62:6801/1666917805":"2024-04-14T09:45:42.860794+0000","172.21.15.62:0/2132932809":"2024-04-14T09:45:42.860794+0000","172.21.15.62:6800/1666917805":"2024-04-14T09:45:42.860794+0000","172.21.15.62:0/1292202804":"2024-04-14T09:45:42.860794+0000","172.21.15.62:0/747012121":"2024-04-14T09:45:22.335682+0000","172.21.15.62:6800/591535907":"2024-04-14T09:45:22.335682+0000","172.21.15.62:0/3424569398":"2024-04-14T09:45:22.335682+0000","172.21.15.62:6801/591535907":"2024-04-14T09:45:22.335682+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","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-04-13T09:50:50.450 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-04-13T09:49:05.935951+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-04-13T09:50:50.450 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph osd pool get device_health_metrics pg_num 2024-04-13T09:50:50.686 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/mon.smithi062/config 2024-04-13T09:50:50.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:50 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:49.178892+0000 mgr.smithi062.wofrer (mgr.14164) 213 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:50:50.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:50 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:49.723727+0000 mon.smithi062 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.62:0/2119512030' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-13T09:50:50.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:50 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:49.178892+0000 mgr.smithi062.wofrer (mgr.14164) 213 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:50:50.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:50 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:49.723727+0000 mon.smithi062 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.62:0/2119512030' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-13T09:50:52.630 INFO:teuthology.orchestra.run.smithi062.stdout:pg_num: 1 2024-04-13T09:50:52.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:51.179252+0000 mgr.smithi062.wofrer (mgr.14164) 214 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:50:52.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:51.179252+0000 mgr.smithi062.wofrer (mgr.14164) 214 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:50:53.400 INFO:tasks.cephadm:Setting up client nodes... 2024-04-13T09:50:53.400 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-04-13T09:50:53.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:52.630234+0000 mon.smithi062 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.62:0/1577459833' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-04-13T09:50:53.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:52.630234+0000 mon.smithi062 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.62:0/1577459833' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-04-13T09:50:54.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:54 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:53.179620+0000 mgr.smithi062.wofrer (mgr.14164) 215 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:50:54.799 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:53.179620+0000 mgr.smithi062.wofrer (mgr.14164) 215 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:50:55.527 INFO:teuthology.orchestra.run.smithi062.stdout:[client.0] 2024-04-13T09:50:55.527 INFO:teuthology.orchestra.run.smithi062.stdout: key = AQB/VRpmVmc+HxAAcSMAwoKxOx1E3MB2C2c30w== 2024-04-13T09:50:56.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:55.180067+0000 mgr.smithi062.wofrer (mgr.14164) 216 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:50:56.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:55.524032+0000 mon.smithi062 (mon.0) 572 : audit [INF] from='client.? 172.21.15.62:0/2116101926' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-13T09:50:56.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:55.527572+0000 mon.smithi062 (mon.0) 573 : audit [INF] from='client.? 172.21.15.62:0/2116101926' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-04-13T09:50:56.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:55.180067+0000 mgr.smithi062.wofrer (mgr.14164) 216 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:50:56.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:55.524032+0000 mon.smithi062 (mon.0) 572 : audit [INF] from='client.? 172.21.15.62:0/2116101926' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-13T09:50:56.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:55.527572+0000 mon.smithi062 (mon.0) 573 : audit [INF] from='client.? 172.21.15.62:0/2116101926' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-04-13T09:50:56.368 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-04-13T09:50:56.369 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-04-13T09:50:56.369 DEBUG:teuthology.orchestra.run.smithi062:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-04-13T09:50:56.418 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-04-13T09:50:56.418 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-04-13T09:50:56.418 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph mgr dump --format=json 2024-04-13T09:50:56.694 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/mon.smithi062/config 2024-04-13T09:50:58.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:58 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:57.180396+0000 mgr.smithi062.wofrer (mgr.14164) 217 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:50:58.486 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-13T09:50:58.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:58 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:57.180396+0000 mgr.smithi062.wofrer (mgr.14164) 217 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:50:59.366 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:50:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:58.481241+0000 mon.smithi062 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.62:0/266737571' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-13T09:50:59.389 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":18,"active_gid":14164,"active_name":"smithi062.wofrer","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6800","nonce":3677933244},{"type":"v1","addr":"172.21.15.62:6801","nonce":3677933244}]},"active_addr":"172.21.15.62:6801/3677933244","active_change":"2024-04-13T09:45:59.075076+0000","active_mgr_features":4540138297136906239,"available":true,"standbys":[{"gid":14224,"name":"smithi064.lcvmyw","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.62:8443/","prometheus":"http://172.21.15.62: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.62:0","nonce":1045400138}]},{"addrvec":[{"type":"v2","addr":"172.21.15.62:0","nonce":152555231}]}]}} 2024-04-13T09:50:59.395 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-04-13T09:50:59.395 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-04-13T09:50:59.395 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph osd dump --format=json 2024-04-13T09:50:59.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:50:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:58.481241+0000 mon.smithi062 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.62:0/266737571' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-13T09:50:59.635 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/mon.smithi062/config 2024-04-13T09:51:00.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:50:59.181125+0000 mgr.smithi062.wofrer (mgr.14164) 218 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:00.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:59.283158+0000 mon.smithi062 (mon.0) 575 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/trash_purge_schedule"}]: dispatch 2024-04-13T09:51:00.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:50:59.283438+0000 mon.smithi062 (mon.0) 576 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/mirror_snapshot_schedule"}]: dispatch 2024-04-13T09:51:00.533 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:50:59.181125+0000 mgr.smithi062.wofrer (mgr.14164) 218 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:00.533 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:59.283158+0000 mon.smithi062 (mon.0) 575 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/trash_purge_schedule"}]: dispatch 2024-04-13T09:51:00.533 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:50:59.283438+0000 mon.smithi062 (mon.0) 576 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/mirror_snapshot_schedule"}]: dispatch 2024-04-13T09:51:01.543 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-13T09:51:01.544 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":51,"fsid":"66630ffe-f97a-11ee-bc8d-c7b262605968","created":"2024-04-13T09:44:49.613348+0000","modified":"2024-04-13T09:50:46.938920+0000","last_up_change":"2024-04-13T09:50:44.928125+0000","last_in_change":"2024-04-13T09:50:30.168242+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-04-13T09:49:05.935951+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":"5f2458bf-0114-4e7f-8905-7005463bb5e6","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.62:6802","nonce":522195671},{"type":"v1","addr":"172.21.15.62:6803","nonce":522195671}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6804","nonce":522195671},{"type":"v1","addr":"172.21.15.62:6805","nonce":522195671}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6808","nonce":522195671},{"type":"v1","addr":"172.21.15.62:6809","nonce":522195671}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6806","nonce":522195671},{"type":"v1","addr":"172.21.15.62:6807","nonce":522195671}]},"public_addr":"172.21.15.62:6803/522195671","cluster_addr":"172.21.15.62:6805/522195671","heartbeat_back_addr":"172.21.15.62:6809/522195671","heartbeat_front_addr":"172.21.15.62:6807/522195671","state":["exists","up"]},{"osd":1,"uuid":"33008c42-b64a-4a12-b5e7-68307ebc3142","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.62:6810","nonce":1256383546},{"type":"v1","addr":"172.21.15.62:6811","nonce":1256383546}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6812","nonce":1256383546},{"type":"v1","addr":"172.21.15.62:6813","nonce":1256383546}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6816","nonce":1256383546},{"type":"v1","addr":"172.21.15.62:6817","nonce":1256383546}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6814","nonce":1256383546},{"type":"v1","addr":"172.21.15.62:6815","nonce":1256383546}]},"public_addr":"172.21.15.62:6811/1256383546","cluster_addr":"172.21.15.62:6813/1256383546","heartbeat_back_addr":"172.21.15.62:6817/1256383546","heartbeat_front_addr":"172.21.15.62:6815/1256383546","state":["exists","up"]},{"osd":2,"uuid":"85118b12-63b0-445d-b48c-38096de4e01d","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.62:6818","nonce":2438505613},{"type":"v1","addr":"172.21.15.62:6819","nonce":2438505613}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6820","nonce":2438505613},{"type":"v1","addr":"172.21.15.62:6821","nonce":2438505613}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6824","nonce":2438505613},{"type":"v1","addr":"172.21.15.62:6825","nonce":2438505613}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6822","nonce":2438505613},{"type":"v1","addr":"172.21.15.62:6823","nonce":2438505613}]},"public_addr":"172.21.15.62:6819/2438505613","cluster_addr":"172.21.15.62:6821/2438505613","heartbeat_back_addr":"172.21.15.62:6825/2438505613","heartbeat_front_addr":"172.21.15.62:6823/2438505613","state":["exists","up"]},{"osd":3,"uuid":"a0e4632f-8cb3-4733-b248-39a228d020b6","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.62:6826","nonce":221685496},{"type":"v1","addr":"172.21.15.62:6827","nonce":221685496}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6828","nonce":221685496},{"type":"v1","addr":"172.21.15.62:6829","nonce":221685496}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6832","nonce":221685496},{"type":"v1","addr":"172.21.15.62:6833","nonce":221685496}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6830","nonce":221685496},{"type":"v1","addr":"172.21.15.62:6831","nonce":221685496}]},"public_addr":"172.21.15.62:6827/221685496","cluster_addr":"172.21.15.62:6829/221685496","heartbeat_back_addr":"172.21.15.62:6833/221685496","heartbeat_front_addr":"172.21.15.62:6831/221685496","state":["exists","up"]},{"osd":4,"uuid":"aa57413d-e868-4bf5-b1f3-1318f39be308","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.64:6800","nonce":3950162926},{"type":"v1","addr":"172.21.15.64:6801","nonce":3950162926}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6802","nonce":3950162926},{"type":"v1","addr":"172.21.15.64:6803","nonce":3950162926}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6806","nonce":3950162926},{"type":"v1","addr":"172.21.15.64:6807","nonce":3950162926}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6804","nonce":3950162926},{"type":"v1","addr":"172.21.15.64:6805","nonce":3950162926}]},"public_addr":"172.21.15.64:6801/3950162926","cluster_addr":"172.21.15.64:6803/3950162926","heartbeat_back_addr":"172.21.15.64:6807/3950162926","heartbeat_front_addr":"172.21.15.64:6805/3950162926","state":["exists","up"]},{"osd":5,"uuid":"f8080885-7c15-400a-ac9a-2e7bf465adfa","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.64:6808","nonce":1609497808},{"type":"v1","addr":"172.21.15.64:6809","nonce":1609497808}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6810","nonce":1609497808},{"type":"v1","addr":"172.21.15.64:6811","nonce":1609497808}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6814","nonce":1609497808},{"type":"v1","addr":"172.21.15.64:6815","nonce":1609497808}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6812","nonce":1609497808},{"type":"v1","addr":"172.21.15.64:6813","nonce":1609497808}]},"public_addr":"172.21.15.64:6809/1609497808","cluster_addr":"172.21.15.64:6811/1609497808","heartbeat_back_addr":"172.21.15.64:6815/1609497808","heartbeat_front_addr":"172.21.15.64:6813/1609497808","state":["exists","up"]},{"osd":6,"uuid":"621ee8d7-6125-4330-9291-cd058d2ca239","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.64:6816","nonce":1442706641},{"type":"v1","addr":"172.21.15.64:6817","nonce":1442706641}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6818","nonce":1442706641},{"type":"v1","addr":"172.21.15.64:6819","nonce":1442706641}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6822","nonce":1442706641},{"type":"v1","addr":"172.21.15.64:6823","nonce":1442706641}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6820","nonce":1442706641},{"type":"v1","addr":"172.21.15.64:6821","nonce":1442706641}]},"public_addr":"172.21.15.64:6817/1442706641","cluster_addr":"172.21.15.64:6819/1442706641","heartbeat_back_addr":"172.21.15.64:6823/1442706641","heartbeat_front_addr":"172.21.15.64:6821/1442706641","state":["exists","up"]},{"osd":7,"uuid":"b91dccc7-a8d0-4c29-9b4c-795c9f3debf5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6824","nonce":394542264},{"type":"v1","addr":"172.21.15.64:6825","nonce":394542264}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6826","nonce":394542264},{"type":"v1","addr":"172.21.15.64:6827","nonce":394542264}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6830","nonce":394542264},{"type":"v1","addr":"172.21.15.64:6831","nonce":394542264}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6828","nonce":394542264},{"type":"v1","addr":"172.21.15.64:6829","nonce":394542264}]},"public_addr":"172.21.15.64:6825/394542264","cluster_addr":"172.21.15.64:6827/394542264","heartbeat_back_addr":"172.21.15.64:6831/394542264","heartbeat_front_addr":"172.21.15.64:6829/394542264","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-04-13T09:48:11.819737+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-04-13T09:48:40.933445+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-04-13T09:49:03.926240+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-04-13T09:49:26.162992+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-04-13T09:49:43.159059+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-04-13T09:50:03.195389+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-04-13T09:50:23.146840+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-04-13T09:50:44.080410+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.62:0/70285708":"2024-04-14T09:45:59.074806+0000","172.21.15.62:6801/4271216941":"2024-04-14T09:45:59.074806+0000","172.21.15.62:0/1330738724":"2024-04-14T09:45:59.074806+0000","172.21.15.62:6800/4271216941":"2024-04-14T09:45:59.074806+0000","172.21.15.62:6801/1666917805":"2024-04-14T09:45:42.860794+0000","172.21.15.62:0/2132932809":"2024-04-14T09:45:42.860794+0000","172.21.15.62:6800/1666917805":"2024-04-14T09:45:42.860794+0000","172.21.15.62:0/1292202804":"2024-04-14T09:45:42.860794+0000","172.21.15.62:0/747012121":"2024-04-14T09:45:22.335682+0000","172.21.15.62:6800/591535907":"2024-04-14T09:45:22.335682+0000","172.21.15.62:0/3424569398":"2024-04-14T09:45:22.335682+0000","172.21.15.62:6801/591535907":"2024-04-14T09:45:22.335682+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","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-04-13T09:51:02.326 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-04-13T09:51:02.327 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph osd dump --format=json 2024-04-13T09:51:02.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:02 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:51:01.181590+0000 mgr.smithi062.wofrer (mgr.14164) 219 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:02.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:02 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:51:01.542901+0000 mon.smithi062 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.62:0/3786420270' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-13T09:51:02.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:51:01.181590+0000 mgr.smithi062.wofrer (mgr.14164) 219 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:02.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:51:01.542901+0000 mon.smithi062 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.62:0/3786420270' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-13T09:51:02.563 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/mon.smithi062/config 2024-04-13T09:51:04.296 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-13T09:51:04.296 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":51,"fsid":"66630ffe-f97a-11ee-bc8d-c7b262605968","created":"2024-04-13T09:44:49.613348+0000","modified":"2024-04-13T09:50:46.938920+0000","last_up_change":"2024-04-13T09:50:44.928125+0000","last_in_change":"2024-04-13T09:50:30.168242+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-04-13T09:49:05.935951+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":"5f2458bf-0114-4e7f-8905-7005463bb5e6","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.62:6802","nonce":522195671},{"type":"v1","addr":"172.21.15.62:6803","nonce":522195671}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6804","nonce":522195671},{"type":"v1","addr":"172.21.15.62:6805","nonce":522195671}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6808","nonce":522195671},{"type":"v1","addr":"172.21.15.62:6809","nonce":522195671}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6806","nonce":522195671},{"type":"v1","addr":"172.21.15.62:6807","nonce":522195671}]},"public_addr":"172.21.15.62:6803/522195671","cluster_addr":"172.21.15.62:6805/522195671","heartbeat_back_addr":"172.21.15.62:6809/522195671","heartbeat_front_addr":"172.21.15.62:6807/522195671","state":["exists","up"]},{"osd":1,"uuid":"33008c42-b64a-4a12-b5e7-68307ebc3142","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.62:6810","nonce":1256383546},{"type":"v1","addr":"172.21.15.62:6811","nonce":1256383546}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6812","nonce":1256383546},{"type":"v1","addr":"172.21.15.62:6813","nonce":1256383546}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6816","nonce":1256383546},{"type":"v1","addr":"172.21.15.62:6817","nonce":1256383546}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6814","nonce":1256383546},{"type":"v1","addr":"172.21.15.62:6815","nonce":1256383546}]},"public_addr":"172.21.15.62:6811/1256383546","cluster_addr":"172.21.15.62:6813/1256383546","heartbeat_back_addr":"172.21.15.62:6817/1256383546","heartbeat_front_addr":"172.21.15.62:6815/1256383546","state":["exists","up"]},{"osd":2,"uuid":"85118b12-63b0-445d-b48c-38096de4e01d","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.62:6818","nonce":2438505613},{"type":"v1","addr":"172.21.15.62:6819","nonce":2438505613}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6820","nonce":2438505613},{"type":"v1","addr":"172.21.15.62:6821","nonce":2438505613}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6824","nonce":2438505613},{"type":"v1","addr":"172.21.15.62:6825","nonce":2438505613}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6822","nonce":2438505613},{"type":"v1","addr":"172.21.15.62:6823","nonce":2438505613}]},"public_addr":"172.21.15.62:6819/2438505613","cluster_addr":"172.21.15.62:6821/2438505613","heartbeat_back_addr":"172.21.15.62:6825/2438505613","heartbeat_front_addr":"172.21.15.62:6823/2438505613","state":["exists","up"]},{"osd":3,"uuid":"a0e4632f-8cb3-4733-b248-39a228d020b6","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.62:6826","nonce":221685496},{"type":"v1","addr":"172.21.15.62:6827","nonce":221685496}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6828","nonce":221685496},{"type":"v1","addr":"172.21.15.62:6829","nonce":221685496}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6832","nonce":221685496},{"type":"v1","addr":"172.21.15.62:6833","nonce":221685496}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6830","nonce":221685496},{"type":"v1","addr":"172.21.15.62:6831","nonce":221685496}]},"public_addr":"172.21.15.62:6827/221685496","cluster_addr":"172.21.15.62:6829/221685496","heartbeat_back_addr":"172.21.15.62:6833/221685496","heartbeat_front_addr":"172.21.15.62:6831/221685496","state":["exists","up"]},{"osd":4,"uuid":"aa57413d-e868-4bf5-b1f3-1318f39be308","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.64:6800","nonce":3950162926},{"type":"v1","addr":"172.21.15.64:6801","nonce":3950162926}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6802","nonce":3950162926},{"type":"v1","addr":"172.21.15.64:6803","nonce":3950162926}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6806","nonce":3950162926},{"type":"v1","addr":"172.21.15.64:6807","nonce":3950162926}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6804","nonce":3950162926},{"type":"v1","addr":"172.21.15.64:6805","nonce":3950162926}]},"public_addr":"172.21.15.64:6801/3950162926","cluster_addr":"172.21.15.64:6803/3950162926","heartbeat_back_addr":"172.21.15.64:6807/3950162926","heartbeat_front_addr":"172.21.15.64:6805/3950162926","state":["exists","up"]},{"osd":5,"uuid":"f8080885-7c15-400a-ac9a-2e7bf465adfa","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.64:6808","nonce":1609497808},{"type":"v1","addr":"172.21.15.64:6809","nonce":1609497808}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6810","nonce":1609497808},{"type":"v1","addr":"172.21.15.64:6811","nonce":1609497808}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6814","nonce":1609497808},{"type":"v1","addr":"172.21.15.64:6815","nonce":1609497808}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6812","nonce":1609497808},{"type":"v1","addr":"172.21.15.64:6813","nonce":1609497808}]},"public_addr":"172.21.15.64:6809/1609497808","cluster_addr":"172.21.15.64:6811/1609497808","heartbeat_back_addr":"172.21.15.64:6815/1609497808","heartbeat_front_addr":"172.21.15.64:6813/1609497808","state":["exists","up"]},{"osd":6,"uuid":"621ee8d7-6125-4330-9291-cd058d2ca239","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.64:6816","nonce":1442706641},{"type":"v1","addr":"172.21.15.64:6817","nonce":1442706641}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6818","nonce":1442706641},{"type":"v1","addr":"172.21.15.64:6819","nonce":1442706641}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6822","nonce":1442706641},{"type":"v1","addr":"172.21.15.64:6823","nonce":1442706641}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6820","nonce":1442706641},{"type":"v1","addr":"172.21.15.64:6821","nonce":1442706641}]},"public_addr":"172.21.15.64:6817/1442706641","cluster_addr":"172.21.15.64:6819/1442706641","heartbeat_back_addr":"172.21.15.64:6823/1442706641","heartbeat_front_addr":"172.21.15.64:6821/1442706641","state":["exists","up"]},{"osd":7,"uuid":"b91dccc7-a8d0-4c29-9b4c-795c9f3debf5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6824","nonce":394542264},{"type":"v1","addr":"172.21.15.64:6825","nonce":394542264}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6826","nonce":394542264},{"type":"v1","addr":"172.21.15.64:6827","nonce":394542264}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6830","nonce":394542264},{"type":"v1","addr":"172.21.15.64:6831","nonce":394542264}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.64:6828","nonce":394542264},{"type":"v1","addr":"172.21.15.64:6829","nonce":394542264}]},"public_addr":"172.21.15.64:6825/394542264","cluster_addr":"172.21.15.64:6827/394542264","heartbeat_back_addr":"172.21.15.64:6831/394542264","heartbeat_front_addr":"172.21.15.64:6829/394542264","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-04-13T09:48:11.819737+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-04-13T09:48:40.933445+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-04-13T09:49:03.926240+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-04-13T09:49:26.162992+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-04-13T09:49:43.159059+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-04-13T09:50:03.195389+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-04-13T09:50:23.146840+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-04-13T09:50:44.080410+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.62:0/70285708":"2024-04-14T09:45:59.074806+0000","172.21.15.62:6801/4271216941":"2024-04-14T09:45:59.074806+0000","172.21.15.62:0/1330738724":"2024-04-14T09:45:59.074806+0000","172.21.15.62:6800/4271216941":"2024-04-14T09:45:59.074806+0000","172.21.15.62:6801/1666917805":"2024-04-14T09:45:42.860794+0000","172.21.15.62:0/2132932809":"2024-04-14T09:45:42.860794+0000","172.21.15.62:6800/1666917805":"2024-04-14T09:45:42.860794+0000","172.21.15.62:0/1292202804":"2024-04-14T09:45:42.860794+0000","172.21.15.62:0/747012121":"2024-04-14T09:45:22.335682+0000","172.21.15.62:6800/591535907":"2024-04-14T09:45:22.335682+0000","172.21.15.62:0/3424569398":"2024-04-14T09:45:22.335682+0000","172.21.15.62:6801/591535907":"2024-04-14T09:45:22.335682+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","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-04-13T09:51:04.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:51:03.181990+0000 mgr.smithi062.wofrer (mgr.14164) 220 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:04.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:51:03.181990+0000 mgr.smithi062.wofrer (mgr.14164) 220 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:05.017 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-04-13T09:51:05.099 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-04-13T09:51:05.100 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-04-13T09:51:05.100 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-04-13T09:51:05.101 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-04-13T09:51:05.101 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-04-13T09:51:05.101 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-04-13T09:51:05.102 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-04-13T09:51:05.590 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/mon.smithi062/config 2024-04-13T09:51:05.590 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/mon.smithi062/config 2024-04-13T09:51:05.594 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/mon.smithi062/config 2024-04-13T09:51:05.599 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/mon.smithi062/config 2024-04-13T09:51:05.599 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/mon.smithi062/config 2024-04-13T09:51:05.601 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/mon.smithi062/config 2024-04-13T09:51:05.601 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/mon.smithi062/config 2024-04-13T09:51:05.604 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/mon.smithi062/config 2024-04-13T09:51:05.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:51:04.294981+0000 mon.smithi062 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.62:0/3985310320' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-13T09:51:05.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:51:04.294981+0000 mon.smithi062 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.62:0/3985310320' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-13T09:51:06.499 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:51:05.186024+0000 mgr.smithi062.wofrer (mgr.14164) 221 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:06.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:06 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:51:05.186024+0000 mgr.smithi062.wofrer (mgr.14164) 221 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:08.435 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:51:07.186367+0000 mgr.smithi062.wofrer (mgr.14164) 222 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:08.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:08 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:51:07.186367+0000 mgr.smithi062.wofrer (mgr.14164) 222 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:10.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:10 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:51:09.186740+0000 mgr.smithi062.wofrer (mgr.14164) 223 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:10.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:10 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:51:09.186740+0000 mgr.smithi062.wofrer (mgr.14164) 223 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:12.368 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:12 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:51:11.187260+0000 mgr.smithi062.wofrer (mgr.14164) 224 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:12.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:12 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:51:11.187260+0000 mgr.smithi062.wofrer (mgr.14164) 224 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:14.648 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:51:13.187713+0000 mgr.smithi062.wofrer (mgr.14164) 225 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:14.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:51:13.187713+0000 mgr.smithi062.wofrer (mgr.14164) 225 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:16.261 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:51:15.188036+0000 mgr.smithi062.wofrer (mgr.14164) 226 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:16.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:15 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:51:15.188036+0000 mgr.smithi062.wofrer (mgr.14164) 226 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:17.002 INFO:teuthology.orchestra.run.smithi062.stdout:158913789969 2024-04-13T09:51:17.003 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-04-13T09:51:17.917 INFO:teuthology.orchestra.run.smithi062.stdout:81604378652 2024-04-13T09:51:17.918 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-04-13T09:51:18.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:18 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:51:17.188325+0000 mgr.smithi062.wofrer (mgr.14164) 227 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:18.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:18 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:51:17.188325+0000 mgr.smithi062.wofrer (mgr.14164) 227 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:19.328 INFO:teuthology.orchestra.run.smithi062.stdout:210453397512 2024-04-13T09:51:19.328 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-04-13T09:51:19.731 INFO:teuthology.orchestra.run.smithi062.stdout:184683593741 2024-04-13T09:51:19.731 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-04-13T09:51:20.464 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:20 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:51:19.188876+0000 mgr.smithi062.wofrer (mgr.14164) 228 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:20.494 INFO:teuthology.orchestra.run.smithi062.stdout:133143986198 2024-04-13T09:51:20.495 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-04-13T09:51:20.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:20 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:51:19.188876+0000 mgr.smithi062.wofrer (mgr.14164) 228 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:20.882 INFO:teuthology.orchestra.run.smithi062.stdout:60129542177 2024-04-13T09:51:20.883 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-04-13T09:51:21.998 INFO:teuthology.orchestra.run.smithi062.stdout:38654705703 2024-04-13T09:51:21.999 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-04-13T09:51:22.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:22 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:51:21.189201+0000 mgr.smithi062.wofrer (mgr.14164) 229 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:22.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:22 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:51:21.189201+0000 mgr.smithi062.wofrer (mgr.14164) 229 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:22.582 INFO:teuthology.orchestra.run.smithi062.stdout:111669149720 2024-04-13T09:51:22.582 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-04-13T09:51:22.605 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/mon.smithi062/config 2024-04-13T09:51:22.614 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/mon.smithi062/config 2024-04-13T09:51:22.615 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/mon.smithi062/config 2024-04-13T09:51:22.615 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/mon.smithi062/config 2024-04-13T09:51:22.615 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/mon.smithi062/config 2024-04-13T09:51:22.617 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/mon.smithi062/config 2024-04-13T09:51:22.619 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/mon.smithi062/config 2024-04-13T09:51:24.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:24 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:51:23.189520+0000 mgr.smithi062.wofrer (mgr.14164) 230 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:24.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:51:23.189520+0000 mgr.smithi062.wofrer (mgr.14164) 230 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:26.252 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:51:25.189876+0000 mgr.smithi062.wofrer (mgr.14164) 231 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:26.252 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:51:25.526547+0000 mon.smithi062 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.62:0/1828837654' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-04-13T09:51:26.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:51:25.189876+0000 mgr.smithi062.wofrer (mgr.14164) 231 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:26.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:51:25.526547+0000 mon.smithi062 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.62:0/1828837654' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-04-13T09:51:27.025 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/mon.smithi062/config 2024-04-13T09:51:27.286 INFO:teuthology.orchestra.run.smithi062.stdout:184683593742 2024-04-13T09:51:28.501 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:51:27.190183+0000 mgr.smithi062.wofrer (mgr.14164) 232 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:28.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:51:27.190183+0000 mgr.smithi062.wofrer (mgr.14164) 232 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:29.361 INFO:teuthology.orchestra.run.smithi062.stdout:158913789972 2024-04-13T09:51:29.592 INFO:tasks.cephadm.ceph_manager.ceph:need seq 184683593741 got 184683593742 for osd.6 2024-04-13T09:51:29.592 DEBUG:teuthology.parallel:result is None 2024-04-13T09:51:30.447 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:51:29.190458+0000 mgr.smithi062.wofrer (mgr.14164) 233 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:30.447 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:51:29.361304+0000 mon.smithi062 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.62:0/374888982' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-13T09:51:30.468 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789969 got 158913789972 for osd.5 2024-04-13T09:51:30.469 DEBUG:teuthology.parallel:result is None 2024-04-13T09:51:30.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:30 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:51:29.190458+0000 mgr.smithi062.wofrer (mgr.14164) 233 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:30.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:30 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:51:29.361304+0000 mon.smithi062 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.62:0/374888982' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-13T09:51:32.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:51:31.190990+0000 mgr.smithi062.wofrer (mgr.14164) 234 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:32.540 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:32 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:51:31.190990+0000 mgr.smithi062.wofrer (mgr.14164) 234 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:33.146 INFO:teuthology.orchestra.run.smithi062.stdout:210453397516 2024-04-13T09:51:33.346 INFO:teuthology.orchestra.run.smithi062.stdout:81604378656 2024-04-13T09:51:33.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:51:33.146521+0000 mon.smithi062 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.62:0/4007035453' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-04-13T09:51:33.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:51:33.146521+0000 mon.smithi062 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.62:0/4007035453' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-04-13T09:51:34.348 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:34 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:51:33.191298+0000 mgr.smithi062.wofrer (mgr.14164) 235 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:34.348 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:34 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:51:33.346455+0000 mon.smithi062 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.62:0/3315111914' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-13T09:51:34.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:51:33.191298+0000 mgr.smithi062.wofrer (mgr.14164) 235 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:34.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:51:33.346455+0000 mon.smithi062 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.62:0/3315111914' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-13T09:51:34.620 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378652 got 81604378656 for osd.2 2024-04-13T09:51:34.620 DEBUG:teuthology.parallel:result is None 2024-04-13T09:51:35.002 INFO:teuthology.orchestra.run.smithi062.stdout:38654705706 2024-04-13T09:51:35.552 INFO:teuthology.orchestra.run.smithi062.stdout:111669149722 2024-04-13T09:51:36.242 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:51:35.002918+0000 mon.smithi062 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.62:0/1530176115' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-13T09:51:36.243 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:51:35.191831+0000 mgr.smithi062.wofrer (mgr.14164) 236 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:36.243 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:51:35.552591+0000 mon.smithi062 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.62:0/1063001813' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-13T09:51:36.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:51:35.002918+0000 mon.smithi062 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.62:0/1530176115' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-13T09:51:36.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:51:35.191831+0000 mgr.smithi062.wofrer (mgr.14164) 236 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:36.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:51:35.552591+0000 mon.smithi062 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.62:0/1063001813' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-13T09:51:36.529 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705703 got 38654705706 for osd.0 2024-04-13T09:51:36.529 DEBUG:teuthology.parallel:result is None 2024-04-13T09:51:36.673 INFO:teuthology.orchestra.run.smithi062.stdout:133143986201 2024-04-13T09:51:37.197 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:51:36.392838+0000 mon.smithi062 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.62:0/4112029909' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-13T09:51:37.198 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986198 got 133143986201 for osd.4 2024-04-13T09:51:37.199 DEBUG:teuthology.parallel:result is None 2024-04-13T09:51:37.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:51:36.392838+0000 mon.smithi062 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.62:0/4112029909' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-13T09:51:37.658 INFO:tasks.cephadm.ceph_manager.ceph:need seq 210453397512 got 210453397516 for osd.7 2024-04-13T09:51:37.658 DEBUG:teuthology.parallel:result is None 2024-04-13T09:51:38.051 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149720 got 111669149722 for osd.3 2024-04-13T09:51:38.052 DEBUG:teuthology.parallel:result is None 2024-04-13T09:51:38.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:51:37.192285+0000 mgr.smithi062.wofrer (mgr.14164) 237 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:38.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:51:37.192285+0000 mgr.smithi062.wofrer (mgr.14164) 237 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:39.024 INFO:teuthology.orchestra.run.smithi062.stdout:60129542181 2024-04-13T09:51:39.391 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:51:39.024693+0000 mon.smithi062 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.62:0/95292041' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-13T09:51:39.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:51:39.024693+0000 mon.smithi062 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.62:0/95292041' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-13T09:51:39.717 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542177 got 60129542181 for osd.1 2024-04-13T09:51:39.717 DEBUG:teuthology.parallel:result is None 2024-04-13T09:51:39.717 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-04-13T09:51:39.718 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph pg dump --format=json 2024-04-13T09:51:39.957 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/mon.smithi062/config 2024-04-13T09:51:40.413 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:40 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:51:39.192768+0000 mgr.smithi062.wofrer (mgr.14164) 238 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:40.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:51:39.192768+0000 mgr.smithi062.wofrer (mgr.14164) 238 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:41.716 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-13T09:51:41.718 INFO:teuthology.orchestra.run.smithi062.stderr:dumped all 2024-04-13T09:51:42.326 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:42 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:51:41.193148+0000 mgr.smithi062.wofrer (mgr.14164) 239 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:42.326 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:42 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:51:41.714398+0000 mgr.smithi062.wofrer (mgr.14164) 240 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-13T09:51:42.346 INFO:teuthology.orchestra.run.smithi062.stdout:{"pg_ready":true,"pg_map":{"version":211,"stamp":"2024-04-13T09:51:41.192980+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":43316,"kb_used_data":3892,"kb_used_omap":0,"kb_used_meta":39360,"kb_avail":749917900,"statfs":{"total":767960285184,"available":767915929600,"internally_reserved":0,"allocated":3985408,"data_stored":1587606,"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":51,"state":"active+clean","last_fresh":"2024-04-13T09:50:47.837309+0000","last_change":"2024-04-13T09:50:47.837309+0000","last_active":"2024-04-13T09:50:47.837309+0000","last_peered":"2024-04-13T09:50:47.837309+0000","last_clean":"2024-04-13T09:50:47.837309+0000","last_became_active":"2024-04-13T09:50:47.836987+0000","last_became_peered":"2024-04-13T09:50:47.836987+0000","last_unstale":"2024-04-13T09:50:47.837309+0000","last_undegraded":"2024-04-13T09:50:47.837309+0000","last_fullsized":"2024-04-13T09:50:47.837309+0000","mapping_epoch":50,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":51,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-13T09:49:06.484539+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-13T09:49:06.484539+0000","last_clean_scrub_stamp":"2024-04-13T09:49:06.484539+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":210453397518,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5232,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739920,"statfs":{"total":95995035648,"available":95989678080,"internally_reserved":0,"allocated":499712,"data_stored":198606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4849664},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.78700000000000003}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.80500000000000005}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.81599999999999995}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.85799999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.375}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42099999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.438}]}]},{"osd":6,"up_from":43,"seq":184683593746,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5292,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739860,"statfs":{"total":95995035648,"available":95989616640,"internally_reserved":0,"allocated":495616,"data_stored":198341,"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":"Sat Apr 13 09:51:28 2024","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":1.2250000000000001,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":0.626},{"interface":"front","average":{"1min":1.01,"5min":1.01,"15min":1.01},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":9.5199999999999996,"5min":9.5199999999999996,"15min":9.5199999999999996},"last":0.59799999999999998}]},{"osd":1,"last update":"Sat Apr 13 09:51:28 2024","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":1.0760000000000001,"5min":1.0760000000000001,"15min":1.0760000000000001},"last":0.55200000000000005},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":1.0389999999999999,"5min":1.0389999999999999,"15min":1.0389999999999999},"last":0.47199999999999998}]},{"osd":2,"last update":"Sat Apr 13 09:51:28 2024","interfaces":[{"interface":"back","average":{"1min":1.133,"5min":1.133,"15min":1.133},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":12.115,"5min":12.115,"15min":12.115},"last":0.57199999999999995},{"interface":"front","average":{"1min":0.96599999999999997,"5min":0.96599999999999997,"15min":0.96599999999999997},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":8.3089999999999993,"5min":8.3089999999999993,"15min":8.3089999999999993},"last":0.53700000000000003}]},{"osd":3,"last update":"Sat Apr 13 09:51:28 2024","interfaces":[{"interface":"back","average":{"1min":1.1459999999999999,"5min":1.1459999999999999,"15min":1.1459999999999999},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":12.042999999999999,"5min":12.042999999999999,"15min":12.042999999999999},"last":0.65300000000000002},{"interface":"front","average":{"1min":1.399,"5min":1.399,"15min":1.399},"min":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":16.02,"5min":16.02,"15min":16.02},"last":0.52200000000000002}]},{"osd":4,"last update":"Sat Apr 13 09:51:28 2024","interfaces":[{"interface":"back","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.40200000000000002},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.45200000000000001}]},{"osd":5,"last update":"Sat Apr 13 09:51:28 2024","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.50600000000000001}]},{"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.61399999999999999}]}]},{"osd":1,"up_from":14,"seq":60129542182,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5548,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739604,"statfs":{"total":95995035648,"available":95989354496,"internally_reserved":0,"allocated":495616,"data_stored":198291,"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":"Sat Apr 13 09:50:51 2024","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.32900000000000001,"15min":0.316},"min":{"1min":0.26300000000000001,"5min":0.20599999999999999,"15min":0.20599999999999999},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.41199999999999998},{"interface":"front","average":{"1min":0.40200000000000002,"5min":0.33400000000000002,"15min":0.32300000000000001},"min":{"1min":0.26100000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.50600000000000001}]},{"osd":2,"last update":"Sat Apr 13 09:51:07 2024","interfaces":[{"interface":"back","average":{"1min":0.40799999999999997,"5min":0.36399999999999999,"15min":0.35699999999999998},"min":{"1min":0.28399999999999997,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.34499999999999997},{"interface":"front","average":{"1min":0.438,"5min":0.38600000000000001,"15min":0.377},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.46800000000000003}]},{"osd":3,"last update":"Sat Apr 13 09:51:32 2024","interfaces":[{"interface":"back","average":{"1min":0.45900000000000002,"5min":0.42899999999999999,"15min":0.42399999999999999},"min":{"1min":0.29999999999999999,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.434,"5min":0.40799999999999997,"15min":0.40400000000000003},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.37}]},{"osd":4,"last update":"Sat Apr 13 09:50:45 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"last":0.72099999999999997},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.95799999999999996,"5min":0.95799999999999996,"15min":0.95799999999999996},"last":0.70799999999999996}]},{"osd":5,"last update":"Sat Apr 13 09:51:06 2024","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.88,"5min":0.88,"15min":0.88},"last":0.55600000000000005},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.65700000000000003}]},{"osd":6,"last update":"Sat Apr 13 09:51:24 2024","interfaces":[{"interface":"back","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":0.93899999999999995,"5min":0.93899999999999995,"15min":0.93899999999999995},"last":0.78200000000000003},{"interface":"front","average":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"min":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":1.0669999999999999,"5min":1.0669999999999999,"15min":1.0669999999999999},"last":0.79200000000000004}]},{"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.70099999999999996}]}]},{"osd":0,"up_from":9,"seq":38654705708,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5552,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739600,"statfs":{"total":95995035648,"available":95989350400,"internally_reserved":0,"allocated":499712,"data_stored":198606,"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":"Sat Apr 13 09:50:45 2024","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.33500000000000002,"15min":0.32100000000000001},"min":{"1min":0.28399999999999997,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.42799999999999999,"5min":0.34399999999999997,"15min":0.33000000000000002},"min":{"1min":0.23200000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.59699999999999998,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.52700000000000002}]},{"osd":2,"last update":"Sat Apr 13 09:51:10 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.36099999999999999,"15min":0.35599999999999998},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"last":0.41699999999999998},{"interface":"front","average":{"1min":0.441,"5min":0.39800000000000002,"15min":0.39100000000000001},"min":{"1min":0.32600000000000001,"5min":0.20999999999999999,"15min":0.20999999999999999},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.504}]},{"osd":3,"last update":"Sat Apr 13 09:51:35 2024","interfaces":[{"interface":"back","average":{"1min":0.438,"5min":0.44900000000000001,"15min":0.45100000000000001},"min":{"1min":0.28899999999999998,"5min":0.245,"15min":0.245},"max":{"1min":0.66500000000000004,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.56000000000000005},{"interface":"front","average":{"1min":0.41999999999999998,"5min":0.433,"15min":0.435},"min":{"1min":0.27800000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.56399999999999995,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.44500000000000001}]},{"osd":4,"last update":"Sat Apr 13 09:50:44 2024","interfaces":[{"interface":"back","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":1.0960000000000001,"5min":1.0960000000000001,"15min":1.0960000000000001},"last":0.49399999999999999},{"interface":"front","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":1.024,"5min":1.024,"15min":1.024},"last":0.58799999999999997}]},{"osd":5,"last update":"Sat Apr 13 09:51:10 2024","interfaces":[{"interface":"back","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.95699999999999996,"5min":0.95699999999999996,"15min":0.95699999999999996},"last":0.68500000000000005},{"interface":"front","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":1.004,"5min":1.004,"15min":1.004},"last":0.73799999999999999}]},{"osd":6,"last update":"Sat Apr 13 09:51:27 2024","interfaces":[{"interface":"back","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.99299999999999999,"5min":0.99299999999999999,"15min":0.99299999999999999},"last":0.66100000000000003},{"interface":"front","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":1.0549999999999999,"5min":1.0549999999999999,"15min":1.0549999999999999},"last":0.70399999999999996}]},{"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.72999999999999998}]}]},{"osd":2,"up_from":19,"seq":81604378657,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5484,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739668,"statfs":{"total":95995035648,"available":95989420032,"internally_reserved":0,"allocated":495616,"data_stored":197944,"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":"Sat Apr 13 09:51:09 2024","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.34699999999999998,"15min":0.34000000000000002},"min":{"1min":0.25900000000000001,"5min":0.17699999999999999,"15min":0.17699999999999999},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.35399999999999998,"15min":0.34599999999999997},"min":{"1min":0.28899999999999998,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.254}]},{"osd":1,"last update":"Sat Apr 13 09:51:09 2024","interfaces":[{"interface":"back","average":{"1min":0.41799999999999998,"5min":0.38400000000000001,"15min":0.378},"min":{"1min":0.311,"5min":0.222,"15min":0.222},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.29499999999999998},{"interface":"front","average":{"1min":0.39400000000000002,"5min":0.36099999999999999,"15min":0.35499999999999998},"min":{"1min":0.29799999999999999,"5min":0.217,"15min":0.217},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.37}]},{"osd":3,"last update":"Sat Apr 13 09:51:29 2024","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.29999999999999999,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.34399999999999997},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.40699999999999997,"15min":0.40500000000000003},"min":{"1min":0.29799999999999999,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.55500000000000005,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.41999999999999998}]},{"osd":4,"last update":"Sat Apr 13 09:50:45 2024","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.63200000000000001},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.66500000000000004}]},{"osd":5,"last update":"Sat Apr 13 09:51:07 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.65500000000000003},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.57099999999999995}]},{"osd":6,"last update":"Sat Apr 13 09:51:25 2024","interfaces":[{"interface":"back","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.92800000000000005,"5min":0.92800000000000005,"15min":0.92800000000000005},"last":0.59899999999999998},{"interface":"front","average":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":0.96899999999999997,"5min":0.96899999999999997,"15min":0.96899999999999997},"last":0.52600000000000002}]},{"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.56100000000000005}]}]},{"osd":3,"up_from":26,"seq":111669149724,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5424,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739728,"statfs":{"total":95995035648,"available":95989481472,"internally_reserved":0,"allocated":499712,"data_stored":198606,"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":"Sat Apr 13 09:51:33 2024","interfaces":[{"interface":"back","average":{"1min":0.46100000000000002,"5min":0.39900000000000002,"15min":0.38900000000000001},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":1.841,"5min":1.841,"15min":1.841},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.41799999999999998,"5min":0.39400000000000002,"15min":0.39000000000000001},"min":{"1min":0.28599999999999998,"5min":0.248,"15min":0.248},"max":{"1min":0.88600000000000001,"5min":0.88600000000000001,"15min":0.88600000000000001},"last":0.313}]},{"osd":1,"last update":"Sat Apr 13 09:51:33 2024","interfaces":[{"interface":"back","average":{"1min":0.433,"5min":0.41699999999999998,"15min":0.41399999999999998},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.57599999999999996,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.34499999999999997},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.434,"15min":0.42999999999999999},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":1.2110000000000001,"5min":1.2110000000000001,"15min":1.2110000000000001},"last":0.32900000000000001}]},{"osd":2,"last update":"Sat Apr 13 09:51:33 2024","interfaces":[{"interface":"back","average":{"1min":1.5760000000000001,"5min":0.68000000000000005,"15min":0.53000000000000003},"min":{"1min":0.314,"5min":0.312,"15min":0.312},"max":{"1min":24.309999999999999,"5min":24.309999999999999,"15min":24.309999999999999},"last":0.46700000000000003},{"interface":"front","average":{"1min":1.577,"5min":0.66000000000000003,"15min":0.50700000000000001},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":24.388999999999999,"5min":24.388999999999999,"15min":24.388999999999999},"last":0.41399999999999998}]},{"osd":4,"last update":"Sat Apr 13 09:50:46 2024","interfaces":[{"interface":"back","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"last":0.47599999999999998},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.53300000000000003}]},{"osd":5,"last update":"Sat Apr 13 09:51:05 2024","interfaces":[{"interface":"back","average":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":1.51,"5min":1.51,"15min":1.51},"last":0.54600000000000004},{"interface":"front","average":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":1.7769999999999999,"5min":1.7769999999999999,"15min":1.7769999999999999},"last":0.625}]},{"osd":6,"last update":"Sat Apr 13 09:51:25 2024","interfaces":[{"interface":"back","average":{"1min":0.63,"5min":0.63,"15min":0.63},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"last":0.61499999999999999},{"interface":"front","average":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":1.4730000000000001,"5min":1.4730000000000001,"15min":1.4730000000000001},"last":0.497}]},{"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.67200000000000004}]}]},{"osd":4,"up_from":31,"seq":133143986203,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5424,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739728,"statfs":{"total":95995035648,"available":95989481472,"internally_reserved":0,"allocated":499712,"data_stored":198606,"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":"Sat Apr 13 09:50:47 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.89300000000000002,"5min":0.89300000000000002,"15min":0.89300000000000002},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.69199999999999995}]},{"osd":1,"last update":"Sat Apr 13 09:50:47 2024","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.97599999999999998,"5min":0.97599999999999998,"15min":0.97599999999999998},"last":0.64100000000000001},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.92700000000000005,"5min":0.92700000000000005,"15min":0.92700000000000005},"last":0.58499999999999996}]},{"osd":2,"last update":"Sat Apr 13 09:50:47 2024","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.90200000000000002,"5min":0.90200000000000002,"15min":0.90200000000000002},"last":0.67100000000000004},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.879,"5min":0.879,"15min":0.879},"last":0.71799999999999997}]},{"osd":3,"last update":"Sat Apr 13 09:50:47 2024","interfaces":[{"interface":"back","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.91300000000000003,"5min":0.91300000000000003,"15min":0.91300000000000003},"last":0.65900000000000003},{"interface":"front","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.93400000000000005,"5min":0.93400000000000005,"15min":0.93400000000000005},"last":0.67800000000000005}]},{"osd":5,"last update":"Sat Apr 13 09:51:06 2024","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.41999999999999998},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"last":0.46700000000000003}]},{"osd":6,"last update":"Sat Apr 13 09:51:27 2024","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.45300000000000001},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.92000000000000004,"5min":0.92000000000000004,"15min":0.92000000000000004},"last":0.48799999999999999}]},{"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.52500000000000002}]}]},{"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":5360,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739792,"statfs":{"total":95995035648,"available":95989547008,"internally_reserved":0,"allocated":499712,"data_stored":198606,"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":"Sat Apr 13 09:51:06 2024","interfaces":[{"interface":"back","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.82399999999999995,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.70499999999999996},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.68799999999999994}]},{"osd":1,"last update":"Sat Apr 13 09:51:06 2024","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.89900000000000002,"5min":0.89900000000000002,"15min":0.89900000000000002},"last":0.66000000000000003},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.63100000000000001}]},{"osd":2,"last update":"Sat Apr 13 09:51:06 2024","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.91600000000000004,"5min":0.91600000000000004,"15min":0.91600000000000004},"last":0.60799999999999998},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.61399999999999999}]},{"osd":3,"last update":"Sat Apr 13 09:51:06 2024","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.67400000000000004},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.56000000000000005}]},{"osd":4,"last update":"Sat Apr 13 09:51:06 2024","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.224,"5min":0.224,"15min":0.224},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.42199999999999999}]},{"osd":6,"last update":"Sat Apr 13 09:51:24 2024","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.54000000000000004},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.45400000000000001}]},{"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.48699999999999999}]}]}],"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-04-13T09:51:42.353 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph pg dump --format=json 2024-04-13T09:51:42.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:42 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:51:41.193148+0000 mgr.smithi062.wofrer (mgr.14164) 239 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:42.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:42 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:51:41.714398+0000 mgr.smithi062.wofrer (mgr.14164) 240 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-13T09:51:42.587 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/mon.smithi062/config 2024-04-13T09:51:44.499 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-13T09:51:44.500 INFO:teuthology.orchestra.run.smithi062.stderr:dumped all 2024-04-13T09:51:44.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:51:43.193733+0000 mgr.smithi062.wofrer (mgr.14164) 241 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:44.527 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:44 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:51:43.193733+0000 mgr.smithi062.wofrer (mgr.14164) 241 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:45.315 INFO:teuthology.orchestra.run.smithi062.stdout:{"pg_ready":true,"pg_map":{"version":212,"stamp":"2024-04-13T09:51:43.193399+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":43316,"kb_used_data":3892,"kb_used_omap":0,"kb_used_meta":39360,"kb_avail":749917900,"statfs":{"total":767960285184,"available":767915929600,"internally_reserved":0,"allocated":3985408,"data_stored":1587606,"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":51,"state":"active+clean","last_fresh":"2024-04-13T09:50:47.837309+0000","last_change":"2024-04-13T09:50:47.837309+0000","last_active":"2024-04-13T09:50:47.837309+0000","last_peered":"2024-04-13T09:50:47.837309+0000","last_clean":"2024-04-13T09:50:47.837309+0000","last_became_active":"2024-04-13T09:50:47.836987+0000","last_became_peered":"2024-04-13T09:50:47.836987+0000","last_unstale":"2024-04-13T09:50:47.837309+0000","last_undegraded":"2024-04-13T09:50:47.837309+0000","last_fullsized":"2024-04-13T09:50:47.837309+0000","mapping_epoch":50,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":51,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-13T09:49:06.484539+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-13T09:49:06.484539+0000","last_clean_scrub_stamp":"2024-04-13T09:49:06.484539+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":210453397518,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5232,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739920,"statfs":{"total":95995035648,"available":95989678080,"internally_reserved":0,"allocated":499712,"data_stored":198606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4849664},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.78700000000000003}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.80500000000000005}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.81599999999999995}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.85799999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.375}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42099999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.438}]}]},{"osd":6,"up_from":43,"seq":184683593746,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5292,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739860,"statfs":{"total":95995035648,"available":95989616640,"internally_reserved":0,"allocated":495616,"data_stored":198341,"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":"Sat Apr 13 09:51:28 2024","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":1.2250000000000001,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":0.626},{"interface":"front","average":{"1min":1.01,"5min":1.01,"15min":1.01},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":9.5199999999999996,"5min":9.5199999999999996,"15min":9.5199999999999996},"last":0.59799999999999998}]},{"osd":1,"last update":"Sat Apr 13 09:51:28 2024","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":1.0760000000000001,"5min":1.0760000000000001,"15min":1.0760000000000001},"last":0.55200000000000005},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":1.0389999999999999,"5min":1.0389999999999999,"15min":1.0389999999999999},"last":0.47199999999999998}]},{"osd":2,"last update":"Sat Apr 13 09:51:28 2024","interfaces":[{"interface":"back","average":{"1min":1.133,"5min":1.133,"15min":1.133},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":12.115,"5min":12.115,"15min":12.115},"last":0.57199999999999995},{"interface":"front","average":{"1min":0.96599999999999997,"5min":0.96599999999999997,"15min":0.96599999999999997},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":8.3089999999999993,"5min":8.3089999999999993,"15min":8.3089999999999993},"last":0.53700000000000003}]},{"osd":3,"last update":"Sat Apr 13 09:51:28 2024","interfaces":[{"interface":"back","average":{"1min":1.1459999999999999,"5min":1.1459999999999999,"15min":1.1459999999999999},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":12.042999999999999,"5min":12.042999999999999,"15min":12.042999999999999},"last":0.65300000000000002},{"interface":"front","average":{"1min":1.399,"5min":1.399,"15min":1.399},"min":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":16.02,"5min":16.02,"15min":16.02},"last":0.52200000000000002}]},{"osd":4,"last update":"Sat Apr 13 09:51:28 2024","interfaces":[{"interface":"back","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.40200000000000002},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.45200000000000001}]},{"osd":5,"last update":"Sat Apr 13 09:51:28 2024","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.50600000000000001}]},{"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.61399999999999999}]}]},{"osd":1,"up_from":14,"seq":60129542182,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5548,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739604,"statfs":{"total":95995035648,"available":95989354496,"internally_reserved":0,"allocated":495616,"data_stored":198291,"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":"Sat Apr 13 09:50:51 2024","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.32900000000000001,"15min":0.316},"min":{"1min":0.26300000000000001,"5min":0.20599999999999999,"15min":0.20599999999999999},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.41199999999999998},{"interface":"front","average":{"1min":0.40200000000000002,"5min":0.33400000000000002,"15min":0.32300000000000001},"min":{"1min":0.26100000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.50600000000000001}]},{"osd":2,"last update":"Sat Apr 13 09:51:07 2024","interfaces":[{"interface":"back","average":{"1min":0.40799999999999997,"5min":0.36399999999999999,"15min":0.35699999999999998},"min":{"1min":0.28399999999999997,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.34499999999999997},{"interface":"front","average":{"1min":0.438,"5min":0.38600000000000001,"15min":0.377},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.46800000000000003}]},{"osd":3,"last update":"Sat Apr 13 09:51:32 2024","interfaces":[{"interface":"back","average":{"1min":0.45900000000000002,"5min":0.42899999999999999,"15min":0.42399999999999999},"min":{"1min":0.29999999999999999,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.434,"5min":0.40799999999999997,"15min":0.40400000000000003},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.37}]},{"osd":4,"last update":"Sat Apr 13 09:50:45 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"last":0.72099999999999997},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.95799999999999996,"5min":0.95799999999999996,"15min":0.95799999999999996},"last":0.70799999999999996}]},{"osd":5,"last update":"Sat Apr 13 09:51:06 2024","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.88,"5min":0.88,"15min":0.88},"last":0.55600000000000005},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.65700000000000003}]},{"osd":6,"last update":"Sat Apr 13 09:51:24 2024","interfaces":[{"interface":"back","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":0.93899999999999995,"5min":0.93899999999999995,"15min":0.93899999999999995},"last":0.78200000000000003},{"interface":"front","average":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"min":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":1.0669999999999999,"5min":1.0669999999999999,"15min":1.0669999999999999},"last":0.79200000000000004}]},{"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.70099999999999996}]}]},{"osd":0,"up_from":9,"seq":38654705708,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5552,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739600,"statfs":{"total":95995035648,"available":95989350400,"internally_reserved":0,"allocated":499712,"data_stored":198606,"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":"Sat Apr 13 09:50:45 2024","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.33500000000000002,"15min":0.32100000000000001},"min":{"1min":0.28399999999999997,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.42799999999999999,"5min":0.34399999999999997,"15min":0.33000000000000002},"min":{"1min":0.23200000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.59699999999999998,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.52700000000000002}]},{"osd":2,"last update":"Sat Apr 13 09:51:10 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.36099999999999999,"15min":0.35599999999999998},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"last":0.41699999999999998},{"interface":"front","average":{"1min":0.441,"5min":0.39800000000000002,"15min":0.39100000000000001},"min":{"1min":0.32600000000000001,"5min":0.20999999999999999,"15min":0.20999999999999999},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.504}]},{"osd":3,"last update":"Sat Apr 13 09:51:35 2024","interfaces":[{"interface":"back","average":{"1min":0.438,"5min":0.44900000000000001,"15min":0.45100000000000001},"min":{"1min":0.28899999999999998,"5min":0.245,"15min":0.245},"max":{"1min":0.66500000000000004,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.56000000000000005},{"interface":"front","average":{"1min":0.41999999999999998,"5min":0.433,"15min":0.435},"min":{"1min":0.27800000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.56399999999999995,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.44500000000000001}]},{"osd":4,"last update":"Sat Apr 13 09:50:44 2024","interfaces":[{"interface":"back","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":1.0960000000000001,"5min":1.0960000000000001,"15min":1.0960000000000001},"last":0.49399999999999999},{"interface":"front","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":1.024,"5min":1.024,"15min":1.024},"last":0.58799999999999997}]},{"osd":5,"last update":"Sat Apr 13 09:51:10 2024","interfaces":[{"interface":"back","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.95699999999999996,"5min":0.95699999999999996,"15min":0.95699999999999996},"last":0.68500000000000005},{"interface":"front","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":1.004,"5min":1.004,"15min":1.004},"last":0.73799999999999999}]},{"osd":6,"last update":"Sat Apr 13 09:51:27 2024","interfaces":[{"interface":"back","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.99299999999999999,"5min":0.99299999999999999,"15min":0.99299999999999999},"last":0.66100000000000003},{"interface":"front","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":1.0549999999999999,"5min":1.0549999999999999,"15min":1.0549999999999999},"last":0.70399999999999996}]},{"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.72999999999999998}]}]},{"osd":2,"up_from":19,"seq":81604378658,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5484,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739668,"statfs":{"total":95995035648,"available":95989420032,"internally_reserved":0,"allocated":495616,"data_stored":197944,"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":"Sat Apr 13 09:51:09 2024","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.34699999999999998,"15min":0.34000000000000002},"min":{"1min":0.25900000000000001,"5min":0.17699999999999999,"15min":0.17699999999999999},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.28699999999999998},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.35399999999999998,"15min":0.34599999999999997},"min":{"1min":0.28899999999999998,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.32300000000000001}]},{"osd":1,"last update":"Sat Apr 13 09:51:09 2024","interfaces":[{"interface":"back","average":{"1min":0.41799999999999998,"5min":0.38400000000000001,"15min":0.378},"min":{"1min":0.311,"5min":0.222,"15min":0.222},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.35999999999999999},{"interface":"front","average":{"1min":0.39400000000000002,"5min":0.36099999999999999,"15min":0.35499999999999998},"min":{"1min":0.29799999999999999,"5min":0.217,"15min":0.217},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.442}]},{"osd":3,"last update":"Sat Apr 13 09:51:29 2024","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.29999999999999999,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.39500000000000002},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.40699999999999997,"15min":0.40500000000000003},"min":{"1min":0.29799999999999999,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.55500000000000005,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.40400000000000003}]},{"osd":4,"last update":"Sat Apr 13 09:50:45 2024","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.64700000000000002},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.63400000000000001}]},{"osd":5,"last update":"Sat Apr 13 09:51:07 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.58999999999999997},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.50900000000000001}]},{"osd":6,"last update":"Sat Apr 13 09:51:25 2024","interfaces":[{"interface":"back","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.92800000000000005,"5min":0.92800000000000005,"15min":0.92800000000000005},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":0.96899999999999997,"5min":0.96899999999999997,"15min":0.96899999999999997},"last":0.59999999999999998}]},{"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.52400000000000002}]}]},{"osd":3,"up_from":26,"seq":111669149724,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5424,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739728,"statfs":{"total":95995035648,"available":95989481472,"internally_reserved":0,"allocated":499712,"data_stored":198606,"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":"Sat Apr 13 09:51:33 2024","interfaces":[{"interface":"back","average":{"1min":0.46100000000000002,"5min":0.39900000000000002,"15min":0.38900000000000001},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":1.841,"5min":1.841,"15min":1.841},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.41799999999999998,"5min":0.39400000000000002,"15min":0.39000000000000001},"min":{"1min":0.28599999999999998,"5min":0.248,"15min":0.248},"max":{"1min":0.88600000000000001,"5min":0.88600000000000001,"15min":0.88600000000000001},"last":0.313}]},{"osd":1,"last update":"Sat Apr 13 09:51:33 2024","interfaces":[{"interface":"back","average":{"1min":0.433,"5min":0.41699999999999998,"15min":0.41399999999999998},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.57599999999999996,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.34499999999999997},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.434,"15min":0.42999999999999999},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":1.2110000000000001,"5min":1.2110000000000001,"15min":1.2110000000000001},"last":0.32900000000000001}]},{"osd":2,"last update":"Sat Apr 13 09:51:33 2024","interfaces":[{"interface":"back","average":{"1min":1.5760000000000001,"5min":0.68000000000000005,"15min":0.53000000000000003},"min":{"1min":0.314,"5min":0.312,"15min":0.312},"max":{"1min":24.309999999999999,"5min":24.309999999999999,"15min":24.309999999999999},"last":0.46700000000000003},{"interface":"front","average":{"1min":1.577,"5min":0.66000000000000003,"15min":0.50700000000000001},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":24.388999999999999,"5min":24.388999999999999,"15min":24.388999999999999},"last":0.41399999999999998}]},{"osd":4,"last update":"Sat Apr 13 09:50:46 2024","interfaces":[{"interface":"back","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"last":0.47599999999999998},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.53300000000000003}]},{"osd":5,"last update":"Sat Apr 13 09:51:05 2024","interfaces":[{"interface":"back","average":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":1.51,"5min":1.51,"15min":1.51},"last":0.54600000000000004},{"interface":"front","average":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":1.7769999999999999,"5min":1.7769999999999999,"15min":1.7769999999999999},"last":0.625}]},{"osd":6,"last update":"Sat Apr 13 09:51:25 2024","interfaces":[{"interface":"back","average":{"1min":0.63,"5min":0.63,"15min":0.63},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"last":0.61499999999999999},{"interface":"front","average":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":1.4730000000000001,"5min":1.4730000000000001,"15min":1.4730000000000001},"last":0.497}]},{"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.67200000000000004}]}]},{"osd":4,"up_from":31,"seq":133143986203,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5424,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739728,"statfs":{"total":95995035648,"available":95989481472,"internally_reserved":0,"allocated":499712,"data_stored":198606,"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":"Sat Apr 13 09:50:47 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.89300000000000002,"5min":0.89300000000000002,"15min":0.89300000000000002},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.69199999999999995}]},{"osd":1,"last update":"Sat Apr 13 09:50:47 2024","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.97599999999999998,"5min":0.97599999999999998,"15min":0.97599999999999998},"last":0.64100000000000001},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.92700000000000005,"5min":0.92700000000000005,"15min":0.92700000000000005},"last":0.58499999999999996}]},{"osd":2,"last update":"Sat Apr 13 09:50:47 2024","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.90200000000000002,"5min":0.90200000000000002,"15min":0.90200000000000002},"last":0.67100000000000004},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.879,"5min":0.879,"15min":0.879},"last":0.71799999999999997}]},{"osd":3,"last update":"Sat Apr 13 09:50:47 2024","interfaces":[{"interface":"back","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.91300000000000003,"5min":0.91300000000000003,"15min":0.91300000000000003},"last":0.65900000000000003},{"interface":"front","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.93400000000000005,"5min":0.93400000000000005,"15min":0.93400000000000005},"last":0.67800000000000005}]},{"osd":5,"last update":"Sat Apr 13 09:51:06 2024","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.41999999999999998},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"last":0.46700000000000003}]},{"osd":6,"last update":"Sat Apr 13 09:51:27 2024","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.45300000000000001},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.92000000000000004,"5min":0.92000000000000004,"15min":0.92000000000000004},"last":0.48799999999999999}]},{"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.52500000000000002}]}]},{"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":5360,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739792,"statfs":{"total":95995035648,"available":95989547008,"internally_reserved":0,"allocated":499712,"data_stored":198606,"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":"Sat Apr 13 09:51:06 2024","interfaces":[{"interface":"back","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.82399999999999995,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.70499999999999996},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.68799999999999994}]},{"osd":1,"last update":"Sat Apr 13 09:51:06 2024","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.89900000000000002,"5min":0.89900000000000002,"15min":0.89900000000000002},"last":0.66000000000000003},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.63100000000000001}]},{"osd":2,"last update":"Sat Apr 13 09:51:06 2024","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.91600000000000004,"5min":0.91600000000000004,"15min":0.91600000000000004},"last":0.60799999999999998},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.61399999999999999}]},{"osd":3,"last update":"Sat Apr 13 09:51:06 2024","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.67400000000000004},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.56000000000000005}]},{"osd":4,"last update":"Sat Apr 13 09:51:06 2024","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.224,"5min":0.224,"15min":0.224},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.42199999999999999}]},{"osd":6,"last update":"Sat Apr 13 09:51:24 2024","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.54000000000000004},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.45400000000000001}]},{"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.48699999999999999}]}]}],"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-04-13T09:51:45.316 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-04-13T09:51:45.316 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-04-13T09:51:45.316 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-04-13T09:51:45.316 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph health --format=json 2024-04-13T09:51:45.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:51:44.497221+0000 mgr.smithi062.wofrer (mgr.14164) 242 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-13T09:51:45.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:51:44.497221+0000 mgr.smithi062.wofrer (mgr.14164) 242 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-13T09:51:45.552 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/mon.smithi062/config 2024-04-13T09:51:46.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:51:45.194258+0000 mgr.smithi062.wofrer (mgr.14164) 243 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:46.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:51:45.947631+0000 mon.smithi062 (mon.0) 587 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:51:46.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:51:45.948562+0000 mon.smithi062 (mon.0) 588 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:51:46.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:51:45.949170+0000 mon.smithi062 (mon.0) 589 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:51:46.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:51:45.194258+0000 mgr.smithi062.wofrer (mgr.14164) 243 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:46.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:51:45.947631+0000 mon.smithi062 (mon.0) 587 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:51:46.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:51:45.948562+0000 mon.smithi062 (mon.0) 588 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:51:46.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:51:45.949170+0000 mon.smithi062 (mon.0) 589 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:51:47.621 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-13T09:51:47.645 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:51:46.386206+0000 mon.smithi062 (mon.0) 590 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:51:47.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:51:46.386206+0000 mon.smithi062 (mon.0) 590 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:51:48.276 INFO:teuthology.orchestra.run.smithi062.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-04-13T09:51:48.276 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-04-13T09:51:48.277 INFO:tasks.cephadm:Setup complete, yielding 2024-04-13T09:51:48.277 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-13T09:51:48.287 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi062.front.sepia.ceph.com 2024-04-13T09:51:48.287 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- bash -c 'ceph orch status' 2024-04-13T09:51:48.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:48 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:51:47.194570+0000 mgr.smithi062.wofrer (mgr.14164) 244 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:48.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:48 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:51:47.621741+0000 mon.smithi062 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.62:0/4228255646' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-13T09:51:48.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:48 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:51:47.194570+0000 mgr.smithi062.wofrer (mgr.14164) 244 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:48.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:48 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:51:47.621741+0000 mon.smithi062 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.62:0/4228255646' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-13T09:51:50.372 INFO:teuthology.orchestra.run.smithi062.stdout:Backend: cephadm 2024-04-13T09:51:50.372 INFO:teuthology.orchestra.run.smithi062.stdout:Available: Yes 2024-04-13T09:51:50.372 INFO:teuthology.orchestra.run.smithi062.stdout:Paused: No 2024-04-13T09:51:50.764 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:50 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:51:49.194882+0000 mgr.smithi062.wofrer (mgr.14164) 245 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:50.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:50 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:51:49.194882+0000 mgr.smithi062.wofrer (mgr.14164) 245 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:51.109 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- bash -c 'ceph orch ps' 2024-04-13T09:51:51.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:51:50.371547+0000 mgr.smithi062.wofrer (mgr.14164) 246 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:51:51.778 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:51:50.371547+0000 mgr.smithi062.wofrer (mgr.14164) 246 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:51:52.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:51:51.195200+0000 mgr.smithi062.wofrer (mgr.14164) 247 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:52.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:51:51.195200+0000 mgr.smithi062.wofrer (mgr.14164) 247 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:53.241 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T09:51:53.241 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (3m) 89s ago 5m 19.9M - 0.20.0 0881eb8f169f 408c2842c887 2024-04-13T09:51:53.242 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (5m) 89s ago 5m 6395k - 16.2.5 6933c2a0b7dd 7a9c2c1a0af1 2024-04-13T09:51:53.242 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (4m) 70s ago 4m 6387k - 16.2.5 6933c2a0b7dd a611207376c9 2024-04-13T09:51:53.242 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (3m) 89s ago 5m 24.8M - 6.7.4 557c83e11646 bba122ba2ce9 2024-04-13T09:51:53.242 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:9283 running (6m) 89s ago 6m 414M - 16.2.5 6933c2a0b7dd 1624956d67ec 2024-04-13T09:51:53.242 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283 running (4m) 70s ago 4m 369M - 16.2.5 6933c2a0b7dd a2817e972ff4 2024-04-13T09:51:53.242 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (6m) 89s ago 7m 54.5M 2048M 16.2.5 6933c2a0b7dd 724aac6eaf10 2024-04-13T09:51:53.242 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (4m) 70s ago 4m 58.2M 2048M 16.2.5 6933c2a0b7dd fda491e695cc 2024-04-13T09:51:53.242 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (4m) 89s ago 4m 17.0M - 0.18.1 e5a616e4b9cf 09d50adc704d 2024-04-13T09:51:53.242 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (4m) 70s ago 4m 15.3M - 0.18.1 e5a616e4b9cf 81a3faddaae0 2024-04-13T09:51:53.242 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (3m) 89s ago 3m 30.2M 3224M 16.2.5 6933c2a0b7dd fd265569b30d 2024-04-13T09:51:53.242 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (3m) 89s ago 3m 32.6M 3224M 16.2.5 6933c2a0b7dd 09ca36a5db39 2024-04-13T09:51:53.242 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (2m) 89s ago 2m 29.5M 3224M 16.2.5 6933c2a0b7dd 89cc0ac92247 2024-04-13T09:51:53.242 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (2m) 89s ago 2m 26.1M 3224M 16.2.5 6933c2a0b7dd b0323c8d9018 2024-04-13T09:51:53.243 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (2m) 70s ago 2m 27.7M 3992M 16.2.5 6933c2a0b7dd f89e1bdd5583 2024-04-13T09:51:53.243 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (114s) 70s ago 114s 31.6M 3992M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T09:51:53.243 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (94s) 70s ago 94s 25.9M 3992M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T09:51:53.243 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (73s) 70s ago 73s 13.9M 3992M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T09:51:53.243 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 running (3m) 89s ago 4m 38.7M - 2.18.1 de242295e225 0f70cbd4f2ff 2024-04-13T09:51:54.014 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- bash -c 'ceph orch ls' 2024-04-13T09:51:54.697 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:51:53.195503+0000 mgr.smithi062.wofrer (mgr.14164) 248 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:54.697 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:51:53.234021+0000 mgr.smithi062.wofrer (mgr.14164) 249 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:51:54.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:54 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:51:53.195503+0000 mgr.smithi062.wofrer (mgr.14164) 248 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:54.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:54 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:51:53.234021+0000 mgr.smithi062.wofrer (mgr.14164) 249 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:51:56.017 INFO:teuthology.orchestra.run.smithi062.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-04-13T09:51:56.017 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager ?:9093,9094 1/1 92s ago 6m count:1 2024-04-13T09:51:56.017 INFO:teuthology.orchestra.run.smithi062.stdout:crash 2/2 92s ago 6m * 2024-04-13T09:51:56.017 INFO:teuthology.orchestra.run.smithi062.stdout:grafana ?:3000 1/1 92s ago 6m count:1 2024-04-13T09:51:56.017 INFO:teuthology.orchestra.run.smithi062.stdout:mgr 2/2 92s ago 6m count:2 2024-04-13T09:51:56.017 INFO:teuthology.orchestra.run.smithi062.stdout:mon 2/2 92s ago 5m smithi062:172.21.15.62=smithi062;smithi064:172.21.15.64=smithi064;count:2 2024-04-13T09:51:56.017 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter ?:9100 2/2 92s ago 6m * 2024-04-13T09:51:56.017 INFO:teuthology.orchestra.run.smithi062.stdout:osd 8/8 92s ago - 2024-04-13T09:51:56.018 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus ?:9095 1/1 92s ago 6m count:1 2024-04-13T09:51:56.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:51:55.195832+0000 mgr.smithi062.wofrer (mgr.14164) 250 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:56.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:51:55.195832+0000 mgr.smithi062.wofrer (mgr.14164) 250 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:56.721 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- bash -c 'ceph orch host ls' 2024-04-13T09:51:57.208 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:51:56.013379+0000 mgr.smithi062.wofrer (mgr.14164) 251 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:51:57.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:51:56.013379+0000 mgr.smithi062.wofrer (mgr.14164) 251 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:51:58.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:51:57.196126+0000 mgr.smithi062.wofrer (mgr.14164) 252 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:58.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:51:57.196126+0000 mgr.smithi062.wofrer (mgr.14164) 252 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:51:58.727 INFO:teuthology.orchestra.run.smithi062.stdout:HOST ADDR LABELS STATUS 2024-04-13T09:51:58.727 INFO:teuthology.orchestra.run.smithi062.stdout:smithi062 172.21.15.62 2024-04-13T09:51:58.727 INFO:teuthology.orchestra.run.smithi062.stdout:smithi064 172.21.15.64 2024-04-13T09:51:59.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:58 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:51:58.727003+0000 mgr.smithi062.wofrer (mgr.14164) 253 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:51:59.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:58 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:51:58.727003+0000 mgr.smithi062.wofrer (mgr.14164) 253 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:51:59.381 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- bash -c 'ceph orch device ls' 2024-04-13T09:52:00.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:51:59.196484+0000 mgr.smithi062.wofrer (mgr.14164) 254 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:52:00.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:51:59.284925+0000 mon.smithi062 (mon.0) 592 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/trash_purge_schedule"}]: dispatch 2024-04-13T09:52:00.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:51:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:51:59.285141+0000 mon.smithi062 (mon.0) 593 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/mirror_snapshot_schedule"}]: dispatch 2024-04-13T09:52:00.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:51:59.196484+0000 mgr.smithi062.wofrer (mgr.14164) 254 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:52:00.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:51:59.284925+0000 mon.smithi062 (mon.0) 592 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/trash_purge_schedule"}]: dispatch 2024-04-13T09:52:00.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:51:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:51:59.285141+0000 mon.smithi062 (mon.0) 593 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/mirror_snapshot_schedule"}]: dispatch 2024-04-13T09:52:01.899 INFO:teuthology.orchestra.run.smithi062.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2024-04-13T09:52:01.899 INFO:teuthology.orchestra.run.smithi062.stdout:smithi062 /dev/nvme0n1 ssd CVFT53440094400BGN 400G Unknown N/A N/A No 2024-04-13T09:52:01.899 INFO:teuthology.orchestra.run.smithi062.stdout:smithi064 /dev/nvme0n1 ssd CVFT534400C2400BGN 400G Unknown N/A N/A No 2024-04-13T09:52:02.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:02 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:01.196817+0000 mgr.smithi062.wofrer (mgr.14164) 255 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:52:02.533 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:01.196817+0000 mgr.smithi062.wofrer (mgr.14164) 255 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:52:02.553 INFO:teuthology.run_tasks:Running task vip.exec... 2024-04-13T09:52:02.562 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi062.front.sepia.ceph.com 2024-04-13T09:52:02.562 DEBUG:teuthology.orchestra.run.smithi062:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-04-13T09:52:02.593 INFO:teuthology.orchestra.run.smithi062.stderr:+ systemctl stop nfs-server 2024-04-13T09:52:02.600 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi064.front.sepia.ceph.com 2024-04-13T09:52:02.601 DEBUG:teuthology.orchestra.run.smithi064:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-04-13T09:52:02.639 INFO:teuthology.orchestra.run.smithi064.stderr:+ systemctl stop nfs-server 2024-04-13T09:52:02.648 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-13T09:52:02.659 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi062.front.sepia.ceph.com 2024-04-13T09:52:02.659 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- bash -c 'ceph fs volume create foofs' 2024-04-13T09:52:03.349 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:01.898190+0000 mgr.smithi062.wofrer (mgr.14164) 256 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:52:03.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:01.898190+0000 mgr.smithi062.wofrer (mgr.14164) 256 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:52:04.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:03.197148+0000 mgr.smithi062.wofrer (mgr.14164) 257 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:52:04.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:03.197148+0000 mgr.smithi062.wofrer (mgr.14164) 257 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:52:05.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:04.762216+0000 mgr.smithi062.wofrer (mgr.14164) 258 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:52:05.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:04.762721+0000 mon.smithi062 (mon.0) 594 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-04-13T09:52:05.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:04.762216+0000 mgr.smithi062.wofrer (mgr.14164) 258 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:52:05.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:04.762721+0000 mon.smithi062 (mon.0) 594 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-04-13T09:52:06.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:05.197437+0000 mgr.smithi062.wofrer (mgr.14164) 259 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:52:06.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:05.269605+0000 mon.smithi062 (mon.0) 595 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-04-13T09:52:06.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:05.269649+0000 mon.smithi062 (mon.0) 596 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-04-13T09:52:06.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:05.270411+0000 mon.smithi062 (mon.0) 597 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-04-13T09:52:06.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T09:52:06.278+0000 7fb11f6e9700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-04-13T09:52:06.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:06 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:05.197437+0000 mgr.smithi062.wofrer (mgr.14164) 259 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:52:06.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:06 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:05.269605+0000 mon.smithi062 (mon.0) 595 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-04-13T09:52:06.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:06 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:05.269649+0000 mon.smithi062 (mon.0) 596 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-04-13T09:52:06.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:06 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:05.270411+0000 mon.smithi062 (mon.0) 597 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-04-13T09:52:07.050 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-04-13T09:52:07.062 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2024-04-13T09:52:07.063 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph orch ls -f json 2024-04-13T09:52:07.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:07 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:06.275626+0000 mon.smithi062 (mon.0) 598 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-04-13T09:52:07.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:07 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:06.275879+0000 mon.smithi062 (mon.0) 599 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-04-13T09:52:07.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:07 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:06.278077+0000 mon.smithi062 (mon.0) 600 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-04-13T09:52:07.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:07 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:06.279005+0000 mon.smithi062 (mon.0) 601 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-04-13T09:52:07.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:07 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:06.279034+0000 mon.smithi062 (mon.0) 602 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-04-13T09:52:07.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:07 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:06.289902+0000 mon.smithi062 (mon.0) 603 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-04-13T09:52:07.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:07 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:06.294013+0000 mon.smithi062 (mon.0) 604 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-04-13T09:52:07.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:07 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:06.294106+0000 mon.smithi062 (mon.0) 605 : cluster [DBG] fsmap foofs:0 2024-04-13T09:52:07.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:07 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:52:06.297959+0000 mgr.smithi062.wofrer (mgr.14164) 260 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-04-13T09:52:07.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:07 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:06.302715+0000 mon.smithi062 (mon.0) 606 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:07.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:07 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:06.303553+0000 mon.smithi062 (mon.0) 607 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:52:07.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:07 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:06.305259+0000 mon.smithi062 (mon.0) 608 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:52:07.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:07 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:06.308035+0000 mon.smithi062 (mon.0) 609 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:52:07.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:07 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:06.316734+0000 mon.smithi062 (mon.0) 610 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:07.299 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:07 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:06.324806+0000 mon.smithi062 (mon.0) 611 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:07.299 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:07 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:06.327848+0000 mon.smithi062 (mon.0) 612 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi062.hadckm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-13T09:52:07.299 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:07 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:06.331901+0000 mon.smithi062 (mon.0) 613 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi062.hadckm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-04-13T09:52:07.299 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:07 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:06.332896+0000 mon.smithi062 (mon.0) 614 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:52:07.299 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:07 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:52:06.334333+0000 mgr.smithi062.wofrer (mgr.14164) 261 : cephadm [INF] Deploying daemon mds.foofs.smithi062.hadckm on smithi062 2024-04-13T09:52:07.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:07 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:06.275626+0000 mon.smithi062 (mon.0) 598 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-04-13T09:52:07.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:07 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:06.275879+0000 mon.smithi062 (mon.0) 599 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-04-13T09:52:07.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:07 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:06.278077+0000 mon.smithi062 (mon.0) 600 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-04-13T09:52:07.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:07 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:06.279005+0000 mon.smithi062 (mon.0) 601 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-04-13T09:52:07.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:07 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:06.279034+0000 mon.smithi062 (mon.0) 602 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-04-13T09:52:07.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:07 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:06.289902+0000 mon.smithi062 (mon.0) 603 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-04-13T09:52:07.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:07 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:06.294013+0000 mon.smithi062 (mon.0) 604 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-04-13T09:52:07.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:07 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:06.294106+0000 mon.smithi062 (mon.0) 605 : cluster [DBG] fsmap foofs:0 2024-04-13T09:52:07.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:07 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:52:06.297959+0000 mgr.smithi062.wofrer (mgr.14164) 260 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-04-13T09:52:07.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:07 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:06.302715+0000 mon.smithi062 (mon.0) 606 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:07.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:07 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:06.303553+0000 mon.smithi062 (mon.0) 607 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:52:07.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:07 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:06.305259+0000 mon.smithi062 (mon.0) 608 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:52:07.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:07 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:06.308035+0000 mon.smithi062 (mon.0) 609 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:52:07.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:07 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:06.316734+0000 mon.smithi062 (mon.0) 610 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:07.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:07 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:06.324806+0000 mon.smithi062 (mon.0) 611 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:07.768 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:07 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:06.327848+0000 mon.smithi062 (mon.0) 612 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi062.hadckm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-13T09:52:07.768 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:07 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:06.331901+0000 mon.smithi062 (mon.0) 613 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi062.hadckm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-04-13T09:52:07.768 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:07 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:06.332896+0000 mon.smithi062 (mon.0) 614 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:52:07.768 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:07 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:52:06.334333+0000 mgr.smithi062.wofrer (mgr.14164) 261 : cephadm [INF] Deploying daemon mds.foofs.smithi062.hadckm on smithi062 2024-04-13T09:52:08.423 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:07.197768+0000 mgr.smithi062.wofrer (mgr.14164) 262 : cluster [DBG] pgmap v227: 65 pgs: 7 creating+peering, 53 unknown, 5 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:52:08.423 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:07.289263+0000 mon.smithi062 (mon.0) 615 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-04-13T09:52:08.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:08 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:07.197768+0000 mgr.smithi062.wofrer (mgr.14164) 262 : cluster [DBG] pgmap v227: 65 pgs: 7 creating+peering, 53 unknown, 5 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:52:08.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:08 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:07.289263+0000 mon.smithi062 (mon.0) 615 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-04-13T09:52:09.431 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:08.290843+0000 mon.smithi062 (mon.0) 616 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-04-13T09:52:09.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:08.290843+0000 mon.smithi062 (mon.0) 616 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-04-13T09:52:09.859 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-13T09:52:09.859 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-13T09:45:48.915791Z", "last_refresh": "2024-04-13T09:50:23.401662Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-13T09:45:35.477862Z", "last_refresh": "2024-04-13T09:50:23.401722Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-04-13T09:45:45.531698Z", "last_refresh": "2024-04-13T09:50:23.401790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-13T09:52:06.302933Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-13T09:52:06.297990Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-13T09:45:34.036822Z", "last_refresh": "2024-04-13T09:50:23.401596Z", "running": 2, "size": 2}}, {"events": ["2024-04-13T09:46:27.696741Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi064:172.21.15.64=smithi064"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-13T09:46:27.694059Z", "last_refresh": "2024-04-13T09:50:23.401469Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-13T09:45:47.526077Z", "last_refresh": "2024-04-13T09:50:23.401849Z", "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": "quay.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", "last_refresh": "2024-04-13T09:50:23.401962Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-13T09:45:43.916777Z", "last_refresh": "2024-04-13T09:50:23.401907Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-13T09:52:10.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:10 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:09.198104+0000 mgr.smithi062.wofrer (mgr.14164) 263 : cluster [DBG] pgmap v230: 65 pgs: 7 creating+peering, 35 unknown, 23 active+clean; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:52:10.779 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:10 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:09.198104+0000 mgr.smithi062.wofrer (mgr.14164) 263 : cluster [DBG] pgmap v230: 65 pgs: 7 creating+peering, 35 unknown, 23 active+clean; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:52:10.800 INFO:tasks.cephadm:mds.foofs has 0/2 2024-04-13T09:52:11.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:11 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:09.856010+0000 mgr.smithi062.wofrer (mgr.14164) 264 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-13T09:52:11.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:11 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:10.947189+0000 mon.smithi062 (mon.0) 617 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:11.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:11 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:10.948116+0000 mon.smithi062 (mon.0) 618 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi064.zvuvtq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-13T09:52:11.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:11 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:10.951046+0000 mon.smithi062 (mon.0) 619 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi064.zvuvtq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-04-13T09:52:11.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:11 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:10.951668+0000 mon.smithi062 (mon.0) 620 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:52:11.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:11 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:09.856010+0000 mgr.smithi062.wofrer (mgr.14164) 264 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-13T09:52:11.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:11 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:10.947189+0000 mon.smithi062 (mon.0) 617 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:11.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:11 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:10.948116+0000 mon.smithi062 (mon.0) 618 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi064.zvuvtq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-13T09:52:11.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:11 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:10.951046+0000 mon.smithi062 (mon.0) 619 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi064.zvuvtq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-04-13T09:52:11.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:11 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:10.951668+0000 mon.smithi062 (mon.0) 620 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:52:11.801 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph orch ls -f json 2024-04-13T09:52:12.479 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:12 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:52:10.952218+0000 mgr.smithi062.wofrer (mgr.14164) 265 : cephadm [INF] Deploying daemon mds.foofs.smithi064.zvuvtq on smithi064 2024-04-13T09:52:12.480 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:12 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:11.198663+0000 mgr.smithi062.wofrer (mgr.14164) 266 : cluster [DBG] pgmap v231: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:52:12.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:12 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:52:10.952218+0000 mgr.smithi062.wofrer (mgr.14164) 265 : cephadm [INF] Deploying daemon mds.foofs.smithi064.zvuvtq on smithi064 2024-04-13T09:52:12.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:12 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:11.198663+0000 mgr.smithi062.wofrer (mgr.14164) 266 : cluster [DBG] pgmap v231: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:52:13.904 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-13T09:52:13.904 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-13T09:45:48.915791Z", "last_refresh": "2024-04-13T09:50:23.401662Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-13T09:45:35.477862Z", "last_refresh": "2024-04-13T09:50:23.401722Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-04-13T09:45:45.531698Z", "last_refresh": "2024-04-13T09:50:23.401790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-13T09:52:06.302933Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-13T09:52:06.297990Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-13T09:45:34.036822Z", "last_refresh": "2024-04-13T09:50:23.401596Z", "running": 2, "size": 2}}, {"events": ["2024-04-13T09:46:27.696741Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi064:172.21.15.64=smithi064"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-13T09:46:27.694059Z", "last_refresh": "2024-04-13T09:50:23.401469Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-13T09:45:47.526077Z", "last_refresh": "2024-04-13T09:50:23.401849Z", "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": "quay.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", "last_refresh": "2024-04-13T09:50:23.401962Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-13T09:45:43.916777Z", "last_refresh": "2024-04-13T09:50:23.401907Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-13T09:52:14.687 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:13.199047+0000 mgr.smithi062.wofrer (mgr.14164) 267 : cluster [DBG] pgmap v232: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:52:14.687 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:13.523370+0000 mon.smithi062 (mon.0) 621 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:14.687 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:13.524570+0000 mon.smithi062 (mon.0) 622 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:52:14.687 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:13.525570+0000 mon.smithi062 (mon.0) 623 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:52:14.687 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:13.526224+0000 mon.smithi062 (mon.0) 624 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:52:14.687 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:14.297874+0000 mon.smithi062 (mon.0) 625 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:14.687 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:14.305934+0000 mon.smithi062 (mon.0) 626 : cluster [DBG] mds.? [v2:172.21.15.64:6832/1043173318,v1:172.21.15.64:6833/1043173318] up:boot 2024-04-13T09:52:14.687 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:14.305966+0000 mon.smithi062 (mon.0) 627 : cluster [INF] daemon mds.foofs.smithi064.zvuvtq assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-04-13T09:52:14.687 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:14.306004+0000 mon.smithi062 (mon.0) 628 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-04-13T09:52:14.688 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:14.306017+0000 mon.smithi062 (mon.0) 629 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-04-13T09:52:14.688 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:14.306026+0000 mon.smithi062 (mon.0) 630 : cluster [INF] Cluster is now healthy 2024-04-13T09:52:14.688 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:14.306196+0000 mon.smithi062 (mon.0) 631 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-04-13T09:52:14.688 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:14.306289+0000 mon.smithi062 (mon.0) 632 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi064.zvuvtq"}]: dispatch 2024-04-13T09:52:14.688 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:14.308205+0000 mon.smithi062 (mon.0) 633 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi064.zvuvtq=up:creating} 2024-04-13T09:52:14.688 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:14.319618+0000 mon.smithi062 (mon.0) 634 : cluster [INF] daemon mds.foofs.smithi064.zvuvtq is now active in filesystem foofs as rank 0 2024-04-13T09:52:14.709 INFO:tasks.cephadm:mds.foofs has 2/2 2024-04-13T09:52:14.709 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-13T09:52:14.719 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi062.front.sepia.ceph.com 2024-04-13T09:52:14.720 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2024-04-13T09:52:14.982 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:13.199047+0000 mgr.smithi062.wofrer (mgr.14164) 267 : cluster [DBG] pgmap v232: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:52:14.982 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:13.523370+0000 mon.smithi062 (mon.0) 621 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:14.982 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:13.524570+0000 mon.smithi062 (mon.0) 622 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:52:14.983 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:13.525570+0000 mon.smithi062 (mon.0) 623 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:52:14.983 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:13.526224+0000 mon.smithi062 (mon.0) 624 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:52:14.983 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:14.297874+0000 mon.smithi062 (mon.0) 625 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:14.983 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:14.305934+0000 mon.smithi062 (mon.0) 626 : cluster [DBG] mds.? [v2:172.21.15.64:6832/1043173318,v1:172.21.15.64:6833/1043173318] up:boot 2024-04-13T09:52:14.983 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:14.305966+0000 mon.smithi062 (mon.0) 627 : cluster [INF] daemon mds.foofs.smithi064.zvuvtq assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-04-13T09:52:14.983 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:14.306004+0000 mon.smithi062 (mon.0) 628 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-04-13T09:52:14.983 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:14.306017+0000 mon.smithi062 (mon.0) 629 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-04-13T09:52:14.983 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:14.306026+0000 mon.smithi062 (mon.0) 630 : cluster [INF] Cluster is now healthy 2024-04-13T09:52:14.983 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:14.306196+0000 mon.smithi062 (mon.0) 631 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-04-13T09:52:14.983 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:14.306289+0000 mon.smithi062 (mon.0) 632 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi064.zvuvtq"}]: dispatch 2024-04-13T09:52:14.983 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:14.308205+0000 mon.smithi062 (mon.0) 633 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi064.zvuvtq=up:creating} 2024-04-13T09:52:14.983 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:14.319618+0000 mon.smithi062 (mon.0) 634 : cluster [INF] daemon mds.foofs.smithi064.zvuvtq is now active in filesystem foofs as rank 0 2024-04-13T09:52:15.780 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:13.901224+0000 mgr.smithi062.wofrer (mgr.14164) 268 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-13T09:52:15.780 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:15.200165+0000 mon.smithi062 (mon.0) 635 : cluster [DBG] mds.? [v2:172.21.15.64:6832/1043173318,v1:172.21.15.64:6833/1043173318] up:active 2024-04-13T09:52:15.780 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:15.200228+0000 mon.smithi062 (mon.0) 636 : cluster [DBG] mds.? [v2:172.21.15.62:6834/1164265845,v1:172.21.15.62:6835/1164265845] up:boot 2024-04-13T09:52:15.780 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:15.200288+0000 mon.smithi062 (mon.0) 637 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi064.zvuvtq=up:active} 1 up:standby 2024-04-13T09:52:15.781 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:15.202787+0000 mon.smithi062 (mon.0) 638 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi062.hadckm"}]: dispatch 2024-04-13T09:52:16.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:15 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:13.901224+0000 mgr.smithi062.wofrer (mgr.14164) 268 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-13T09:52:16.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:15 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:15.200165+0000 mon.smithi062 (mon.0) 635 : cluster [DBG] mds.? [v2:172.21.15.64:6832/1043173318,v1:172.21.15.64:6833/1043173318] up:active 2024-04-13T09:52:16.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:15 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:15.200228+0000 mon.smithi062 (mon.0) 636 : cluster [DBG] mds.? [v2:172.21.15.62:6834/1164265845,v1:172.21.15.62:6835/1164265845] up:boot 2024-04-13T09:52:16.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:15 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:15.200288+0000 mon.smithi062 (mon.0) 637 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi064.zvuvtq=up:active} 1 up:standby 2024-04-13T09:52:16.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:15 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:15.202787+0000 mon.smithi062 (mon.0) 638 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi062.hadckm"}]: dispatch 2024-04-13T09:52:17.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:16 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:15.199421+0000 mgr.smithi062.wofrer (mgr.14164) 269 : cluster [DBG] pgmap v233: 65 pgs: 65 active+clean; 588 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:52:17.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:16 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:15.638745+0000 mon.smithi062 (mon.0) 639 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:17.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:16 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:15.199421+0000 mgr.smithi062.wofrer (mgr.14164) 269 : cluster [DBG] pgmap v233: 65 pgs: 65 active+clean; 588 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-04-13T09:52:17.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:16 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:15.638745+0000 mon.smithi062 (mon.0) 639 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:19.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:18 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:17.199825+0000 mgr.smithi062.wofrer (mgr.14164) 270 : cluster [DBG] pgmap v234: 65 pgs: 65 active+clean; 610 B data, 44 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 11 op/s 2024-04-13T09:52:19.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:18 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:18.011035+0000 mon.smithi062 (mon.0) 640 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-04-13T09:52:19.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:18 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:17.199825+0000 mgr.smithi062.wofrer (mgr.14164) 270 : cluster [DBG] pgmap v234: 65 pgs: 65 active+clean; 610 B data, 44 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 11 op/s 2024-04-13T09:52:19.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:18 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:18.011035+0000 mon.smithi062 (mon.0) 640 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-04-13T09:52:19.683 INFO:teuthology.orchestra.run.smithi062.stdout:NFS Cluster Created Successfully 2024-04-13T09:52:20.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:18.009809+0000 mgr.smithi062.wofrer (mgr.14164) 271 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:52:20.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:18.644091+0000 mon.smithi062 (mon.0) 641 : cluster [DBG] mds.? [v2:172.21.15.62:6834/1164265845,v1:172.21.15.62:6835/1164265845] up:standby 2024-04-13T09:52:20.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:18.644135+0000 mon.smithi062 (mon.0) 642 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi064.zvuvtq=up:active} 1 up:standby 2024-04-13T09:52:20.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:18.649913+0000 mon.smithi062 (mon.0) 643 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-04-13T09:52:20.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:18.649955+0000 mon.smithi062 (mon.0) 644 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-04-13T09:52:20.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:18.651379+0000 mon.smithi062 (mon.0) 645 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-04-13T09:52:20.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:18.009809+0000 mgr.smithi062.wofrer (mgr.14164) 271 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:52:20.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:18.644091+0000 mon.smithi062 (mon.0) 641 : cluster [DBG] mds.? [v2:172.21.15.62:6834/1164265845,v1:172.21.15.62:6835/1164265845] up:standby 2024-04-13T09:52:20.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:18.644135+0000 mon.smithi062 (mon.0) 642 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi064.zvuvtq=up:active} 1 up:standby 2024-04-13T09:52:20.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:18.649913+0000 mon.smithi062 (mon.0) 643 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-04-13T09:52:20.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:18.649955+0000 mon.smithi062 (mon.0) 644 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-04-13T09:52:20.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:18.651379+0000 mon.smithi062 (mon.0) 645 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-04-13T09:52:20.529 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- 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-04-13T09:52:20.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:20 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:19.200215+0000 mgr.smithi062.wofrer (mgr.14164) 272 : cluster [DBG] pgmap v236: 97 pgs: 12 creating+peering, 20 unknown, 65 active+clean; 770 B data, 44 MiB used, 715 GiB / 715 GiB avail; 767 B/s wr, 7 op/s 2024-04-13T09:52:20.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:20 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:19.657462+0000 mon.smithi062 (mon.0) 646 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-04-13T09:52:20.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:20 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:19.657644+0000 mon.smithi062 (mon.0) 647 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-04-13T09:52:20.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:20 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:52:19.679212+0000 mgr.smithi062.wofrer (mgr.14164) 273 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-04-13T09:52:20.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:20 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:19.682433+0000 mon.smithi062 (mon.0) 648 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:21.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:20 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:19.200215+0000 mgr.smithi062.wofrer (mgr.14164) 272 : cluster [DBG] pgmap v236: 97 pgs: 12 creating+peering, 20 unknown, 65 active+clean; 770 B data, 44 MiB used, 715 GiB / 715 GiB avail; 767 B/s wr, 7 op/s 2024-04-13T09:52:21.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:20 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:19.657462+0000 mon.smithi062 (mon.0) 646 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-04-13T09:52:21.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:20 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:19.657644+0000 mon.smithi062 (mon.0) 647 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-04-13T09:52:21.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:20 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:52:19.679212+0000 mgr.smithi062.wofrer (mgr.14164) 273 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-04-13T09:52:21.018 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:20 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:19.682433+0000 mon.smithi062 (mon.0) 648 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:21.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:20.661078+0000 mon.smithi062 (mon.0) 649 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-04-13T09:52:21.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:20.790874+0000 mon.smithi062 (mon.0) 650 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:21.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:20.796471+0000 mon.smithi062 (mon.0) 651 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:21.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:20.803280+0000 mon.smithi062 (mon.0) 652 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:21.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:20.817463+0000 mon.smithi062 (mon.0) 653 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi062.bsnxza", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-04-13T09:52:21.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:20.820866+0000 mon.smithi062 (mon.0) 654 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi062.bsnxza", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-04-13T09:52:21.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:20.821712+0000 mon.smithi062 (mon.0) 655 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 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-04-13T09:52:21.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:20.824097+0000 mon.smithi062 (mon.0) 656 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 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-04-13T09:52:21.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:20.825147+0000 mon.smithi062 (mon.0) 657 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:52:21.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:20.870349+0000 mon.smithi062 (mon.0) 658 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-13T09:52:21.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:20.874063+0000 mon.smithi062 (mon.0) 659 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-13T09:52:21.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:20.916502+0000 mon.smithi062 (mon.0) 660 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi062.bsnxza-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-13T09:52:21.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:20.920244+0000 mon.smithi062 (mon.0) 661 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi062.bsnxza-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-13T09:52:21.768 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:20.924609+0000 mon.smithi062 (mon.0) 662 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:52:21.921 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:20.661078+0000 mon.smithi062 (mon.0) 649 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-04-13T09:52:21.921 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:20.790874+0000 mon.smithi062 (mon.0) 650 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:21.921 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:20.796471+0000 mon.smithi062 (mon.0) 651 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:21.922 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:20.803280+0000 mon.smithi062 (mon.0) 652 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:21.922 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:20.817463+0000 mon.smithi062 (mon.0) 653 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi062.bsnxza", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-04-13T09:52:21.922 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:20.820866+0000 mon.smithi062 (mon.0) 654 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi062.bsnxza", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-04-13T09:52:21.922 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:20.821712+0000 mon.smithi062 (mon.0) 655 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 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-04-13T09:52:21.922 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:20.824097+0000 mon.smithi062 (mon.0) 656 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 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-04-13T09:52:21.922 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:20.825147+0000 mon.smithi062 (mon.0) 657 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:52:21.922 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:20.870349+0000 mon.smithi062 (mon.0) 658 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-13T09:52:21.922 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:20.874063+0000 mon.smithi062 (mon.0) 659 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-13T09:52:21.922 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:20.916502+0000 mon.smithi062 (mon.0) 660 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi062.bsnxza-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-13T09:52:21.922 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:20.920244+0000 mon.smithi062 (mon.0) 661 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi062.bsnxza-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-13T09:52:21.922 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:20.924609+0000 mon.smithi062 (mon.0) 662 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:52:22.904 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:22 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:52:20.817149+0000 mgr.smithi062.wofrer (mgr.14164) 274 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi062.bsnxza 2024-04-13T09:52:22.905 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:22 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:52:20.821400+0000 mgr.smithi062.wofrer (mgr.14164) 275 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-04-13T09:52:22.905 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:22 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:52:20.915868+0000 mgr.smithi062.wofrer (mgr.14164) 276 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-04-13T09:52:22.905 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:22 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:52:20.916010+0000 mgr.smithi062.wofrer (mgr.14164) 277 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi062.bsnxza-rgw 2024-04-13T09:52:22.906 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:22 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:52:20.925517+0000 mgr.smithi062.wofrer (mgr.14164) 278 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi062.bsnxza on smithi062 2024-04-13T09:52:22.906 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:22 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:21.200834+0000 mgr.smithi062.wofrer (mgr.14164) 279 : cluster [DBG] pgmap v239: 97 pgs: 15 creating+peering, 1 unknown, 81 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1023 B/s wr, 6 op/s 2024-04-13T09:52:22.906 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:22 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:21.796237+0000 mon.smithi062 (mon.0) 663 : cluster [DBG] mgrmap e19: smithi062.wofrer(active, since 6m), standbys: smithi064.lcvmyw 2024-04-13T09:52:23.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:22 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:52:20.817149+0000 mgr.smithi062.wofrer (mgr.14164) 274 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi062.bsnxza 2024-04-13T09:52:23.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:22 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:52:20.821400+0000 mgr.smithi062.wofrer (mgr.14164) 275 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-04-13T09:52:23.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:22 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:52:20.915868+0000 mgr.smithi062.wofrer (mgr.14164) 276 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-04-13T09:52:23.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:22 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:52:20.916010+0000 mgr.smithi062.wofrer (mgr.14164) 277 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi062.bsnxza-rgw 2024-04-13T09:52:23.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:22 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:52:20.925517+0000 mgr.smithi062.wofrer (mgr.14164) 278 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi062.bsnxza on smithi062 2024-04-13T09:52:23.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:22 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:21.200834+0000 mgr.smithi062.wofrer (mgr.14164) 279 : cluster [DBG] pgmap v239: 97 pgs: 15 creating+peering, 1 unknown, 81 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1023 B/s wr, 6 op/s 2024-04-13T09:52:23.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:22 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:21.796237+0000 mon.smithi062 (mon.0) 663 : cluster [DBG] mgrmap e19: smithi062.wofrer(active, since 6m), standbys: smithi064.lcvmyw 2024-04-13T09:52:23.563 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T09:52:23.563 INFO:teuthology.orchestra.run.smithi062.stdout: "bind": "/fake", 2024-04-13T09:52:23.563 INFO:teuthology.orchestra.run.smithi062.stdout: "fs": "foofs", 2024-04-13T09:52:23.563 INFO:teuthology.orchestra.run.smithi062.stdout: "path": "/", 2024-04-13T09:52:23.563 INFO:teuthology.orchestra.run.smithi062.stdout: "cluster": "foo", 2024-04-13T09:52:23.564 INFO:teuthology.orchestra.run.smithi062.stdout: "mode": "RW" 2024-04-13T09:52:23.564 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T09:52:24.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:23.447661+0000 mon.smithi062 (mon.0) 664 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 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-04-13T09:52:24.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:23.450934+0000 mon.smithi062 (mon.0) 665 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 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-04-13T09:52:24.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:23.447661+0000 mon.smithi062 (mon.0) 664 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 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-04-13T09:52:24.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:23.450934+0000 mon.smithi062 (mon.0) 665 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 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-04-13T09:52:24.208 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2024-04-13T09:52:25.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:24 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:23.201184+0000 mgr.smithi062.wofrer (mgr.14164) 280 : cluster [DBG] pgmap v240: 97 pgs: 15 creating+peering, 82 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 853 B/s wr, 2 op/s 2024-04-13T09:52:25.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:24 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:23.427507+0000 mgr.smithi062.wofrer (mgr.14164) 281 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:52:25.040 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:23.201184+0000 mgr.smithi062.wofrer (mgr.14164) 280 : cluster [DBG] pgmap v240: 97 pgs: 15 creating+peering, 82 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 853 B/s wr, 2 op/s 2024-04-13T09:52:25.040 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:23.427507+0000 mgr.smithi062.wofrer (mgr.14164) 281 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:52:26.091 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:24.957922+0000 mon.smithi062 (mon.0) 666 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:26.091 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:52:24.958798+0000 mgr.smithi062.wofrer (mgr.14164) 282 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi064.esnguk 2024-04-13T09:52:26.091 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:24.958991+0000 mon.smithi062 (mon.0) 667 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi064.esnguk", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-04-13T09:52:26.091 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:24.961555+0000 mon.smithi062 (mon.0) 668 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi064.esnguk", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-04-13T09:52:26.091 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:52:24.962026+0000 mgr.smithi062.wofrer (mgr.14164) 283 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-04-13T09:52:26.091 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:24.962239+0000 mon.smithi062 (mon.0) 669 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 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-04-13T09:52:26.091 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:24.964640+0000 mon.smithi062 (mon.0) 670 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 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-04-13T09:52:26.091 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:24.965676+0000 mon.smithi062 (mon.0) 671 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:52:26.091 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:25.201964+0000 mgr.smithi062.wofrer (mgr.14164) 284 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 156 B/s rd, 1.4 KiB/s wr, 3 op/s 2024-04-13T09:52:26.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:24.957922+0000 mon.smithi062 (mon.0) 666 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:26.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:52:24.958798+0000 mgr.smithi062.wofrer (mgr.14164) 282 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi064.esnguk 2024-04-13T09:52:26.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:24.958991+0000 mon.smithi062 (mon.0) 667 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi064.esnguk", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-04-13T09:52:26.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:24.961555+0000 mon.smithi062 (mon.0) 668 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi064.esnguk", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-04-13T09:52:26.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:52:24.962026+0000 mgr.smithi062.wofrer (mgr.14164) 283 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-04-13T09:52:26.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:24.962239+0000 mon.smithi062 (mon.0) 669 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 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-04-13T09:52:26.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:24.964640+0000 mon.smithi062 (mon.0) 670 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 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-04-13T09:52:26.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:24.965676+0000 mon.smithi062 (mon.0) 671 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:52:26.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:25.201964+0000 mgr.smithi062.wofrer (mgr.14164) 284 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 156 B/s rd, 1.4 KiB/s wr, 3 op/s 2024-04-13T09:52:27.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:27 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:26.471861+0000 mgr.smithi062.wofrer (mgr.14164) 285 : audit [DBG] from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:52:27.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:26.471861+0000 mgr.smithi062.wofrer (mgr.14164) 285 : audit [DBG] from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:52:28.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:27.202473+0000 mgr.smithi062.wofrer (mgr.14164) 286 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 895 B/s wr, 1 op/s 2024-04-13T09:52:28.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:27.865845+0000 mon.smithi062 (mon.0) 672 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-13T09:52:28.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:27.869141+0000 mon.smithi062 (mon.0) 673 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-13T09:52:28.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:27.913132+0000 mon.smithi062 (mon.0) 674 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi064.esnguk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-13T09:52:28.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:27.918372+0000 mon.smithi062 (mon.0) 675 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi064.esnguk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-13T09:52:28.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:27.920044+0000 mon.smithi062 (mon.0) 676 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:52:28.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:27.202473+0000 mgr.smithi062.wofrer (mgr.14164) 286 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 895 B/s wr, 1 op/s 2024-04-13T09:52:28.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:27.865845+0000 mon.smithi062 (mon.0) 672 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-13T09:52:28.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:27.869141+0000 mon.smithi062 (mon.0) 673 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-13T09:52:28.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:27.913132+0000 mon.smithi062 (mon.0) 674 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi064.esnguk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-13T09:52:28.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:27.918372+0000 mon.smithi062 (mon.0) 675 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi064.esnguk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-13T09:52:28.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:27.920044+0000 mon.smithi062 (mon.0) 676 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:52:29.362 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:29 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:27.773677+0000 mgr.smithi062.wofrer (mgr.14164) 287 : audit [DBG] from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:52:29.362 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:29 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:52:27.912680+0000 mgr.smithi062.wofrer (mgr.14164) 288 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-04-13T09:52:29.362 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:29 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:52:27.912786+0000 mgr.smithi062.wofrer (mgr.14164) 289 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi064.esnguk-rgw 2024-04-13T09:52:29.362 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:29 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:52:27.920794+0000 mgr.smithi062.wofrer (mgr.14164) 290 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi064.esnguk on smithi064 2024-04-13T09:52:29.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:29 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:27.773677+0000 mgr.smithi062.wofrer (mgr.14164) 287 : audit [DBG] from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:52:29.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:29 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:52:27.912680+0000 mgr.smithi062.wofrer (mgr.14164) 288 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-04-13T09:52:29.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:29 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:52:27.912786+0000 mgr.smithi062.wofrer (mgr.14164) 289 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi064.esnguk-rgw 2024-04-13T09:52:29.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:29 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:52:27.920794+0000 mgr.smithi062.wofrer (mgr.14164) 290 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi064.esnguk on smithi064 2024-04-13T09:52:30.408 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo 2/2 - 10s count:2 2024-04-13T09:52:30.607 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:30 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:29.075304+0000 mgr.smithi062.wofrer (mgr.14164) 291 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:52:30.607 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:30 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:29.203069+0000 mgr.smithi062.wofrer (mgr.14164) 292 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2024-04-13T09:52:30.607 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:29.075304+0000 mgr.smithi062.wofrer (mgr.14164) 291 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:52:30.607 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:29.203069+0000 mgr.smithi062.wofrer (mgr.14164) 292 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2024-04-13T09:52:31.112 INFO:teuthology.run_tasks:Running task vip.exec... 2024-04-13T09:52:31.124 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi062.front.sepia.ceph.com 2024-04-13T09:52:31.125 DEBUG:teuthology.orchestra.run.smithi062:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-04-13T09:52:31.157 INFO:teuthology.orchestra.run.smithi062.stderr:+ mkdir /mnt/foo 2024-04-13T09:52:31.168 DEBUG:teuthology.orchestra.run.smithi062:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2024-04-13T09:52:31.235 INFO:teuthology.orchestra.run.smithi062.stderr:++ hostname 2024-04-13T09:52:31.236 INFO:teuthology.orchestra.run.smithi062.stderr:+ mount -t nfs smithi062:/fake /mnt/foo -o sync 2024-04-13T09:52:31.344 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:31 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:30.322938+0000 mon.smithi062 (mon.0) 677 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:31.345 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:31 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:30.324090+0000 mon.smithi062 (mon.0) 678 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:52:31.345 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:31 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:30.325012+0000 mon.smithi062 (mon.0) 679 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:52:31.345 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:31 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:30.325601+0000 mon.smithi062 (mon.0) 680 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:52:31.345 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:31 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:30.387830+0000 mgr.smithi062.wofrer (mgr.14164) 293 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:52:31.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:31 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:30.322938+0000 mon.smithi062 (mon.0) 677 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:31.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:31 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:30.324090+0000 mon.smithi062 (mon.0) 678 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:52:31.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:31 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:30.325012+0000 mon.smithi062 (mon.0) 679 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:52:31.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:31 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:30.325601+0000 mon.smithi062 (mon.0) 680 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:52:31.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:31 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:30.387830+0000 mgr.smithi062.wofrer (mgr.14164) 293 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:52:32.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:31.203576+0000 mgr.smithi062.wofrer (mgr.14164) 294 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2024-04-13T09:52:32.767 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:32 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:31.203576+0000 mgr.smithi062.wofrer (mgr.14164) 294 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2024-04-13T09:52:33.331 DEBUG:teuthology.orchestra.run.smithi062:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-04-13T09:52:33.401 INFO:teuthology.orchestra.run.smithi062.stderr:+ echo test 2024-04-13T09:52:33.411 DEBUG:teuthology.orchestra.run.smithi062:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-04-13T09:52:33.478 INFO:teuthology.orchestra.run.smithi062.stderr:+ sync 2024-04-13T09:52:33.689 INFO:teuthology.run_tasks:Running task parallel... 2024-04-13T09:52:33.702 INFO:teuthology.task.parallel:starting parallel... 2024-04-13T09:52:33.702 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-04-13T09:52:33.704 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-04-13T09:52:33.704 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi062.front.sepia.ceph.com 2024-04-13T09:52:33.705 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -e sha1=5108bc67b831101bc32a1061150595384640c56c -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-04-13T09:52:33.705 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-04-13T09:52:33.705 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-04-13T09:52:33.709 INFO:teuthology.task.exec:Executing custom commands... 2024-04-13T09:52:33.710 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi062.front.sepia.ceph.com 2024-04-13T09:52:33.710 DEBUG:teuthology.orchestra.run.smithi062:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2024-04-13T09:52:33.802 INFO:teuthology.orchestra.run.smithi062.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-04-13T09:52:33.803 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-13T09:52:33.803 INFO:teuthology.orchestra.run.smithi062.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2024-04-13T09:52:33.811 INFO:teuthology.orchestra.run.smithi062.stdout:4 of 5 processes prepared for launch 0 sec 2024-04-13T09:52:33.912 INFO:teuthology.orchestra.run.smithi062.stdout:5 of 5 processes prepared for launch 0 sec 2024-04-13T09:52:33.912 INFO:teuthology.orchestra.run.smithi062.stdout:releasing clients 2024-04-13T09:52:34.612 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:34 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:33.204055+0000 mgr.smithi062.wofrer (mgr.14164) 295 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2024-04-13T09:52:34.613 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:34 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:33.335477+0000 mon.smithi062 (mon.0) 681 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:34.613 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:34 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:34.303901+0000 mon.smithi062 (mon.0) 682 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:34.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:33.204055+0000 mgr.smithi062.wofrer (mgr.14164) 295 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2024-04-13T09:52:34.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:33.335477+0000 mon.smithi062 (mon.0) 681 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:34.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:34.303901+0000 mon.smithi062 (mon.0) 682 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:34.912 INFO:teuthology.orchestra.run.smithi062.stdout: 5 288 53.65 MB/sec warmup 1 sec latency 14.341 ms 2024-04-13T09:52:35.912 INFO:teuthology.orchestra.run.smithi062.stdout: 5 618 52.12 MB/sec warmup 2 sec latency 12.764 ms 2024-04-13T09:52:36.506 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:35.204673+0000 mgr.smithi062.wofrer (mgr.14164) 296 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 10 MiB data, 46 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 890 KiB/s wr, 51 op/s 2024-04-13T09:52:36.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:35.204673+0000 mgr.smithi062.wofrer (mgr.14164) 296 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 10 MiB data, 46 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 890 KiB/s wr, 51 op/s 2024-04-13T09:52:36.912 INFO:teuthology.orchestra.run.smithi062.stdout: 5 1746 43.79 MB/sec warmup 3 sec latency 10.272 ms 2024-04-13T09:52:37.912 INFO:teuthology.orchestra.run.smithi062.stdout: 5 3207 42.93 MB/sec warmup 4 sec latency 8.075 ms 2024-04-13T09:52:38.092 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -e sha1=5108bc67b831101bc32a1061150595384640c56c -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-04-13T09:52:38.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:38 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:37.205214+0000 mgr.smithi062.wofrer (mgr.14164) 297 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 43 MiB data, 142 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 3.6 MiB/s wr, 103 op/s 2024-04-13T09:52:38.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:38 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:37.205214+0000 mgr.smithi062.wofrer (mgr.14164) 297 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 43 MiB data, 142 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 3.6 MiB/s wr, 103 op/s 2024-04-13T09:52:38.912 INFO:teuthology.orchestra.run.smithi062.stdout: 5 4173 40.13 MB/sec warmup 5 sec latency 23.250 ms 2024-04-13T09:52:39.913 INFO:teuthology.orchestra.run.smithi062.stdout: 5 5334 37.85 MB/sec warmup 6 sec latency 14.581 ms 2024-04-13T09:52:40.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:39.205700+0000 mgr.smithi062.wofrer (mgr.14164) 298 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 80 MiB data, 260 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 7.3 MiB/s wr, 304 op/s 2024-04-13T09:52:40.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:40 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:39.205700+0000 mgr.smithi062.wofrer (mgr.14164) 298 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 80 MiB data, 260 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 7.3 MiB/s wr, 304 op/s 2024-04-13T09:52:40.912 INFO:teuthology.orchestra.run.smithi062.stdout: 5 6613 37.79 MB/sec warmup 7 sec latency 11.467 ms 2024-04-13T09:52:41.592 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -e sha1=5108bc67b831101bc32a1061150595384640c56c -- bash -c 'ceph config set global log_to_journald false --force' 2024-04-13T09:52:41.917 INFO:teuthology.orchestra.run.smithi062.stdout: 5 7709 37.07 MB/sec warmup 8 sec latency 17.141 ms 2024-04-13T09:52:42.189 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:40.937888+0000 mon.smithi062 (mon.0) 683 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:42.189 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:40.943370+0000 mon.smithi062 (mon.0) 684 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:42.189 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:40.953024+0000 mon.smithi062 (mon.0) 685 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:42.189 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:40.954686+0000 mon.smithi062 (mon.0) 686 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:52:42.189 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:40.956016+0000 mon.smithi062 (mon.0) 687 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:52:42.189 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:40.956823+0000 mon.smithi062 (mon.0) 688 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:52:42.189 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:40.962535+0000 mon.smithi062 (mon.0) 689 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:42.189 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:40.969819+0000 mon.smithi062 (mon.0) 690 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:42.190 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:41.206226+0000 mgr.smithi062.wofrer (mgr.14164) 299 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 134 MiB data, 604 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 14 MiB/s wr, 814 op/s 2024-04-13T09:52:42.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:40.937888+0000 mon.smithi062 (mon.0) 683 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:42.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:40.943370+0000 mon.smithi062 (mon.0) 684 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:42.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:40.953024+0000 mon.smithi062 (mon.0) 685 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:42.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:40.954686+0000 mon.smithi062 (mon.0) 686 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:52:42.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:40.956016+0000 mon.smithi062 (mon.0) 687 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:52:42.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:40.956823+0000 mon.smithi062 (mon.0) 688 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:52:42.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:40.962535+0000 mon.smithi062 (mon.0) 689 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:42.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:40.969819+0000 mon.smithi062 (mon.0) 690 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:42.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:41.206226+0000 mgr.smithi062.wofrer (mgr.14164) 299 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 134 MiB data, 604 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 14 MiB/s wr, 814 op/s 2024-04-13T09:52:42.913 INFO:teuthology.orchestra.run.smithi062.stdout: 5 8890 35.86 MB/sec warmup 9 sec latency 11.044 ms 2024-04-13T09:52:43.913 INFO:teuthology.orchestra.run.smithi062.stdout: 5 10159 36.05 MB/sec warmup 10 sec latency 17.893 ms 2024-04-13T09:52:44.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:43.206577+0000 mgr.smithi062.wofrer (mgr.14164) 300 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 134 MiB data, 617 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 14 MiB/s wr, 815 op/s 2024-04-13T09:52:44.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:44.188932+0000 mon.smithi062 (mon.0) 691 : audit [INF] from='client.? ' entity='client.admin' 2024-04-13T09:52:44.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:44.193835+0000 mon.smithi062 (mon.0) 692 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:52:44.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:44.196667+0000 mon.smithi062 (mon.0) 693 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:52:44.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:44.198189+0000 mon.smithi062 (mon.0) 694 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:52:44.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:44.204640+0000 mon.smithi062 (mon.0) 695 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:44.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:44.213187+0000 mon.smithi062 (mon.0) 696 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:44.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:44 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:43.206577+0000 mgr.smithi062.wofrer (mgr.14164) 300 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 134 MiB data, 617 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 14 MiB/s wr, 815 op/s 2024-04-13T09:52:44.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:44 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:44.188932+0000 mon.smithi062 (mon.0) 691 : audit [INF] from='client.? ' entity='client.admin' 2024-04-13T09:52:44.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:44 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:44.193835+0000 mon.smithi062 (mon.0) 692 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:52:44.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:44 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:44.196667+0000 mon.smithi062 (mon.0) 693 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:52:44.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:44 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:44.198189+0000 mon.smithi062 (mon.0) 694 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:52:44.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:44 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:44.204640+0000 mon.smithi062 (mon.0) 695 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:44.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:44 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:44.213187+0000 mon.smithi062 (mon.0) 696 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:44.913 INFO:teuthology.orchestra.run.smithi062.stdout: 5 11261 35.66 MB/sec warmup 11 sec latency 20.457 ms 2024-04-13T09:52:44.925 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -e sha1=5108bc67b831101bc32a1061150595384640c56c -- bash -c 'ceph mgr module enable nfs --force' 2024-04-13T09:52:45.913 INFO:teuthology.orchestra.run.smithi062.stdout: 5 12439 34.86 MB/sec warmup 12 sec latency 12.321 ms 2024-04-13T09:52:46.504 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:45.207163+0000 mgr.smithi062.wofrer (mgr.14164) 301 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 143 MiB data, 718 MiB used, 715 GiB / 715 GiB avail; 8.1 KiB/s rd, 18 MiB/s wr, 1.13k op/s 2024-04-13T09:52:46.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:45.207163+0000 mgr.smithi062.wofrer (mgr.14164) 301 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 143 MiB data, 718 MiB used, 715 GiB / 715 GiB avail; 8.1 KiB/s rd, 18 MiB/s wr, 1.13k op/s 2024-04-13T09:52:46.913 INFO:teuthology.orchestra.run.smithi062.stdout: 5 13723 35.15 MB/sec warmup 13 sec latency 17.788 ms 2024-04-13T09:52:47.913 INFO:teuthology.orchestra.run.smithi062.stdout: 5 14706 34.81 MB/sec warmup 14 sec latency 26.683 ms 2024-04-13T09:52:48.229 INFO:teuthology.orchestra.run.smithi062.stderr:module 'nfs' is already enabled 2024-04-13T09:52:48.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:48 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:47.207687+0000 mgr.smithi062.wofrer (mgr.14164) 302 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 156 MiB data, 778 MiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 21 MiB/s wr, 1.45k op/s 2024-04-13T09:52:48.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:48 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:47.459729+0000 mon.smithi064 (mon.1) 16 : audit [INF] from='client.? 172.21.15.62:0/2929703434' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-04-13T09:52:48.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:48 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:47.460110+0000 mon.smithi062 (mon.0) 697 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-04-13T09:52:48.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:48 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:47.207687+0000 mgr.smithi062.wofrer (mgr.14164) 302 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 156 MiB data, 778 MiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 21 MiB/s wr, 1.45k op/s 2024-04-13T09:52:48.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:48 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:47.459729+0000 mon.smithi064 (mon.1) 16 : audit [INF] from='client.? 172.21.15.62:0/2929703434' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-04-13T09:52:48.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:48 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:47.460110+0000 mon.smithi062 (mon.0) 697 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-04-13T09:52:48.913 INFO:teuthology.orchestra.run.smithi062.stdout: 5 15638 33.80 MB/sec warmup 15 sec latency 16.820 ms 2024-04-13T09:52:49.112 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -e sha1=5108bc67b831101bc32a1061150595384640c56c -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-04-13T09:52:49.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:48.224923+0000 mon.smithi062 (mon.0) 698 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-04-13T09:52:49.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:48.224978+0000 mon.smithi062 (mon.0) 699 : cluster [DBG] mgrmap e20: smithi062.wofrer(active, since 6m), standbys: smithi064.lcvmyw 2024-04-13T09:52:49.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:48.224923+0000 mon.smithi062 (mon.0) 698 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-04-13T09:52:49.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:48.224978+0000 mon.smithi062 (mon.0) 699 : cluster [DBG] mgrmap e20: smithi062.wofrer(active, since 6m), standbys: smithi064.lcvmyw 2024-04-13T09:52:49.913 INFO:teuthology.orchestra.run.smithi062.stdout: 5 16922 33.60 MB/sec warmup 16 sec latency 37.266 ms 2024-04-13T09:52:50.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:50 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:49.208279+0000 mgr.smithi062.wofrer (mgr.14164) 303 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 156 MiB data, 833 MiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 19 MiB/s wr, 1.46k op/s 2024-04-13T09:52:50.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:50 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:49.208279+0000 mgr.smithi062.wofrer (mgr.14164) 303 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 156 MiB data, 833 MiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 19 MiB/s wr, 1.46k op/s 2024-04-13T09:52:50.913 INFO:teuthology.orchestra.run.smithi062.stdout: 5 18128 34.24 MB/sec warmup 17 sec latency 13.124 ms 2024-04-13T09:52:51.913 INFO:teuthology.orchestra.run.smithi062.stdout: 5 19184 33.47 MB/sec warmup 18 sec latency 42.577 ms 2024-04-13T09:52:52.422 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:51.208866+0000 mgr.smithi062.wofrer (mgr.14164) 304 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 177 MiB data, 938 MiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 21 MiB/s wr, 1.88k op/s 2024-04-13T09:52:52.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:51.208866+0000 mgr.smithi062.wofrer (mgr.14164) 304 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 177 MiB data, 938 MiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 21 MiB/s wr, 1.88k op/s 2024-04-13T09:52:52.913 INFO:teuthology.orchestra.run.smithi062.stdout: 5 20408 33.03 MB/sec warmup 19 sec latency 47.193 ms 2024-04-13T09:52:53.913 INFO:teuthology.orchestra.run.smithi062.stdout: 5 21522 33.75 MB/sec warmup 20 sec latency 22.104 ms 2024-04-13T09:52:54.122 INFO:teuthology.orchestra.run.smithi062.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:5108bc67b831101bc32a1061150595384640c56c 2024-04-13T09:52:54.480 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:53.209296+0000 mgr.smithi062.wofrer (mgr.14164) 305 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 177 MiB data, 943 MiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 14 MiB/s wr, 1.37k op/s 2024-04-13T09:52:54.480 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:54.122700+0000 mon.smithi062 (mon.0) 700 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:54.480 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:54.123212+0000 mon.smithi062 (mon.0) 701 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:52:54.481 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:54.124406+0000 mon.smithi062 (mon.0) 702 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:52:54.481 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:54.125288+0000 mon.smithi062 (mon.0) 703 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:52:54.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:54 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:53.209296+0000 mgr.smithi062.wofrer (mgr.14164) 305 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 177 MiB data, 943 MiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 14 MiB/s wr, 1.37k op/s 2024-04-13T09:52:54.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:54 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:54.122700+0000 mon.smithi062 (mon.0) 700 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:54.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:54 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:54.123212+0000 mon.smithi062 (mon.0) 701 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:52:54.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:54 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:54.124406+0000 mon.smithi062 (mon.0) 702 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:52:54.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:54 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:54.125288+0000 mon.smithi062 (mon.0) 703 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:52:54.902 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-04-13T09:52:54.903 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi062.front.sepia.ceph.com 2024-04-13T09:52:54.903 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -e sha1=5108bc67b831101bc32a1061150595384640c56c -- 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 ; ceph health detail ; sleep 30 ; done' 2024-04-13T09:52:54.913 INFO:teuthology.orchestra.run.smithi062.stdout: 5 22253 32.54 MB/sec warmup 21 sec latency 23.396 ms 2024-04-13T09:52:55.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:54.118436+0000 mgr.smithi062.wofrer (mgr.14164) 306 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5108bc67b831101bc32a1061150595384640c56c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:52:55.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:52:54.119336+0000 mgr.smithi062.wofrer (mgr.14164) 307 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5108bc67b831101bc32a1061150595384640c56c 2024-04-13T09:52:55.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:54.506929+0000 mon.smithi062 (mon.0) 704 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:55.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:54.515247+0000 mon.smithi062 (mon.0) 705 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:55.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:52:54.516782+0000 mgr.smithi062.wofrer (mgr.14164) 308 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5108bc67b831101bc32a1061150595384640c56c 2024-04-13T09:52:55.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:54.118436+0000 mgr.smithi062.wofrer (mgr.14164) 306 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5108bc67b831101bc32a1061150595384640c56c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:52:55.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:52:54.119336+0000 mgr.smithi062.wofrer (mgr.14164) 307 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5108bc67b831101bc32a1061150595384640c56c 2024-04-13T09:52:55.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:54.506929+0000 mon.smithi062 (mon.0) 704 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:55.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:54.515247+0000 mon.smithi062 (mon.0) 705 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:52:55.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:52:54.516782+0000 mgr.smithi062.wofrer (mgr.14164) 308 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5108bc67b831101bc32a1061150595384640c56c 2024-04-13T09:52:55.913 INFO:teuthology.orchestra.run.smithi062.stdout: 5 23144 32.07 MB/sec warmup 22 sec latency 30.060 ms 2024-04-13T09:52:56.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:55.209893+0000 mgr.smithi062.wofrer (mgr.14164) 309 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 177 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 17 MiB/s wr, 1.57k op/s 2024-04-13T09:52:56.916 INFO:teuthology.orchestra.run.smithi062.stdout: 5 23865 31.30 MB/sec warmup 23 sec latency 25.588 ms 2024-04-13T09:52:57.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:55.209893+0000 mgr.smithi062.wofrer (mgr.14164) 309 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 177 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 17 MiB/s wr, 1.57k op/s 2024-04-13T09:52:57.552 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T09:52:57.914 INFO:teuthology.orchestra.run.smithi062.stdout: 5 24859 31.70 MB/sec warmup 24 sec latency 33.717 ms 2024-04-13T09:52:58.539 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T09:52:58.539 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (4m) 17s ago 6m 19.8M - 0.20.0 0881eb8f169f 408c2842c887 2024-04-13T09:52:58.539 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (6m) 17s ago 6m 6395k - 16.2.5 6933c2a0b7dd 7a9c2c1a0af1 2024-04-13T09:52:58.540 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (5m) 25s ago 5m 6387k - 16.2.5 6933c2a0b7dd a611207376c9 2024-04-13T09:52:58.540 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (4m) 17s ago 6m 31.8M - 6.7.4 557c83e11646 bba122ba2ce9 2024-04-13T09:52:58.540 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (48s) 17s ago 47s 11.4M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T09:52:58.540 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (45s) 25s ago 45s 12.7M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T09:52:58.540 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:9283 running (8m) 17s ago 8m 422M - 16.2.5 6933c2a0b7dd 1624956d67ec 2024-04-13T09:52:58.540 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283 running (5m) 25s ago 5m 370M - 16.2.5 6933c2a0b7dd a2817e972ff4 2024-04-13T09:52:58.540 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (8m) 17s ago 8m 47.2M 2048M 16.2.5 6933c2a0b7dd 724aac6eaf10 2024-04-13T09:52:58.540 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (5m) 25s ago 5m 40.5M 2048M 16.2.5 6933c2a0b7dd fda491e695cc 2024-04-13T09:52:58.540 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.0.smithi062.bsnxza smithi062 *:2049 running (34s) 17s ago 33s 51.6M - 3.5 6933c2a0b7dd 3bd2197984db 2024-04-13T09:52:58.540 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.0.smithi064.esnguk smithi064 *:2049 running (28s) 25s ago 28s 29.3M - 3.5 6933c2a0b7dd 9350550b79e8 2024-04-13T09:52:58.540 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (5m) 17s ago 5m 17.0M - 0.18.1 e5a616e4b9cf 09d50adc704d 2024-04-13T09:52:58.540 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (5m) 25s ago 5m 17.2M - 0.18.1 e5a616e4b9cf 81a3faddaae0 2024-04-13T09:52:58.540 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (4m) 17s ago 4m 36.7M 3224M 16.2.5 6933c2a0b7dd fd265569b30d 2024-04-13T09:52:58.540 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (4m) 17s ago 4m 39.9M 3224M 16.2.5 6933c2a0b7dd 09ca36a5db39 2024-04-13T09:52:58.540 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (3m) 17s ago 3m 36.2M 3224M 16.2.5 6933c2a0b7dd 89cc0ac92247 2024-04-13T09:52:58.541 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (3m) 17s ago 3m 37.6M 3224M 16.2.5 6933c2a0b7dd b0323c8d9018 2024-04-13T09:52:58.541 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (3m) 25s ago 3m 35.9M 3992M 16.2.5 6933c2a0b7dd f89e1bdd5583 2024-04-13T09:52:58.541 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (2m) 25s ago 2m 38.5M 3992M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T09:52:58.541 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (2m) 25s ago 2m 35.6M 3992M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T09:52:58.541 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (2m) 25s ago 2m 37.2M 3992M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T09:52:58.541 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 running (4m) 17s ago 5m 41.0M - 2.18.1 de242295e225 0f70cbd4f2ff 2024-04-13T09:52:58.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:58 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:57.210427+0000 mgr.smithi062.wofrer (mgr.14164) 310 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 192 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 17 MiB/s wr, 1.67k op/s 2024-04-13T09:52:58.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:58 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:57.530603+0000 mgr.smithi062.wofrer (mgr.14164) 311 : audit [DBG] from='client.24387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:52:58.914 INFO:teuthology.orchestra.run.smithi062.stdout: 5 25444 30.99 MB/sec warmup 25 sec latency 24.700 ms 2024-04-13T09:52:59.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:58 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:57.210427+0000 mgr.smithi062.wofrer (mgr.14164) 310 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 192 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 17 MiB/s wr, 1.67k op/s 2024-04-13T09:52:59.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:58 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:57.530603+0000 mgr.smithi062.wofrer (mgr.14164) 311 : audit [DBG] from='client.24387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:52:59.128 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T09:52:59.128 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T09:52:59.128 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T09:52:59.128 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:52:59.128 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T09:52:59.128 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T09:52:59.129 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:52:59.129 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T09:52:59.129 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-13T09:52:59.129 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:52:59.129 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T09:52:59.129 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T09:52:59.129 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:52:59.129 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T09:52:59.129 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-04-13T09:52:59.129 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T09:52:59.129 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T09:52:59.608 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T09:52:59.608 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5108bc67b831101bc32a1061150595384640c56c", 2024-04-13T09:52:59.608 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T09:52:59.608 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2024-04-13T09:52:59.609 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "", 2024-04-13T09:52:59.609 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:5108bc67b831101bc32a1061150595384640c56c image" 2024-04-13T09:52:59.609 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T09:52:59.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:58.030693+0000 mgr.smithi062.wofrer (mgr.14164) 312 : audit [DBG] from='client.24391 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:52:59.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:58.522484+0000 mgr.smithi062.wofrer (mgr.14164) 313 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:52:59.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:59.128422+0000 mon.smithi062 (mon.0) 706 : audit [DBG] from='client.? 172.21.15.62:0/2231239980' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T09:52:59.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:59.153062+0000 mon.smithi062 (mon.0) 707 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-04-13T09:52:59.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:59.153358+0000 mon.smithi062 (mon.0) 708 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-04-13T09:52:59.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:59.153605+0000 mon.smithi062 (mon.0) 709 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-04-13T09:52:59.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:59.153867+0000 mon.smithi062 (mon.0) 710 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-04-13T09:52:59.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:59.303445+0000 mon.smithi062 (mon.0) 711 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/trash_purge_schedule"}]: dispatch 2024-04-13T09:52:59.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:52:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:59.304554+0000 mon.smithi062 (mon.0) 712 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/mirror_snapshot_schedule"}]: dispatch 2024-04-13T09:52:59.914 INFO:teuthology.orchestra.run.smithi062.stdout: 5 25964 30.08 MB/sec warmup 26 sec latency 24.237 ms 2024-04-13T09:53:00.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:58.030693+0000 mgr.smithi062.wofrer (mgr.14164) 312 : audit [DBG] from='client.24391 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:53:00.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:58.522484+0000 mgr.smithi062.wofrer (mgr.14164) 313 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:53:00.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:59.128422+0000 mon.smithi062 (mon.0) 706 : audit [DBG] from='client.? 172.21.15.62:0/2231239980' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T09:53:00.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:59.153062+0000 mon.smithi062 (mon.0) 707 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-04-13T09:53:00.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:59.153358+0000 mon.smithi062 (mon.0) 708 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-04-13T09:53:00.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:59.153605+0000 mon.smithi062 (mon.0) 709 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-04-13T09:53:00.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:59.153867+0000 mon.smithi062 (mon.0) 710 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-04-13T09:53:00.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:59.303445+0000 mon.smithi062 (mon.0) 711 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/trash_purge_schedule"}]: dispatch 2024-04-13T09:53:00.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:52:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:59.304554+0000 mon.smithi062 (mon.0) 712 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/mirror_snapshot_schedule"}]: dispatch 2024-04-13T09:53:00.190 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2024-04-13T09:53:00.534 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:59.210964+0000 mgr.smithi062.wofrer (mgr.14164) 314 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 194 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 14 MiB/s wr, 1.35k op/s 2024-04-13T09:53:00.535 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:59.536786+0000 mon.smithi062 (mon.0) 713 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]': finished 2024-04-13T09:53:00.535 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:59.536873+0000 mon.smithi062 (mon.0) 714 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]': finished 2024-04-13T09:53:00.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:59.536938+0000 mon.smithi062 (mon.0) 715 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2024-04-13T09:53:00.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:59.536994+0000 mon.smithi062 (mon.0) 716 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]': finished 2024-04-13T09:53:00.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:52:59.537042+0000 mon.smithi062 (mon.0) 717 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-04-13T09:53:00.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:52:59.608396+0000 mgr.smithi062.wofrer (mgr.14164) 315 : audit [DBG] from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:53:00.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:53:00.190500+0000 mon.smithi062 (mon.0) 718 : audit [DBG] from='client.? 172.21.15.62:0/373368623' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T09:53:00.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:53:00.214875+0000 mon.smithi062 (mon.0) 719 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-04-13T09:53:00.914 INFO:teuthology.orchestra.run.smithi062.stdout: 5 26940 29.72 MB/sec warmup 27 sec latency 50.718 ms 2024-04-13T09:53:01.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:59.210964+0000 mgr.smithi062.wofrer (mgr.14164) 314 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 194 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 14 MiB/s wr, 1.35k op/s 2024-04-13T09:53:01.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:59.536786+0000 mon.smithi062 (mon.0) 713 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]': finished 2024-04-13T09:53:01.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:59.536873+0000 mon.smithi062 (mon.0) 714 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]': finished 2024-04-13T09:53:01.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:59.536938+0000 mon.smithi062 (mon.0) 715 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2024-04-13T09:53:01.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:59.536994+0000 mon.smithi062 (mon.0) 716 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]': finished 2024-04-13T09:53:01.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:52:59.537042+0000 mon.smithi062 (mon.0) 717 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-04-13T09:53:01.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:52:59.608396+0000 mgr.smithi062.wofrer (mgr.14164) 315 : audit [DBG] from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:53:01.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:53:00.190500+0000 mon.smithi062 (mon.0) 718 : audit [DBG] from='client.? 172.21.15.62:0/373368623' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T09:53:01.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:53:00.214875+0000 mon.smithi062 (mon.0) 719 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-04-13T09:53:01.914 INFO:teuthology.orchestra.run.smithi062.stdout: 5 27906 29.89 MB/sec warmup 28 sec latency 23.514 ms 2024-04-13T09:53:02.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:02 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:53:01.211429+0000 mgr.smithi062.wofrer (mgr.14164) 316 : cluster [DBG] pgmap v261: 97 pgs: 1 peering, 96 active+clean; 200 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 16 MiB/s wr, 1.47k op/s 2024-04-13T09:53:02.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:02 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:53:01.225998+0000 mon.smithi062 (mon.0) 720 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-04-13T09:53:02.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:53:01.211429+0000 mgr.smithi062.wofrer (mgr.14164) 316 : cluster [DBG] pgmap v261: 97 pgs: 1 peering, 96 active+clean; 200 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 16 MiB/s wr, 1.47k op/s 2024-04-13T09:53:02.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:53:01.225998+0000 mon.smithi062 (mon.0) 720 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-04-13T09:53:02.914 INFO:teuthology.orchestra.run.smithi062.stdout: 5 28782 29.97 MB/sec warmup 29 sec latency 15.648 ms 2024-04-13T09:53:03.504 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:53:02.234322+0000 mon.smithi062 (mon.0) 721 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-04-13T09:53:03.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:53:02.234322+0000 mon.smithi062 (mon.0) 721 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-04-13T09:53:03.915 INFO:teuthology.orchestra.run.smithi062.stdout: 5 29639 29.44 MB/sec warmup 30 sec latency 19.364 ms 2024-04-13T09:53:04.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:53:03.211820+0000 mgr.smithi062.wofrer (mgr.14164) 317 : cluster [DBG] pgmap v264: 97 pgs: 1 active+undersized+remapped, 1 peering, 95 active+clean; 200 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 9.8 MiB/s wr, 968 op/s; 1024 KiB/s, 0 objects/s recovering 2024-04-13T09:53:04.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:53:03.237509+0000 mon.smithi062 (mon.0) 722 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-04-13T09:53:04.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:53:03.211820+0000 mgr.smithi062.wofrer (mgr.14164) 317 : cluster [DBG] pgmap v264: 97 pgs: 1 active+undersized+remapped, 1 peering, 95 active+clean; 200 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 9.8 MiB/s wr, 968 op/s; 1024 KiB/s, 0 objects/s recovering 2024-04-13T09:53:04.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:53:03.237509+0000 mon.smithi062 (mon.0) 722 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-04-13T09:53:04.914 INFO:teuthology.orchestra.run.smithi062.stdout: 5 30806 29.21 MB/sec warmup 31 sec latency 21.625 ms 2024-04-13T09:53:05.915 INFO:teuthology.orchestra.run.smithi062.stdout: 5 31799 29.52 MB/sec warmup 32 sec latency 20.167 ms 2024-04-13T09:53:06.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:06 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:53:05.212350+0000 mgr.smithi062.wofrer (mgr.14164) 318 : cluster [DBG] pgmap v266: 97 pgs: 1 active+undersized+remapped, 96 active+clean; 209 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 1.33k op/s; 820 KiB/s, 0 objects/s recovering 2024-04-13T09:53:06.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:53:05.212350+0000 mgr.smithi062.wofrer (mgr.14164) 318 : cluster [DBG] pgmap v266: 97 pgs: 1 active+undersized+remapped, 96 active+clean; 209 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 1.33k op/s; 820 KiB/s, 0 objects/s recovering 2024-04-13T09:53:06.915 INFO:teuthology.orchestra.run.smithi062.stdout: 5 32618 29.29 MB/sec warmup 33 sec latency 19.063 ms 2024-04-13T09:53:07.915 INFO:teuthology.orchestra.run.smithi062.stdout: 5 33578 29.16 MB/sec warmup 34 sec latency 17.987 ms 2024-04-13T09:53:08.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:08 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:53:07.212853+0000 mgr.smithi062.wofrer (mgr.14164) 319 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 216 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 11 MiB/s wr, 1.05k op/s; 683 KiB/s, 0 objects/s recovering 2024-04-13T09:53:08.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:53:07.212853+0000 mgr.smithi062.wofrer (mgr.14164) 319 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 216 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 11 MiB/s wr, 1.05k op/s; 683 KiB/s, 0 objects/s recovering 2024-04-13T09:53:08.915 INFO:teuthology.orchestra.run.smithi062.stdout: 5 34745 29.05 MB/sec warmup 35 sec latency 17.821 ms 2024-04-13T09:53:09.915 INFO:teuthology.orchestra.run.smithi062.stdout: 5 35871 29.45 MB/sec warmup 36 sec latency 17.640 ms 2024-04-13T09:53:10.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:10 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:53:09.213381+0000 mgr.smithi062.wofrer (mgr.14164) 320 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 218 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 10 MiB/s wr, 1.01k op/s; 513 KiB/s, 0 objects/s recovering 2024-04-13T09:53:10.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:10 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:53:09.213381+0000 mgr.smithi062.wofrer (mgr.14164) 320 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 218 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 10 MiB/s wr, 1.01k op/s; 513 KiB/s, 0 objects/s recovering 2024-04-13T09:53:10.915 INFO:teuthology.orchestra.run.smithi062.stdout: 5 36702 29.03 MB/sec warmup 37 sec latency 26.275 ms 2024-04-13T09:53:11.915 INFO:teuthology.orchestra.run.smithi062.stdout: 5 37702 28.74 MB/sec warmup 38 sec latency 25.196 ms 2024-04-13T09:53:12.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:12 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:53:11.213901+0000 mgr.smithi062.wofrer (mgr.14164) 321 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 232 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.1 KiB/s rd, 16 MiB/s wr, 1.43k op/s 2024-04-13T09:53:12.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:12 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:53:11.213901+0000 mgr.smithi062.wofrer (mgr.14164) 321 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 232 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.1 KiB/s rd, 16 MiB/s wr, 1.43k op/s 2024-04-13T09:53:12.915 INFO:teuthology.orchestra.run.smithi062.stdout: 5 38524 28.80 MB/sec warmup 39 sec latency 30.267 ms 2024-04-13T09:53:13.915 INFO:teuthology.orchestra.run.smithi062.stdout: 5 39286 28.83 MB/sec warmup 40 sec latency 54.192 ms 2024-04-13T09:53:14.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:53:13.214233+0000 mgr.smithi062.wofrer (mgr.14164) 322 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 232 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 14 MiB/s wr, 1.28k op/s 2024-04-13T09:53:14.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:53:13.214233+0000 mgr.smithi062.wofrer (mgr.14164) 322 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 232 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 14 MiB/s wr, 1.28k op/s 2024-04-13T09:53:14.915 INFO:teuthology.orchestra.run.smithi062.stdout: 5 40084 28.38 MB/sec warmup 41 sec latency 11.281 ms 2024-04-13T09:53:15.768 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:15 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:53:14.310733+0000 mon.smithi062 (mon.0) 723 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:53:15.800 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:53:14.310733+0000 mon.smithi062 (mon.0) 723 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:53:15.915 INFO:teuthology.orchestra.run.smithi062.stdout: 5 41218 28.26 MB/sec warmup 42 sec latency 20.255 ms 2024-04-13T09:53:16.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:16 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:53:15.214776+0000 mgr.smithi062.wofrer (mgr.14164) 323 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 240 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 15 MiB/s wr, 1.37k op/s 2024-04-13T09:53:16.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:16 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:53:15.214776+0000 mgr.smithi062.wofrer (mgr.14164) 323 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 240 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 15 MiB/s wr, 1.37k op/s 2024-04-13T09:53:16.915 INFO:teuthology.orchestra.run.smithi062.stdout: 5 42128 28.37 MB/sec warmup 43 sec latency 22.267 ms 2024-04-13T09:53:17.915 INFO:teuthology.orchestra.run.smithi062.stdout: 5 42793 28.38 MB/sec warmup 44 sec latency 30.111 ms 2024-04-13T09:53:18.770 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:18 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:53:17.215385+0000 mgr.smithi062.wofrer (mgr.14164) 324 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 244 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 14 MiB/s wr, 1.25k op/s 2024-04-13T09:53:18.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:18 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:53:17.215385+0000 mgr.smithi062.wofrer (mgr.14164) 324 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 244 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 14 MiB/s wr, 1.25k op/s 2024-04-13T09:53:18.916 INFO:teuthology.orchestra.run.smithi062.stdout: 5 43482 27.92 MB/sec warmup 45 sec latency 16.710 ms 2024-04-13T09:53:19.916 INFO:teuthology.orchestra.run.smithi062.stdout: 5 44582 27.85 MB/sec warmup 46 sec latency 16.049 ms 2024-04-13T09:53:20.546 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:20 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:53:19.215930+0000 mgr.smithi062.wofrer (mgr.14164) 325 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 250 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.20k op/s 2024-04-13T09:53:20.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:20 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:53:19.215930+0000 mgr.smithi062.wofrer (mgr.14164) 325 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 250 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.20k op/s 2024-04-13T09:53:20.916 INFO:teuthology.orchestra.run.smithi062.stdout: 5 45695 28.06 MB/sec warmup 47 sec latency 21.676 ms 2024-04-13T09:53:21.917 INFO:teuthology.orchestra.run.smithi062.stdout: 5 46464 28.04 MB/sec warmup 48 sec latency 33.352 ms 2024-04-13T09:53:22.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:22 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:53:21.216570+0000 mgr.smithi062.wofrer (mgr.14164) 326 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 250 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 14 MiB/s wr, 1.19k op/s 2024-04-13T09:53:22.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:22 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:53:21.216570+0000 mgr.smithi062.wofrer (mgr.14164) 326 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 250 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 14 MiB/s wr, 1.19k op/s 2024-04-13T09:53:22.917 INFO:teuthology.orchestra.run.smithi062.stdout: 5 47220 27.71 MB/sec warmup 49 sec latency 19.864 ms 2024-04-13T09:53:23.917 INFO:teuthology.orchestra.run.smithi062.stdout: 5 48206 27.56 MB/sec warmup 50 sec latency 27.619 ms 2024-04-13T09:53:24.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:24 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:53:23.217041+0000 mgr.smithi062.wofrer (mgr.14164) 327 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 254 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 9.7 MiB/s wr, 867 op/s 2024-04-13T09:53:24.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:53:23.217041+0000 mgr.smithi062.wofrer (mgr.14164) 327 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 254 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 9.7 MiB/s wr, 867 op/s 2024-04-13T09:53:24.917 INFO:teuthology.orchestra.run.smithi062.stdout: 5 49480 27.92 MB/sec warmup 51 sec latency 21.421 ms 2024-04-13T09:53:25.917 INFO:teuthology.orchestra.run.smithi062.stdout: 5 50422 27.82 MB/sec warmup 52 sec latency 30.935 ms 2024-04-13T09:53:26.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:26 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:53:25.217581+0000 mgr.smithi062.wofrer (mgr.14164) 328 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 264 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 13 MiB/s wr, 1.20k op/s 2024-04-13T09:53:26.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:26 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:53:25.217581+0000 mgr.smithi062.wofrer (mgr.14164) 328 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 264 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 13 MiB/s wr, 1.20k op/s 2024-04-13T09:53:26.917 INFO:teuthology.orchestra.run.smithi062.stdout: 5 51629 27.78 MB/sec warmup 53 sec latency 36.858 ms 2024-04-13T09:53:27.917 INFO:teuthology.orchestra.run.smithi062.stdout: 5 52480 27.70 MB/sec warmup 54 sec latency 26.038 ms 2024-04-13T09:53:28.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:27 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:53:26.986135+0000 mon.smithi062 (mon.0) 724 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:53:28.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:27 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:53:26.986700+0000 mgr.smithi062.wofrer (mgr.14164) 329 : cephadm [INF] Upgrade: Target is version 18.2.2-1173-g5108bc67 (unknown) 2024-04-13T09:53:28.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:27 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:53:26.986801+0000 mgr.smithi062.wofrer (mgr.14164) 330 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39, digests ['quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39'] 2024-04-13T09:53:28.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:27 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:53:26.987875+0000 mon.smithi062 (mon.0) 725 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:53:28.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:27 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:53:26.989838+0000 mgr.smithi062.wofrer (mgr.14164) 331 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi062.wofrer) 2024-04-13T09:53:28.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:27 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:53:27.218086+0000 mgr.smithi062.wofrer (mgr.14164) 332 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 273 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 13 MiB/s wr, 1.18k op/s 2024-04-13T09:53:28.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:27 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:53:27.329332+0000 mgr.smithi062.wofrer (mgr.14164) 333 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39 on smithi064 2024-04-13T09:53:28.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:53:26.986135+0000 mon.smithi062 (mon.0) 724 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:53:28.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:53:26.986700+0000 mgr.smithi062.wofrer (mgr.14164) 329 : cephadm [INF] Upgrade: Target is version 18.2.2-1173-g5108bc67 (unknown) 2024-04-13T09:53:28.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:53:26.986801+0000 mgr.smithi062.wofrer (mgr.14164) 330 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39, digests ['quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39'] 2024-04-13T09:53:28.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:53:26.987875+0000 mon.smithi062 (mon.0) 725 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:53:28.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:53:26.989838+0000 mgr.smithi062.wofrer (mgr.14164) 331 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi062.wofrer) 2024-04-13T09:53:28.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:53:27.218086+0000 mgr.smithi062.wofrer (mgr.14164) 332 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 273 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 13 MiB/s wr, 1.18k op/s 2024-04-13T09:53:28.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:53:27.329332+0000 mgr.smithi062.wofrer (mgr.14164) 333 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39 on smithi064 2024-04-13T09:53:28.917 INFO:teuthology.orchestra.run.smithi062.stdout: 5 53254 27.76 MB/sec warmup 55 sec latency 26.651 ms 2024-04-13T09:53:29.917 INFO:teuthology.orchestra.run.smithi062.stdout: 5 54134 27.57 MB/sec warmup 56 sec latency 21.038 ms 2024-04-13T09:53:30.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:53:29.218574+0000 mgr.smithi062.wofrer (mgr.14164) 334 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 277 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 13 MiB/s wr, 1.15k op/s 2024-04-13T09:53:30.575 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T09:53:30.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:30 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:53:29.218574+0000 mgr.smithi062.wofrer (mgr.14164) 334 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 277 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 13 MiB/s wr, 1.15k op/s 2024-04-13T09:53:30.917 INFO:teuthology.orchestra.run.smithi062.stdout: 5 54891 27.36 MB/sec warmup 57 sec latency 28.636 ms 2024-04-13T09:53:31.275 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T09:53:31.275 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (5m) 50s ago 7m 19.8M - 0.20.0 0881eb8f169f 408c2842c887 2024-04-13T09:53:31.275 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (7m) 50s ago 7m 6395k - 16.2.5 6933c2a0b7dd 7a9c2c1a0af1 2024-04-13T09:53:31.275 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (6m) 57s ago 6m 6387k - 16.2.5 6933c2a0b7dd a611207376c9 2024-04-13T09:53:31.275 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (5m) 50s ago 6m 31.8M - 6.7.4 557c83e11646 bba122ba2ce9 2024-04-13T09:53:31.275 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (81s) 50s ago 80s 11.4M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T09:53:31.276 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (78s) 57s ago 77s 12.7M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T09:53:31.276 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:9283 running (8m) 50s ago 8m 422M - 16.2.5 6933c2a0b7dd 1624956d67ec 2024-04-13T09:53:31.276 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283 running (6m) 57s ago 6m 370M - 16.2.5 6933c2a0b7dd a2817e972ff4 2024-04-13T09:53:31.276 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (8m) 50s ago 8m 47.2M 2048M 16.2.5 6933c2a0b7dd 724aac6eaf10 2024-04-13T09:53:31.276 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (5m) 57s ago 5m 40.5M 2048M 16.2.5 6933c2a0b7dd fda491e695cc 2024-04-13T09:53:31.276 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.0.smithi062.bsnxza smithi062 *:2049 running (67s) 50s ago 66s 51.6M - 3.5 6933c2a0b7dd 3bd2197984db 2024-04-13T09:53:31.276 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.0.smithi064.esnguk smithi064 *:2049 running (61s) 57s ago 61s 29.3M - 3.5 6933c2a0b7dd 9350550b79e8 2024-04-13T09:53:31.276 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (6m) 50s ago 6m 17.0M - 0.18.1 e5a616e4b9cf 09d50adc704d 2024-04-13T09:53:31.276 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (5m) 57s ago 5m 17.2M - 0.18.1 e5a616e4b9cf 81a3faddaae0 2024-04-13T09:53:31.276 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (5m) 50s ago 5m 36.7M 3224M 16.2.5 6933c2a0b7dd fd265569b30d 2024-04-13T09:53:31.276 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (4m) 50s ago 4m 39.9M 3224M 16.2.5 6933c2a0b7dd 09ca36a5db39 2024-04-13T09:53:31.276 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (4m) 50s ago 4m 36.2M 3224M 16.2.5 6933c2a0b7dd 89cc0ac92247 2024-04-13T09:53:31.276 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (4m) 50s ago 4m 37.6M 3224M 16.2.5 6933c2a0b7dd b0323c8d9018 2024-04-13T09:53:31.276 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (3m) 57s ago 3m 35.9M 3992M 16.2.5 6933c2a0b7dd f89e1bdd5583 2024-04-13T09:53:31.276 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (3m) 57s ago 3m 38.5M 3992M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T09:53:31.277 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (3m) 57s ago 3m 35.6M 3992M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T09:53:31.277 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (2m) 57s ago 2m 37.2M 3992M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T09:53:31.277 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 running (5m) 50s ago 6m 41.0M - 2.18.1 de242295e225 0f70cbd4f2ff 2024-04-13T09:53:31.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:31 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:53:30.559656+0000 mgr.smithi062.wofrer (mgr.14164) 335 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:53:31.722 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T09:53:31.722 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T09:53:31.722 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T09:53:31.722 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:53:31.722 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T09:53:31.722 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T09:53:31.722 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:53:31.722 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T09:53:31.722 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-13T09:53:31.723 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:53:31.723 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T09:53:31.723 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T09:53:31.723 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:53:31.723 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T09:53:31.723 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-04-13T09:53:31.723 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T09:53:31.723 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T09:53:31.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:31 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:53:30.559656+0000 mgr.smithi062.wofrer (mgr.14164) 335 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:53:31.917 INFO:teuthology.orchestra.run.smithi062.stdout: 5 55492 27.11 MB/sec warmup 58 sec latency 34.827 ms 2024-04-13T09:53:32.064 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T09:53:32.064 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T09:53:32.064 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T09:53:32.064 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2024-04-13T09:53:32.064 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "0/23 ceph daemons upgraded", 2024-04-13T09:53:32.064 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39 image on host smithi064" 2024-04-13T09:53:32.064 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T09:53:32.472 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2024-04-13T09:53:32.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:32 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:53:30.922936+0000 mgr.smithi062.wofrer (mgr.14164) 336 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:53:32.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:32 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:53:31.219194+0000 mgr.smithi062.wofrer (mgr.14164) 337 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 285 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 15 MiB/s wr, 1.31k op/s 2024-04-13T09:53:32.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:32 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:53:31.263515+0000 mgr.smithi062.wofrer (mgr.14164) 338 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:53:32.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:32 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:53:31.721973+0000 mon.smithi062 (mon.0) 726 : audit [DBG] from='client.? 172.21.15.62:0/1900016372' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T09:53:32.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:53:30.922936+0000 mgr.smithi062.wofrer (mgr.14164) 336 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:53:32.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:53:31.219194+0000 mgr.smithi062.wofrer (mgr.14164) 337 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 285 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 15 MiB/s wr, 1.31k op/s 2024-04-13T09:53:32.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:53:31.263515+0000 mgr.smithi062.wofrer (mgr.14164) 338 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:53:32.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:53:31.721973+0000 mon.smithi062 (mon.0) 726 : audit [DBG] from='client.? 172.21.15.62:0/1900016372' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T09:53:32.917 INFO:teuthology.orchestra.run.smithi062.stdout: 5 56409 27.24 MB/sec warmup 59 sec latency 24.260 ms 2024-04-13T09:53:33.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:53:32.064061+0000 mgr.smithi062.wofrer (mgr.14164) 339 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:53:33.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:53:32.473100+0000 mon.smithi062 (mon.0) 727 : audit [DBG] from='client.? 172.21.15.62:0/3615710501' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T09:53:33.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:53:32.064061+0000 mgr.smithi062.wofrer (mgr.14164) 339 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:53:33.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:53:32.473100+0000 mon.smithi062 (mon.0) 727 : audit [DBG] from='client.? 172.21.15.62:0/3615710501' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T09:53:33.917 INFO:teuthology.orchestra.run.smithi062.stdout: 5 57253 27.24 MB/sec warmup 60 sec latency 18.897 ms 2024-04-13T09:53:34.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:34 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:53:33.219607+0000 mgr.smithi062.wofrer (mgr.14164) 340 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 289 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 12 MiB/s wr, 1.25k op/s 2024-04-13T09:53:34.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:53:33.219607+0000 mgr.smithi062.wofrer (mgr.14164) 340 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 289 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 12 MiB/s wr, 1.25k op/s 2024-04-13T09:53:34.917 INFO:teuthology.orchestra.run.smithi062.stdout: 5 58102 27.08 MB/sec warmup 61 sec latency 18.773 ms 2024-04-13T09:53:35.917 INFO:teuthology.orchestra.run.smithi062.stdout: 5 58817 26.85 MB/sec warmup 62 sec latency 32.351 ms 2024-04-13T09:53:36.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:53:35.220185+0000 mgr.smithi062.wofrer (mgr.14164) 341 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 295 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 14 MiB/s wr, 1.35k op/s 2024-04-13T09:53:36.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:53:35.220185+0000 mgr.smithi062.wofrer (mgr.14164) 341 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 295 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 14 MiB/s wr, 1.35k op/s 2024-04-13T09:53:36.917 INFO:teuthology.orchestra.run.smithi062.stdout: 5 59321 26.64 MB/sec warmup 63 sec latency 29.795 ms 2024-04-13T09:53:37.917 INFO:teuthology.orchestra.run.smithi062.stdout: 5 59687 26.42 MB/sec warmup 64 sec latency 34.056 ms 2024-04-13T09:53:38.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:38 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:53:37.220675+0000 mgr.smithi062.wofrer (mgr.14164) 342 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 297 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 13 MiB/s wr, 1.18k op/s 2024-04-13T09:53:38.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:38 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:53:37.220675+0000 mgr.smithi062.wofrer (mgr.14164) 342 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 297 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 13 MiB/s wr, 1.18k op/s 2024-04-13T09:53:38.917 INFO:teuthology.orchestra.run.smithi062.stdout: 5 60549 26.56 MB/sec warmup 65 sec latency 48.888 ms 2024-04-13T09:53:39.918 INFO:teuthology.orchestra.run.smithi062.stdout: 5 61132 26.27 MB/sec warmup 66 sec latency 56.784 ms 2024-04-13T09:53:40.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:53:39.221081+0000 mgr.smithi062.wofrer (mgr.14164) 343 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 298 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.01k op/s 2024-04-13T09:53:40.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:40 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:53:39.221081+0000 mgr.smithi062.wofrer (mgr.14164) 343 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 298 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.01k op/s 2024-04-13T09:53:40.917 INFO:teuthology.orchestra.run.smithi062.stdout: 5 61674 26.09 MB/sec warmup 67 sec latency 76.076 ms 2024-04-13T09:53:41.918 INFO:teuthology.orchestra.run.smithi062.stdout: 5 62627 25.94 MB/sec warmup 68 sec latency 19.154 ms 2024-04-13T09:53:42.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:42 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:53:41.221585+0000 mgr.smithi062.wofrer (mgr.14164) 344 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 311 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 13 MiB/s wr, 1.20k op/s 2024-04-13T09:53:42.546 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:42 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:53:41.221585+0000 mgr.smithi062.wofrer (mgr.14164) 344 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 311 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 13 MiB/s wr, 1.20k op/s 2024-04-13T09:53:42.917 INFO:teuthology.orchestra.run.smithi062.stdout: 5 63650 26.16 MB/sec warmup 69 sec latency 12.806 ms 2024-04-13T09:53:43.918 INFO:teuthology.orchestra.run.smithi062.stdout: 5 64395 26.09 MB/sec warmup 70 sec latency 36.086 ms 2024-04-13T09:53:44.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:53:43.221997+0000 mgr.smithi062.wofrer (mgr.14164) 345 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 311 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 8.8 MiB/s wr, 858 op/s 2024-04-13T09:53:44.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:44 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:53:43.221997+0000 mgr.smithi062.wofrer (mgr.14164) 345 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 311 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 8.8 MiB/s wr, 858 op/s 2024-04-13T09:53:44.918 INFO:teuthology.orchestra.run.smithi062.stdout: 5 65086 25.91 MB/sec warmup 71 sec latency 18.644 ms 2024-04-13T09:53:45.918 INFO:teuthology.orchestra.run.smithi062.stdout: 5 65820 25.77 MB/sec warmup 72 sec latency 29.160 ms 2024-04-13T09:53:46.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:53:45.222554+0000 mgr.smithi062.wofrer (mgr.14164) 346 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 317 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 969 op/s 2024-04-13T09:53:46.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:53:45.222554+0000 mgr.smithi062.wofrer (mgr.14164) 346 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 317 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 969 op/s 2024-04-13T09:53:46.918 INFO:teuthology.orchestra.run.smithi062.stdout: 5 66744 25.76 MB/sec warmup 73 sec latency 12.788 ms 2024-04-13T09:53:47.918 INFO:teuthology.orchestra.run.smithi062.stdout: 5 67521 25.83 MB/sec warmup 74 sec latency 16.394 ms 2024-04-13T09:53:48.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:48 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:53:47.223058+0000 mgr.smithi062.wofrer (mgr.14164) 347 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 322 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.04k op/s 2024-04-13T09:53:48.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:48 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:53:47.223058+0000 mgr.smithi062.wofrer (mgr.14164) 347 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 322 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.04k op/s 2024-04-13T09:53:48.918 INFO:teuthology.orchestra.run.smithi062.stdout: 5 67985 25.63 MB/sec warmup 75 sec latency 128.024 ms 2024-04-13T09:53:49.918 INFO:teuthology.orchestra.run.smithi062.stdout: 5 68563 25.45 MB/sec warmup 76 sec latency 36.148 ms 2024-04-13T09:53:50.522 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:50 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:53:49.223525+0000 mgr.smithi062.wofrer (mgr.14164) 348 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 324 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 1.03k op/s 2024-04-13T09:53:50.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:50 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:53:49.223525+0000 mgr.smithi062.wofrer (mgr.14164) 348 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 324 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 1.03k op/s 2024-04-13T09:53:50.918 INFO:teuthology.orchestra.run.smithi062.stdout: 5 69396 25.34 MB/sec warmup 77 sec latency 38.172 ms 2024-04-13T09:53:51.918 INFO:teuthology.orchestra.run.smithi062.stdout: 5 70292 25.33 MB/sec warmup 78 sec latency 14.700 ms 2024-04-13T09:53:52.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:53:51.224115+0000 mgr.smithi062.wofrer (mgr.14164) 349 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 332 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 12 MiB/s wr, 1.19k op/s 2024-04-13T09:53:52.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:53:51.224115+0000 mgr.smithi062.wofrer (mgr.14164) 349 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 332 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 12 MiB/s wr, 1.19k op/s 2024-04-13T09:53:52.918 INFO:teuthology.orchestra.run.smithi062.stdout: 5 71072 25.41 MB/sec warmup 79 sec latency 21.011 ms 2024-04-13T09:53:53.918 INFO:teuthology.orchestra.run.smithi062.stdout: 5 71514 25.22 MB/sec warmup 80 sec latency 75.147 ms 2024-04-13T09:53:54.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:54 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:53:53.224453+0000 mgr.smithi062.wofrer (mgr.14164) 350 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 332 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 8.6 MiB/s wr, 864 op/s 2024-04-13T09:53:54.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:53:53.224453+0000 mgr.smithi062.wofrer (mgr.14164) 350 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 332 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 8.6 MiB/s wr, 864 op/s 2024-04-13T09:53:54.918 INFO:teuthology.orchestra.run.smithi062.stdout: 5 71886 24.96 MB/sec warmup 81 sec latency 37.581 ms 2024-04-13T09:53:55.918 INFO:teuthology.orchestra.run.smithi062.stdout: 5 72480 24.84 MB/sec warmup 82 sec latency 29.741 ms 2024-04-13T09:53:56.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:53:55.224977+0000 mgr.smithi062.wofrer (mgr.14164) 351 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 333 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 1.17k op/s 2024-04-13T09:53:56.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:53:55.224977+0000 mgr.smithi062.wofrer (mgr.14164) 351 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 333 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 1.17k op/s 2024-04-13T09:53:56.918 INFO:teuthology.orchestra.run.smithi062.stdout: 5 73214 24.71 MB/sec warmup 83 sec latency 19.625 ms 2024-04-13T09:53:57.918 INFO:teuthology.orchestra.run.smithi062.stdout: 5 74074 24.78 MB/sec warmup 84 sec latency 22.989 ms 2024-04-13T09:53:58.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:53:58 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:53:57.225489+0000 mgr.smithi062.wofrer (mgr.14164) 352 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 329 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 10 MiB/s wr, 1.05k op/s 2024-04-13T09:53:58.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:53:58 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:53:57.225489+0000 mgr.smithi062.wofrer (mgr.14164) 352 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 329 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 10 MiB/s wr, 1.05k op/s 2024-04-13T09:53:58.918 INFO:teuthology.orchestra.run.smithi062.stdout: 5 74972 24.84 MB/sec warmup 85 sec latency 19.275 ms 2024-04-13T09:53:59.918 INFO:teuthology.orchestra.run.smithi062.stdout: 5 75739 24.73 MB/sec warmup 86 sec latency 25.503 ms 2024-04-13T09:54:00.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:53:59.225962+0000 mgr.smithi062.wofrer (mgr.14164) 353 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 328 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.9 MiB/s wr, 847 op/s 2024-04-13T09:54:00.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:53:59.311068+0000 mon.smithi062 (mon.0) 728 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/trash_purge_schedule"}]: dispatch 2024-04-13T09:54:00.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:53:59.311357+0000 mon.smithi062 (mon.0) 729 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/mirror_snapshot_schedule"}]: dispatch 2024-04-13T09:54:00.546 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:53:59.225962+0000 mgr.smithi062.wofrer (mgr.14164) 353 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 328 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.9 MiB/s wr, 847 op/s 2024-04-13T09:54:00.546 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:53:59.311068+0000 mon.smithi062 (mon.0) 728 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/trash_purge_schedule"}]: dispatch 2024-04-13T09:54:00.546 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:53:59.311357+0000 mon.smithi062 (mon.0) 729 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/mirror_snapshot_schedule"}]: dispatch 2024-04-13T09:54:00.918 INFO:teuthology.orchestra.run.smithi062.stdout: 5 76414 24.59 MB/sec warmup 87 sec latency 34.865 ms 2024-04-13T09:54:01.918 INFO:teuthology.orchestra.run.smithi062.stdout: 5 77027 24.49 MB/sec warmup 88 sec latency 27.701 ms 2024-04-13T09:54:02.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:02 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:01.226457+0000 mgr.smithi062.wofrer (mgr.14164) 354 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 327 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 964 op/s 2024-04-13T09:54:02.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:01.226457+0000 mgr.smithi062.wofrer (mgr.14164) 354 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 327 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 964 op/s 2024-04-13T09:54:02.824 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T09:54:02.919 INFO:teuthology.orchestra.run.smithi062.stdout: 5 77504 24.38 MB/sec warmup 89 sec latency 32.100 ms 2024-04-13T09:54:03.486 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T09:54:03.486 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (5m) 82s ago 7m 19.8M - 0.20.0 0881eb8f169f 408c2842c887 2024-04-13T09:54:03.487 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (7m) 82s ago 7m 6395k - 16.2.5 6933c2a0b7dd 7a9c2c1a0af1 2024-04-13T09:54:03.487 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (6m) 90s ago 6m 6387k - 16.2.5 6933c2a0b7dd a611207376c9 2024-04-13T09:54:03.487 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (5m) 82s ago 7m 31.8M - 6.7.4 557c83e11646 bba122ba2ce9 2024-04-13T09:54:03.487 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (113s) 82s ago 112s 11.4M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T09:54:03.487 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (110s) 90s ago 109s 12.7M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T09:54:03.487 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:9283 running (9m) 82s ago 9m 422M - 16.2.5 6933c2a0b7dd 1624956d67ec 2024-04-13T09:54:03.487 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283 running (6m) 90s ago 6m 370M - 16.2.5 6933c2a0b7dd a2817e972ff4 2024-04-13T09:54:03.487 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (9m) 82s ago 9m 47.2M 2048M 16.2.5 6933c2a0b7dd 724aac6eaf10 2024-04-13T09:54:03.487 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (6m) 90s ago 6m 40.5M 2048M 16.2.5 6933c2a0b7dd fda491e695cc 2024-04-13T09:54:03.487 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.0.smithi062.bsnxza smithi062 *:2049 running (99s) 82s ago 98s 51.6M - 3.5 6933c2a0b7dd 3bd2197984db 2024-04-13T09:54:03.487 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.0.smithi064.esnguk smithi064 *:2049 running (93s) 90s ago 93s 29.3M - 3.5 6933c2a0b7dd 9350550b79e8 2024-04-13T09:54:03.487 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (7m) 82s ago 7m 17.0M - 0.18.1 e5a616e4b9cf 09d50adc704d 2024-04-13T09:54:03.488 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (6m) 90s ago 6m 17.2M - 0.18.1 e5a616e4b9cf 81a3faddaae0 2024-04-13T09:54:03.488 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (5m) 82s ago 5m 36.7M 3224M 16.2.5 6933c2a0b7dd fd265569b30d 2024-04-13T09:54:03.488 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (5m) 82s ago 5m 39.9M 3224M 16.2.5 6933c2a0b7dd 09ca36a5db39 2024-04-13T09:54:03.488 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (5m) 82s ago 5m 36.2M 3224M 16.2.5 6933c2a0b7dd 89cc0ac92247 2024-04-13T09:54:03.488 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (4m) 82s ago 4m 37.6M 3224M 16.2.5 6933c2a0b7dd b0323c8d9018 2024-04-13T09:54:03.488 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (4m) 90s ago 4m 35.9M 3992M 16.2.5 6933c2a0b7dd f89e1bdd5583 2024-04-13T09:54:03.488 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (4m) 90s ago 4m 38.5M 3992M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T09:54:03.488 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (3m) 90s ago 3m 35.6M 3992M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T09:54:03.488 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (3m) 90s ago 3m 37.2M 3992M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T09:54:03.488 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 running (5m) 82s ago 6m 41.0M - 2.18.1 de242295e225 0f70cbd4f2ff 2024-04-13T09:54:03.882 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T09:54:03.882 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T09:54:03.882 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T09:54:03.883 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:54:03.883 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T09:54:03.883 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T09:54:03.883 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:54:03.883 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T09:54:03.883 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-13T09:54:03.883 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:54:03.883 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T09:54:03.883 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T09:54:03.883 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:54:03.883 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T09:54:03.884 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-04-13T09:54:03.884 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T09:54:03.884 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T09:54:03.918 INFO:teuthology.orchestra.run.smithi062.stdout: 5 78098 24.40 MB/sec warmup 90 sec latency 57.460 ms 2024-04-13T09:54:04.210 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T09:54:04.211 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T09:54:04.211 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T09:54:04.211 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2024-04-13T09:54:04.211 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "0/23 ceph daemons upgraded", 2024-04-13T09:54:04.211 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39 image on host smithi064" 2024-04-13T09:54:04.211 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T09:54:04.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:02.811172+0000 mgr.smithi062.wofrer (mgr.14164) 355 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:54:04.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:03.144919+0000 mgr.smithi062.wofrer (mgr.14164) 356 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:54:04.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:03.226873+0000 mgr.smithi062.wofrer (mgr.14164) 357 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 331 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 8.3 MiB/s wr, 786 op/s 2024-04-13T09:54:04.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:03.476807+0000 mgr.smithi062.wofrer (mgr.14164) 358 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:54:04.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:03.882431+0000 mon.smithi062 (mon.0) 730 : audit [DBG] from='client.? 172.21.15.62:0/4055825336' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T09:54:04.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:02.811172+0000 mgr.smithi062.wofrer (mgr.14164) 355 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:54:04.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:03.144919+0000 mgr.smithi062.wofrer (mgr.14164) 356 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:54:04.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:03.226873+0000 mgr.smithi062.wofrer (mgr.14164) 357 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 331 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 8.3 MiB/s wr, 786 op/s 2024-04-13T09:54:04.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:03.476807+0000 mgr.smithi062.wofrer (mgr.14164) 358 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:54:04.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:03.882431+0000 mon.smithi062 (mon.0) 730 : audit [DBG] from='client.? 172.21.15.62:0/4055825336' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T09:54:04.595 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2024-04-13T09:54:04.918 INFO:teuthology.orchestra.run.smithi062.stdout: 5 78467 24.25 MB/sec warmup 91 sec latency 35.277 ms 2024-04-13T09:54:05.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:04.210791+0000 mgr.smithi062.wofrer (mgr.14164) 359 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:54:05.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:04.595392+0000 mon.smithi062 (mon.0) 731 : audit [DBG] from='client.? 172.21.15.62:0/10442698' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T09:54:05.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:04.210791+0000 mgr.smithi062.wofrer (mgr.14164) 359 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:54:05.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:04.595392+0000 mon.smithi062 (mon.0) 731 : audit [DBG] from='client.? 172.21.15.62:0/10442698' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T09:54:05.918 INFO:teuthology.orchestra.run.smithi062.stdout: 5 79241 24.15 MB/sec warmup 92 sec latency 39.114 ms 2024-04-13T09:54:06.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:06 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:05.227386+0000 mgr.smithi062.wofrer (mgr.14164) 360 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 326 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 921 op/s 2024-04-13T09:54:06.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:05.227386+0000 mgr.smithi062.wofrer (mgr.14164) 360 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 326 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 921 op/s 2024-04-13T09:54:06.918 INFO:teuthology.orchestra.run.smithi062.stdout: 5 80012 24.06 MB/sec warmup 93 sec latency 24.545 ms 2024-04-13T09:54:07.918 INFO:teuthology.orchestra.run.smithi062.stdout: 5 80668 23.97 MB/sec warmup 94 sec latency 27.054 ms 2024-04-13T09:54:08.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:08 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:07.227955+0000 mgr.smithi062.wofrer (mgr.14164) 361 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 9.8 MiB/s wr, 913 op/s 2024-04-13T09:54:08.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:07.227955+0000 mgr.smithi062.wofrer (mgr.14164) 361 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 9.8 MiB/s wr, 913 op/s 2024-04-13T09:54:08.919 INFO:teuthology.orchestra.run.smithi062.stdout: 5 81411 24.04 MB/sec warmup 95 sec latency 22.232 ms 2024-04-13T09:54:09.918 INFO:teuthology.orchestra.run.smithi062.stdout: 5 82077 24.00 MB/sec warmup 96 sec latency 23.649 ms 2024-04-13T09:54:10.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:10 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:09.228425+0000 mgr.smithi062.wofrer (mgr.14164) 362 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.8 MiB/s wr, 984 op/s 2024-04-13T09:54:10.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:10 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:09.228425+0000 mgr.smithi062.wofrer (mgr.14164) 362 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.8 MiB/s wr, 984 op/s 2024-04-13T09:54:10.918 INFO:teuthology.orchestra.run.smithi062.stdout: 5 82735 23.86 MB/sec warmup 97 sec latency 23.659 ms 2024-04-13T09:54:11.919 INFO:teuthology.orchestra.run.smithi062.stdout: 5 83501 23.80 MB/sec warmup 98 sec latency 33.474 ms 2024-04-13T09:54:12.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:12 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:11.228928+0000 mgr.smithi062.wofrer (mgr.14164) 363 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 12 MiB/s wr, 1.17k op/s 2024-04-13T09:54:12.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:12 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:11.228928+0000 mgr.smithi062.wofrer (mgr.14164) 363 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 12 MiB/s wr, 1.17k op/s 2024-04-13T09:54:12.918 INFO:teuthology.orchestra.run.smithi062.stdout: 5 84354 23.76 MB/sec warmup 99 sec latency 15.149 ms 2024-04-13T09:54:13.918 INFO:teuthology.orchestra.run.smithi062.stdout: 5 84968 23.80 MB/sec warmup 100 sec latency 35.585 ms 2024-04-13T09:54:14.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:13.229341+0000 mgr.smithi062.wofrer (mgr.14164) 364 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 8.5 MiB/s wr, 895 op/s 2024-04-13T09:54:14.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:13.229341+0000 mgr.smithi062.wofrer (mgr.14164) 364 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 8.5 MiB/s wr, 895 op/s 2024-04-13T09:54:14.919 INFO:teuthology.orchestra.run.smithi062.stdout: 5 85324 23.69 MB/sec warmup 101 sec latency 37.821 ms 2024-04-13T09:54:15.919 INFO:teuthology.orchestra.run.smithi062.stdout: 5 85605 23.52 MB/sec warmup 102 sec latency 60.103 ms 2024-04-13T09:54:16.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:16 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:15.229880+0000 mgr.smithi062.wofrer (mgr.14164) 365 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 327 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 996 op/s 2024-04-13T09:54:16.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:16 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:15.229880+0000 mgr.smithi062.wofrer (mgr.14164) 365 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 327 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 996 op/s 2024-04-13T09:54:16.919 INFO:teuthology.orchestra.run.smithi062.stdout: 5 86002 23.34 MB/sec warmup 103 sec latency 41.761 ms 2024-04-13T09:54:17.919 INFO:teuthology.orchestra.run.smithi062.stdout: 5 86632 23.26 MB/sec warmup 104 sec latency 44.874 ms 2024-04-13T09:54:18.496 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:18 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:17.230445+0000 mgr.smithi062.wofrer (mgr.14164) 366 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 322 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 10 MiB/s wr, 1.01k op/s 2024-04-13T09:54:18.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:18 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:17.230445+0000 mgr.smithi062.wofrer (mgr.14164) 366 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 322 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 10 MiB/s wr, 1.01k op/s 2024-04-13T09:54:18.919 INFO:teuthology.orchestra.run.smithi062.stdout: 5 87301 23.16 MB/sec warmup 105 sec latency 59.408 ms 2024-04-13T09:54:19.919 INFO:teuthology.orchestra.run.smithi062.stdout: 5 88033 23.14 MB/sec warmup 106 sec latency 16.916 ms 2024-04-13T09:54:20.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:18.935339+0000 mgr.smithi062.wofrer (mgr.14164) 367 : cephadm [INF] Upgrade: Updating mgr.smithi064.lcvmyw 2024-04-13T09:54:20.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:18.941032+0000 mon.smithi062 (mon.0) 732 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:54:20.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:18.942367+0000 mon.smithi062 (mon.0) 733 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi064.lcvmyw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-13T09:54:20.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:18.943363+0000 mon.smithi062 (mon.0) 734 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-13T09:54:20.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:18.944448+0000 mon.smithi062 (mon.0) 735 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:54:20.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:18.945272+0000 mgr.smithi062.wofrer (mgr.14164) 368 : cephadm [INF] Deploying daemon mgr.smithi064.lcvmyw on smithi064 2024-04-13T09:54:20.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:19.230970+0000 mgr.smithi062.wofrer (mgr.14164) 369 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 8.3 MiB/s wr, 785 op/s 2024-04-13T09:54:20.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:18.935339+0000 mgr.smithi062.wofrer (mgr.14164) 367 : cephadm [INF] Upgrade: Updating mgr.smithi064.lcvmyw 2024-04-13T09:54:20.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:18.941032+0000 mon.smithi062 (mon.0) 732 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:54:20.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:18.942367+0000 mon.smithi062 (mon.0) 733 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi064.lcvmyw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-13T09:54:20.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:18.943363+0000 mon.smithi062 (mon.0) 734 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-13T09:54:20.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:18.944448+0000 mon.smithi062 (mon.0) 735 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:54:20.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:18.945272+0000 mgr.smithi062.wofrer (mgr.14164) 368 : cephadm [INF] Deploying daemon mgr.smithi064.lcvmyw on smithi064 2024-04-13T09:54:20.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:19.230970+0000 mgr.smithi062.wofrer (mgr.14164) 369 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 8.3 MiB/s wr, 785 op/s 2024-04-13T09:54:20.919 INFO:teuthology.orchestra.run.smithi062.stdout: 5 88906 23.28 MB/sec warmup 107 sec latency 20.484 ms 2024-04-13T09:54:21.919 INFO:teuthology.orchestra.run.smithi062.stdout: 5 89639 23.15 MB/sec warmup 108 sec latency 23.711 ms 2024-04-13T09:54:22.546 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:22 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:21.231525+0000 mgr.smithi062.wofrer (mgr.14164) 370 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 314 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 9.3 MiB/s wr, 842 op/s 2024-04-13T09:54:22.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:22 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:21.231525+0000 mgr.smithi062.wofrer (mgr.14164) 370 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 314 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 9.3 MiB/s wr, 842 op/s 2024-04-13T09:54:22.919 INFO:teuthology.orchestra.run.smithi062.stdout: 5 90270 23.08 MB/sec warmup 109 sec latency 42.485 ms 2024-04-13T09:54:23.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:22.490658+0000 mon.smithi062 (mon.0) 736 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:54:23.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:22.494188+0000 mon.smithi062 (mon.0) 737 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:54:23.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:22.496875+0000 mon.smithi062 (mon.0) 738 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:54:23.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:22.497835+0000 mon.smithi062 (mon.0) 739 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:54:23.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:22.490658+0000 mon.smithi062 (mon.0) 736 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:54:23.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:22.494188+0000 mon.smithi062 (mon.0) 737 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:54:23.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:22.496875+0000 mon.smithi062 (mon.0) 738 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:54:23.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:22.497835+0000 mon.smithi062 (mon.0) 739 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:54:23.919 INFO:teuthology.orchestra.run.smithi062.stdout: 5 91056 23.02 MB/sec warmup 110 sec latency 28.866 ms 2024-04-13T09:54:24.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:24 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:23.231923+0000 mgr.smithi062.wofrer (mgr.14164) 371 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 6.7 MiB/s wr, 630 op/s 2024-04-13T09:54:24.799 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:23.231923+0000 mgr.smithi062.wofrer (mgr.14164) 371 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 315 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 6.7 MiB/s wr, 630 op/s 2024-04-13T09:54:24.920 INFO:teuthology.orchestra.run.smithi062.stdout: 5 91666 23.01 MB/sec warmup 111 sec latency 35.338 ms 2024-04-13T09:54:25.919 INFO:teuthology.orchestra.run.smithi062.stdout: 5 92457 23.10 MB/sec warmup 112 sec latency 22.787 ms 2024-04-13T09:54:26.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:26 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:25.232395+0000 mgr.smithi062.wofrer (mgr.14164) 372 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 324 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 9.1 MiB/s wr, 845 op/s 2024-04-13T09:54:26.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:26 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:25.232395+0000 mgr.smithi062.wofrer (mgr.14164) 372 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 324 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 9.1 MiB/s wr, 845 op/s 2024-04-13T09:54:26.919 INFO:teuthology.orchestra.run.smithi062.stdout: 5 93129 22.97 MB/sec warmup 113 sec latency 15.118 ms 2024-04-13T09:54:27.919 INFO:teuthology.orchestra.run.smithi062.stdout: 5 93709 22.90 MB/sec warmup 114 sec latency 28.287 ms 2024-04-13T09:54:28.500 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:27.232964+0000 mgr.smithi062.wofrer (mgr.14164) 373 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 320 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 9.2 MiB/s wr, 906 op/s 2024-04-13T09:54:28.500 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:27.396515+0000 mon.smithi062 (mon.0) 740 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:54:28.500 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:27.789505+0000 mon.smithi062 (mon.0) 741 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:54:28.500 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:27.799478+0000 mon.smithi062 (mon.0) 742 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:54:28.500 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:27.802680+0000 mon.smithi062 (mon.0) 743 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:54:28.500 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:27.807049+0000 mon.smithi062 (mon.0) 744 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mgr fail", "who": "smithi062.wofrer"}]: dispatch 2024-04-13T09:54:28.500 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:27.813144+0000 mon.smithi062 (mon.0) 745 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-04-13T09:54:28.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:27.232964+0000 mgr.smithi062.wofrer (mgr.14164) 373 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 320 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 9.2 MiB/s wr, 906 op/s 2024-04-13T09:54:28.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:27.396515+0000 mon.smithi062 (mon.0) 740 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:54:28.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:27.789505+0000 mon.smithi062 (mon.0) 741 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:54:28.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:27.799478+0000 mon.smithi062 (mon.0) 742 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' 2024-04-13T09:54:28.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:27.802680+0000 mon.smithi062 (mon.0) 743 : audit [DBG] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:54:28.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:27.807049+0000 mon.smithi062 (mon.0) 744 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mgr fail", "who": "smithi062.wofrer"}]: dispatch 2024-04-13T09:54:28.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:27.813144+0000 mon.smithi062 (mon.0) 745 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-04-13T09:54:28.920 INFO:teuthology.orchestra.run.smithi062.stdout: 5 94325 22.80 MB/sec warmup 115 sec latency 25.881 ms 2024-04-13T09:54:29.734 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:29 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:27.804302+0000 mgr.smithi062.wofrer (mgr.14164) 374 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi062.wofrer) 2024-04-13T09:54:29.734 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:29 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:27.806720+0000 mgr.smithi062.wofrer (mgr.14164) 375 : cephadm [INF] Failing over to other MGR 2024-04-13T09:54:29.734 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:29 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:28.802201+0000 mon.smithi062 (mon.0) 746 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "mgr fail", "who": "smithi062.wofrer"}]': finished 2024-04-13T09:54:29.734 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:29 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:28.802254+0000 mon.smithi062 (mon.0) 747 : cluster [DBG] mgrmap e21: smithi064.lcvmyw(active, starting, since 0.9946s) 2024-04-13T09:54:29.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:29 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:27.804302+0000 mgr.smithi062.wofrer (mgr.14164) 374 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi062.wofrer) 2024-04-13T09:54:29.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:29 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:27.806720+0000 mgr.smithi062.wofrer (mgr.14164) 375 : cephadm [INF] Failing over to other MGR 2024-04-13T09:54:29.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:29 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:28.802201+0000 mon.smithi062 (mon.0) 746 : audit [INF] from='mgr.14164 172.21.15.62:0/3016865533' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "mgr fail", "who": "smithi062.wofrer"}]': finished 2024-04-13T09:54:29.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:29 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:28.802254+0000 mon.smithi062 (mon.0) 747 : cluster [DBG] mgrmap e21: smithi064.lcvmyw(active, starting, since 0.9946s) 2024-04-13T09:54:29.919 INFO:teuthology.orchestra.run.smithi062.stdout: 5 94771 22.68 MB/sec warmup 116 sec latency 37.540 ms 2024-04-13T09:54:30.919 INFO:teuthology.orchestra.run.smithi062.stdout: 5 95139 22.61 MB/sec warmup 117 sec latency 34.300 ms 2024-04-13T09:54:31.919 INFO:teuthology.orchestra.run.smithi062.stdout: 5 95535 22.58 MB/sec warmup 118 sec latency 39.187 ms 2024-04-13T09:54:32.143 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:32.032017+0000 mon.smithi062 (mon.0) 748 : cluster [INF] Active manager daemon smithi064.lcvmyw restarted 2024-04-13T09:54:32.143 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:32.032699+0000 mon.smithi062 (mon.0) 749 : cluster [INF] Activating manager daemon smithi064.lcvmyw 2024-04-13T09:54:32.143 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:32.038258+0000 mon.smithi062 (mon.0) 750 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-04-13T09:54:32.143 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:32.040382+0000 mon.smithi064 (mon.1) 17 : audit [DBG] from='mgr.? 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi064.lcvmyw/crt"}]: dispatch 2024-04-13T09:54:32.143 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:32.041367+0000 mon.smithi064 (mon.1) 18 : audit [DBG] from='mgr.? 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-13T09:54:32.143 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:32.043340+0000 mon.smithi064 (mon.1) 19 : audit [DBG] from='mgr.? 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi064.lcvmyw/key"}]: dispatch 2024-04-13T09:54:32.143 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:32.047693+0000 mon.smithi064 (mon.1) 20 : audit [DBG] from='mgr.? 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-13T09:54:32.356 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:32 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:32.032017+0000 mon.smithi062 (mon.0) 748 : cluster [INF] Active manager daemon smithi064.lcvmyw restarted 2024-04-13T09:54:32.356 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:32 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:32.032699+0000 mon.smithi062 (mon.0) 749 : cluster [INF] Activating manager daemon smithi064.lcvmyw 2024-04-13T09:54:32.356 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:32 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:32.038258+0000 mon.smithi062 (mon.0) 750 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-04-13T09:54:32.357 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:32 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:32.040382+0000 mon.smithi064 (mon.1) 17 : audit [DBG] from='mgr.? 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi064.lcvmyw/crt"}]: dispatch 2024-04-13T09:54:32.357 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:32 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:32.041367+0000 mon.smithi064 (mon.1) 18 : audit [DBG] from='mgr.? 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-13T09:54:32.357 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:32 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:32.043340+0000 mon.smithi064 (mon.1) 19 : audit [DBG] from='mgr.? 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi064.lcvmyw/key"}]: dispatch 2024-04-13T09:54:32.357 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:32 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:32.047693+0000 mon.smithi064 (mon.1) 20 : audit [DBG] from='mgr.? 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-13T09:54:32.919 INFO:teuthology.orchestra.run.smithi062.stdout: 5 96041 22.55 MB/sec warmup 119 sec latency 55.024 ms 2024-04-13T09:54:33.511 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:32.089244+0000 mon.smithi062 (mon.0) 751 : cluster [DBG] mgrmap e22: smithi064.lcvmyw(active, starting, since 0.056803s) 2024-04-13T09:54:33.511 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:32.094993+0000 mon.smithi062 (mon.0) 752 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2024-04-13T09:54:33.511 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:32.095197+0000 mon.smithi062 (mon.0) 753 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2024-04-13T09:54:33.512 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:32.095740+0000 mon.smithi062 (mon.0) 754 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi062.hadckm"}]: dispatch 2024-04-13T09:54:33.512 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:32.095954+0000 mon.smithi062 (mon.0) 755 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi064.zvuvtq"}]: dispatch 2024-04-13T09:54:33.512 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:32.099852+0000 mon.smithi062 (mon.0) 756 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "mgr metadata", "who": "smithi064.lcvmyw", "id": "smithi064.lcvmyw"}]: dispatch 2024-04-13T09:54:33.512 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:32.100031+0000 mon.smithi062 (mon.0) 757 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-13T09:54:33.512 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:32.100237+0000 mon.smithi062 (mon.0) 758 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-13T09:54:33.512 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:32.100448+0000 mon.smithi062 (mon.0) 759 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-13T09:54:33.512 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:32.100675+0000 mon.smithi062 (mon.0) 760 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-13T09:54:33.512 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:32.100883+0000 mon.smithi062 (mon.0) 761 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-13T09:54:33.512 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:32.101075+0000 mon.smithi062 (mon.0) 762 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-13T09:54:33.512 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:32.101273+0000 mon.smithi062 (mon.0) 763 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-13T09:54:33.512 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:32.101457+0000 mon.smithi062 (mon.0) 764 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-13T09:54:33.512 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:32.101665+0000 mon.smithi062 (mon.0) 765 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-13T09:54:33.513 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:32.101891+0000 mon.smithi062 (mon.0) 766 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-13T09:54:33.513 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:32.102306+0000 mon.smithi062 (mon.0) 767 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-13T09:54:33.513 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:32.218735+0000 mon.smithi062 (mon.0) 768 : cluster [INF] Manager daemon smithi064.lcvmyw is now available 2024-04-13T09:54:33.513 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:32.242791+0000 mon.smithi062 (mon.0) 769 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:33.513 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:32.243101+0000 mgr.smithi064.lcvmyw (mgr.24451) 1 : cephadm [INF] Queued nfs.foo for migration 2024-04-13T09:54:33.513 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:32.251537+0000 mon.smithi062 (mon.0) 770 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:54:33.513 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:32.275038+0000 mon.smithi062 (mon.0) 771 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:33.513 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:32.278952+0000 mon.smithi062 (mon.0) 772 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:54:33.513 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:32.316017+0000 mon.smithi062 (mon.0) 773 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi064.lcvmyw/mirror_snapshot_schedule"}]: dispatch 2024-04-13T09:54:33.513 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:32.324108+0000 mon.smithi062 (mon.0) 774 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi064.lcvmyw/trash_purge_schedule"}]: dispatch 2024-04-13T09:54:33.513 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:32.330720+0000 mon.smithi062 (mon.0) 775 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:33.513 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:32.398920+0000 mon.smithi062 (mon.0) 776 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:33.514 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:32.405410+0000 mon.smithi062 (mon.0) 777 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:33.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:32.089244+0000 mon.smithi062 (mon.0) 751 : cluster [DBG] mgrmap e22: smithi064.lcvmyw(active, starting, since 0.056803s) 2024-04-13T09:54:33.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:32.094993+0000 mon.smithi062 (mon.0) 752 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2024-04-13T09:54:33.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:32.095197+0000 mon.smithi062 (mon.0) 753 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2024-04-13T09:54:33.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:32.095740+0000 mon.smithi062 (mon.0) 754 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi062.hadckm"}]: dispatch 2024-04-13T09:54:33.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:32.095954+0000 mon.smithi062 (mon.0) 755 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi064.zvuvtq"}]: dispatch 2024-04-13T09:54:33.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:32.099852+0000 mon.smithi062 (mon.0) 756 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "mgr metadata", "who": "smithi064.lcvmyw", "id": "smithi064.lcvmyw"}]: dispatch 2024-04-13T09:54:33.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:32.100031+0000 mon.smithi062 (mon.0) 757 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-13T09:54:33.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:32.100237+0000 mon.smithi062 (mon.0) 758 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-13T09:54:33.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:32.100448+0000 mon.smithi062 (mon.0) 759 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-13T09:54:33.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:32.100675+0000 mon.smithi062 (mon.0) 760 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-13T09:54:33.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:32.100883+0000 mon.smithi062 (mon.0) 761 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-13T09:54:33.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:32.101075+0000 mon.smithi062 (mon.0) 762 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-13T09:54:33.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:32.101273+0000 mon.smithi062 (mon.0) 763 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-13T09:54:33.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:32.101457+0000 mon.smithi062 (mon.0) 764 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-13T09:54:33.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:32.101665+0000 mon.smithi062 (mon.0) 765 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-13T09:54:33.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:32.101891+0000 mon.smithi062 (mon.0) 766 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-13T09:54:33.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:32.102306+0000 mon.smithi062 (mon.0) 767 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-13T09:54:33.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:32.218735+0000 mon.smithi062 (mon.0) 768 : cluster [INF] Manager daemon smithi064.lcvmyw is now available 2024-04-13T09:54:33.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:32.242791+0000 mon.smithi062 (mon.0) 769 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:33.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:32.243101+0000 mgr.smithi064.lcvmyw (mgr.24451) 1 : cephadm [INF] Queued nfs.foo for migration 2024-04-13T09:54:33.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:32.251537+0000 mon.smithi062 (mon.0) 770 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:54:33.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:32.275038+0000 mon.smithi062 (mon.0) 771 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:33.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:32.278952+0000 mon.smithi062 (mon.0) 772 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:54:33.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:32.316017+0000 mon.smithi062 (mon.0) 773 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi064.lcvmyw/mirror_snapshot_schedule"}]: dispatch 2024-04-13T09:54:33.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:32.324108+0000 mon.smithi062 (mon.0) 774 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi064.lcvmyw/trash_purge_schedule"}]: dispatch 2024-04-13T09:54:33.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:32.330720+0000 mon.smithi062 (mon.0) 775 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:33.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:32.398920+0000 mon.smithi062 (mon.0) 776 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:33.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:32.405410+0000 mon.smithi062 (mon.0) 777 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:34.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:32.820398+0000 mgr.smithi064.lcvmyw (mgr.24451) 2 : cephadm [INF] Deploying cephadm binary to smithi062 2024-04-13T09:54:34.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:32.845307+0000 mgr.smithi064.lcvmyw (mgr.24451) 3 : cephadm [INF] Deploying cephadm binary to smithi064 2024-04-13T09:54:34.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:33.107456+0000 mon.smithi062 (mon.0) 778 : cluster [DBG] mgrmap e23: smithi064.lcvmyw(active, since 1.07502s) 2024-04-13T09:54:34.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:33.121502+0000 mgr.smithi064.lcvmyw (mgr.24451) 4 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 330 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-04-13T09:54:34.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:33.162987+0000 mgr.smithi064.lcvmyw (mgr.24451) 5 : cephadm [INF] [13/Apr/2024:09:54:33] ENGINE Bus STARTING 2024-04-13T09:54:34.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:33.341262+0000 mgr.smithi064.lcvmyw (mgr.24451) 6 : cephadm [INF] [13/Apr/2024:09:54:33] ENGINE Serving on https://172.21.15.64:7150 2024-04-13T09:54:34.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:34 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:32.820398+0000 mgr.smithi064.lcvmyw (mgr.24451) 2 : cephadm [INF] Deploying cephadm binary to smithi062 2024-04-13T09:54:34.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:34 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:32.845307+0000 mgr.smithi064.lcvmyw (mgr.24451) 3 : cephadm [INF] Deploying cephadm binary to smithi064 2024-04-13T09:54:34.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:34 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:33.107456+0000 mon.smithi062 (mon.0) 778 : cluster [DBG] mgrmap e23: smithi064.lcvmyw(active, since 1.07502s) 2024-04-13T09:54:34.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:34 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:33.121502+0000 mgr.smithi064.lcvmyw (mgr.24451) 4 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 330 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-04-13T09:54:34.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:34 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:33.162987+0000 mgr.smithi064.lcvmyw (mgr.24451) 5 : cephadm [INF] [13/Apr/2024:09:54:33] ENGINE Bus STARTING 2024-04-13T09:54:34.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:34 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:33.341262+0000 mgr.smithi064.lcvmyw (mgr.24451) 6 : cephadm [INF] [13/Apr/2024:09:54:33] ENGINE Serving on https://172.21.15.64:7150 2024-04-13T09:54:34.919 INFO:teuthology.orchestra.run.smithi062.stdout: 5 97017 10.88 MB/sec execute 1 sec latency 42.146 ms 2024-04-13T09:54:35.142 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T09:54:35.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:33.453191+0000 mgr.smithi064.lcvmyw (mgr.24451) 7 : cephadm [INF] [13/Apr/2024:09:54:33] ENGINE Serving on http://172.21.15.64:8765 2024-04-13T09:54:35.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:33.453504+0000 mgr.smithi064.lcvmyw (mgr.24451) 8 : cephadm [INF] [13/Apr/2024:09:54:33] ENGINE Bus STARTED 2024-04-13T09:54:35.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:34.100648+0000 mgr.smithi064.lcvmyw (mgr.24451) 9 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 330 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-04-13T09:54:35.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:34.112834+0000 mon.smithi062 (mon.0) 779 : cluster [DBG] mgrmap e24: smithi064.lcvmyw(active, since 2s) 2024-04-13T09:54:35.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:34.266027+0000 mon.smithi062 (mon.0) 780 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-13T09:54:35.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:33.453191+0000 mgr.smithi064.lcvmyw (mgr.24451) 7 : cephadm [INF] [13/Apr/2024:09:54:33] ENGINE Serving on http://172.21.15.64:8765 2024-04-13T09:54:35.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:33.453504+0000 mgr.smithi064.lcvmyw (mgr.24451) 8 : cephadm [INF] [13/Apr/2024:09:54:33] ENGINE Bus STARTED 2024-04-13T09:54:35.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:34.100648+0000 mgr.smithi064.lcvmyw (mgr.24451) 9 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 330 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-04-13T09:54:35.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:34.112834+0000 mon.smithi062 (mon.0) 779 : cluster [DBG] mgrmap e24: smithi064.lcvmyw(active, since 2s) 2024-04-13T09:54:35.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:34.266027+0000 mon.smithi062 (mon.0) 780 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-13T09:54:35.919 INFO:teuthology.orchestra.run.smithi062.stdout: 5 97447 9.34 MB/sec execute 2 sec latency 49.057 ms 2024-04-13T09:54:36.236 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T09:54:36.236 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (6m) 115s ago 8m 19.8M - 0.20.0 0881eb8f169f 408c2842c887 2024-04-13T09:54:36.237 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (8m) 115s ago 8m 6395k - 16.2.5 6933c2a0b7dd 7a9c2c1a0af1 2024-04-13T09:54:36.237 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (7m) 8s ago 7m 6387k - 16.2.5 6933c2a0b7dd a611207376c9 2024-04-13T09:54:36.237 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (6m) 115s ago 7m 31.8M - 6.7.4 557c83e11646 bba122ba2ce9 2024-04-13T09:54:36.237 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (2m) 115s ago 2m 11.4M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T09:54:36.237 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (2m) 8s ago 2m 38.6M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T09:54:36.237 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:9283 running (9m) 115s ago 9m 422M - 16.2.5 6933c2a0b7dd 1624956d67ec 2024-04-13T09:54:36.237 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283 running (14s) 8s ago 7m 43.4M - 18.2.2-1173-g5108bc67 3464fd31103e 35c0defc34fa 2024-04-13T09:54:36.238 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (9m) 115s ago 9m 47.2M 2048M 16.2.5 6933c2a0b7dd 724aac6eaf10 2024-04-13T09:54:36.238 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (7m) 8s ago 7m 49.5M 2048M 16.2.5 6933c2a0b7dd fda491e695cc 2024-04-13T09:54:36.238 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.0.smithi062.bsnxza smithi062 *:2049 running (2m) 115s ago 2m 51.6M - 3.5 6933c2a0b7dd 3bd2197984db 2024-04-13T09:54:36.238 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.0.smithi064.esnguk smithi064 *:2049 running (2m) 8s ago 2m 84.5M - 3.5 6933c2a0b7dd 9350550b79e8 2024-04-13T09:54:36.238 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (7m) 115s ago 7m 17.0M - 0.18.1 e5a616e4b9cf 09d50adc704d 2024-04-13T09:54:36.238 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (6m) 8s ago 6m 17.3M - 0.18.1 e5a616e4b9cf 81a3faddaae0 2024-04-13T09:54:36.238 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (6m) 115s ago 6m 36.7M 3224M 16.2.5 6933c2a0b7dd fd265569b30d 2024-04-13T09:54:36.239 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (5m) 115s ago 5m 39.9M 3224M 16.2.5 6933c2a0b7dd 09ca36a5db39 2024-04-13T09:54:36.239 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (5m) 115s ago 5m 36.2M 3224M 16.2.5 6933c2a0b7dd 89cc0ac92247 2024-04-13T09:54:36.239 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (5m) 115s ago 5m 37.6M 3224M 16.2.5 6933c2a0b7dd b0323c8d9018 2024-04-13T09:54:36.239 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (4m) 8s ago 4m 356M 3992M 16.2.5 6933c2a0b7dd f89e1bdd5583 2024-04-13T09:54:36.239 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (4m) 8s ago 4m 364M 3992M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T09:54:36.239 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (4m) 8s ago 4m 287M 3992M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T09:54:36.240 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (3m) 8s ago 3m 447M 3992M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T09:54:36.240 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 running (6m) 115s ago 7m 41.0M - 2.18.1 de242295e225 0f70cbd4f2ff 2024-04-13T09:54:36.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:35.112996+0000 mon.smithi062 (mon.0) 781 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]': finished 2024-04-13T09:54:36.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:35.113076+0000 mon.smithi062 (mon.0) 782 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-04-13T09:54:36.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:35.115303+0000 mon.smithi062 (mon.0) 783 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-13T09:54:36.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:35.118752+0000 mgr.smithi064.lcvmyw (mgr.24451) 10 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:54:36.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:35.711040+0000 mon.smithi062 (mon.0) 784 : cluster [DBG] Standby manager daemon smithi062.wofrer started 2024-04-13T09:54:36.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:35.716910+0000 mon.smithi062 (mon.0) 785 : audit [DBG] from='mgr.? 172.21.15.62:0/1528836125' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi062.wofrer/crt"}]: dispatch 2024-04-13T09:54:36.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:35.717494+0000 mon.smithi062 (mon.0) 786 : audit [DBG] from='mgr.? 172.21.15.62:0/1528836125' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-13T09:54:36.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:35.719136+0000 mon.smithi062 (mon.0) 787 : audit [DBG] from='mgr.? 172.21.15.62:0/1528836125' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi062.wofrer/key"}]: dispatch 2024-04-13T09:54:36.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:35.720517+0000 mon.smithi062 (mon.0) 788 : audit [DBG] from='mgr.? 172.21.15.62:0/1528836125' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-13T09:54:36.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:36.115764+0000 mon.smithi062 (mon.0) 789 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-13T09:54:36.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:36.115830+0000 mon.smithi062 (mon.0) 790 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-04-13T09:54:36.551 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:35.112996+0000 mon.smithi062 (mon.0) 781 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]': finished 2024-04-13T09:54:36.552 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:35.113076+0000 mon.smithi062 (mon.0) 782 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-04-13T09:54:36.552 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:35.115303+0000 mon.smithi062 (mon.0) 783 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-13T09:54:36.552 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:35.118752+0000 mgr.smithi064.lcvmyw (mgr.24451) 10 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:54:36.552 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:35.711040+0000 mon.smithi062 (mon.0) 784 : cluster [DBG] Standby manager daemon smithi062.wofrer started 2024-04-13T09:54:36.552 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:35.716910+0000 mon.smithi062 (mon.0) 785 : audit [DBG] from='mgr.? 172.21.15.62:0/1528836125' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi062.wofrer/crt"}]: dispatch 2024-04-13T09:54:36.552 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:35.717494+0000 mon.smithi062 (mon.0) 786 : audit [DBG] from='mgr.? 172.21.15.62:0/1528836125' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-13T09:54:36.552 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:35.719136+0000 mon.smithi062 (mon.0) 787 : audit [DBG] from='mgr.? 172.21.15.62:0/1528836125' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi062.wofrer/key"}]: dispatch 2024-04-13T09:54:36.552 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:35.720517+0000 mon.smithi062 (mon.0) 788 : audit [DBG] from='mgr.? 172.21.15.62:0/1528836125' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-13T09:54:36.552 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:36.115764+0000 mon.smithi062 (mon.0) 789 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-13T09:54:36.552 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:36.115830+0000 mon.smithi062 (mon.0) 790 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-04-13T09:54:36.842 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T09:54:36.843 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T09:54:36.843 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T09:54:36.843 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:54:36.843 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T09:54:36.843 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-13T09:54:36.843 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T09:54:36.843 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:54:36.843 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T09:54:36.843 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-13T09:54:36.843 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:54:36.843 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T09:54:36.843 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T09:54:36.843 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:54:36.843 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T09:54:36.844 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-13T09:54:36.844 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T09:54:36.844 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T09:54:36.844 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T09:54:36.920 INFO:teuthology.orchestra.run.smithi062.stdout: 5 98195 11.77 MB/sec execute 3 sec latency 65.610 ms 2024-04-13T09:54:37.447 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T09:54:37.447 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T09:54:37.447 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T09:54:37.448 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T09:54:37.448 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2024-04-13T09:54:37.448 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "1/23 daemons upgraded", 2024-04-13T09:54:37.448 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "", 2024-04-13T09:54:37.448 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T09:54:37.448 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T09:54:37.470 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:35.681306+0000 mgr.smithi064.lcvmyw (mgr.24451) 11 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:54:37.470 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:36.101612+0000 mgr.smithi064.lcvmyw (mgr.24451) 12 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 330 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-04-13T09:54:37.470 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:36.221297+0000 mgr.smithi064.lcvmyw (mgr.24451) 13 : audit [DBG] from='client.24477 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:54:37.470 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:36.249047+0000 mon.smithi062 (mon.0) 791 : cluster [DBG] mgrmap e25: smithi064.lcvmyw(active, since 4s), standbys: smithi062.wofrer 2024-04-13T09:54:37.470 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:36.251906+0000 mon.smithi062 (mon.0) 792 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "mgr metadata", "who": "smithi062.wofrer", "id": "smithi062.wofrer"}]: dispatch 2024-04-13T09:54:37.470 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:36.841951+0000 mon.smithi064 (mon.1) 21 : audit [DBG] from='client.? 172.21.15.62:0/503775288' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T09:54:37.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:35.681306+0000 mgr.smithi064.lcvmyw (mgr.24451) 11 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:54:37.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:36.101612+0000 mgr.smithi064.lcvmyw (mgr.24451) 12 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 330 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-04-13T09:54:37.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:36.221297+0000 mgr.smithi064.lcvmyw (mgr.24451) 13 : audit [DBG] from='client.24477 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:54:37.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:36.249047+0000 mon.smithi062 (mon.0) 791 : cluster [DBG] mgrmap e25: smithi064.lcvmyw(active, since 4s), standbys: smithi062.wofrer 2024-04-13T09:54:37.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:36.251906+0000 mon.smithi062 (mon.0) 792 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "mgr metadata", "who": "smithi062.wofrer", "id": "smithi062.wofrer"}]: dispatch 2024-04-13T09:54:37.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:36.841951+0000 mon.smithi064 (mon.1) 21 : audit [DBG] from='client.? 172.21.15.62:0/503775288' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T09:54:37.919 INFO:teuthology.orchestra.run.smithi062.stdout: 5 98939 16.01 MB/sec execute 4 sec latency 27.764 ms 2024-04-13T09:54:38.126 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2024-04-13T09:54:38.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:38 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:37.404031+0000 mon.smithi062 (mon.0) 793 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:38.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:38 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:37.447390+0000 mgr.smithi064.lcvmyw (mgr.24451) 14 : audit [DBG] from='client.24489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:54:38.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:38 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:38.102038+0000 mgr.smithi064.lcvmyw (mgr.24451) 15 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 330 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-04-13T09:54:38.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:38 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:38.125583+0000 mon.smithi064 (mon.1) 22 : audit [DBG] from='client.? 172.21.15.62:0/142025119' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T09:54:38.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:38 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:37.404031+0000 mon.smithi062 (mon.0) 793 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:38.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:38 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:37.447390+0000 mgr.smithi064.lcvmyw (mgr.24451) 14 : audit [DBG] from='client.24489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:54:38.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:38 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:38.102038+0000 mgr.smithi064.lcvmyw (mgr.24451) 15 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 330 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-04-13T09:54:38.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:38 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:38.125583+0000 mon.smithi064 (mon.1) 22 : audit [DBG] from='client.? 172.21.15.62:0/142025119' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T09:54:38.919 INFO:teuthology.orchestra.run.smithi062.stdout: 5 99453 16.36 MB/sec execute 5 sec latency 54.857 ms 2024-04-13T09:54:39.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:38.415730+0000 mon.smithi062 (mon.0) 794 : cluster [DBG] mgrmap e26: smithi064.lcvmyw(active, since 6s), standbys: smithi062.wofrer 2024-04-13T09:54:39.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:38.415730+0000 mon.smithi062 (mon.0) 794 : cluster [DBG] mgrmap e26: smithi064.lcvmyw(active, since 6s), standbys: smithi062.wofrer 2024-04-13T09:54:39.919 INFO:teuthology.orchestra.run.smithi062.stdout: 5 99885 15.56 MB/sec execute 6 sec latency 28.880 ms 2024-04-13T09:54:40.920 INFO:teuthology.orchestra.run.smithi062.stdout: 5 100224 14.34 MB/sec execute 7 sec latency 52.782 ms 2024-04-13T09:54:41.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:40.102710+0000 mgr.smithi064.lcvmyw (mgr.24451) 16 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 330 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 6.2 MiB/s wr, 637 op/s 2024-04-13T09:54:41.546 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:40.102710+0000 mgr.smithi064.lcvmyw (mgr.24451) 16 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 330 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 6.2 MiB/s wr, 637 op/s 2024-04-13T09:54:41.919 INFO:teuthology.orchestra.run.smithi062.stdout: 5 100592 13.31 MB/sec execute 8 sec latency 48.291 ms 2024-04-13T09:54:42.920 INFO:teuthology.orchestra.run.smithi062.stdout: 5 101023 12.75 MB/sec execute 9 sec latency 55.953 ms 2024-04-13T09:54:43.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:42 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:41.730593+0000 mon.smithi062 (mon.0) 795 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:43.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:42 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:42.103026+0000 mgr.smithi064.lcvmyw (mgr.24451) 17 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 330 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 5.4 MiB/s wr, 556 op/s 2024-04-13T09:54:43.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:42 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:41.730593+0000 mon.smithi062 (mon.0) 795 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:43.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:42 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:42.103026+0000 mgr.smithi064.lcvmyw (mgr.24451) 17 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 330 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 5.4 MiB/s wr, 556 op/s 2024-04-13T09:54:43.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:42.743483+0000 mon.smithi062 (mon.0) 796 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:43.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:42.748631+0000 mon.smithi062 (mon.0) 797 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:43.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:43.541667+0000 mon.smithi062 (mon.0) 798 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:43.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:43.547733+0000 mon.smithi062 (mon.0) 799 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:43.920 INFO:teuthology.orchestra.run.smithi062.stdout: 5 101545 12.80 MB/sec execute 10 sec latency 50.090 ms 2024-04-13T09:54:44.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:42.743483+0000 mon.smithi062 (mon.0) 796 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:44.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:42.748631+0000 mon.smithi062 (mon.0) 797 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:44.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:43.541667+0000 mon.smithi062 (mon.0) 798 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:44.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:43.547733+0000 mon.smithi062 (mon.0) 799 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:44.920 INFO:teuthology.orchestra.run.smithi062.stdout: 5 102072 12.87 MB/sec execute 11 sec latency 29.933 ms 2024-04-13T09:54:45.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:44.103669+0000 mgr.smithi064.lcvmyw (mgr.24451) 18 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 317 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 24 KiB/s rd, 8.2 MiB/s wr, 859 op/s 2024-04-13T09:54:45.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:44 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:44.103669+0000 mgr.smithi064.lcvmyw (mgr.24451) 18 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 317 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 24 KiB/s rd, 8.2 MiB/s wr, 859 op/s 2024-04-13T09:54:45.920 INFO:teuthology.orchestra.run.smithi062.stdout: 5 102161 12.10 MB/sec execute 12 sec latency 889.880 ms 2024-04-13T09:54:46.920 INFO:teuthology.orchestra.run.smithi062.stdout: 5 102763 13.06 MB/sec execute 13 sec latency 47.999 ms 2024-04-13T09:54:47.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:45.002745+0000 mon.smithi062 (mon.0) 800 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-13T09:54:47.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:45.893291+0000 mon.smithi062 (mon.0) 801 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-13T09:54:47.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:45.894669+0000 mon.smithi062 (mon.0) 802 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2024-04-13T09:54:47.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:45.897315+0000 mon.smithi062 (mon.0) 803 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2024-04-13T09:54:47.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:45.899020+0000 mon.smithi062 (mon.0) 804 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2024-04-13T09:54:47.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:45.899219+0000 mon.smithi062 (mon.0) 805 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2024-04-13T09:54:47.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:45.002745+0000 mon.smithi062 (mon.0) 800 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-13T09:54:47.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:45.893291+0000 mon.smithi062 (mon.0) 801 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-13T09:54:47.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:45.894669+0000 mon.smithi062 (mon.0) 802 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2024-04-13T09:54:47.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:45.897315+0000 mon.smithi062 (mon.0) 803 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2024-04-13T09:54:47.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:45.899020+0000 mon.smithi062 (mon.0) 804 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2024-04-13T09:54:47.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:45.899219+0000 mon.smithi062 (mon.0) 805 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2024-04-13T09:54:47.920 INFO:teuthology.orchestra.run.smithi062.stdout: 5 103271 13.28 MB/sec execute 14 sec latency 79.604 ms 2024-04-13T09:54:48.237 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:45.898858+0000 mon.smithi064 (mon.1) 23 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-13T09:54:48.237 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:46.103998+0000 mgr.smithi064.lcvmyw (mgr.24451) 19 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 317 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 7.4 MiB/s wr, 773 op/s 2024-04-13T09:54:48.237 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:46.887798+0000 mon.smithi064 (mon.1) 24 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-13T09:54:48.237 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:46.898043+0000 mon.smithi062 (mon.0) 806 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:48.237 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:46.906444+0000 mon.smithi062 (mon.0) 807 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:48.237 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:47.282835+0000 mon.smithi062 (mon.0) 808 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:54:48.237 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:47.693571+0000 mon.smithi062 (mon.0) 809 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:48.237 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:47.698672+0000 mon.smithi062 (mon.0) 810 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:48.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:45.898858+0000 mon.smithi064 (mon.1) 23 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-13T09:54:48.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:46.103998+0000 mgr.smithi064.lcvmyw (mgr.24451) 19 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 317 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 7.4 MiB/s wr, 773 op/s 2024-04-13T09:54:48.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:46.887798+0000 mon.smithi064 (mon.1) 24 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-13T09:54:48.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:46.898043+0000 mon.smithi062 (mon.0) 806 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:48.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:46.906444+0000 mon.smithi062 (mon.0) 807 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:48.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:47.282835+0000 mon.smithi062 (mon.0) 808 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:54:48.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:47.693571+0000 mon.smithi062 (mon.0) 809 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:48.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:47.698672+0000 mon.smithi062 (mon.0) 810 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:48.920 INFO:teuthology.orchestra.run.smithi062.stdout: 5 103615 12.75 MB/sec execute 15 sec latency 69.234 ms 2024-04-13T09:54:49.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:48 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:48.104467+0000 mgr.smithi064.lcvmyw (mgr.24451) 20 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 317 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 6.2 MiB/s wr, 644 op/s 2024-04-13T09:54:49.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:48 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:48.104467+0000 mgr.smithi064.lcvmyw (mgr.24451) 20 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 317 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 6.2 MiB/s wr, 644 op/s 2024-04-13T09:54:49.920 INFO:teuthology.orchestra.run.smithi062.stdout: 5 103995 12.34 MB/sec execute 16 sec latency 44.046 ms 2024-04-13T09:54:50.920 INFO:teuthology.orchestra.run.smithi062.stdout: 5 104496 12.35 MB/sec execute 17 sec latency 60.356 ms 2024-04-13T09:54:51.514 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:50.105116+0000 mgr.smithi064.lcvmyw (mgr.24451) 21 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 329 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 20 KiB/s rd, 9.2 MiB/s wr, 896 op/s 2024-04-13T09:54:51.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:50.902740+0000 mon.smithi062 (mon.0) 811 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:51.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:50.907685+0000 mon.smithi062 (mon.0) 812 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:51.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:50.909184+0000 mon.smithi062 (mon.0) 813 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:54:51.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:50.910171+0000 mon.smithi062 (mon.0) 814 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:54:51.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:50.910981+0000 mon.smithi062 (mon.0) 815 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:54:51.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:50.911821+0000 mon.smithi062 (mon.0) 816 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:54:51.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:50.916360+0000 mon.smithi062 (mon.0) 817 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:51.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:50.105116+0000 mgr.smithi064.lcvmyw (mgr.24451) 21 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 329 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 20 KiB/s rd, 9.2 MiB/s wr, 896 op/s 2024-04-13T09:54:51.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:50.902740+0000 mon.smithi062 (mon.0) 811 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:51.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:50.907685+0000 mon.smithi062 (mon.0) 812 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:51.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:50.909184+0000 mon.smithi062 (mon.0) 813 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:54:51.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:50.910171+0000 mon.smithi062 (mon.0) 814 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:54:51.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:50.910981+0000 mon.smithi062 (mon.0) 815 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:54:51.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:50.911821+0000 mon.smithi062 (mon.0) 816 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:54:51.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:50.916360+0000 mon.smithi062 (mon.0) 817 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:51.920 INFO:teuthology.orchestra.run.smithi062.stdout: 5 105134 12.43 MB/sec execute 18 sec latency 41.740 ms 2024-04-13T09:54:52.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:50.912498+0000 mgr.smithi064.lcvmyw (mgr.24451) 22 : cephadm [INF] Adjusting osd_memory_target on smithi062 to 1944M 2024-04-13T09:54:52.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:51.575569+0000 mon.smithi062 (mon.0) 818 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:52.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:51.581925+0000 mon.smithi062 (mon.0) 819 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:52.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:51.583128+0000 mon.smithi062 (mon.0) 820 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:54:52.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:51.583884+0000 mon.smithi062 (mon.0) 821 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:54:52.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:51.584542+0000 mon.smithi062 (mon.0) 822 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:54:52.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:51.585293+0000 mon.smithi062 (mon.0) 823 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:54:52.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:51.589484+0000 mon.smithi062 (mon.0) 824 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:52.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:51.590621+0000 mon.smithi062 (mon.0) 825 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:54:52.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:51.591415+0000 mon.smithi062 (mon.0) 826 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:54:52.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:50.912498+0000 mgr.smithi064.lcvmyw (mgr.24451) 22 : cephadm [INF] Adjusting osd_memory_target on smithi062 to 1944M 2024-04-13T09:54:52.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:51.575569+0000 mon.smithi062 (mon.0) 818 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:52.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:51.581925+0000 mon.smithi062 (mon.0) 819 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:52.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:51.583128+0000 mon.smithi062 (mon.0) 820 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:54:52.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:51.583884+0000 mon.smithi062 (mon.0) 821 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:54:52.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:51.584542+0000 mon.smithi062 (mon.0) 822 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:54:52.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:51.585293+0000 mon.smithi062 (mon.0) 823 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-13T09:54:52.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:51.589484+0000 mon.smithi062 (mon.0) 824 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:52.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:51.590621+0000 mon.smithi062 (mon.0) 825 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:54:52.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:51.591415+0000 mon.smithi062 (mon.0) 826 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:54:52.920 INFO:teuthology.orchestra.run.smithi062.stdout: 5 105610 12.47 MB/sec execute 19 sec latency 30.986 ms 2024-04-13T09:54:53.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:51.585846+0000 mgr.smithi064.lcvmyw (mgr.24451) 23 : cephadm [INF] Adjusting osd_memory_target on smithi064 to 2712M 2024-04-13T09:54:53.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:51.592733+0000 mgr.smithi064.lcvmyw (mgr.24451) 24 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.conf 2024-04-13T09:54:53.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:51.592930+0000 mgr.smithi064.lcvmyw (mgr.24451) 25 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.conf 2024-04-13T09:54:53.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:51.908241+0000 mgr.smithi064.lcvmyw (mgr.24451) 26 : cephadm [INF] Updating smithi062:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-13T09:54:53.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:51.910741+0000 mgr.smithi064.lcvmyw (mgr.24451) 27 : cephadm [INF] Updating smithi064:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-13T09:54:53.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:52.105432+0000 mgr.smithi064.lcvmyw (mgr.24451) 28 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 329 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 526 op/s 2024-04-13T09:54:53.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:52.223184+0000 mgr.smithi064.lcvmyw (mgr.24451) 29 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.client.admin.keyring 2024-04-13T09:54:53.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:52.226861+0000 mgr.smithi064.lcvmyw (mgr.24451) 30 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.client.admin.keyring 2024-04-13T09:54:53.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:52.859485+0000 mon.smithi062 (mon.0) 827 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:53.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:52.863443+0000 mon.smithi062 (mon.0) 828 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:53.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:52.868406+0000 mon.smithi062 (mon.0) 829 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:53.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:52.873641+0000 mon.smithi062 (mon.0) 830 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:53.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:52.879456+0000 mon.smithi062 (mon.0) 831 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:53.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:51.585846+0000 mgr.smithi064.lcvmyw (mgr.24451) 23 : cephadm [INF] Adjusting osd_memory_target on smithi064 to 2712M 2024-04-13T09:54:53.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:51.592733+0000 mgr.smithi064.lcvmyw (mgr.24451) 24 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.conf 2024-04-13T09:54:53.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:51.592930+0000 mgr.smithi064.lcvmyw (mgr.24451) 25 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.conf 2024-04-13T09:54:53.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:51.908241+0000 mgr.smithi064.lcvmyw (mgr.24451) 26 : cephadm [INF] Updating smithi062:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-13T09:54:53.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:51.910741+0000 mgr.smithi064.lcvmyw (mgr.24451) 27 : cephadm [INF] Updating smithi064:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-13T09:54:53.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:52.105432+0000 mgr.smithi064.lcvmyw (mgr.24451) 28 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 329 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 526 op/s 2024-04-13T09:54:53.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:52.223184+0000 mgr.smithi064.lcvmyw (mgr.24451) 29 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.client.admin.keyring 2024-04-13T09:54:53.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:52.226861+0000 mgr.smithi064.lcvmyw (mgr.24451) 30 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.client.admin.keyring 2024-04-13T09:54:53.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:52.859485+0000 mon.smithi062 (mon.0) 827 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:53.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:52.863443+0000 mon.smithi062 (mon.0) 828 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:53.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:52.868406+0000 mon.smithi062 (mon.0) 829 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:53.797 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:52.873641+0000 mon.smithi062 (mon.0) 830 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:53.798 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:52.879456+0000 mon.smithi062 (mon.0) 831 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:53.920 INFO:teuthology.orchestra.run.smithi062.stdout: 5 105897 12.40 MB/sec execute 20 sec latency 401.300 ms 2024-04-13T09:54:54.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:54 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:52.539909+0000 mgr.smithi064.lcvmyw (mgr.24451) 31 : cephadm [INF] Updating smithi062:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-13T09:54:54.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:54 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:52.543917+0000 mgr.smithi064.lcvmyw (mgr.24451) 32 : cephadm [INF] Updating smithi064:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-13T09:54:54.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:54 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:52.905243+0000 mon.smithi062 (mon.0) 832 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-04-13T09:54:54.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:54 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:53.883494+0000 mon.smithi062 (mon.0) 833 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-04-13T09:54:54.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:54 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:53.883548+0000 mon.smithi062 (mon.0) 834 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-04-13T09:54:54.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:54 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:53.886440+0000 mon.smithi062 (mon.0) 835 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-04-13T09:54:54.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:52.539909+0000 mgr.smithi064.lcvmyw (mgr.24451) 31 : cephadm [INF] Updating smithi062:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-13T09:54:54.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:52.543917+0000 mgr.smithi064.lcvmyw (mgr.24451) 32 : cephadm [INF] Updating smithi064:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-13T09:54:54.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:52.905243+0000 mon.smithi062 (mon.0) 832 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-04-13T09:54:54.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:53.883494+0000 mon.smithi062 (mon.0) 833 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-04-13T09:54:54.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:53.883548+0000 mon.smithi062 (mon.0) 834 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-04-13T09:54:54.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:53.886440+0000 mon.smithi062 (mon.0) 835 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-04-13T09:54:54.920 INFO:teuthology.orchestra.run.smithi062.stdout: 5 106388 12.72 MB/sec execute 21 sec latency 31.400 ms 2024-04-13T09:54:55.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:54.105852+0000 mgr.smithi064.lcvmyw (mgr.24451) 33 : cluster [DBG] pgmap v17: 129 pgs: 32 unknown, 97 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.7 MiB/s wr, 643 op/s 2024-04-13T09:54:55.621 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:54.878982+0000 mon.smithi062 (mon.0) 836 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-13T09:54:55.621 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:54.891056+0000 mon.smithi062 (mon.0) 837 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-04-13T09:54:55.622 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:54.891200+0000 mon.smithi062 (mon.0) 838 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-04-13T09:54:55.622 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:54.105852+0000 mgr.smithi064.lcvmyw (mgr.24451) 33 : cluster [DBG] pgmap v17: 129 pgs: 32 unknown, 97 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.7 MiB/s wr, 643 op/s 2024-04-13T09:54:55.622 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:54.878982+0000 mon.smithi062 (mon.0) 836 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-13T09:54:55.622 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:54.891056+0000 mon.smithi062 (mon.0) 837 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-04-13T09:54:55.622 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:54.891200+0000 mon.smithi062 (mon.0) 838 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-04-13T09:54:55.921 INFO:teuthology.orchestra.run.smithi062.stdout: 5 106557 12.41 MB/sec execute 22 sec latency 507.615 ms 2024-04-13T09:54:56.408 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:54.892547+0000 mgr.smithi064.lcvmyw (mgr.24451) 34 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-04-13T09:54:56.409 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:54.927296+0000 mgr.smithi064.lcvmyw (mgr.24451) 35 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-04-13T09:54:56.409 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:54.927397+0000 mgr.smithi064.lcvmyw (mgr.24451) 36 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.0.0.smithi062.bsnxza', 'nfs.foo.1.0.smithi064.esnguk'] 2024-04-13T09:54:56.409 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:54.927501+0000 mgr.smithi064.lcvmyw (mgr.24451) 37 : cephadm [INF] Remove daemons nfs.foo.0.0.smithi062.bsnxza nfs.foo.1.0.smithi064.esnguk 2024-04-13T09:54:56.409 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:54.927840+0000 mgr.smithi064.lcvmyw (mgr.24451) 38 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi062.bsnxza from smithi062 -- ports [2049] 2024-04-13T09:54:56.409 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:54.928093+0000 mgr.smithi064.lcvmyw (mgr.24451) 39 : cephadm [INF] Removing daemon nfs.foo.1.0.smithi064.esnguk from smithi064 -- ports [2049] 2024-04-13T09:54:56.409 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:55.889352+0000 mon.smithi062 (mon.0) 839 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-04-13T09:54:56.409 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:56.246237+0000 mon.smithi062 (mon.0) 840 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi062.bsnxza"}]: dispatch 2024-04-13T09:54:56.409 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:56.249699+0000 mon.smithi062 (mon.0) 841 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi062.bsnxza"}]': finished 2024-04-13T09:54:56.409 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:56.250524+0000 mon.smithi062 (mon.0) 842 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi062.bsnxza-rgw"}]: dispatch 2024-04-13T09:54:56.409 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:56.253131+0000 mon.smithi062 (mon.0) 843 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi062.bsnxza-rgw"}]': finished 2024-04-13T09:54:56.409 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:56.345446+0000 mon.smithi062 (mon.0) 844 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi064.esnguk"}]: dispatch 2024-04-13T09:54:56.409 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:56.348549+0000 mon.smithi062 (mon.0) 845 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi064.esnguk"}]': finished 2024-04-13T09:54:56.410 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:56.349234+0000 mon.smithi062 (mon.0) 846 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi064.esnguk-rgw"}]: dispatch 2024-04-13T09:54:56.410 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:56.352075+0000 mon.smithi062 (mon.0) 847 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi064.esnguk-rgw"}]': finished 2024-04-13T09:54:56.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:54.892547+0000 mgr.smithi064.lcvmyw (mgr.24451) 34 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-04-13T09:54:56.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:54.927296+0000 mgr.smithi064.lcvmyw (mgr.24451) 35 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-04-13T09:54:56.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:54.927397+0000 mgr.smithi064.lcvmyw (mgr.24451) 36 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.0.0.smithi062.bsnxza', 'nfs.foo.1.0.smithi064.esnguk'] 2024-04-13T09:54:56.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:54.927501+0000 mgr.smithi064.lcvmyw (mgr.24451) 37 : cephadm [INF] Remove daemons nfs.foo.0.0.smithi062.bsnxza nfs.foo.1.0.smithi064.esnguk 2024-04-13T09:54:56.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:54.927840+0000 mgr.smithi064.lcvmyw (mgr.24451) 38 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi062.bsnxza from smithi062 -- ports [2049] 2024-04-13T09:54:56.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:54.928093+0000 mgr.smithi064.lcvmyw (mgr.24451) 39 : cephadm [INF] Removing daemon nfs.foo.1.0.smithi064.esnguk from smithi064 -- ports [2049] 2024-04-13T09:54:56.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:55.889352+0000 mon.smithi062 (mon.0) 839 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-04-13T09:54:56.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:56.246237+0000 mon.smithi062 (mon.0) 840 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi062.bsnxza"}]: dispatch 2024-04-13T09:54:56.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:56.249699+0000 mon.smithi062 (mon.0) 841 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi062.bsnxza"}]': finished 2024-04-13T09:54:56.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:56.250524+0000 mon.smithi062 (mon.0) 842 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi062.bsnxza-rgw"}]: dispatch 2024-04-13T09:54:56.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:56.253131+0000 mon.smithi062 (mon.0) 843 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi062.bsnxza-rgw"}]': finished 2024-04-13T09:54:56.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:56.345446+0000 mon.smithi062 (mon.0) 844 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi064.esnguk"}]: dispatch 2024-04-13T09:54:56.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:56.348549+0000 mon.smithi062 (mon.0) 845 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi064.esnguk"}]': finished 2024-04-13T09:54:56.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:56.349234+0000 mon.smithi062 (mon.0) 846 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi064.esnguk-rgw"}]: dispatch 2024-04-13T09:54:56.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:56.352075+0000 mon.smithi062 (mon.0) 847 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi064.esnguk-rgw"}]': finished 2024-04-13T09:54:56.921 INFO:teuthology.orchestra.run.smithi062.stdout: 5 106557 11.87 MB/sec execute 23 sec latency 1507.669 ms 2024-04-13T09:54:57.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:56.106259+0000 mgr.smithi064.lcvmyw (mgr.24451) 40 : cluster [DBG] pgmap v20: 129 pgs: 32 unknown, 97 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.0 MiB/s wr, 567 op/s 2024-04-13T09:54:57.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:56.245791+0000 mgr.smithi064.lcvmyw (mgr.24451) 41 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi062.bsnxza 2024-04-13T09:54:57.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:56.250276+0000 mgr.smithi064.lcvmyw (mgr.24451) 42 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi062.bsnxza-rgw 2024-04-13T09:54:57.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:56.345107+0000 mgr.smithi064.lcvmyw (mgr.24451) 43 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi064.esnguk 2024-04-13T09:54:57.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:56.349018+0000 mgr.smithi064.lcvmyw (mgr.24451) 44 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi064.esnguk-rgw 2024-04-13T09:54:57.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:56.356346+0000 mon.smithi062 (mon.0) 848 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:57.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:56.356777+0000 mon.smithi062 (mon.0) 849 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-04-13T09:54:57.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:56.357417+0000 mgr.smithi064.lcvmyw (mgr.24451) 45 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-04-13T09:54:57.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:56.393118+0000 mon.smithi062 (mon.0) 850 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 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-04-13T09:54:57.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:56.396575+0000 mon.smithi062 (mon.0) 851 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 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-04-13T09:54:57.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:56.401028+0000 mgr.smithi064.lcvmyw (mgr.24451) 46 : cephadm [INF] Done migrating nfs.foo 2024-04-13T09:54:57.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:56.401093+0000 mgr.smithi064.lcvmyw (mgr.24451) 47 : cephadm [INF] Done migrating all NFS services 2024-04-13T09:54:57.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:56.404660+0000 mon.smithi062 (mon.0) 852 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:57.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:56.414004+0000 mon.smithi062 (mon.0) 853 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:57.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:56.421913+0000 mon.smithi062 (mon.0) 854 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:57.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:56.431225+0000 mon.smithi062 (mon.0) 855 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:57.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:56.441415+0000 mon.smithi062 (mon.0) 856 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:57.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:56.441869+0000 mgr.smithi064.lcvmyw (mgr.24451) 48 : cephadm [INF] Fencing old nfs.foo.0.0.smithi062.bsnxza 2024-04-13T09:54:57.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:56.442299+0000 mon.smithi062 (mon.0) 857 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi062.bsnxza"}]: dispatch 2024-04-13T09:54:57.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:56.447401+0000 mon.smithi062 (mon.0) 858 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:57.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:56.447658+0000 mgr.smithi064.lcvmyw (mgr.24451) 49 : cephadm [INF] Fencing old nfs.foo.1.0.smithi064.esnguk 2024-04-13T09:54:57.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:56.447826+0000 mon.smithi062 (mon.0) 859 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi064.esnguk"}]: dispatch 2024-04-13T09:54:57.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:56.450543+0000 mon.smithi062 (mon.0) 860 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:57.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:56.450859+0000 mgr.smithi064.lcvmyw (mgr.24451) 50 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi062.ifhjdg 2024-04-13T09:54:57.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:56.451036+0000 mon.smithi062 (mon.0) 861 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi062.ifhjdg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-13T09:54:57.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:56.456208+0000 mon.smithi062 (mon.0) 862 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi062.ifhjdg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-04-13T09:54:57.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:56.456675+0000 mgr.smithi064.lcvmyw (mgr.24451) 51 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-04-13T09:54:57.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:56.456889+0000 mon.smithi062 (mon.0) 863 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-13T09:54:57.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:56.459705+0000 mon.smithi062 (mon.0) 864 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-13T09:54:57.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:56.460635+0000 mon.smithi062 (mon.0) 865 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:54:57.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:56.505442+0000 mon.smithi062 (mon.0) 866 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-13T09:54:57.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:56.508264+0000 mon.smithi062 (mon.0) 867 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-13T09:54:57.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:56.558794+0000 mgr.smithi064.lcvmyw (mgr.24451) 52 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-04-13T09:54:57.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:56.558882+0000 mgr.smithi064.lcvmyw (mgr.24451) 53 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi062.ifhjdg-rgw 2024-04-13T09:54:57.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:56.559404+0000 mon.smithi062 (mon.0) 868 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi062.ifhjdg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-13T09:54:57.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:56.562201+0000 mon.smithi062 (mon.0) 869 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi062.ifhjdg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-13T09:54:57.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:56.562853+0000 mgr.smithi064.lcvmyw (mgr.24451) 54 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi062.ifhjdg's ganesha conf is defaulting to empty 2024-04-13T09:54:57.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:56.570023+0000 mon.smithi062 (mon.0) 870 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:54:57.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:56.571517+0000 mgr.smithi064.lcvmyw (mgr.24451) 55 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi062.ifhjdg on smithi062 2024-04-13T09:54:57.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:56.897350+0000 mon.smithi062 (mon.0) 871 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-13T09:54:57.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:56.897385+0000 mon.smithi062 (mon.0) 872 : cluster [INF] Cluster is now healthy 2024-04-13T09:54:57.520 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:56.909936+0000 mon.smithi062 (mon.0) 873 : cluster [DBG] mgrmap e27: smithi064.lcvmyw(active, since 24s), standbys: smithi062.wofrer 2024-04-13T09:54:57.617 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:56.106259+0000 mgr.smithi064.lcvmyw (mgr.24451) 40 : cluster [DBG] pgmap v20: 129 pgs: 32 unknown, 97 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.0 MiB/s wr, 567 op/s 2024-04-13T09:54:57.617 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:56.245791+0000 mgr.smithi064.lcvmyw (mgr.24451) 41 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi062.bsnxza 2024-04-13T09:54:57.617 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:56.250276+0000 mgr.smithi064.lcvmyw (mgr.24451) 42 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi062.bsnxza-rgw 2024-04-13T09:54:57.617 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:56.345107+0000 mgr.smithi064.lcvmyw (mgr.24451) 43 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi064.esnguk 2024-04-13T09:54:57.617 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:56.349018+0000 mgr.smithi064.lcvmyw (mgr.24451) 44 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi064.esnguk-rgw 2024-04-13T09:54:57.617 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:56.356346+0000 mon.smithi062 (mon.0) 848 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:57.618 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:56.356777+0000 mon.smithi062 (mon.0) 849 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-04-13T09:54:57.618 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:56.357417+0000 mgr.smithi064.lcvmyw (mgr.24451) 45 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-04-13T09:54:57.618 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:56.393118+0000 mon.smithi062 (mon.0) 850 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 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-04-13T09:54:57.618 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:56.396575+0000 mon.smithi062 (mon.0) 851 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 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-04-13T09:54:57.618 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:56.401028+0000 mgr.smithi064.lcvmyw (mgr.24451) 46 : cephadm [INF] Done migrating nfs.foo 2024-04-13T09:54:57.618 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:56.401093+0000 mgr.smithi064.lcvmyw (mgr.24451) 47 : cephadm [INF] Done migrating all NFS services 2024-04-13T09:54:57.618 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:56.404660+0000 mon.smithi062 (mon.0) 852 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:57.618 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:56.414004+0000 mon.smithi062 (mon.0) 853 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:57.618 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:56.421913+0000 mon.smithi062 (mon.0) 854 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:57.618 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:56.431225+0000 mon.smithi062 (mon.0) 855 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:57.618 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:56.441415+0000 mon.smithi062 (mon.0) 856 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:57.618 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:56.441869+0000 mgr.smithi064.lcvmyw (mgr.24451) 48 : cephadm [INF] Fencing old nfs.foo.0.0.smithi062.bsnxza 2024-04-13T09:54:57.618 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:56.442299+0000 mon.smithi062 (mon.0) 857 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi062.bsnxza"}]: dispatch 2024-04-13T09:54:57.618 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:56.447401+0000 mon.smithi062 (mon.0) 858 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:57.619 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:56.447658+0000 mgr.smithi064.lcvmyw (mgr.24451) 49 : cephadm [INF] Fencing old nfs.foo.1.0.smithi064.esnguk 2024-04-13T09:54:57.619 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:56.447826+0000 mon.smithi062 (mon.0) 859 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi064.esnguk"}]: dispatch 2024-04-13T09:54:57.619 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:56.450543+0000 mon.smithi062 (mon.0) 860 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:57.619 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:56.450859+0000 mgr.smithi064.lcvmyw (mgr.24451) 50 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi062.ifhjdg 2024-04-13T09:54:57.619 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:56.451036+0000 mon.smithi062 (mon.0) 861 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi062.ifhjdg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-13T09:54:57.619 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:56.456208+0000 mon.smithi062 (mon.0) 862 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi062.ifhjdg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-04-13T09:54:57.619 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:56.456675+0000 mgr.smithi064.lcvmyw (mgr.24451) 51 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-04-13T09:54:57.619 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:56.456889+0000 mon.smithi062 (mon.0) 863 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-13T09:54:57.619 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:56.459705+0000 mon.smithi062 (mon.0) 864 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-13T09:54:57.619 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:56.460635+0000 mon.smithi062 (mon.0) 865 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:54:57.619 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:56.505442+0000 mon.smithi062 (mon.0) 866 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-13T09:54:57.619 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:56.508264+0000 mon.smithi062 (mon.0) 867 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-13T09:54:57.619 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:56.558794+0000 mgr.smithi064.lcvmyw (mgr.24451) 52 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-04-13T09:54:57.619 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:56.558882+0000 mgr.smithi064.lcvmyw (mgr.24451) 53 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi062.ifhjdg-rgw 2024-04-13T09:54:57.620 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:56.559404+0000 mon.smithi062 (mon.0) 868 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi062.ifhjdg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-13T09:54:57.620 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:56.562201+0000 mon.smithi062 (mon.0) 869 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi062.ifhjdg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-13T09:54:57.620 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:56.562853+0000 mgr.smithi064.lcvmyw (mgr.24451) 54 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi062.ifhjdg's ganesha conf is defaulting to empty 2024-04-13T09:54:57.620 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:56.570023+0000 mon.smithi062 (mon.0) 870 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:54:57.620 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:56.571517+0000 mgr.smithi064.lcvmyw (mgr.24451) 55 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi062.ifhjdg on smithi062 2024-04-13T09:54:57.620 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:56.897350+0000 mon.smithi062 (mon.0) 871 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-13T09:54:57.620 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:56.897385+0000 mon.smithi062 (mon.0) 872 : cluster [INF] Cluster is now healthy 2024-04-13T09:54:57.620 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:56.909936+0000 mon.smithi062 (mon.0) 873 : cluster [DBG] mgrmap e27: smithi064.lcvmyw(active, since 24s), standbys: smithi062.wofrer 2024-04-13T09:54:57.921 INFO:teuthology.orchestra.run.smithi062.stdout: 5 106557 11.38 MB/sec execute 24 sec latency 2507.760 ms 2024-04-13T09:54:58.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:58 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:58.106847+0000 mgr.smithi064.lcvmyw (mgr.24451) 56 : cluster [DBG] pgmap v21: 129 pgs: 32 unknown, 97 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.0 MiB/s wr, 567 op/s 2024-04-13T09:54:58.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:58 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:58.106847+0000 mgr.smithi064.lcvmyw (mgr.24451) 56 : cluster [DBG] pgmap v21: 129 pgs: 32 unknown, 97 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.0 MiB/s wr, 567 op/s 2024-04-13T09:54:58.921 INFO:teuthology.orchestra.run.smithi062.stdout: 5 106557 10.92 MB/sec execute 25 sec latency 3507.808 ms 2024-04-13T09:54:59.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:54:58.376667+0000 mon.smithi062 (mon.0) 874 : cluster [DBG] mgrmap e28: smithi064.lcvmyw(active, since 26s), standbys: smithi062.wofrer 2024-04-13T09:54:59.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:59.016430+0000 mon.smithi062 (mon.0) 875 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:59.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:59.020972+0000 mon.smithi062 (mon.0) 876 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:59.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:59.043138+0000 mon.smithi062 (mon.0) 877 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:59.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:59.043620+0000 mgr.smithi064.lcvmyw (mgr.24451) 57 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi064.xvgwfa 2024-04-13T09:54:59.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:59.043839+0000 mon.smithi062 (mon.0) 878 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi064.xvgwfa", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-13T09:54:59.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:59.047552+0000 mon.smithi062 (mon.0) 879 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi064.xvgwfa", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-04-13T09:54:59.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:54:59.048164+0000 mgr.smithi064.lcvmyw (mgr.24451) 58 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-04-13T09:54:59.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:59.048475+0000 mon.smithi062 (mon.0) 880 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-13T09:54:59.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:59.050969+0000 mon.smithi062 (mon.0) 881 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-13T09:54:59.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:54:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:54:59.052130+0000 mon.smithi062 (mon.0) 882 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:54:59.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:54:58.376667+0000 mon.smithi062 (mon.0) 874 : cluster [DBG] mgrmap e28: smithi064.lcvmyw(active, since 26s), standbys: smithi062.wofrer 2024-04-13T09:54:59.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:59.016430+0000 mon.smithi062 (mon.0) 875 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:59.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:59.020972+0000 mon.smithi062 (mon.0) 876 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:59.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:59.043138+0000 mon.smithi062 (mon.0) 877 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:54:59.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:59.043620+0000 mgr.smithi064.lcvmyw (mgr.24451) 57 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi064.xvgwfa 2024-04-13T09:54:59.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:59.043839+0000 mon.smithi062 (mon.0) 878 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi064.xvgwfa", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-13T09:54:59.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:59.047552+0000 mon.smithi062 (mon.0) 879 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi064.xvgwfa", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-04-13T09:54:59.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:54:59.048164+0000 mgr.smithi064.lcvmyw (mgr.24451) 58 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-04-13T09:54:59.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:59.048475+0000 mon.smithi062 (mon.0) 880 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-13T09:54:59.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:59.050969+0000 mon.smithi062 (mon.0) 881 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-13T09:54:59.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:54:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:54:59.052130+0000 mon.smithi062 (mon.0) 882 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:54:59.921 INFO:teuthology.orchestra.run.smithi062.stdout: 5 106557 10.50 MB/sec execute 26 sec latency 4507.883 ms 2024-04-13T09:55:00.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:00.107868+0000 mgr.smithi064.lcvmyw (mgr.24451) 59 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.7 MiB/s wr, 206 op/s 2024-04-13T09:55:00.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:00.107868+0000 mgr.smithi064.lcvmyw (mgr.24451) 59 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.7 MiB/s wr, 206 op/s 2024-04-13T09:55:00.921 INFO:teuthology.orchestra.run.smithi062.stdout: 5 106557 10.11 MB/sec execute 27 sec latency 5507.944 ms 2024-04-13T09:55:01.921 INFO:teuthology.orchestra.run.smithi062.stdout: 5 106557 9.75 MB/sec execute 28 sec latency 6508.032 ms 2024-04-13T09:55:02.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:01 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:01.927571+0000 mon.smithi062 (mon.0) 883 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-13T09:55:02.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:01 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:01.932072+0000 mon.smithi062 (mon.0) 884 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-13T09:55:02.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:01 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:01.941569+0000 mon.smithi064 (mon.1) 25 : audit [INF] from='mds.? [v2:172.21.15.64:6832/1043173318,v1:172.21.15.64:6833/1043173318]' entity='mds.foofs.smithi064.zvuvtq' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.62:0/1462220633"}]: dispatch 2024-04-13T09:55:02.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:01 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:01.942046+0000 mon.smithi062 (mon.0) 885 : audit [INF] from='mds.? ' entity='mds.foofs.smithi064.zvuvtq' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.62:0/1462220633"}]: dispatch 2024-04-13T09:55:02.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:01 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:01.927571+0000 mon.smithi062 (mon.0) 883 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-13T09:55:02.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:01 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:01.932072+0000 mon.smithi062 (mon.0) 884 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-13T09:55:02.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:01 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:01.941569+0000 mon.smithi064 (mon.1) 25 : audit [INF] from='mds.? [v2:172.21.15.64:6832/1043173318,v1:172.21.15.64:6833/1043173318]' entity='mds.foofs.smithi064.zvuvtq' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.62:0/1462220633"}]: dispatch 2024-04-13T09:55:02.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:01 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:01.942046+0000 mon.smithi062 (mon.0) 885 : audit [INF] from='mds.? ' entity='mds.foofs.smithi064.zvuvtq' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.62:0/1462220633"}]: dispatch 2024-04-13T09:55:02.921 INFO:teuthology.orchestra.run.smithi062.stdout: 5 106557 9.42 MB/sec execute 29 sec latency 7508.099 ms 2024-04-13T09:55:03.288 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:01.941279+0000 mds.foofs.smithi064.zvuvtq (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14558 (172.21.15.62:0/1462220633) 2024-04-13T09:55:03.288 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:01.946509+0000 mds.foofs.smithi064.zvuvtq (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.24525 172.21.15.62:0/129868291) 2024-04-13T09:55:03.288 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:55:01.993891+0000 mgr.smithi064.lcvmyw (mgr.24451) 60 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-04-13T09:55:03.288 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:55:01.994001+0000 mgr.smithi064.lcvmyw (mgr.24451) 61 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi064.xvgwfa-rgw 2024-04-13T09:55:03.288 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:01.994473+0000 mon.smithi062 (mon.0) 886 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi064.xvgwfa-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-13T09:55:03.288 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:01.998001+0000 mon.smithi062 (mon.0) 887 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi064.xvgwfa-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-13T09:55:03.288 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:55:01.998636+0000 mgr.smithi064.lcvmyw (mgr.24451) 62 : cephadm [WRN] Bind address in nfs.foo.1.1.smithi064.xvgwfa's ganesha conf is defaulting to empty 2024-04-13T09:55:03.288 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:01.999203+0000 mon.smithi062 (mon.0) 888 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:55:03.288 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:55:02.000448+0000 mgr.smithi064.lcvmyw (mgr.24451) 63 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi064.xvgwfa on smithi064 2024-04-13T09:55:03.288 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:02.108342+0000 mgr.smithi064.lcvmyw (mgr.24451) 64 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.1 MiB/s wr, 160 op/s 2024-04-13T09:55:03.288 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:02.283507+0000 mon.smithi062 (mon.0) 889 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:55:03.288 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:02.934525+0000 mon.smithi062 (mon.0) 890 : audit [INF] from='mds.? ' entity='mds.foofs.smithi064.zvuvtq' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.62:0/1462220633"}]': finished 2024-04-13T09:55:03.289 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:02.934587+0000 mon.smithi062 (mon.0) 891 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-04-13T09:55:03.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:01.941279+0000 mds.foofs.smithi064.zvuvtq (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14558 (172.21.15.62:0/1462220633) 2024-04-13T09:55:03.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:01.946509+0000 mds.foofs.smithi064.zvuvtq (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.24525 172.21.15.62:0/129868291) 2024-04-13T09:55:03.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:55:01.993891+0000 mgr.smithi064.lcvmyw (mgr.24451) 60 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-04-13T09:55:03.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:55:01.994001+0000 mgr.smithi064.lcvmyw (mgr.24451) 61 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi064.xvgwfa-rgw 2024-04-13T09:55:03.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:01.994473+0000 mon.smithi062 (mon.0) 886 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi064.xvgwfa-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-13T09:55:03.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:01.998001+0000 mon.smithi062 (mon.0) 887 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi064.xvgwfa-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-13T09:55:03.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:55:01.998636+0000 mgr.smithi064.lcvmyw (mgr.24451) 62 : cephadm [WRN] Bind address in nfs.foo.1.1.smithi064.xvgwfa's ganesha conf is defaulting to empty 2024-04-13T09:55:03.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:01.999203+0000 mon.smithi062 (mon.0) 888 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:55:03.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:55:02.000448+0000 mgr.smithi064.lcvmyw (mgr.24451) 63 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi064.xvgwfa on smithi064 2024-04-13T09:55:03.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:02.108342+0000 mgr.smithi064.lcvmyw (mgr.24451) 64 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.1 MiB/s wr, 160 op/s 2024-04-13T09:55:03.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:02.283507+0000 mon.smithi062 (mon.0) 889 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:55:03.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:02.934525+0000 mon.smithi062 (mon.0) 890 : audit [INF] from='mds.? ' entity='mds.foofs.smithi064.zvuvtq' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.62:0/1462220633"}]': finished 2024-04-13T09:55:03.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:02.934587+0000 mon.smithi062 (mon.0) 891 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-04-13T09:55:03.921 INFO:teuthology.orchestra.run.smithi062.stdout: 5 106557 9.10 MB/sec execute 30 sec latency 8508.191 ms 2024-04-13T09:55:04.599 INFO:teuthology.orchestra.run.smithi062.stdout:[106574] open ./clients/client0/~dmtmp/COREL/GRAPH2.CDR failed for handle 11244 (Stale file handle) 2024-04-13T09:55:04.600 INFO:teuthology.orchestra.run.smithi062.stdout:[106913] open ./clients/client4/~dmtmp/PM/PMD394.TMP failed for handle 11399 (Stale file handle) 2024-04-13T09:55:04.600 INFO:teuthology.orchestra.run.smithi062.stdout:(106914) ERROR: handle 11399 was not found 2024-04-13T09:55:04.600 INFO:teuthology.orchestra.run.smithi062.stdout:(106575) ERROR: handle 11244 was not found 2024-04-13T09:55:04.600 INFO:teuthology.orchestra.run.smithi062.stdout:[106267] open ./clients/client2/~dmtmp/ACCESS/SALES.PRN failed for handle 11188 (Stale file handle) 2024-04-13T09:55:04.600 INFO:teuthology.orchestra.run.smithi062.stdout:(106268) ERROR: handle 11188 was not found 2024-04-13T09:55:04.600 INFO:teuthology.orchestra.run.smithi062.stdout:[106267] open ./clients/client3/~dmtmp/ACCESS/SALES.PRN failed for handle 11188 (Stale file handle) 2024-04-13T09:55:04.600 INFO:teuthology.orchestra.run.smithi062.stdout:(106268) ERROR: handle 11188 was not found 2024-04-13T09:55:04.600 INFO:teuthology.orchestra.run.smithi062.stdout:[106766] open ./clients/client1/~dmtmp/PM/PMC1A2.TMP failed for handle 11323 (Stale file handle) 2024-04-13T09:55:04.600 INFO:teuthology.orchestra.run.smithi062.stdout:(106767) ERROR: handle 11323 was not found 2024-04-13T09:55:04.600 INFO:teuthology.orchestra.run.smithi062.stdout:Child failed with status 1 2024-04-13T09:55:04.602 DEBUG:teuthology.orchestra.run.smithi062:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2024-04-13T09:55:04.668 DEBUG:teuthology.orchestra.run.smithi062:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2024-04-13T09:55:04.804 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:55:05.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:04.109197+0000 mgr.smithi064.lcvmyw (mgr.24451) 65 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 2.1 MiB/s wr, 177 op/s 2024-04-13T09:55:05.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:04.699646+0000 mon.smithi064 (mon.1) 26 : audit [INF] from='mds.? [v2:172.21.15.64:6832/1043173318,v1:172.21.15.64:6833/1043173318]' entity='mds.foofs.smithi064.zvuvtq' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.64:0/2278557926"}]: dispatch 2024-04-13T09:55:05.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:04.700053+0000 mon.smithi062 (mon.0) 892 : audit [INF] from='mds.? ' entity='mds.foofs.smithi064.zvuvtq' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.64:0/2278557926"}]: dispatch 2024-04-13T09:55:05.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:04.829671+0000 mon.smithi062 (mon.0) 893 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:55:05.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:04.833740+0000 mon.smithi062 (mon.0) 894 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:55:05.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:04.842894+0000 mon.smithi062 (mon.0) 895 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:55:05.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:04.846867+0000 mon.smithi062 (mon.0) 896 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:55:05.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:04.976185+0000 mon.smithi062 (mon.0) 897 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:55:05.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:04.109197+0000 mgr.smithi064.lcvmyw (mgr.24451) 65 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 2.1 MiB/s wr, 177 op/s 2024-04-13T09:55:05.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:04.699646+0000 mon.smithi064 (mon.1) 26 : audit [INF] from='mds.? [v2:172.21.15.64:6832/1043173318,v1:172.21.15.64:6833/1043173318]' entity='mds.foofs.smithi064.zvuvtq' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.64:0/2278557926"}]: dispatch 2024-04-13T09:55:05.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:04.700053+0000 mon.smithi062 (mon.0) 892 : audit [INF] from='mds.? ' entity='mds.foofs.smithi064.zvuvtq' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.64:0/2278557926"}]: dispatch 2024-04-13T09:55:05.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:04.829671+0000 mon.smithi062 (mon.0) 893 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:55:05.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:04.833740+0000 mon.smithi062 (mon.0) 894 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:55:05.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:04.842894+0000 mon.smithi062 (mon.0) 895 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:55:05.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:04.846867+0000 mon.smithi062 (mon.0) 896 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:55:05.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:04.976185+0000 mon.smithi062 (mon.0) 897 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T09:55:06.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:06 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:04.699421+0000 mds.foofs.smithi064.zvuvtq (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 14584 (172.21.15.64:0/2278557926) 2024-04-13T09:55:06.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:06 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:04.703635+0000 mds.foofs.smithi064.zvuvtq (mds.0) 4 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.1-0001' denied (client.24543 172.21.15.64:0/2975399283) 2024-04-13T09:55:06.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:06 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:05.165894+0000 mon.smithi062 (mon.0) 898 : audit [INF] from='mds.? ' entity='mds.foofs.smithi064.zvuvtq' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.64:0/2278557926"}]': finished 2024-04-13T09:55:06.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:06 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:05.165971+0000 mon.smithi062 (mon.0) 899 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-04-13T09:55:06.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:04.699421+0000 mds.foofs.smithi064.zvuvtq (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 14584 (172.21.15.64:0/2278557926) 2024-04-13T09:55:06.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:04.703635+0000 mds.foofs.smithi064.zvuvtq (mds.0) 4 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.1-0001' denied (client.24543 172.21.15.64:0/2975399283) 2024-04-13T09:55:06.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:05.165894+0000 mon.smithi062 (mon.0) 898 : audit [INF] from='mds.? ' entity='mds.foofs.smithi064.zvuvtq' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.64:0/2278557926"}]': finished 2024-04-13T09:55:06.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:05.165971+0000 mon.smithi062 (mon.0) 899 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-04-13T09:55:07.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:07 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:06.109824+0000 mgr.smithi064.lcvmyw (mgr.24451) 66 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 2.2 MiB/s wr, 182 op/s 2024-04-13T09:55:07.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:07 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:06.109824+0000 mgr.smithi064.lcvmyw (mgr.24451) 66 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 2.2 MiB/s wr, 182 op/s 2024-04-13T09:55:08.515 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T09:55:08.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:08 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:07.314117+0000 mon.smithi062 (mon.0) 900 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:55:08.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:07.314117+0000 mon.smithi062 (mon.0) 900 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:55:09.227 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T09:55:09.227 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (6m) 26s ago 8m 19.9M - 0.20.0 0881eb8f169f 408c2842c887 2024-04-13T09:55:09.227 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (8m) 26s ago 8m 6395k - 16.2.5 6933c2a0b7dd 7a9c2c1a0af1 2024-04-13T09:55:09.227 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (7m) 22s ago 7m 6387k - 16.2.5 6933c2a0b7dd a611207376c9 2024-04-13T09:55:09.227 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (6m) 26s ago 8m 30.5M - 6.7.4 557c83e11646 bba122ba2ce9 2024-04-13T09:55:09.227 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (2m) 26s ago 2m 12.2M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T09:55:09.227 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (2m) 22s ago 2m 38.0M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T09:55:09.227 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:9283 running (10m) 26s ago 10m 344M - 16.2.5 6933c2a0b7dd 1624956d67ec 2024-04-13T09:55:09.227 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283 running (47s) 22s ago 7m 480M - 18.2.2-1173-g5108bc67 3464fd31103e 35c0defc34fa 2024-04-13T09:55:09.227 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (10m) 26s ago 10m 46.7M 2048M 16.2.5 6933c2a0b7dd 724aac6eaf10 2024-04-13T09:55:09.228 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (7m) 22s ago 7m 40.0M 2048M 16.2.5 6933c2a0b7dd fda491e695cc 2024-04-13T09:55:09.228 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 starting - - - - 2024-04-13T09:55:09.228 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 starting - - - - 2024-04-13T09:55:09.228 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (8m) 26s ago 8m 17.0M - 0.18.1 e5a616e4b9cf 09d50adc704d 2024-04-13T09:55:09.228 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (7m) 22s ago 7m 17.3M - 0.18.1 e5a616e4b9cf 81a3faddaae0 2024-04-13T09:55:09.228 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (7m) 26s ago 7m 378M 1944M 16.2.5 6933c2a0b7dd fd265569b30d 2024-04-13T09:55:09.228 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (6m) 26s ago 6m 289M 1944M 16.2.5 6933c2a0b7dd 09ca36a5db39 2024-04-13T09:55:09.228 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (6m) 26s ago 6m 223M 1944M 16.2.5 6933c2a0b7dd 89cc0ac92247 2024-04-13T09:55:09.228 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (5m) 26s ago 5m 350M 1944M 16.2.5 6933c2a0b7dd b0323c8d9018 2024-04-13T09:55:09.228 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (5m) 22s ago 5m 380M 2712M 16.2.5 6933c2a0b7dd f89e1bdd5583 2024-04-13T09:55:09.228 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (5m) 22s ago 5m 374M 2712M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T09:55:09.228 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (4m) 22s ago 4m 314M 2712M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T09:55:09.228 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (4m) 22s ago 4m 464M 2712M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T09:55:09.228 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 running (6m) 26s ago 7m 52.8M - 2.18.1 de242295e225 0f70cbd4f2ff 2024-04-13T09:55:09.637 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T09:55:09.637 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T09:55:09.637 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T09:55:09.638 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:55:09.638 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T09:55:09.638 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-13T09:55:09.638 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T09:55:09.638 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:55:09.638 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T09:55:09.638 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-13T09:55:09.638 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:55:09.638 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T09:55:09.638 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T09:55:09.638 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:55:09.638 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T09:55:09.638 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-13T09:55:09.639 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T09:55:09.639 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T09:55:09.639 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T09:55:09.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:08.110151+0000 mgr.smithi064.lcvmyw (mgr.24451) 67 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 1.7 KiB/s rd, 87 KiB/s wr, 21 op/s 2024-04-13T09:55:09.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:08.110151+0000 mgr.smithi064.lcvmyw (mgr.24451) 67 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 1.7 KiB/s rd, 87 KiB/s wr, 21 op/s 2024-04-13T09:55:09.840 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:55:10.003 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T09:55:10.003 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T09:55:10.003 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T09:55:10.003 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T09:55:10.003 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2024-04-13T09:55:10.003 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "1/23 daemons upgraded", 2024-04-13T09:55:10.003 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "", 2024-04-13T09:55:10.003 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T09:55:10.003 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T09:55:10.448 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2024-04-13T09:55:10.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:10 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:08.502112+0000 mgr.smithi064.lcvmyw (mgr.24451) 68 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:55:10.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:10 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:08.844252+0000 mgr.smithi064.lcvmyw (mgr.24451) 69 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:55:10.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:10 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:09.217285+0000 mgr.smithi064.lcvmyw (mgr.24451) 70 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:55:10.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:10 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:09.357313+0000 mon.smithi062 (mon.0) 901 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:55:10.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:10 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:09.363191+0000 mon.smithi062 (mon.0) 902 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:55:10.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:10 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:09.637645+0000 mon.smithi062 (mon.0) 903 : audit [DBG] from='client.? 172.21.15.62:0/334683892' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T09:55:10.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:10 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:08.502112+0000 mgr.smithi064.lcvmyw (mgr.24451) 68 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:55:10.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:10 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:08.844252+0000 mgr.smithi064.lcvmyw (mgr.24451) 69 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:55:10.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:10 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:09.217285+0000 mgr.smithi064.lcvmyw (mgr.24451) 70 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:55:10.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:10 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:09.357313+0000 mon.smithi062 (mon.0) 901 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:55:10.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:10 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:09.363191+0000 mon.smithi062 (mon.0) 902 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:55:10.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:10 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:09.637645+0000 mon.smithi062 (mon.0) 903 : audit [DBG] from='client.? 172.21.15.62:0/334683892' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T09:55:11.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:11 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:10.002134+0000 mgr.smithi064.lcvmyw (mgr.24451) 71 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:55:11.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:11 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:10.110876+0000 mgr.smithi064.lcvmyw (mgr.24451) 72 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 103 KiB/s wr, 31 op/s 2024-04-13T09:55:11.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:11 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:10.448916+0000 mon.smithi062 (mon.0) 904 : audit [DBG] from='client.? 172.21.15.62:0/417917044' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T09:55:11.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:11 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:11.313123+0000 mon.smithi062 (mon.0) 905 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:55:11.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:11 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:11.317824+0000 mon.smithi062 (mon.0) 906 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:55:11.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:11 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:11.318845+0000 mon.smithi062 (mon.0) 907 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:55:11.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:11 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:11.319759+0000 mon.smithi062 (mon.0) 908 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:55:11.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:11 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:11.323762+0000 mon.smithi062 (mon.0) 909 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:55:11.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:11 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:11.330213+0000 mon.smithi062 (mon.0) 910 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:55:11.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:11 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:10.002134+0000 mgr.smithi064.lcvmyw (mgr.24451) 71 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:55:11.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:11 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:10.110876+0000 mgr.smithi064.lcvmyw (mgr.24451) 72 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 103 KiB/s wr, 31 op/s 2024-04-13T09:55:11.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:11 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:10.448916+0000 mon.smithi062 (mon.0) 904 : audit [DBG] from='client.? 172.21.15.62:0/417917044' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T09:55:11.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:11 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:11.313123+0000 mon.smithi062 (mon.0) 905 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:55:11.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:11 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:11.317824+0000 mon.smithi062 (mon.0) 906 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:55:11.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:11 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:11.318845+0000 mon.smithi062 (mon.0) 907 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T09:55:11.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:11 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:11.319759+0000 mon.smithi062 (mon.0) 908 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T09:55:11.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:11 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:11.323762+0000 mon.smithi062 (mon.0) 909 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:55:11.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:11 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:11.330213+0000 mon.smithi062 (mon.0) 910 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:55:12.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:12 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:11.461726+0000 mon.smithi062 (mon.0) 911 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:55:12.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:12 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:11.466541+0000 mon.smithi062 (mon.0) 912 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:55:12.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:12 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:11.471650+0000 mon.smithi062 (mon.0) 913 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:55:12.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:12 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:11.477184+0000 mon.smithi062 (mon.0) 914 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:55:12.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:12 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:55:11.477756+0000 mgr.smithi064.lcvmyw (mgr.24451) 73 : cephadm [INF] Reconfiguring alertmanager.smithi062 (dependencies changed)... 2024-04-13T09:55:12.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:12 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:55:11.485531+0000 mgr.smithi064.lcvmyw (mgr.24451) 74 : cephadm [INF] Reconfiguring daemon alertmanager.smithi062 on smithi062 2024-04-13T09:55:12.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:12 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:12.111478+0000 mgr.smithi064.lcvmyw (mgr.24451) 75 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 90 KiB/s wr, 27 op/s 2024-04-13T09:55:12.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:12 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:11.461726+0000 mon.smithi062 (mon.0) 911 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:55:12.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:12 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:11.466541+0000 mon.smithi062 (mon.0) 912 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:55:12.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:12 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:11.471650+0000 mon.smithi062 (mon.0) 913 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:55:12.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:12 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:11.477184+0000 mon.smithi062 (mon.0) 914 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:55:12.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:12 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:55:11.477756+0000 mgr.smithi064.lcvmyw (mgr.24451) 73 : cephadm [INF] Reconfiguring alertmanager.smithi062 (dependencies changed)... 2024-04-13T09:55:12.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:12 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:55:11.485531+0000 mgr.smithi064.lcvmyw (mgr.24451) 74 : cephadm [INF] Reconfiguring daemon alertmanager.smithi062 on smithi062 2024-04-13T09:55:12.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:12 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:12.111478+0000 mgr.smithi064.lcvmyw (mgr.24451) 75 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 90 KiB/s wr, 27 op/s 2024-04-13T09:55:14.884 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:55:15.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:15 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:14.112302+0000 mgr.smithi064.lcvmyw (mgr.24451) 76 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 3.8 KiB/s rd, 13 KiB/s wr, 8 op/s 2024-04-13T09:55:15.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:14.112302+0000 mgr.smithi064.lcvmyw (mgr.24451) 76 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 3.8 KiB/s rd, 13 KiB/s wr, 8 op/s 2024-04-13T09:55:17.263 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:16 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:16.112908+0000 mgr.smithi064.lcvmyw (mgr.24451) 77 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 3.5 KiB/s rd, 12 KiB/s wr, 8 op/s 2024-04-13T09:55:17.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:16 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:16.112908+0000 mgr.smithi064.lcvmyw (mgr.24451) 77 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 3.5 KiB/s rd, 12 KiB/s wr, 8 op/s 2024-04-13T09:55:18.227 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:17 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:17.283388+0000 mon.smithi062 (mon.0) 915 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:55:18.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:17 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:17.283388+0000 mon.smithi062 (mon.0) 915 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:55:19.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:18 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:18.113361+0000 mgr.smithi064.lcvmyw (mgr.24451) 78 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 3.2 KiB/s rd, 11 KiB/s wr, 7 op/s 2024-04-13T09:55:19.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:18 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:18.113361+0000 mgr.smithi064.lcvmyw (mgr.24451) 78 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 3.2 KiB/s rd, 11 KiB/s wr, 7 op/s 2024-04-13T09:55:19.933 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:55:21.514 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:20.114127+0000 mgr.smithi064.lcvmyw (mgr.24451) 79 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 3.3 KiB/s rd, 12 KiB/s wr, 7 op/s 2024-04-13T09:55:21.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:20.114127+0000 mgr.smithi064.lcvmyw (mgr.24451) 79 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 3.3 KiB/s rd, 12 KiB/s wr, 7 op/s 2024-04-13T09:55:23.512 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:22.114528+0000 mgr.smithi064.lcvmyw (mgr.24451) 80 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 0 op/s 2024-04-13T09:55:23.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:22.114528+0000 mgr.smithi064.lcvmyw (mgr.24451) 80 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 0 op/s 2024-04-13T09:55:24.974 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:55:25.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:24.115282+0000 mgr.smithi064.lcvmyw (mgr.24451) 81 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-04-13T09:55:25.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:24.115282+0000 mgr.smithi064.lcvmyw (mgr.24451) 81 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-04-13T09:55:27.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:26 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:26.115671+0000 mgr.smithi064.lcvmyw (mgr.24451) 82 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 0 op/s 2024-04-13T09:55:27.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:26 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:26.115671+0000 mgr.smithi064.lcvmyw (mgr.24451) 82 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 0 op/s 2024-04-13T09:55:29.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:29 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:28.116138+0000 mgr.smithi064.lcvmyw (mgr.24451) 83 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-04-13T09:55:29.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:29 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:28.116138+0000 mgr.smithi064.lcvmyw (mgr.24451) 83 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-04-13T09:55:30.013 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:55:31.514 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:31 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:30.116834+0000 mgr.smithi064.lcvmyw (mgr.24451) 84 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 1.1 KiB/s wr, 1 op/s 2024-04-13T09:55:31.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:31 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:30.116834+0000 mgr.smithi064.lcvmyw (mgr.24451) 84 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 1.1 KiB/s wr, 1 op/s 2024-04-13T09:55:33.513 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:32.117351+0000 mgr.smithi064.lcvmyw (mgr.24451) 85 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:55:33.513 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:32.289072+0000 mon.smithi062 (mon.0) 916 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:55:33.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:32.117351+0000 mgr.smithi064.lcvmyw (mgr.24451) 85 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:55:33.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:32.289072+0000 mon.smithi062 (mon.0) 916 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:55:35.064 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:55:35.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:34.118134+0000 mgr.smithi064.lcvmyw (mgr.24451) 86 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:55:35.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:34.118134+0000 mgr.smithi064.lcvmyw (mgr.24451) 86 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:55:37.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:36.118703+0000 mgr.smithi064.lcvmyw (mgr.24451) 87 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:55:37.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:36.118703+0000 mgr.smithi064.lcvmyw (mgr.24451) 87 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:55:39.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:38.119134+0000 mgr.smithi064.lcvmyw (mgr.24451) 88 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:55:39.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:38.119134+0000 mgr.smithi064.lcvmyw (mgr.24451) 88 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:55:40.102 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:55:40.818 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T09:55:41.479 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T09:55:41.507 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (7m) 30s ago 9m 19.7M - 0.20.0 0881eb8f169f 408c2842c887 2024-04-13T09:55:41.508 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (9m) 30s ago 9m 6395k - 16.2.5 6933c2a0b7dd 7a9c2c1a0af1 2024-04-13T09:55:41.508 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (8m) 32s ago 8m 6387k - 16.2.5 6933c2a0b7dd a611207376c9 2024-04-13T09:55:41.508 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (7m) 30s ago 8m 30.5M - 6.7.4 557c83e11646 bba122ba2ce9 2024-04-13T09:55:41.508 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (3m) 30s ago 3m 12.4M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T09:55:41.508 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (3m) 32s ago 3m 38.1M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T09:55:41.508 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:9283 running (10m) 30s ago 10m 367M - 16.2.5 6933c2a0b7dd 1624956d67ec 2024-04-13T09:55:41.508 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283 running (79s) 32s ago 8m 499M - 18.2.2-1173-g5108bc67 3464fd31103e 35c0defc34fa 2024-04-13T09:55:41.509 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (10m) 30s ago 10m 55.7M 2048M 16.2.5 6933c2a0b7dd 724aac6eaf10 2024-04-13T09:55:41.509 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (8m) 32s ago 8m 44.1M 2048M 16.2.5 6933c2a0b7dd fda491e695cc 2024-04-13T09:55:41.509 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (43s) 30s ago 42s 49.5M - 3.5 6933c2a0b7dd c23522e42b6b 2024-04-13T09:55:41.509 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (37s) 32s ago 36s 46.7M - 3.5 6933c2a0b7dd ab1f0d8d0bb5 2024-04-13T09:55:41.509 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (8m) 30s ago 8m 17.0M - 0.18.1 e5a616e4b9cf 09d50adc704d 2024-04-13T09:55:41.509 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (7m) 32s ago 7m 17.3M - 0.18.1 e5a616e4b9cf 81a3faddaae0 2024-04-13T09:55:41.509 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (7m) 30s ago 7m 406M 1944M 16.2.5 6933c2a0b7dd fd265569b30d 2024-04-13T09:55:41.509 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (7m) 30s ago 7m 310M 1944M 16.2.5 6933c2a0b7dd 09ca36a5db39 2024-04-13T09:55:41.509 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (6m) 30s ago 6m 245M 1944M 16.2.5 6933c2a0b7dd 89cc0ac92247 2024-04-13T09:55:41.509 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (6m) 30s ago 6m 385M 1944M 16.2.5 6933c2a0b7dd b0323c8d9018 2024-04-13T09:55:41.509 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (6m) 32s ago 6m 397M 2712M 16.2.5 6933c2a0b7dd f89e1bdd5583 2024-04-13T09:55:41.509 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (5m) 32s ago 5m 427M 2712M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T09:55:41.510 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (5m) 32s ago 5m 350M 2712M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T09:55:41.510 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (5m) 32s ago 5m 490M 2712M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T09:55:41.510 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 running (7m) 30s ago 8m 55.0M - 2.18.1 de242295e225 0f70cbd4f2ff 2024-04-13T09:55:41.514 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:40.119839+0000 mgr.smithi064.lcvmyw (mgr.24451) 89 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:55:41.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:40.119839+0000 mgr.smithi064.lcvmyw (mgr.24451) 89 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:55:41.880 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T09:55:41.880 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T09:55:41.880 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T09:55:41.880 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:55:41.880 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T09:55:41.880 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-13T09:55:41.880 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T09:55:41.880 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:55:41.880 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T09:55:41.881 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-13T09:55:41.881 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:55:41.881 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T09:55:41.881 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T09:55:41.881 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:55:41.881 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T09:55:41.881 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-13T09:55:41.881 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T09:55:41.881 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T09:55:41.881 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T09:55:42.221 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T09:55:42.221 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T09:55:42.221 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T09:55:42.221 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T09:55:42.221 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2024-04-13T09:55:42.221 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "1/23 daemons upgraded", 2024-04-13T09:55:42.221 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "", 2024-04-13T09:55:42.221 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T09:55:42.222 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T09:55:42.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:42 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:40.804173+0000 mgr.smithi064.lcvmyw (mgr.24451) 90 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:55:42.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:42 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:41.142769+0000 mgr.smithi064.lcvmyw (mgr.24451) 91 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:55:42.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:42 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:41.880192+0000 mon.smithi062 (mon.0) 917 : audit [DBG] from='client.? 172.21.15.62:0/1571820263' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T09:55:42.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:42 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:40.804173+0000 mgr.smithi064.lcvmyw (mgr.24451) 90 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:55:42.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:42 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:41.142769+0000 mgr.smithi064.lcvmyw (mgr.24451) 91 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:55:42.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:42 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:41.880192+0000 mon.smithi062 (mon.0) 917 : audit [DBG] from='client.? 172.21.15.62:0/1571820263' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T09:55:42.629 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2024-04-13T09:55:43.513 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:41.467771+0000 mgr.smithi064.lcvmyw (mgr.24451) 92 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:55:43.513 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:42.120339+0000 mgr.smithi064.lcvmyw (mgr.24451) 93 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:55:43.513 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:42.220673+0000 mgr.smithi064.lcvmyw (mgr.24451) 94 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:55:43.513 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:42.629557+0000 mon.smithi062 (mon.0) 918 : audit [DBG] from='client.? 172.21.15.62:0/371045733' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T09:55:43.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:41.467771+0000 mgr.smithi064.lcvmyw (mgr.24451) 92 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:55:43.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:42.120339+0000 mgr.smithi064.lcvmyw (mgr.24451) 93 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:55:43.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:42.220673+0000 mgr.smithi064.lcvmyw (mgr.24451) 94 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:55:43.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:42.629557+0000 mon.smithi062 (mon.0) 918 : audit [DBG] from='client.? 172.21.15.62:0/371045733' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T09:55:45.144 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:55:45.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:44.121057+0000 mgr.smithi064.lcvmyw (mgr.24451) 95 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:55:45.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:44.121057+0000 mgr.smithi064.lcvmyw (mgr.24451) 95 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:55:47.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:46.121558+0000 mgr.smithi064.lcvmyw (mgr.24451) 96 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:55:47.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:46.121558+0000 mgr.smithi064.lcvmyw (mgr.24451) 96 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:55:48.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:55:47.289726+0000 mon.smithi062 (mon.0) 919 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:55:48.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:55:47.289726+0000 mon.smithi062 (mon.0) 919 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:55:49.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:48 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:48.121971+0000 mgr.smithi064.lcvmyw (mgr.24451) 97 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:55:49.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:48 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:48.121971+0000 mgr.smithi064.lcvmyw (mgr.24451) 97 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:55:50.179 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:55:51.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:50.122710+0000 mgr.smithi064.lcvmyw (mgr.24451) 98 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:55:51.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:50.122710+0000 mgr.smithi064.lcvmyw (mgr.24451) 98 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:55:53.513 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:52.123150+0000 mgr.smithi064.lcvmyw (mgr.24451) 99 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:55:53.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:52.123150+0000 mgr.smithi064.lcvmyw (mgr.24451) 99 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:55:55.222 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:55:55.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:54.123857+0000 mgr.smithi064.lcvmyw (mgr.24451) 100 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:55:55.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:54.123857+0000 mgr.smithi064.lcvmyw (mgr.24451) 100 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:55:57.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:56.124325+0000 mgr.smithi064.lcvmyw (mgr.24451) 101 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:55:57.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:56.124325+0000 mgr.smithi064.lcvmyw (mgr.24451) 101 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:55:59.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:55:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:55:58.124764+0000 mgr.smithi064.lcvmyw (mgr.24451) 102 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:55:59.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:55:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:55:58.124764+0000 mgr.smithi064.lcvmyw (mgr.24451) 102 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:56:00.264 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:56:01.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:01 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:56:00.125437+0000 mgr.smithi064.lcvmyw (mgr.24451) 103 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:56:01.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:01 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:56:00.125437+0000 mgr.smithi064.lcvmyw (mgr.24451) 103 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:56:03.514 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:56:02.125942+0000 mgr.smithi064.lcvmyw (mgr.24451) 104 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:56:03.514 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:56:02.290082+0000 mon.smithi062 (mon.0) 920 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:56:03.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:56:02.125942+0000 mgr.smithi064.lcvmyw (mgr.24451) 104 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:56:03.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:56:02.290082+0000 mon.smithi062 (mon.0) 920 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:56:04.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:56:03.198325+0000 mon.smithi062 (mon.0) 921 : cluster [DBG] mgrmap e29: smithi064.lcvmyw(active, since 91s), standbys: smithi062.wofrer 2024-04-13T09:56:04.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:56:03.198325+0000 mon.smithi062 (mon.0) 921 : cluster [DBG] mgrmap e29: smithi064.lcvmyw(active, since 91s), standbys: smithi062.wofrer 2024-04-13T09:56:05.311 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:56:05.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:56:04.126696+0000 mgr.smithi064.lcvmyw (mgr.24451) 105 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-04-13T09:56:05.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:56:04.126696+0000 mgr.smithi064.lcvmyw (mgr.24451) 105 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-04-13T09:56:07.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:06 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:56:06.127170+0000 mgr.smithi064.lcvmyw (mgr.24451) 106 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-04-13T09:56:07.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:56:06.127170+0000 mgr.smithi064.lcvmyw (mgr.24451) 106 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-04-13T09:56:09.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:56:08.127680+0000 mgr.smithi064.lcvmyw (mgr.24451) 107 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-04-13T09:56:09.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:56:08.127680+0000 mgr.smithi064.lcvmyw (mgr.24451) 107 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-04-13T09:56:10.357 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:56:11.514 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:11 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:56:10.128181+0000 mgr.smithi064.lcvmyw (mgr.24451) 108 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-04-13T09:56:11.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:11 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:56:10.128181+0000 mgr.smithi064.lcvmyw (mgr.24451) 108 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-04-13T09:56:12.993 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T09:56:13.514 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:13 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:56:12.128560+0000 mgr.smithi064.lcvmyw (mgr.24451) 109 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-04-13T09:56:13.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:13 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:56:12.128560+0000 mgr.smithi064.lcvmyw (mgr.24451) 109 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-04-13T09:56:13.659 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T09:56:13.659 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (8m) 62s ago 9m 19.7M - 0.20.0 0881eb8f169f 408c2842c887 2024-04-13T09:56:13.659 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (9m) 62s ago 9m 6395k - 16.2.5 6933c2a0b7dd 7a9c2c1a0af1 2024-04-13T09:56:13.659 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (8m) 64s ago 8m 6387k - 16.2.5 6933c2a0b7dd a611207376c9 2024-04-13T09:56:13.659 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (7m) 62s ago 9m 30.5M - 6.7.4 557c83e11646 bba122ba2ce9 2024-04-13T09:56:13.659 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (4m) 62s ago 4m 12.4M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T09:56:13.660 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (4m) 64s ago 4m 38.1M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T09:56:13.660 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:9283 running (11m) 62s ago 11m 367M - 16.2.5 6933c2a0b7dd 1624956d67ec 2024-04-13T09:56:13.660 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283 running (111s) 64s ago 8m 499M - 18.2.2-1173-g5108bc67 3464fd31103e 35c0defc34fa 2024-04-13T09:56:13.660 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (11m) 62s ago 11m 55.7M 2048M 16.2.5 6933c2a0b7dd 724aac6eaf10 2024-04-13T09:56:13.660 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (8m) 64s ago 8m 44.1M 2048M 16.2.5 6933c2a0b7dd fda491e695cc 2024-04-13T09:56:13.660 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (75s) 62s ago 74s 49.5M - 3.5 6933c2a0b7dd c23522e42b6b 2024-04-13T09:56:13.660 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (69s) 64s ago 68s 46.7M - 3.5 6933c2a0b7dd ab1f0d8d0bb5 2024-04-13T09:56:13.660 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (9m) 62s ago 9m 17.0M - 0.18.1 e5a616e4b9cf 09d50adc704d 2024-04-13T09:56:13.660 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (8m) 64s ago 8m 17.3M - 0.18.1 e5a616e4b9cf 81a3faddaae0 2024-04-13T09:56:13.660 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (8m) 62s ago 8m 406M 1944M 16.2.5 6933c2a0b7dd fd265569b30d 2024-04-13T09:56:13.660 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (7m) 62s ago 7m 310M 1944M 16.2.5 6933c2a0b7dd 09ca36a5db39 2024-04-13T09:56:13.660 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (7m) 62s ago 7m 245M 1944M 16.2.5 6933c2a0b7dd 89cc0ac92247 2024-04-13T09:56:13.660 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (6m) 62s ago 6m 385M 1944M 16.2.5 6933c2a0b7dd b0323c8d9018 2024-04-13T09:56:13.660 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (6m) 64s ago 6m 397M 2712M 16.2.5 6933c2a0b7dd f89e1bdd5583 2024-04-13T09:56:13.660 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (6m) 64s ago 6m 427M 2712M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T09:56:13.661 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (5m) 64s ago 5m 350M 2712M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T09:56:13.661 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (5m) 64s ago 5m 490M 2712M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T09:56:13.661 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 running (7m) 62s ago 8m 55.0M - 2.18.1 de242295e225 0f70cbd4f2ff 2024-04-13T09:56:14.060 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T09:56:14.060 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T09:56:14.060 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T09:56:14.060 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:56:14.060 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T09:56:14.060 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-13T09:56:14.060 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T09:56:14.060 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:56:14.060 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T09:56:14.060 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-13T09:56:14.060 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:56:14.060 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T09:56:14.061 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T09:56:14.061 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:56:14.061 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T09:56:14.061 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-13T09:56:14.061 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T09:56:14.061 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T09:56:14.061 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T09:56:14.401 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T09:56:14.401 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T09:56:14.401 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T09:56:14.401 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T09:56:14.401 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2024-04-13T09:56:14.401 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "1/23 daemons upgraded", 2024-04-13T09:56:14.401 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "", 2024-04-13T09:56:14.401 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T09:56:14.401 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T09:56:14.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:56:12.981007+0000 mgr.smithi064.lcvmyw (mgr.24451) 110 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:56:14.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:56:13.318771+0000 mgr.smithi064.lcvmyw (mgr.24451) 111 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:56:14.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:56:14.060190+0000 mon.smithi062 (mon.0) 922 : audit [DBG] from='client.? 172.21.15.62:0/404723498' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T09:56:14.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:56:12.981007+0000 mgr.smithi064.lcvmyw (mgr.24451) 110 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:56:14.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:56:13.318771+0000 mgr.smithi064.lcvmyw (mgr.24451) 111 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:56:14.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:56:14.060190+0000 mon.smithi062 (mon.0) 922 : audit [DBG] from='client.? 172.21.15.62:0/404723498' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T09:56:14.796 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2024-04-13T09:56:15.395 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:56:15.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:15 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:56:13.648321+0000 mgr.smithi064.lcvmyw (mgr.24451) 112 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:56:15.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:15 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:56:14.129340+0000 mgr.smithi064.lcvmyw (mgr.24451) 113 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-04-13T09:56:15.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:15 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:56:14.796296+0000 mon.smithi062 (mon.0) 923 : audit [DBG] from='client.? 172.21.15.62:0/2118278286' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T09:56:15.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:56:13.648321+0000 mgr.smithi064.lcvmyw (mgr.24451) 112 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:56:15.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:56:14.129340+0000 mgr.smithi064.lcvmyw (mgr.24451) 113 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-04-13T09:56:15.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:56:14.796296+0000 mon.smithi062 (mon.0) 923 : audit [DBG] from='client.? 172.21.15.62:0/2118278286' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T09:56:16.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:16 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:56:14.400784+0000 mgr.smithi064.lcvmyw (mgr.24451) 114 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:56:16.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:16 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:56:14.400784+0000 mgr.smithi064.lcvmyw (mgr.24451) 114 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:56:17.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:17 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:56:16.129735+0000 mgr.smithi064.lcvmyw (mgr.24451) 115 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:56:17.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:17 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:56:16.129735+0000 mgr.smithi064.lcvmyw (mgr.24451) 115 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:56:18.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:18 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:56:17.290253+0000 mon.smithi062 (mon.0) 924 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:56:18.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:18 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:56:17.290253+0000 mon.smithi062 (mon.0) 924 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:56:19.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:56:18.130608+0000 mgr.smithi064.lcvmyw (mgr.24451) 116 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:56:19.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:56:18.130608+0000 mgr.smithi064.lcvmyw (mgr.24451) 116 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:56:20.445 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:56:21.514 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:56:20.131267+0000 mgr.smithi064.lcvmyw (mgr.24451) 117 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:56:21.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:56:20.131267+0000 mgr.smithi064.lcvmyw (mgr.24451) 117 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:56:23.514 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:56:22.131841+0000 mgr.smithi064.lcvmyw (mgr.24451) 118 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:56:23.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:56:22.131841+0000 mgr.smithi064.lcvmyw (mgr.24451) 118 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:56:25.481 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:56:25.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:56:24.132646+0000 mgr.smithi064.lcvmyw (mgr.24451) 119 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:56:25.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:56:24.132646+0000 mgr.smithi064.lcvmyw (mgr.24451) 119 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:56:27.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:26 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:56:26.133121+0000 mgr.smithi064.lcvmyw (mgr.24451) 120 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:56:27.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:26 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:56:26.133121+0000 mgr.smithi064.lcvmyw (mgr.24451) 120 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:56:29.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:29 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:56:28.133808+0000 mgr.smithi064.lcvmyw (mgr.24451) 121 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:56:29.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:29 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:56:28.133808+0000 mgr.smithi064.lcvmyw (mgr.24451) 121 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:56:30.522 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:56:31.514 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:31 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:56:30.134464+0000 mgr.smithi064.lcvmyw (mgr.24451) 122 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:56:31.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:31 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:56:30.134464+0000 mgr.smithi064.lcvmyw (mgr.24451) 122 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:56:33.515 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:56:32.134967+0000 mgr.smithi064.lcvmyw (mgr.24451) 123 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:56:33.515 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:56:32.290668+0000 mon.smithi062 (mon.0) 925 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:56:33.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:56:32.134967+0000 mgr.smithi064.lcvmyw (mgr.24451) 123 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:56:33.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:56:32.290668+0000 mon.smithi062 (mon.0) 925 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:56:35.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:56:34.135809+0000 mgr.smithi064.lcvmyw (mgr.24451) 124 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:56:35.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:56:34.135809+0000 mgr.smithi064.lcvmyw (mgr.24451) 124 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:56:35.556 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:56:37.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:56:36.136379+0000 mgr.smithi064.lcvmyw (mgr.24451) 125 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:56:37.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:56:36.136379+0000 mgr.smithi064.lcvmyw (mgr.24451) 125 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:56:39.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:56:38.136929+0000 mgr.smithi064.lcvmyw (mgr.24451) 126 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:56:39.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:56:38.136929+0000 mgr.smithi064.lcvmyw (mgr.24451) 126 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:56:40.603 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:56:41.514 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:56:40.137414+0000 mgr.smithi064.lcvmyw (mgr.24451) 127 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:56:41.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:56:40.137414+0000 mgr.smithi064.lcvmyw (mgr.24451) 127 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:56:43.515 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:56:42.137864+0000 mgr.smithi064.lcvmyw (mgr.24451) 128 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:56:43.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:56:42.137864+0000 mgr.smithi064.lcvmyw (mgr.24451) 128 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:56:45.162 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T09:56:45.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:56:44.138635+0000 mgr.smithi064.lcvmyw (mgr.24451) 129 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:56:45.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:56:44.138635+0000 mgr.smithi064.lcvmyw (mgr.24451) 129 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:56:45.640 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:56:45.829 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T09:56:45.830 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (8m) 94s ago 10m 19.7M - 0.20.0 0881eb8f169f 408c2842c887 2024-04-13T09:56:45.830 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (10m) 94s ago 10m 6395k - 16.2.5 6933c2a0b7dd 7a9c2c1a0af1 2024-04-13T09:56:45.830 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (9m) 96s ago 9m 6387k - 16.2.5 6933c2a0b7dd a611207376c9 2024-04-13T09:56:45.830 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (8m) 94s ago 9m 30.5M - 6.7.4 557c83e11646 bba122ba2ce9 2024-04-13T09:56:45.830 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (4m) 94s ago 4m 12.4M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T09:56:45.830 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (4m) 96s ago 4m 38.1M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T09:56:45.830 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:9283 running (11m) 94s ago 11m 367M - 16.2.5 6933c2a0b7dd 1624956d67ec 2024-04-13T09:56:45.830 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283 running (2m) 96s ago 9m 499M - 18.2.2-1173-g5108bc67 3464fd31103e 35c0defc34fa 2024-04-13T09:56:45.830 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (11m) 94s ago 11m 55.7M 2048M 16.2.5 6933c2a0b7dd 724aac6eaf10 2024-04-13T09:56:45.830 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (9m) 96s ago 9m 44.1M 2048M 16.2.5 6933c2a0b7dd fda491e695cc 2024-04-13T09:56:45.830 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (107s) 94s ago 106s 49.5M - 3.5 6933c2a0b7dd c23522e42b6b 2024-04-13T09:56:45.830 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (101s) 96s ago 101s 46.7M - 3.5 6933c2a0b7dd ab1f0d8d0bb5 2024-04-13T09:56:45.830 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (9m) 94s ago 9m 17.0M - 0.18.1 e5a616e4b9cf 09d50adc704d 2024-04-13T09:56:45.830 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (8m) 96s ago 8m 17.3M - 0.18.1 e5a616e4b9cf 81a3faddaae0 2024-04-13T09:56:45.831 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (8m) 94s ago 8m 406M 1944M 16.2.5 6933c2a0b7dd fd265569b30d 2024-04-13T09:56:45.831 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (8m) 94s ago 8m 310M 1944M 16.2.5 6933c2a0b7dd 09ca36a5db39 2024-04-13T09:56:45.831 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (7m) 94s ago 7m 245M 1944M 16.2.5 6933c2a0b7dd 89cc0ac92247 2024-04-13T09:56:45.831 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (7m) 94s ago 7m 385M 1944M 16.2.5 6933c2a0b7dd b0323c8d9018 2024-04-13T09:56:45.831 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (7m) 96s ago 7m 397M 2712M 16.2.5 6933c2a0b7dd f89e1bdd5583 2024-04-13T09:56:45.831 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (6m) 96s ago 6m 427M 2712M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T09:56:45.831 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (6m) 96s ago 6m 350M 2712M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T09:56:45.831 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (6m) 96s ago 6m 490M 2712M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T09:56:45.831 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 running (8m) 94s ago 9m 55.0M - 2.18.1 de242295e225 0f70cbd4f2ff 2024-04-13T09:56:46.237 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T09:56:46.237 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T09:56:46.237 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T09:56:46.237 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:56:46.238 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T09:56:46.238 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-13T09:56:46.238 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T09:56:46.238 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:56:46.238 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T09:56:46.238 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-13T09:56:46.238 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:56:46.238 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T09:56:46.238 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T09:56:46.238 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:56:46.238 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T09:56:46.238 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-13T09:56:46.239 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T09:56:46.239 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T09:56:46.239 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T09:56:46.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:56:45.150071+0000 mgr.smithi064.lcvmyw (mgr.24451) 130 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:56:46.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:56:45.150071+0000 mgr.smithi064.lcvmyw (mgr.24451) 130 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:56:46.574 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T09:56:46.574 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T09:56:46.574 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T09:56:46.574 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T09:56:46.574 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2024-04-13T09:56:46.574 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "1/23 daemons upgraded", 2024-04-13T09:56:46.574 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "", 2024-04-13T09:56:46.574 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T09:56:46.574 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T09:56:46.975 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2024-04-13T09:56:47.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:56:45.488411+0000 mgr.smithi064.lcvmyw (mgr.24451) 131 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:56:47.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:56:45.818803+0000 mgr.smithi064.lcvmyw (mgr.24451) 132 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:56:47.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:56:46.139124+0000 mgr.smithi064.lcvmyw (mgr.24451) 133 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:56:47.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:56:46.237707+0000 mon.smithi062 (mon.0) 926 : audit [DBG] from='client.? 172.21.15.62:0/1927726164' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T09:56:47.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:56:46.976194+0000 mon.smithi062 (mon.0) 927 : audit [DBG] from='client.? 172.21.15.62:0/4179419685' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T09:56:47.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:56:45.488411+0000 mgr.smithi064.lcvmyw (mgr.24451) 131 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:56:47.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:56:45.818803+0000 mgr.smithi064.lcvmyw (mgr.24451) 132 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:56:47.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:56:46.139124+0000 mgr.smithi064.lcvmyw (mgr.24451) 133 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:56:47.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:56:46.237707+0000 mon.smithi062 (mon.0) 926 : audit [DBG] from='client.? 172.21.15.62:0/1927726164' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T09:56:47.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:56:46.976194+0000 mon.smithi062 (mon.0) 927 : audit [DBG] from='client.? 172.21.15.62:0/4179419685' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T09:56:48.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:48 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:56:46.573090+0000 mgr.smithi064.lcvmyw (mgr.24451) 134 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:56:48.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:48 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:56:47.290862+0000 mon.smithi062 (mon.0) 928 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:56:48.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:48 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:56:46.573090+0000 mgr.smithi064.lcvmyw (mgr.24451) 134 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:56:48.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:48 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:56:47.290862+0000 mon.smithi062 (mon.0) 928 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:56:49.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:56:48.139901+0000 mgr.smithi064.lcvmyw (mgr.24451) 135 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:56:49.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:56:48.139901+0000 mgr.smithi064.lcvmyw (mgr.24451) 135 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:56:50.682 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:56:51.514 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:56:50.140641+0000 mgr.smithi064.lcvmyw (mgr.24451) 136 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:56:51.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:56:50.140641+0000 mgr.smithi064.lcvmyw (mgr.24451) 136 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:56:53.515 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:56:52.141251+0000 mgr.smithi064.lcvmyw (mgr.24451) 137 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:56:53.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:56:52.141251+0000 mgr.smithi064.lcvmyw (mgr.24451) 137 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:56:55.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:56:54.142145+0000 mgr.smithi064.lcvmyw (mgr.24451) 138 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:56:55.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:56:54.142145+0000 mgr.smithi064.lcvmyw (mgr.24451) 138 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:56:55.720 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:56:57.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:56:56.142541+0000 mgr.smithi064.lcvmyw (mgr.24451) 139 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:56:57.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:56:56.142541+0000 mgr.smithi064.lcvmyw (mgr.24451) 139 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:56:59.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:56:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:56:58.143140+0000 mgr.smithi064.lcvmyw (mgr.24451) 140 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:56:59.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:56:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:56:58.143140+0000 mgr.smithi064.lcvmyw (mgr.24451) 140 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:57:00.763 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:57:01.514 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:01 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:57:00.143746+0000 mgr.smithi064.lcvmyw (mgr.24451) 141 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:01.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:01 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:57:00.143746+0000 mgr.smithi064.lcvmyw (mgr.24451) 141 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:03.515 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:57:02.144242+0000 mgr.smithi064.lcvmyw (mgr.24451) 142 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:03.516 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:57:02.291332+0000 mon.smithi062 (mon.0) 929 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:57:03.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:57:02.144242+0000 mgr.smithi064.lcvmyw (mgr.24451) 142 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:03.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:57:02.291332+0000 mon.smithi062 (mon.0) 929 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:57:05.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:57:04.145144+0000 mgr.smithi064.lcvmyw (mgr.24451) 143 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:57:05.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:57:04.145144+0000 mgr.smithi064.lcvmyw (mgr.24451) 143 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:57:05.796 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:57:07.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:06 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:57:06.145678+0000 mgr.smithi064.lcvmyw (mgr.24451) 144 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:07.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:57:06.145678+0000 mgr.smithi064.lcvmyw (mgr.24451) 144 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:09.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:57:08.146353+0000 mgr.smithi064.lcvmyw (mgr.24451) 145 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:57:09.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:57:08.146353+0000 mgr.smithi064.lcvmyw (mgr.24451) 145 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:57:10.833 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:57:11.514 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:11 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:57:10.146922+0000 mgr.smithi064.lcvmyw (mgr.24451) 146 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:11.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:11 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:57:10.146922+0000 mgr.smithi064.lcvmyw (mgr.24451) 146 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:13.516 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:13 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:57:12.147412+0000 mgr.smithi064.lcvmyw (mgr.24451) 147 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:13.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:13 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:57:12.147412+0000 mgr.smithi064.lcvmyw (mgr.24451) 147 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:15.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:15 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:57:14.148174+0000 mgr.smithi064.lcvmyw (mgr.24451) 148 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:57:15.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:57:14.148174+0000 mgr.smithi064.lcvmyw (mgr.24451) 148 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:57:15.873 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:57:17.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:16 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:57:16.148605+0000 mgr.smithi064.lcvmyw (mgr.24451) 149 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:17.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:16 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:57:16.148605+0000 mgr.smithi064.lcvmyw (mgr.24451) 149 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:17.344 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T09:57:18.014 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T09:57:18.014 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (9m) 2m ago 10m 19.7M - 0.20.0 0881eb8f169f 408c2842c887 2024-04-13T09:57:18.014 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (10m) 2m ago 10m 6395k - 16.2.5 6933c2a0b7dd 7a9c2c1a0af1 2024-04-13T09:57:18.014 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (9m) 2m ago 9m 6387k - 16.2.5 6933c2a0b7dd a611207376c9 2024-04-13T09:57:18.014 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (8m) 2m ago 10m 30.5M - 6.7.4 557c83e11646 bba122ba2ce9 2024-04-13T09:57:18.014 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (5m) 2m ago 5m 12.4M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T09:57:18.015 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (5m) 2m ago 5m 38.1M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T09:57:18.015 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:9283 running (12m) 2m ago 12m 367M - 16.2.5 6933c2a0b7dd 1624956d67ec 2024-04-13T09:57:18.015 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283 running (2m) 2m ago 9m 499M - 18.2.2-1173-g5108bc67 3464fd31103e 35c0defc34fa 2024-04-13T09:57:18.015 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (12m) 2m ago 12m 55.7M 2048M 16.2.5 6933c2a0b7dd 724aac6eaf10 2024-04-13T09:57:18.015 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (9m) 2m ago 9m 44.1M 2048M 16.2.5 6933c2a0b7dd fda491e695cc 2024-04-13T09:57:18.015 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (2m) 2m ago 2m 49.5M - 3.5 6933c2a0b7dd c23522e42b6b 2024-04-13T09:57:18.015 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (2m) 2m ago 2m 46.7M - 3.5 6933c2a0b7dd ab1f0d8d0bb5 2024-04-13T09:57:18.015 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (10m) 2m ago 10m 17.0M - 0.18.1 e5a616e4b9cf 09d50adc704d 2024-04-13T09:57:18.015 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (9m) 2m ago 9m 17.3M - 0.18.1 e5a616e4b9cf 81a3faddaae0 2024-04-13T09:57:18.015 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (9m) 2m ago 9m 406M 1944M 16.2.5 6933c2a0b7dd fd265569b30d 2024-04-13T09:57:18.015 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (8m) 2m ago 8m 310M 1944M 16.2.5 6933c2a0b7dd 09ca36a5db39 2024-04-13T09:57:18.015 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (8m) 2m ago 8m 245M 1944M 16.2.5 6933c2a0b7dd 89cc0ac92247 2024-04-13T09:57:18.016 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (7m) 2m ago 7m 385M 1944M 16.2.5 6933c2a0b7dd b0323c8d9018 2024-04-13T09:57:18.016 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (7m) 2m ago 7m 397M 2712M 16.2.5 6933c2a0b7dd f89e1bdd5583 2024-04-13T09:57:18.016 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (7m) 2m ago 7m 427M 2712M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T09:57:18.016 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (6m) 2m ago 6m 350M 2712M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T09:57:18.016 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (6m) 2m ago 6m 490M 2712M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T09:57:18.016 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 running (8m) 2m ago 10m 55.0M - 2.18.1 de242295e225 0f70cbd4f2ff 2024-04-13T09:57:18.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:17 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:57:17.291601+0000 mon.smithi062 (mon.0) 930 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:57:18.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:17 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:57:17.331054+0000 mgr.smithi064.lcvmyw (mgr.24451) 150 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:57:18.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:17 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:57:17.291601+0000 mon.smithi062 (mon.0) 930 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:57:18.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:17 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:57:17.331054+0000 mgr.smithi064.lcvmyw (mgr.24451) 150 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:57:18.413 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T09:57:18.413 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T09:57:18.413 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T09:57:18.413 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:57:18.413 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T09:57:18.413 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-13T09:57:18.413 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T09:57:18.413 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:57:18.413 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T09:57:18.413 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-13T09:57:18.413 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:57:18.413 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T09:57:18.414 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T09:57:18.414 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:57:18.414 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T09:57:18.414 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-13T09:57:18.414 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T09:57:18.414 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T09:57:18.414 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T09:57:18.760 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T09:57:18.782 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T09:57:18.782 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T09:57:18.782 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T09:57:18.782 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2024-04-13T09:57:18.782 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "1/23 daemons upgraded", 2024-04-13T09:57:18.782 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "", 2024-04-13T09:57:18.783 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T09:57:18.783 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T09:57:19.168 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2024-04-13T09:57:19.245 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:18 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:57:17.669917+0000 mgr.smithi064.lcvmyw (mgr.24451) 151 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:57:19.245 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:18 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:57:17.999704+0000 mgr.smithi064.lcvmyw (mgr.24451) 152 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:57:19.245 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:18 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:57:18.149245+0000 mgr.smithi064.lcvmyw (mgr.24451) 153 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:57:19.245 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:18 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:57:18.412581+0000 mon.smithi062 (mon.0) 931 : audit [DBG] from='client.? 172.21.15.62:0/3156152247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T09:57:19.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:18 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:57:17.669917+0000 mgr.smithi064.lcvmyw (mgr.24451) 151 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:57:19.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:18 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:57:17.999704+0000 mgr.smithi064.lcvmyw (mgr.24451) 152 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:57:19.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:18 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:57:18.149245+0000 mgr.smithi064.lcvmyw (mgr.24451) 153 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:57:19.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:18 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:57:18.412581+0000 mon.smithi062 (mon.0) 931 : audit [DBG] from='client.? 172.21.15.62:0/3156152247' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T09:57:20.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:57:18.759239+0000 mgr.smithi064.lcvmyw (mgr.24451) 154 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:57:20.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:57:19.168502+0000 mon.smithi062 (mon.0) 932 : audit [DBG] from='client.? 172.21.15.62:0/1875603665' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T09:57:20.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:57:18.759239+0000 mgr.smithi064.lcvmyw (mgr.24451) 154 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:57:20.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:57:19.168502+0000 mon.smithi062 (mon.0) 932 : audit [DBG] from='client.? 172.21.15.62:0/1875603665' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T09:57:20.914 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:57:21.514 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:57:20.056044+0000 mon.smithi062 (mon.0) 933 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:57:21.514 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:57:20.060349+0000 mon.smithi062 (mon.0) 934 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:57:21.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:57:20.079636+0000 mgr.smithi064.lcvmyw (mgr.24451) 155 : cephadm [INF] Reconfiguring grafana.smithi062 (dependencies changed)... 2024-04-13T09:57:21.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:57:20.088380+0000 mgr.smithi064.lcvmyw (mgr.24451) 156 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-13T09:57:21.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:57:20.149638+0000 mgr.smithi064.lcvmyw (mgr.24451) 157 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:21.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:57:20.174692+0000 mon.smithi062 (mon.0) 935 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:57:21.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:57:20.177387+0000 mon.smithi062 (mon.0) 936 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:57:21.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:57:20.179938+0000 mon.smithi062 (mon.0) 937 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-13T09:57:21.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:57:20.180591+0000 mgr.smithi064.lcvmyw (mgr.24451) 158 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-13T09:57:21.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:57:20.182456+0000 mgr.smithi064.lcvmyw (mgr.24451) 159 : cephadm [INF] Reconfiguring daemon grafana.smithi062 on smithi062 2024-04-13T09:57:21.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:57:20.056044+0000 mon.smithi062 (mon.0) 933 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:57:21.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:57:20.060349+0000 mon.smithi062 (mon.0) 934 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:57:21.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:57:20.079636+0000 mgr.smithi064.lcvmyw (mgr.24451) 155 : cephadm [INF] Reconfiguring grafana.smithi062 (dependencies changed)... 2024-04-13T09:57:21.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:57:20.088380+0000 mgr.smithi064.lcvmyw (mgr.24451) 156 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-13T09:57:21.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:57:20.149638+0000 mgr.smithi064.lcvmyw (mgr.24451) 157 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:21.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:57:20.174692+0000 mon.smithi062 (mon.0) 935 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:57:21.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:57:20.177387+0000 mon.smithi062 (mon.0) 936 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:57:21.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:57:20.179938+0000 mon.smithi062 (mon.0) 937 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-13T09:57:21.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:57:20.180591+0000 mgr.smithi064.lcvmyw (mgr.24451) 158 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-13T09:57:21.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:57:20.182456+0000 mgr.smithi064.lcvmyw (mgr.24451) 159 : cephadm [INF] Reconfiguring daemon grafana.smithi062 on smithi062 2024-04-13T09:57:23.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:57:22.150050+0000 mgr.smithi064.lcvmyw (mgr.24451) 160 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:23.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:57:22.150050+0000 mgr.smithi064.lcvmyw (mgr.24451) 160 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:25.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:57:24.150854+0000 mgr.smithi064.lcvmyw (mgr.24451) 161 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:57:25.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:57:24.150854+0000 mgr.smithi064.lcvmyw (mgr.24451) 161 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:57:25.954 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:57:27.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:26 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:57:26.151435+0000 mgr.smithi064.lcvmyw (mgr.24451) 162 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:27.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:26 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:57:26.151435+0000 mgr.smithi064.lcvmyw (mgr.24451) 162 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:29.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:29 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:57:28.152089+0000 mgr.smithi064.lcvmyw (mgr.24451) 163 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:57:29.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:29 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:57:28.152089+0000 mgr.smithi064.lcvmyw (mgr.24451) 163 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:57:30.989 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:57:31.465 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:31 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:57:30.152463+0000 mgr.smithi064.lcvmyw (mgr.24451) 164 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:31.514 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:31 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:57:30.152463+0000 mgr.smithi064.lcvmyw (mgr.24451) 164 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:33.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:57:32.152970+0000 mgr.smithi064.lcvmyw (mgr.24451) 165 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:33.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:57:32.291982+0000 mon.smithi062 (mon.0) 938 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:57:33.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:57:32.152970+0000 mgr.smithi064.lcvmyw (mgr.24451) 165 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:33.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:57:32.291982+0000 mon.smithi062 (mon.0) 938 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:57:35.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:57:34.153774+0000 mgr.smithi064.lcvmyw (mgr.24451) 166 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:57:35.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:57:34.153774+0000 mgr.smithi064.lcvmyw (mgr.24451) 166 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:57:36.024 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:57:37.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:57:36.154318+0000 mgr.smithi064.lcvmyw (mgr.24451) 167 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:37.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:57:36.154318+0000 mgr.smithi064.lcvmyw (mgr.24451) 167 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:39.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:57:38.155020+0000 mgr.smithi064.lcvmyw (mgr.24451) 168 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:57:39.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:57:38.155020+0000 mgr.smithi064.lcvmyw (mgr.24451) 168 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:57:41.074 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:57:41.514 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:57:40.155445+0000 mgr.smithi064.lcvmyw (mgr.24451) 169 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:41.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:57:40.155445+0000 mgr.smithi064.lcvmyw (mgr.24451) 169 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:43.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:57:42.155852+0000 mgr.smithi064.lcvmyw (mgr.24451) 170 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:43.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:57:42.155852+0000 mgr.smithi064.lcvmyw (mgr.24451) 170 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:45.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:57:44.156552+0000 mgr.smithi064.lcvmyw (mgr.24451) 171 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:57:45.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:57:44.156552+0000 mgr.smithi064.lcvmyw (mgr.24451) 171 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:57:46.112 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:57:47.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:57:46.157107+0000 mgr.smithi064.lcvmyw (mgr.24451) 172 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:47.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:57:46.157107+0000 mgr.smithi064.lcvmyw (mgr.24451) 172 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:48.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:57:47.292286+0000 mon.smithi062 (mon.0) 939 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:57:48.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:57:47.292286+0000 mon.smithi062 (mon.0) 939 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:57:49.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:48 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:57:48.157917+0000 mgr.smithi064.lcvmyw (mgr.24451) 173 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:57:49.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:48 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:57:48.157917+0000 mgr.smithi064.lcvmyw (mgr.24451) 173 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:57:49.534 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T09:57:50.197 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T09:57:50.197 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 starting - - - - 2024-04-13T09:57:50.197 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (11m) 2m ago 11m 6395k - 16.2.5 6933c2a0b7dd 7a9c2c1a0af1 2024-04-13T09:57:50.198 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (10m) 2m ago 10m 6387k - 16.2.5 6933c2a0b7dd a611207376c9 2024-04-13T09:57:50.198 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (9m) 2m ago 11m 30.5M - 6.7.4 557c83e11646 bba122ba2ce9 2024-04-13T09:57:50.198 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (5m) 2m ago 5m 12.4M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T09:57:50.198 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (5m) 2m ago 5m 38.1M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T09:57:50.198 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:9283 running (12m) 2m ago 12m 367M - 16.2.5 6933c2a0b7dd 1624956d67ec 2024-04-13T09:57:50.198 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283 running (3m) 2m ago 10m 499M - 18.2.2-1173-g5108bc67 3464fd31103e 35c0defc34fa 2024-04-13T09:57:50.198 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (12m) 2m ago 13m 55.7M 2048M 16.2.5 6933c2a0b7dd 724aac6eaf10 2024-04-13T09:57:50.198 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (10m) 2m ago 10m 44.1M 2048M 16.2.5 6933c2a0b7dd fda491e695cc 2024-04-13T09:57:50.198 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (2m) 2m ago 2m 49.5M - 3.5 6933c2a0b7dd c23522e42b6b 2024-04-13T09:57:50.198 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (2m) 2m ago 2m 46.7M - 3.5 6933c2a0b7dd ab1f0d8d0bb5 2024-04-13T09:57:50.198 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (10m) 2m ago 10m 17.0M - 0.18.1 e5a616e4b9cf 09d50adc704d 2024-04-13T09:57:50.198 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (10m) 2m ago 10m 17.3M - 0.18.1 e5a616e4b9cf 81a3faddaae0 2024-04-13T09:57:50.198 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (9m) 2m ago 9m 406M 1944M 16.2.5 6933c2a0b7dd fd265569b30d 2024-04-13T09:57:50.199 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (9m) 2m ago 9m 310M 1944M 16.2.5 6933c2a0b7dd 09ca36a5db39 2024-04-13T09:57:50.199 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (8m) 2m ago 8m 245M 1944M 16.2.5 6933c2a0b7dd 89cc0ac92247 2024-04-13T09:57:50.199 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (8m) 2m ago 8m 385M 1944M 16.2.5 6933c2a0b7dd b0323c8d9018 2024-04-13T09:57:50.199 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (8m) 2m ago 8m 397M 2712M 16.2.5 6933c2a0b7dd f89e1bdd5583 2024-04-13T09:57:50.199 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (7m) 2m ago 7m 427M 2712M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T09:57:50.199 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (7m) 2m ago 7m 350M 2712M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T09:57:50.199 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (7m) 2m ago 7m 490M 2712M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T09:57:50.199 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 running (9m) 2m ago 10m 55.0M - 2.18.1 de242295e225 0f70cbd4f2ff 2024-04-13T09:57:50.602 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T09:57:50.602 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T09:57:50.602 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T09:57:50.602 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:57:50.603 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T09:57:50.603 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-13T09:57:50.603 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T09:57:50.603 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:57:50.603 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T09:57:50.603 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-13T09:57:50.603 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:57:50.603 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T09:57:50.603 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T09:57:50.603 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:57:50.603 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T09:57:50.603 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-13T09:57:50.603 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T09:57:50.603 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T09:57:50.603 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T09:57:50.949 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T09:57:50.949 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T09:57:50.949 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T09:57:50.949 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T09:57:50.949 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2024-04-13T09:57:50.949 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "1/23 daemons upgraded", 2024-04-13T09:57:50.949 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "", 2024-04-13T09:57:50.949 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T09:57:50.949 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T09:57:51.143 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:57:51.354 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2024-04-13T09:57:51.514 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:57:49.521598+0000 mgr.smithi064.lcvmyw (mgr.24451) 174 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:57:51.514 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:57:49.858909+0000 mgr.smithi064.lcvmyw (mgr.24451) 175 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:57:51.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:57:50.158288+0000 mgr.smithi064.lcvmyw (mgr.24451) 176 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:51.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:57:50.186545+0000 mgr.smithi064.lcvmyw (mgr.24451) 177 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:57:51.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:57:50.602628+0000 mon.smithi062 (mon.0) 940 : audit [DBG] from='client.? 172.21.15.62:0/1634281077' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T09:57:51.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:57:49.521598+0000 mgr.smithi064.lcvmyw (mgr.24451) 174 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:57:51.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:57:49.858909+0000 mgr.smithi064.lcvmyw (mgr.24451) 175 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:57:51.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:57:50.158288+0000 mgr.smithi064.lcvmyw (mgr.24451) 176 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:51.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:57:50.186545+0000 mgr.smithi064.lcvmyw (mgr.24451) 177 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:57:51.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:57:50.602628+0000 mon.smithi062 (mon.0) 940 : audit [DBG] from='client.? 172.21.15.62:0/1634281077' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T09:57:52.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:57:50.948698+0000 mgr.smithi064.lcvmyw (mgr.24451) 178 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:57:52.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:57:51.354776+0000 mon.smithi062 (mon.0) 941 : audit [DBG] from='client.? 172.21.15.62:0/633143122' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T09:57:52.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:57:50.948698+0000 mgr.smithi064.lcvmyw (mgr.24451) 178 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:57:52.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:57:51.354776+0000 mon.smithi062 (mon.0) 941 : audit [DBG] from='client.? 172.21.15.62:0/633143122' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T09:57:53.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:57:52.158791+0000 mgr.smithi064.lcvmyw (mgr.24451) 179 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:53.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:57:52.158791+0000 mgr.smithi064.lcvmyw (mgr.24451) 179 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:55.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:57:54.159549+0000 mgr.smithi064.lcvmyw (mgr.24451) 180 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:57:55.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:57:54.159549+0000 mgr.smithi064.lcvmyw (mgr.24451) 180 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:57:56.175 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:57:57.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:57:56.160126+0000 mgr.smithi064.lcvmyw (mgr.24451) 181 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:57.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:57:56.160126+0000 mgr.smithi064.lcvmyw (mgr.24451) 181 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:57:59.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:57:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:57:58.160865+0000 mgr.smithi064.lcvmyw (mgr.24451) 182 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:57:59.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:57:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:57:58.160865+0000 mgr.smithi064.lcvmyw (mgr.24451) 182 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:58:01.212 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:58:01.514 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:01 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:58:00.161337+0000 mgr.smithi064.lcvmyw (mgr.24451) 183 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:01.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:01 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:58:00.161337+0000 mgr.smithi064.lcvmyw (mgr.24451) 183 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:03.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:58:02.161774+0000 mgr.smithi064.lcvmyw (mgr.24451) 184 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:03.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:58:02.292470+0000 mon.smithi062 (mon.0) 942 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:58:03.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:58:02.161774+0000 mgr.smithi064.lcvmyw (mgr.24451) 184 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:03.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:58:02.292470+0000 mon.smithi062 (mon.0) 942 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:58:05.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:58:04.162681+0000 mgr.smithi064.lcvmyw (mgr.24451) 185 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:58:05.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:58:04.162681+0000 mgr.smithi064.lcvmyw (mgr.24451) 185 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:58:06.265 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:58:07.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:06 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:58:06.163243+0000 mgr.smithi064.lcvmyw (mgr.24451) 186 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:07.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:58:06.163243+0000 mgr.smithi064.lcvmyw (mgr.24451) 186 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:09.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:58:08.163859+0000 mgr.smithi064.lcvmyw (mgr.24451) 187 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:58:09.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:58:08.163859+0000 mgr.smithi064.lcvmyw (mgr.24451) 187 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:58:11.309 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:58:11.514 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:11 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:58:10.164253+0000 mgr.smithi064.lcvmyw (mgr.24451) 188 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:11.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:11 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:58:10.164253+0000 mgr.smithi064.lcvmyw (mgr.24451) 188 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:13.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:13 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:58:12.164780+0000 mgr.smithi064.lcvmyw (mgr.24451) 189 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:13.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:13 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:58:12.164780+0000 mgr.smithi064.lcvmyw (mgr.24451) 189 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:15.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:15 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:58:14.165546+0000 mgr.smithi064.lcvmyw (mgr.24451) 190 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:58:15.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:58:14.165546+0000 mgr.smithi064.lcvmyw (mgr.24451) 190 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:58:16.345 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:58:17.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:16 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:58:16.165952+0000 mgr.smithi064.lcvmyw (mgr.24451) 191 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:17.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:16 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:58:16.165952+0000 mgr.smithi064.lcvmyw (mgr.24451) 191 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:18.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:17 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:58:17.292943+0000 mon.smithi062 (mon.0) 943 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:58:18.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:17 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:58:17.292943+0000 mon.smithi062 (mon.0) 943 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:58:19.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:18 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:58:18.166553+0000 mgr.smithi064.lcvmyw (mgr.24451) 192 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:58:19.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:18 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:58:18.166553+0000 mgr.smithi064.lcvmyw (mgr.24451) 192 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:58:21.379 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:58:21.514 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:58:20.166899+0000 mgr.smithi064.lcvmyw (mgr.24451) 193 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:21.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:58:20.166899+0000 mgr.smithi064.lcvmyw (mgr.24451) 193 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:21.717 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T09:58:22.391 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T09:58:22.391 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 starting - - - - 2024-04-13T09:58:22.391 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (11m) 3m ago 11m 6395k - 16.2.5 6933c2a0b7dd 7a9c2c1a0af1 2024-04-13T09:58:22.391 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (10m) 3m ago 10m 6387k - 16.2.5 6933c2a0b7dd a611207376c9 2024-04-13T09:58:22.392 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (10m) 3m ago 11m 30.5M - 6.7.4 557c83e11646 bba122ba2ce9 2024-04-13T09:58:22.392 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (6m) 3m ago 6m 12.4M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T09:58:22.392 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (6m) 3m ago 6m 38.1M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T09:58:22.392 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:9283 running (13m) 3m ago 13m 367M - 16.2.5 6933c2a0b7dd 1624956d67ec 2024-04-13T09:58:22.392 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283 running (4m) 3m ago 10m 499M - 18.2.2-1173-g5108bc67 3464fd31103e 35c0defc34fa 2024-04-13T09:58:22.392 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (13m) 3m ago 13m 55.7M 2048M 16.2.5 6933c2a0b7dd 724aac6eaf10 2024-04-13T09:58:22.393 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (10m) 3m ago 10m 44.1M 2048M 16.2.5 6933c2a0b7dd fda491e695cc 2024-04-13T09:58:22.393 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (3m) 3m ago 3m 49.5M - 3.5 6933c2a0b7dd c23522e42b6b 2024-04-13T09:58:22.393 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (3m) 3m ago 3m 46.7M - 3.5 6933c2a0b7dd ab1f0d8d0bb5 2024-04-13T09:58:22.393 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (11m) 3m ago 11m 17.0M - 0.18.1 e5a616e4b9cf 09d50adc704d 2024-04-13T09:58:22.393 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (10m) 3m ago 10m 17.3M - 0.18.1 e5a616e4b9cf 81a3faddaae0 2024-04-13T09:58:22.393 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (10m) 3m ago 10m 406M 1944M 16.2.5 6933c2a0b7dd fd265569b30d 2024-04-13T09:58:22.394 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (9m) 3m ago 9m 310M 1944M 16.2.5 6933c2a0b7dd 09ca36a5db39 2024-04-13T09:58:22.394 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (9m) 3m ago 9m 245M 1944M 16.2.5 6933c2a0b7dd 89cc0ac92247 2024-04-13T09:58:22.394 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (9m) 3m ago 9m 385M 1944M 16.2.5 6933c2a0b7dd b0323c8d9018 2024-04-13T09:58:22.394 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (8m) 3m ago 8m 397M 2712M 16.2.5 6933c2a0b7dd f89e1bdd5583 2024-04-13T09:58:22.394 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (8m) 3m ago 8m 427M 2712M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T09:58:22.395 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (8m) 3m ago 8m 350M 2712M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T09:58:22.395 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (7m) 3m ago 7m 490M 2712M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T09:58:22.395 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 running (9m) 3m ago 11m 55.0M - 2.18.1 de242295e225 0f70cbd4f2ff 2024-04-13T09:58:22.794 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T09:58:22.794 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T09:58:22.794 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T09:58:22.794 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:58:22.794 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T09:58:22.794 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-13T09:58:22.794 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T09:58:22.794 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:58:22.794 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T09:58:22.794 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-13T09:58:22.794 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:58:22.795 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T09:58:22.795 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T09:58:22.795 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:58:22.795 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T09:58:22.795 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-13T09:58:22.795 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T09:58:22.795 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T09:58:22.795 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T09:58:23.133 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T09:58:23.134 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T09:58:23.134 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T09:58:23.134 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T09:58:23.134 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2024-04-13T09:58:23.134 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "1/23 daemons upgraded", 2024-04-13T09:58:23.134 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "", 2024-04-13T09:58:23.134 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T09:58:23.134 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T09:58:23.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:58:21.704406+0000 mgr.smithi064.lcvmyw (mgr.24451) 194 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:58:23.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:58:22.048021+0000 mgr.smithi064.lcvmyw (mgr.24451) 195 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:58:23.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:58:22.167426+0000 mgr.smithi064.lcvmyw (mgr.24451) 196 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:23.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:58:22.379762+0000 mgr.smithi064.lcvmyw (mgr.24451) 197 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:58:23.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:58:22.794224+0000 mon.smithi062 (mon.0) 944 : audit [DBG] from='client.? 172.21.15.62:0/2104363350' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T09:58:23.537 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2024-04-13T09:58:23.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:58:21.704406+0000 mgr.smithi064.lcvmyw (mgr.24451) 194 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:58:23.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:58:22.048021+0000 mgr.smithi064.lcvmyw (mgr.24451) 195 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:58:23.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:58:22.167426+0000 mgr.smithi064.lcvmyw (mgr.24451) 196 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:23.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:58:22.379762+0000 mgr.smithi064.lcvmyw (mgr.24451) 197 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:58:23.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:58:22.794224+0000 mon.smithi062 (mon.0) 944 : audit [DBG] from='client.? 172.21.15.62:0/2104363350' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T09:58:24.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:24 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:58:23.133810+0000 mgr.smithi064.lcvmyw (mgr.24451) 198 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:58:24.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:24 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:58:23.538370+0000 mon.smithi062 (mon.0) 945 : audit [DBG] from='client.? 172.21.15.62:0/3037714418' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T09:58:24.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:58:23.133810+0000 mgr.smithi064.lcvmyw (mgr.24451) 198 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:58:24.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:58:23.538370+0000 mon.smithi062 (mon.0) 945 : audit [DBG] from='client.? 172.21.15.62:0/3037714418' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T09:58:25.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:58:24.168123+0000 mgr.smithi064.lcvmyw (mgr.24451) 199 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:58:25.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:58:24.168123+0000 mgr.smithi064.lcvmyw (mgr.24451) 199 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:58:26.414 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:58:27.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:26 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:58:26.168633+0000 mgr.smithi064.lcvmyw (mgr.24451) 200 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:27.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:26 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:58:26.168633+0000 mgr.smithi064.lcvmyw (mgr.24451) 200 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:29.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:29 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:58:28.169250+0000 mgr.smithi064.lcvmyw (mgr.24451) 201 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:58:29.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:29 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:58:28.169250+0000 mgr.smithi064.lcvmyw (mgr.24451) 201 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:58:31.448 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:58:31.514 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:31 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:58:30.169807+0000 mgr.smithi064.lcvmyw (mgr.24451) 202 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:31.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:31 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:58:30.169807+0000 mgr.smithi064.lcvmyw (mgr.24451) 202 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:33.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:58:32.170230+0000 mgr.smithi064.lcvmyw (mgr.24451) 203 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:33.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:58:32.293200+0000 mon.smithi062 (mon.0) 946 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:58:33.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:58:32.170230+0000 mgr.smithi064.lcvmyw (mgr.24451) 203 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:33.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:58:32.293200+0000 mon.smithi062 (mon.0) 946 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:58:35.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:58:34.170906+0000 mgr.smithi064.lcvmyw (mgr.24451) 204 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:58:35.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:58:34.170906+0000 mgr.smithi064.lcvmyw (mgr.24451) 204 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:58:36.485 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:58:37.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:58:36.171384+0000 mgr.smithi064.lcvmyw (mgr.24451) 205 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:37.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:58:36.171384+0000 mgr.smithi064.lcvmyw (mgr.24451) 205 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:39.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:58:38.172052+0000 mgr.smithi064.lcvmyw (mgr.24451) 206 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:58:39.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:58:38.172052+0000 mgr.smithi064.lcvmyw (mgr.24451) 206 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:58:41.514 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:58:40.172617+0000 mgr.smithi064.lcvmyw (mgr.24451) 207 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:41.524 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:58:41.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:58:40.172617+0000 mgr.smithi064.lcvmyw (mgr.24451) 207 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:43.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:58:42.173081+0000 mgr.smithi064.lcvmyw (mgr.24451) 208 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:43.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:58:42.173081+0000 mgr.smithi064.lcvmyw (mgr.24451) 208 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:45.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:58:44.173781+0000 mgr.smithi064.lcvmyw (mgr.24451) 209 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:58:45.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:58:44.173781+0000 mgr.smithi064.lcvmyw (mgr.24451) 209 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:58:46.563 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:58:47.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:58:46.174454+0000 mgr.smithi064.lcvmyw (mgr.24451) 210 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:47.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:58:46.174454+0000 mgr.smithi064.lcvmyw (mgr.24451) 210 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:48.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:58:47.293574+0000 mon.smithi062 (mon.0) 947 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:58:48.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:58:47.293574+0000 mon.smithi062 (mon.0) 947 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:58:49.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:48 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:58:48.175242+0000 mgr.smithi064.lcvmyw (mgr.24451) 211 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:58:49.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:48 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:58:48.175242+0000 mgr.smithi064.lcvmyw (mgr.24451) 211 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:58:51.514 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:58:50.175638+0000 mgr.smithi064.lcvmyw (mgr.24451) 212 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:51.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:58:50.175638+0000 mgr.smithi064.lcvmyw (mgr.24451) 212 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:51.597 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:58:53.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:58:52.176184+0000 mgr.smithi064.lcvmyw (mgr.24451) 213 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:53.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:58:52.176184+0000 mgr.smithi064.lcvmyw (mgr.24451) 213 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:53.899 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T09:58:54.564 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T09:58:54.564 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 starting - - - - 2024-04-13T09:58:54.564 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (12m) 3m ago 12m 6395k - 16.2.5 6933c2a0b7dd 7a9c2c1a0af1 2024-04-13T09:58:54.564 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (11m) 3m ago 11m 6387k - 16.2.5 6933c2a0b7dd a611207376c9 2024-04-13T09:58:54.564 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (10m) 3m ago 12m 30.5M - 6.7.4 557c83e11646 bba122ba2ce9 2024-04-13T09:58:54.564 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (6m) 3m ago 6m 12.4M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T09:58:54.564 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (6m) 3m ago 6m 38.1M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T09:58:54.565 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:9283 running (13m) 3m ago 13m 367M - 16.2.5 6933c2a0b7dd 1624956d67ec 2024-04-13T09:58:54.565 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283 running (4m) 3m ago 11m 499M - 18.2.2-1173-g5108bc67 3464fd31103e 35c0defc34fa 2024-04-13T09:58:54.565 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (14m) 3m ago 14m 55.7M 2048M 16.2.5 6933c2a0b7dd 724aac6eaf10 2024-04-13T09:58:54.565 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (11m) 3m ago 11m 44.1M 2048M 16.2.5 6933c2a0b7dd fda491e695cc 2024-04-13T09:58:54.565 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (3m) 3m ago 3m 49.5M - 3.5 6933c2a0b7dd c23522e42b6b 2024-04-13T09:58:54.565 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (3m) 3m ago 3m 46.7M - 3.5 6933c2a0b7dd ab1f0d8d0bb5 2024-04-13T09:58:54.565 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (11m) 3m ago 11m 17.0M - 0.18.1 e5a616e4b9cf 09d50adc704d 2024-04-13T09:58:54.565 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (11m) 3m ago 11m 17.3M - 0.18.1 e5a616e4b9cf 81a3faddaae0 2024-04-13T09:58:54.565 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (10m) 3m ago 10m 406M 1944M 16.2.5 6933c2a0b7dd fd265569b30d 2024-04-13T09:58:54.565 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (10m) 3m ago 10m 310M 1944M 16.2.5 6933c2a0b7dd 09ca36a5db39 2024-04-13T09:58:54.565 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (9m) 3m ago 9m 245M 1944M 16.2.5 6933c2a0b7dd 89cc0ac92247 2024-04-13T09:58:54.565 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (9m) 3m ago 9m 385M 1944M 16.2.5 6933c2a0b7dd b0323c8d9018 2024-04-13T09:58:54.565 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (9m) 3m ago 9m 397M 2712M 16.2.5 6933c2a0b7dd f89e1bdd5583 2024-04-13T09:58:54.565 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (8m) 3m ago 8m 427M 2712M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T09:58:54.565 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (8m) 3m ago 8m 350M 2712M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T09:58:54.566 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (8m) 3m ago 8m 490M 2712M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T09:58:54.566 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 running (10m) 3m ago 11m 55.0M - 2.18.1 de242295e225 0f70cbd4f2ff 2024-04-13T09:58:54.968 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T09:58:54.968 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T09:58:54.968 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T09:58:54.968 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:58:54.968 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T09:58:54.968 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-13T09:58:54.968 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T09:58:54.969 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:58:54.969 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T09:58:54.969 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-13T09:58:54.969 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:58:54.969 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T09:58:54.969 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T09:58:54.969 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:58:54.969 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T09:58:54.969 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-13T09:58:54.969 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T09:58:54.969 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T09:58:54.969 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T09:58:55.306 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T09:58:55.306 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T09:58:55.306 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T09:58:55.306 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T09:58:55.306 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2024-04-13T09:58:55.306 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "1/23 daemons upgraded", 2024-04-13T09:58:55.306 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "", 2024-04-13T09:58:55.306 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T09:58:55.306 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T09:58:55.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:58:53.887050+0000 mgr.smithi064.lcvmyw (mgr.24451) 214 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:58:55.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:58:54.176855+0000 mgr.smithi064.lcvmyw (mgr.24451) 215 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:58:55.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:58:54.222640+0000 mgr.smithi064.lcvmyw (mgr.24451) 216 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:58:55.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:58:54.968435+0000 mon.smithi062 (mon.0) 948 : audit [DBG] from='client.? 172.21.15.62:0/911130738' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T09:58:55.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:58:53.887050+0000 mgr.smithi064.lcvmyw (mgr.24451) 214 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:58:55.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:58:54.176855+0000 mgr.smithi064.lcvmyw (mgr.24451) 215 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:58:55.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:58:54.222640+0000 mgr.smithi064.lcvmyw (mgr.24451) 216 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:58:55.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:58:54.968435+0000 mon.smithi062 (mon.0) 948 : audit [DBG] from='client.? 172.21.15.62:0/911130738' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T09:58:55.706 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2024-04-13T09:58:56.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:58:54.553464+0000 mgr.smithi064.lcvmyw (mgr.24451) 217 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:58:56.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:58:55.305722+0000 mgr.smithi064.lcvmyw (mgr.24451) 218 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:58:56.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:58:55.706792+0000 mon.smithi062 (mon.0) 949 : audit [DBG] from='client.? 172.21.15.62:0/942760365' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T09:58:56.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:58:54.553464+0000 mgr.smithi064.lcvmyw (mgr.24451) 217 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:58:56.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:58:55.305722+0000 mgr.smithi064.lcvmyw (mgr.24451) 218 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:58:56.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:58:55.706792+0000 mon.smithi062 (mon.0) 949 : audit [DBG] from='client.? 172.21.15.62:0/942760365' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T09:58:56.637 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:58:57.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:58:56.177365+0000 mgr.smithi064.lcvmyw (mgr.24451) 219 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:57.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:58:56.177365+0000 mgr.smithi064.lcvmyw (mgr.24451) 219 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:58:59.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:58:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:58:58.178107+0000 mgr.smithi064.lcvmyw (mgr.24451) 220 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:58:59.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:58:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:58:58.178107+0000 mgr.smithi064.lcvmyw (mgr.24451) 220 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:59:01.514 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:01 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:59:00.178582+0000 mgr.smithi064.lcvmyw (mgr.24451) 221 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:01.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:01 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:59:00.178582+0000 mgr.smithi064.lcvmyw (mgr.24451) 221 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:01.686 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:59:03.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:59:02.179276+0000 mgr.smithi064.lcvmyw (mgr.24451) 222 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:03.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:59:02.293727+0000 mon.smithi062 (mon.0) 950 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:59:03.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:59:02.179276+0000 mgr.smithi064.lcvmyw (mgr.24451) 222 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:03.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:59:02.293727+0000 mon.smithi062 (mon.0) 950 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:59:05.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:59:04.180137+0000 mgr.smithi064.lcvmyw (mgr.24451) 223 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:59:05.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:59:04.180137+0000 mgr.smithi064.lcvmyw (mgr.24451) 223 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:59:06.723 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:59:07.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:06 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:59:06.180679+0000 mgr.smithi064.lcvmyw (mgr.24451) 224 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:07.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:59:06.180679+0000 mgr.smithi064.lcvmyw (mgr.24451) 224 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:09.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:59:08.181313+0000 mgr.smithi064.lcvmyw (mgr.24451) 225 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:59:09.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:59:08.181313+0000 mgr.smithi064.lcvmyw (mgr.24451) 225 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:59:11.514 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:11 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:59:10.181739+0000 mgr.smithi064.lcvmyw (mgr.24451) 226 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:11.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:11 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:59:10.181739+0000 mgr.smithi064.lcvmyw (mgr.24451) 226 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:11.764 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:59:13.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:13 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:59:12.182197+0000 mgr.smithi064.lcvmyw (mgr.24451) 227 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:13.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:13 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:59:12.182197+0000 mgr.smithi064.lcvmyw (mgr.24451) 227 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:15.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:15 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:59:14.182893+0000 mgr.smithi064.lcvmyw (mgr.24451) 228 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:59:15.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:59:14.182893+0000 mgr.smithi064.lcvmyw (mgr.24451) 228 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:59:16.800 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:59:17.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:16 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:59:16.183406+0000 mgr.smithi064.lcvmyw (mgr.24451) 229 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:17.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:16 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:59:16.183406+0000 mgr.smithi064.lcvmyw (mgr.24451) 229 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:18.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:17 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:59:17.294107+0000 mon.smithi062 (mon.0) 951 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:59:18.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:17 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:59:17.294107+0000 mon.smithi062 (mon.0) 951 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:59:19.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:18 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:59:18.183978+0000 mgr.smithi064.lcvmyw (mgr.24451) 230 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:59:19.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:18 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:59:18.183978+0000 mgr.smithi064.lcvmyw (mgr.24451) 230 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:59:21.514 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:59:20.184546+0000 mgr.smithi064.lcvmyw (mgr.24451) 231 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:21.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:59:20.184546+0000 mgr.smithi064.lcvmyw (mgr.24451) 231 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:21.847 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:59:23.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:59:22.184961+0000 mgr.smithi064.lcvmyw (mgr.24451) 232 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:23.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:59:22.184961+0000 mgr.smithi064.lcvmyw (mgr.24451) 232 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:25.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:59:24.185737+0000 mgr.smithi064.lcvmyw (mgr.24451) 233 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:59:25.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:59:24.185737+0000 mgr.smithi064.lcvmyw (mgr.24451) 233 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:59:26.072 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T09:59:26.734 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T09:59:26.735 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 starting - - - - 2024-04-13T09:59:26.735 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (12m) 4m ago 12m 6395k - 16.2.5 6933c2a0b7dd 7a9c2c1a0af1 2024-04-13T09:59:26.735 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (12m) 4m ago 11m 6387k - 16.2.5 6933c2a0b7dd a611207376c9 2024-04-13T09:59:26.735 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (11m) 4m ago 12m 30.5M - 6.7.4 557c83e11646 bba122ba2ce9 2024-04-13T09:59:26.735 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (7m) 4m ago 7m 12.4M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T09:59:26.735 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (7m) 4m ago 7m 38.1M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T09:59:26.735 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:9283 running (14m) 4m ago 14m 367M - 16.2.5 6933c2a0b7dd 1624956d67ec 2024-04-13T09:59:26.735 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283 running (5m) 4m ago 11m 499M - 18.2.2-1173-g5108bc67 3464fd31103e 35c0defc34fa 2024-04-13T09:59:26.735 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (14m) 4m ago 14m 55.7M 2048M 16.2.5 6933c2a0b7dd 724aac6eaf10 2024-04-13T09:59:26.735 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (11m) 4m ago 11m 44.1M 2048M 16.2.5 6933c2a0b7dd fda491e695cc 2024-04-13T09:59:26.735 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (4m) 4m ago 4m 49.5M - 3.5 6933c2a0b7dd c23522e42b6b 2024-04-13T09:59:26.735 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (4m) 4m ago 4m 46.7M - 3.5 6933c2a0b7dd ab1f0d8d0bb5 2024-04-13T09:59:26.735 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (12m) 4m ago 12m 17.0M - 0.18.1 e5a616e4b9cf 09d50adc704d 2024-04-13T09:59:26.735 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (11m) 4m ago 11m 17.3M - 0.18.1 e5a616e4b9cf 81a3faddaae0 2024-04-13T09:59:26.736 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (11m) 4m ago 11m 406M 1944M 16.2.5 6933c2a0b7dd fd265569b30d 2024-04-13T09:59:26.736 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (10m) 4m ago 10m 310M 1944M 16.2.5 6933c2a0b7dd 09ca36a5db39 2024-04-13T09:59:26.736 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (10m) 4m ago 10m 245M 1944M 16.2.5 6933c2a0b7dd 89cc0ac92247 2024-04-13T09:59:26.736 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (10m) 4m ago 10m 385M 1944M 16.2.5 6933c2a0b7dd b0323c8d9018 2024-04-13T09:59:26.736 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (9m) 4m ago 9m 397M 2712M 16.2.5 6933c2a0b7dd f89e1bdd5583 2024-04-13T09:59:26.736 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (9m) 4m ago 9m 427M 2712M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T09:59:26.736 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (9m) 4m ago 9m 350M 2712M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T09:59:26.736 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (8m) 4m ago 8m 490M 2712M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T09:59:26.736 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 running (10m) 4m ago 12m 55.0M - 2.18.1 de242295e225 0f70cbd4f2ff 2024-04-13T09:59:26.884 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:59:27.135 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T09:59:27.136 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T09:59:27.136 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T09:59:27.136 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:59:27.136 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T09:59:27.136 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-13T09:59:27.136 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T09:59:27.136 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:59:27.136 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T09:59:27.136 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-13T09:59:27.136 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:59:27.137 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T09:59:27.137 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T09:59:27.137 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:59:27.137 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T09:59:27.137 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-13T09:59:27.137 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T09:59:27.137 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T09:59:27.137 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T09:59:27.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:26 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:59:26.059444+0000 mgr.smithi064.lcvmyw (mgr.24451) 234 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:59:27.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:26 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:59:26.186317+0000 mgr.smithi064.lcvmyw (mgr.24451) 235 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:27.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:26 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:59:26.397185+0000 mgr.smithi064.lcvmyw (mgr.24451) 236 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:59:27.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:26 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:59:26.059444+0000 mgr.smithi064.lcvmyw (mgr.24451) 234 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:59:27.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:26 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:59:26.186317+0000 mgr.smithi064.lcvmyw (mgr.24451) 235 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:27.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:26 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:59:26.397185+0000 mgr.smithi064.lcvmyw (mgr.24451) 236 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:59:27.476 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T09:59:27.476 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T09:59:27.476 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T09:59:27.476 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T09:59:27.476 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2024-04-13T09:59:27.476 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "1/23 daemons upgraded", 2024-04-13T09:59:27.476 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "", 2024-04-13T09:59:27.476 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T09:59:27.476 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T09:59:27.879 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2024-04-13T09:59:28.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:27 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:59:26.723967+0000 mgr.smithi064.lcvmyw (mgr.24451) 237 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:59:28.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:27 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:59:27.136253+0000 mon.smithi062 (mon.0) 952 : audit [DBG] from='client.? 172.21.15.62:0/2761979508' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T09:59:28.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:27 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:59:27.880259+0000 mon.smithi062 (mon.0) 953 : audit [DBG] from='client.? 172.21.15.62:0/3797415284' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T09:59:28.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:59:26.723967+0000 mgr.smithi064.lcvmyw (mgr.24451) 237 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:59:28.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:59:27.136253+0000 mon.smithi062 (mon.0) 952 : audit [DBG] from='client.? 172.21.15.62:0/2761979508' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T09:59:28.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:59:27.880259+0000 mon.smithi062 (mon.0) 953 : audit [DBG] from='client.? 172.21.15.62:0/3797415284' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T09:59:29.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:59:27.476114+0000 mgr.smithi064.lcvmyw (mgr.24451) 238 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:59:29.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:59:28.186920+0000 mgr.smithi064.lcvmyw (mgr.24451) 239 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:59:29.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:59:27.476114+0000 mgr.smithi064.lcvmyw (mgr.24451) 238 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:59:29.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:28 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:59:28.186920+0000 mgr.smithi064.lcvmyw (mgr.24451) 239 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:59:31.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:31 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:59:30.187456+0000 mgr.smithi064.lcvmyw (mgr.24451) 240 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:31.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:31 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:59:30.187456+0000 mgr.smithi064.lcvmyw (mgr.24451) 240 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:31.919 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:59:33.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:59:32.187905+0000 mgr.smithi064.lcvmyw (mgr.24451) 241 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:33.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:59:32.294250+0000 mon.smithi062 (mon.0) 954 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:59:33.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:59:32.187905+0000 mgr.smithi064.lcvmyw (mgr.24451) 241 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:33.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:59:32.294250+0000 mon.smithi062 (mon.0) 954 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:59:35.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:59:34.036567+0000 mon.smithi062 (mon.0) 955 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:59:35.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:59:34.042870+0000 mon.smithi062 (mon.0) 956 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:59:35.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:59:34.060238+0000 mgr.smithi064.lcvmyw (mgr.24451) 242 : cephadm [INF] Reconfiguring node-exporter.smithi062 (dependencies changed)... 2024-04-13T09:59:35.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T09:59:34.060600+0000 mgr.smithi064.lcvmyw (mgr.24451) 243 : cephadm [INF] Reconfiguring daemon node-exporter.smithi062 on smithi062 2024-04-13T09:59:35.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:59:34.188628+0000 mgr.smithi064.lcvmyw (mgr.24451) 244 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:59:35.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:59:34.036567+0000 mon.smithi062 (mon.0) 955 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:59:35.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:59:34.042870+0000 mon.smithi062 (mon.0) 956 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T09:59:35.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:59:34.060238+0000 mgr.smithi064.lcvmyw (mgr.24451) 242 : cephadm [INF] Reconfiguring node-exporter.smithi062 (dependencies changed)... 2024-04-13T09:59:35.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T09:59:34.060600+0000 mgr.smithi064.lcvmyw (mgr.24451) 243 : cephadm [INF] Reconfiguring daemon node-exporter.smithi062 on smithi062 2024-04-13T09:59:35.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:59:34.188628+0000 mgr.smithi064.lcvmyw (mgr.24451) 244 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:59:36.963 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:59:37.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:59:36.188980+0000 mgr.smithi064.lcvmyw (mgr.24451) 245 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:37.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:59:36.188980+0000 mgr.smithi064.lcvmyw (mgr.24451) 245 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:39.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:59:38.189668+0000 mgr.smithi064.lcvmyw (mgr.24451) 246 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:59:39.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:59:38.189668+0000 mgr.smithi064.lcvmyw (mgr.24451) 246 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:59:41.514 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:59:40.190066+0000 mgr.smithi064.lcvmyw (mgr.24451) 247 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:41.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:59:40.190066+0000 mgr.smithi064.lcvmyw (mgr.24451) 247 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:42.014 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:59:43.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:59:42.190527+0000 mgr.smithi064.lcvmyw (mgr.24451) 248 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:43.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:59:42.190527+0000 mgr.smithi064.lcvmyw (mgr.24451) 248 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:45.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:59:44.191433+0000 mgr.smithi064.lcvmyw (mgr.24451) 249 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:59:45.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:59:44.191433+0000 mgr.smithi064.lcvmyw (mgr.24451) 249 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:59:47.059 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:59:47.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:59:46.191793+0000 mgr.smithi064.lcvmyw (mgr.24451) 250 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:47.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:59:46.191793+0000 mgr.smithi064.lcvmyw (mgr.24451) 250 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:48.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:59:47.294577+0000 mon.smithi062 (mon.0) 957 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:59:48.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:59:47.294577+0000 mon.smithi062 (mon.0) 957 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T09:59:49.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:48 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:59:48.192683+0000 mgr.smithi064.lcvmyw (mgr.24451) 251 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:59:49.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:48 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:59:48.192683+0000 mgr.smithi064.lcvmyw (mgr.24451) 251 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:59:51.514 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:59:50.193215+0000 mgr.smithi064.lcvmyw (mgr.24451) 252 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:51.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:59:50.193215+0000 mgr.smithi064.lcvmyw (mgr.24451) 252 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:52.100 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:59:53.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:59:52.193560+0000 mgr.smithi064.lcvmyw (mgr.24451) 253 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:53.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:59:52.193560+0000 mgr.smithi064.lcvmyw (mgr.24451) 253 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:55.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:59:54.194300+0000 mgr.smithi064.lcvmyw (mgr.24451) 254 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:59:55.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:59:54.194300+0000 mgr.smithi064.lcvmyw (mgr.24451) 254 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:59:57.139 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T09:59:57.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:59:56.194884+0000 mgr.smithi064.lcvmyw (mgr.24451) 255 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:57.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:59:56.194884+0000 mgr.smithi064.lcvmyw (mgr.24451) 255 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T09:59:58.253 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T09:59:58.919 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T09:59:58.920 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 starting - - - - 2024-04-13T09:59:58.920 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (13m) 4m ago 13m 6395k - 16.2.5 6933c2a0b7dd 7a9c2c1a0af1 2024-04-13T09:59:58.920 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (12m) 4m ago 12m 6387k - 16.2.5 6933c2a0b7dd a611207376c9 2024-04-13T09:59:58.920 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 starting - - - - 2024-04-13T09:59:58.920 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (7m) 4m ago 7m 12.4M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T09:59:58.920 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (7m) 4m ago 7m 38.1M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T09:59:58.920 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:9283 running (15m) 4m ago 15m 367M - 16.2.5 6933c2a0b7dd 1624956d67ec 2024-04-13T09:59:58.920 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283 running (5m) 4m ago 12m 499M - 18.2.2-1173-g5108bc67 3464fd31103e 35c0defc34fa 2024-04-13T09:59:58.920 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (15m) 4m ago 15m 55.7M 2048M 16.2.5 6933c2a0b7dd 724aac6eaf10 2024-04-13T09:59:58.920 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (12m) 4m ago 12m 44.1M 2048M 16.2.5 6933c2a0b7dd fda491e695cc 2024-04-13T09:59:58.920 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (5m) 4m ago 4m 49.5M - 3.5 6933c2a0b7dd c23522e42b6b 2024-04-13T09:59:58.920 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (4m) 4m ago 4m 46.7M - 3.5 6933c2a0b7dd ab1f0d8d0bb5 2024-04-13T09:59:58.920 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (12m) 4m ago 12m 17.0M - 0.18.1 e5a616e4b9cf 09d50adc704d 2024-04-13T09:59:58.921 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (12m) 4m ago 12m 17.3M - 0.18.1 e5a616e4b9cf 81a3faddaae0 2024-04-13T09:59:58.921 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (11m) 4m ago 11m 406M 1944M 16.2.5 6933c2a0b7dd fd265569b30d 2024-04-13T09:59:58.921 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (11m) 4m ago 11m 310M 1944M 16.2.5 6933c2a0b7dd 09ca36a5db39 2024-04-13T09:59:58.921 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (10m) 4m ago 10m 245M 1944M 16.2.5 6933c2a0b7dd 89cc0ac92247 2024-04-13T09:59:58.921 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (10m) 4m ago 10m 385M 1944M 16.2.5 6933c2a0b7dd b0323c8d9018 2024-04-13T09:59:58.921 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (10m) 4m ago 10m 397M 2712M 16.2.5 6933c2a0b7dd f89e1bdd5583 2024-04-13T09:59:58.921 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (10m) 4m ago 9m 427M 2712M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T09:59:58.921 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (9m) 4m ago 9m 350M 2712M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T09:59:58.921 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (9m) 4m ago 9m 490M 2712M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T09:59:58.921 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 running (11m) 4m ago 12m 55.0M - 2.18.1 de242295e225 0f70cbd4f2ff 2024-04-13T09:59:59.316 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T09:59:59.317 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T09:59:59.317 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T09:59:59.317 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:59:59.317 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T09:59:59.317 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-13T09:59:59.317 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T09:59:59.317 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:59:59.317 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T09:59:59.317 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-13T09:59:59.317 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:59:59.317 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T09:59:59.317 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T09:59:59.317 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T09:59:59.318 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T09:59:59.318 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-13T09:59:59.318 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T09:59:59.318 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T09:59:59.318 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T09:59:59.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T09:59:58.195583+0000 mgr.smithi064.lcvmyw (mgr.24451) 256 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:59:59.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 09:59:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:59:58.239049+0000 mgr.smithi064.lcvmyw (mgr.24451) 257 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:59:59.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T09:59:58.195583+0000 mgr.smithi064.lcvmyw (mgr.24451) 256 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T09:59:59.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 09:59:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:59:58.239049+0000 mgr.smithi064.lcvmyw (mgr.24451) 257 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T09:59:59.654 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T09:59:59.655 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T09:59:59.655 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T09:59:59.655 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T09:59:59.655 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2024-04-13T09:59:59.655 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "1/23 daemons upgraded", 2024-04-13T09:59:59.655 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "", 2024-04-13T09:59:59.655 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T09:59:59.655 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:00:00.053 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2024-04-13T10:00:00.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:59:58.579956+0000 mgr.smithi064.lcvmyw (mgr.24451) 258 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:00:00.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:59:58.906813+0000 mgr.smithi064.lcvmyw (mgr.24451) 259 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:00:00.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:59:59.317141+0000 mon.smithi062 (mon.0) 958 : audit [DBG] from='client.? 172.21.15.62:0/2639076809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:00:00.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:00:00.000095+0000 mon.smithi062 (mon.0) 959 : cluster [INF] overall HEALTH_OK 2024-04-13T10:00:00.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:00:00.054107+0000 mon.smithi062 (mon.0) 960 : audit [DBG] from='client.? 172.21.15.62:0/2289311087' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:00:00.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:59:58.579956+0000 mgr.smithi064.lcvmyw (mgr.24451) 258 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:00:00.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:59:58.906813+0000 mgr.smithi064.lcvmyw (mgr.24451) 259 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:00:00.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:59:59.317141+0000 mon.smithi062 (mon.0) 958 : audit [DBG] from='client.? 172.21.15.62:0/2639076809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:00:00.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:00:00.000095+0000 mon.smithi062 (mon.0) 959 : cluster [INF] overall HEALTH_OK 2024-04-13T10:00:00.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:00:00.054107+0000 mon.smithi062 (mon.0) 960 : audit [DBG] from='client.? 172.21.15.62:0/2289311087' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:00:01.514 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:01 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T09:59:59.654285+0000 mgr.smithi064.lcvmyw (mgr.24451) 260 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:00:01.514 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:01 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:00:00.196097+0000 mgr.smithi064.lcvmyw (mgr.24451) 261 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:01.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:01 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T09:59:59.654285+0000 mgr.smithi064.lcvmyw (mgr.24451) 260 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:00:01.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:01 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:00:00.196097+0000 mgr.smithi064.lcvmyw (mgr.24451) 261 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:02.177 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:00:03.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:00:02.196548+0000 mgr.smithi064.lcvmyw (mgr.24451) 262 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:03.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:00:02.295090+0000 mon.smithi062 (mon.0) 961 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:00:03.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:00:02.196548+0000 mgr.smithi064.lcvmyw (mgr.24451) 262 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:03.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:00:02.295090+0000 mon.smithi062 (mon.0) 961 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:00:05.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:00:04.197494+0000 mgr.smithi064.lcvmyw (mgr.24451) 263 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:00:05.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:00:04.197494+0000 mgr.smithi064.lcvmyw (mgr.24451) 263 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:00:07.222 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:00:07.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:06 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:00:06.197943+0000 mgr.smithi064.lcvmyw (mgr.24451) 264 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:07.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:00:06.197943+0000 mgr.smithi064.lcvmyw (mgr.24451) 264 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:09.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:00:08.198705+0000 mgr.smithi064.lcvmyw (mgr.24451) 265 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:00:09.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:00:08.198705+0000 mgr.smithi064.lcvmyw (mgr.24451) 265 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:00:11.514 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:11 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:00:10.199107+0000 mgr.smithi064.lcvmyw (mgr.24451) 266 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:11.546 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:11 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:00:10.199107+0000 mgr.smithi064.lcvmyw (mgr.24451) 266 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:12.265 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:00:13.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:13 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:00:12.199480+0000 mgr.smithi064.lcvmyw (mgr.24451) 267 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:13.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:13 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:00:12.199480+0000 mgr.smithi064.lcvmyw (mgr.24451) 267 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:15.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:15 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:00:14.200148+0000 mgr.smithi064.lcvmyw (mgr.24451) 268 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:00:15.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:00:14.200148+0000 mgr.smithi064.lcvmyw (mgr.24451) 268 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:00:17.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:16 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:00:16.200525+0000 mgr.smithi064.lcvmyw (mgr.24451) 269 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:17.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:16 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:00:16.200525+0000 mgr.smithi064.lcvmyw (mgr.24451) 269 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:17.302 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:00:18.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:17 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:00:17.295129+0000 mon.smithi062 (mon.0) 962 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:00:18.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:17 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:00:17.295129+0000 mon.smithi062 (mon.0) 962 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:00:19.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:18 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:00:18.201163+0000 mgr.smithi064.lcvmyw (mgr.24451) 270 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:00:19.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:18 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:00:18.201163+0000 mgr.smithi064.lcvmyw (mgr.24451) 270 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:00:21.514 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:00:20.201476+0000 mgr.smithi064.lcvmyw (mgr.24451) 271 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:21.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:00:20.201476+0000 mgr.smithi064.lcvmyw (mgr.24451) 271 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:22.339 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:00:23.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:00:22.201806+0000 mgr.smithi064.lcvmyw (mgr.24451) 272 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:23.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:00:22.201806+0000 mgr.smithi064.lcvmyw (mgr.24451) 272 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:25.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:00:24.202522+0000 mgr.smithi064.lcvmyw (mgr.24451) 273 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:00:25.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:00:24.202522+0000 mgr.smithi064.lcvmyw (mgr.24451) 273 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:00:27.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:26 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:00:26.203003+0000 mgr.smithi064.lcvmyw (mgr.24451) 274 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:27.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:26 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:00:26.203003+0000 mgr.smithi064.lcvmyw (mgr.24451) 274 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:27.371 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:00:29.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:29 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:00:28.203667+0000 mgr.smithi064.lcvmyw (mgr.24451) 275 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:00:29.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:29 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:00:28.203667+0000 mgr.smithi064.lcvmyw (mgr.24451) 275 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:00:30.423 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T10:00:31.088 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T10:00:31.088 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 starting - - - - 2024-04-13T10:00:31.088 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (14m) 5m ago 14m 6395k - 16.2.5 6933c2a0b7dd 7a9c2c1a0af1 2024-04-13T10:00:31.088 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (13m) 5m ago 13m 6387k - 16.2.5 6933c2a0b7dd a611207376c9 2024-04-13T10:00:31.088 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 starting - - - - 2024-04-13T10:00:31.088 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (8m) 5m ago 8m 12.4M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T10:00:31.088 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (8m) 5m ago 8m 38.1M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T10:00:31.088 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:9283 running (15m) 5m ago 15m 367M - 16.2.5 6933c2a0b7dd 1624956d67ec 2024-04-13T10:00:31.088 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283 running (6m) 5m ago 13m 499M - 18.2.2-1173-g5108bc67 3464fd31103e 35c0defc34fa 2024-04-13T10:00:31.088 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (15m) 5m ago 15m 55.7M 2048M 16.2.5 6933c2a0b7dd 724aac6eaf10 2024-04-13T10:00:31.088 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (12m) 5m ago 12m 44.1M 2048M 16.2.5 6933c2a0b7dd fda491e695cc 2024-04-13T10:00:31.088 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (5m) 5m ago 5m 49.5M - 3.5 6933c2a0b7dd c23522e42b6b 2024-04-13T10:00:31.088 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (5m) 5m ago 5m 46.7M - 3.5 6933c2a0b7dd ab1f0d8d0bb5 2024-04-13T10:00:31.089 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (13m) 5m ago 13m 17.0M - 0.18.1 e5a616e4b9cf 09d50adc704d 2024-04-13T10:00:31.089 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (12m) 5m ago 12m 17.3M - 0.18.1 e5a616e4b9cf 81a3faddaae0 2024-04-13T10:00:31.089 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (12m) 5m ago 12m 406M 1944M 16.2.5 6933c2a0b7dd fd265569b30d 2024-04-13T10:00:31.089 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (11m) 5m ago 11m 310M 1944M 16.2.5 6933c2a0b7dd 09ca36a5db39 2024-04-13T10:00:31.089 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (11m) 5m ago 11m 245M 1944M 16.2.5 6933c2a0b7dd 89cc0ac92247 2024-04-13T10:00:31.089 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (11m) 5m ago 11m 385M 1944M 16.2.5 6933c2a0b7dd b0323c8d9018 2024-04-13T10:00:31.089 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (10m) 5m ago 10m 397M 2712M 16.2.5 6933c2a0b7dd f89e1bdd5583 2024-04-13T10:00:31.089 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (10m) 5m ago 10m 427M 2712M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T10:00:31.089 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (10m) 5m ago 10m 350M 2712M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T10:00:31.089 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (9m) 5m ago 9m 490M 2712M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T10:00:31.089 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 running (11m) 5m ago 13m 55.0M - 2.18.1 de242295e225 0f70cbd4f2ff 2024-04-13T10:00:31.488 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:00:31.488 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T10:00:31.488 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:00:31.488 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:00:31.489 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T10:00:31.489 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-13T10:00:31.489 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T10:00:31.489 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:00:31.489 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T10:00:31.489 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-13T10:00:31.489 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:00:31.489 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T10:00:31.489 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:00:31.489 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:00:31.489 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T10:00:31.489 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-13T10:00:31.489 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T10:00:31.489 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T10:00:31.490 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:00:31.514 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:31 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:00:30.204115+0000 mgr.smithi064.lcvmyw (mgr.24451) 276 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:31.514 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:31 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:00:30.410744+0000 mgr.smithi064.lcvmyw (mgr.24451) 277 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:00:31.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:31 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:00:30.204115+0000 mgr.smithi064.lcvmyw (mgr.24451) 276 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:31.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:31 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:00:30.410744+0000 mgr.smithi064.lcvmyw (mgr.24451) 277 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:00:31.823 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:00:31.823 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T10:00:31.824 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T10:00:31.824 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T10:00:31.824 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2024-04-13T10:00:31.824 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "1/23 daemons upgraded", 2024-04-13T10:00:31.824 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "", 2024-04-13T10:00:31.824 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T10:00:31.825 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:00:32.219 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2024-04-13T10:00:32.409 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:00:32.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:00:30.746488+0000 mgr.smithi064.lcvmyw (mgr.24451) 278 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:00:32.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:00:31.076956+0000 mgr.smithi064.lcvmyw (mgr.24451) 279 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:00:32.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:00:31.488877+0000 mon.smithi062 (mon.0) 963 : audit [DBG] from='client.? 172.21.15.62:0/2973007048' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:00:32.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:00:32.220432+0000 mon.smithi062 (mon.0) 964 : audit [DBG] from='client.? 172.21.15.62:0/2472704103' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:00:32.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:32 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:00:30.746488+0000 mgr.smithi064.lcvmyw (mgr.24451) 278 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:00:32.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:32 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:00:31.076956+0000 mgr.smithi064.lcvmyw (mgr.24451) 279 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:00:32.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:32 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:00:31.488877+0000 mon.smithi062 (mon.0) 963 : audit [DBG] from='client.? 172.21.15.62:0/2973007048' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:00:32.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:32 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:00:32.220432+0000 mon.smithi062 (mon.0) 964 : audit [DBG] from='client.? 172.21.15.62:0/2472704103' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:00:33.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:00:31.823349+0000 mgr.smithi064.lcvmyw (mgr.24451) 280 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:00:33.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:00:32.204491+0000 mgr.smithi064.lcvmyw (mgr.24451) 281 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:33.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:00:32.295283+0000 mon.smithi062 (mon.0) 965 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:00:33.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:00:31.823349+0000 mgr.smithi064.lcvmyw (mgr.24451) 280 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:00:33.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:00:32.204491+0000 mgr.smithi064.lcvmyw (mgr.24451) 281 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:33.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:00:32.295283+0000 mon.smithi062 (mon.0) 965 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:00:35.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:00:34.205194+0000 mgr.smithi064.lcvmyw (mgr.24451) 282 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:00:35.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:00:34.205194+0000 mgr.smithi064.lcvmyw (mgr.24451) 282 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:00:37.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:00:36.205789+0000 mgr.smithi064.lcvmyw (mgr.24451) 283 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:37.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:00:36.205789+0000 mgr.smithi064.lcvmyw (mgr.24451) 283 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:37.456 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:00:39.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:00:38.206493+0000 mgr.smithi064.lcvmyw (mgr.24451) 284 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:00:39.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:00:38.206493+0000 mgr.smithi064.lcvmyw (mgr.24451) 284 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:00:41.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:00:40.207003+0000 mgr.smithi064.lcvmyw (mgr.24451) 285 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:41.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:00:40.207003+0000 mgr.smithi064.lcvmyw (mgr.24451) 285 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:42.501 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:00:43.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:00:42.207502+0000 mgr.smithi064.lcvmyw (mgr.24451) 286 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:43.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:00:42.207502+0000 mgr.smithi064.lcvmyw (mgr.24451) 286 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:45.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:00:44.208326+0000 mgr.smithi064.lcvmyw (mgr.24451) 287 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:00:45.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:00:44.208326+0000 mgr.smithi064.lcvmyw (mgr.24451) 287 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:00:47.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:00:46.208664+0000 mgr.smithi064.lcvmyw (mgr.24451) 288 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:47.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:00:46.208664+0000 mgr.smithi064.lcvmyw (mgr.24451) 288 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:47.534 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:00:48.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:00:47.295701+0000 mon.smithi062 (mon.0) 966 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:00:48.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:00:47.295701+0000 mon.smithi062 (mon.0) 966 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:00:49.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:48 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:00:48.209277+0000 mgr.smithi064.lcvmyw (mgr.24451) 289 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:00:49.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:48 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:00:48.209277+0000 mgr.smithi064.lcvmyw (mgr.24451) 289 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:00:51.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:00:50.209694+0000 mgr.smithi064.lcvmyw (mgr.24451) 290 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:51.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:00:50.209694+0000 mgr.smithi064.lcvmyw (mgr.24451) 290 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:52.581 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:00:53.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:00:52.210067+0000 mgr.smithi064.lcvmyw (mgr.24451) 291 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:53.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:00:52.210067+0000 mgr.smithi064.lcvmyw (mgr.24451) 291 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:55.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:00:54.210761+0000 mgr.smithi064.lcvmyw (mgr.24451) 292 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:00:55.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:00:54.210761+0000 mgr.smithi064.lcvmyw (mgr.24451) 292 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:00:57.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:00:56.211321+0000 mgr.smithi064.lcvmyw (mgr.24451) 293 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:57.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:00:56.211321+0000 mgr.smithi064.lcvmyw (mgr.24451) 293 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:00:57.620 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:00:59.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:00:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:00:58.212159+0000 mgr.smithi064.lcvmyw (mgr.24451) 294 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:00:59.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:00:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:00:58.212159+0000 mgr.smithi064.lcvmyw (mgr.24451) 294 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:01:01.530 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:01 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:01:00.212497+0000 mgr.smithi064.lcvmyw (mgr.24451) 295 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:01.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:01 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:01:00.212497+0000 mgr.smithi064.lcvmyw (mgr.24451) 295 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:02.584 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T10:01:02.666 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:01:03.252 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T10:01:03.252 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 starting - - - - 2024-04-13T10:01:03.252 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (14m) 5m ago 14m 6395k - 16.2.5 6933c2a0b7dd 7a9c2c1a0af1 2024-04-13T10:01:03.252 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (13m) 5m ago 13m 6387k - 16.2.5 6933c2a0b7dd a611207376c9 2024-04-13T10:01:03.252 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 starting - - - - 2024-04-13T10:01:03.252 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (8m) 5m ago 8m 12.4M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T10:01:03.252 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (8m) 5m ago 8m 38.1M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T10:01:03.252 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:9283 running (16m) 5m ago 16m 367M - 16.2.5 6933c2a0b7dd 1624956d67ec 2024-04-13T10:01:03.252 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283 running (6m) 5m ago 13m 499M - 18.2.2-1173-g5108bc67 3464fd31103e 35c0defc34fa 2024-04-13T10:01:03.253 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (16m) 5m ago 16m 55.7M 2048M 16.2.5 6933c2a0b7dd 724aac6eaf10 2024-04-13T10:01:03.253 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (13m) 5m ago 13m 44.1M 2048M 16.2.5 6933c2a0b7dd fda491e695cc 2024-04-13T10:01:03.253 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (6m) 5m ago 6m 49.5M - 3.5 6933c2a0b7dd c23522e42b6b 2024-04-13T10:01:03.253 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (5m) 5m ago 5m 46.7M - 3.5 6933c2a0b7dd ab1f0d8d0bb5 2024-04-13T10:01:03.253 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (14m) 5m ago 14m 17.0M - 0.18.1 e5a616e4b9cf 09d50adc704d 2024-04-13T10:01:03.253 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (13m) 5m ago 13m 17.3M - 0.18.1 e5a616e4b9cf 81a3faddaae0 2024-04-13T10:01:03.253 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (12m) 5m ago 12m 406M 1944M 16.2.5 6933c2a0b7dd fd265569b30d 2024-04-13T10:01:03.253 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (12m) 5m ago 12m 310M 1944M 16.2.5 6933c2a0b7dd 09ca36a5db39 2024-04-13T10:01:03.253 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (12m) 5m ago 12m 245M 1944M 16.2.5 6933c2a0b7dd 89cc0ac92247 2024-04-13T10:01:03.253 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (11m) 5m ago 11m 385M 1944M 16.2.5 6933c2a0b7dd b0323c8d9018 2024-04-13T10:01:03.253 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (11m) 5m ago 11m 397M 2712M 16.2.5 6933c2a0b7dd f89e1bdd5583 2024-04-13T10:01:03.253 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (11m) 5m ago 11m 427M 2712M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T10:01:03.253 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (10m) 5m ago 10m 350M 2712M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T10:01:03.253 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (10m) 5m ago 10m 490M 2712M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T10:01:03.253 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 running (12m) 5m ago 13m 55.0M - 2.18.1 de242295e225 0f70cbd4f2ff 2024-04-13T10:01:03.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:01:02.212883+0000 mgr.smithi064.lcvmyw (mgr.24451) 296 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:03.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:01:02.295875+0000 mon.smithi062 (mon.0) 967 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:01:03.649 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:01:03.649 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T10:01:03.650 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:01:03.650 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:01:03.650 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T10:01:03.650 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-13T10:01:03.650 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T10:01:03.650 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:01:03.650 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T10:01:03.650 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-13T10:01:03.650 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:01:03.650 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T10:01:03.650 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:01:03.650 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:01:03.650 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T10:01:03.650 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-13T10:01:03.651 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T10:01:03.651 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T10:01:03.651 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:01:03.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:01:02.212883+0000 mgr.smithi064.lcvmyw (mgr.24451) 296 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:03.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:01:02.295875+0000 mon.smithi062 (mon.0) 967 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:01:03.994 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:01:03.994 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T10:01:03.994 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T10:01:03.994 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T10:01:03.994 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2024-04-13T10:01:03.994 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "1/23 daemons upgraded", 2024-04-13T10:01:03.995 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "", 2024-04-13T10:01:03.995 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T10:01:03.995 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:01:04.395 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2024-04-13T10:01:04.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:01:02.571863+0000 mgr.smithi064.lcvmyw (mgr.24451) 297 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:01:04.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:01:02.914282+0000 mgr.smithi064.lcvmyw (mgr.24451) 298 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:01:04.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:01:03.240817+0000 mgr.smithi064.lcvmyw (mgr.24451) 299 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:01:04.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:01:03.650166+0000 mon.smithi062 (mon.0) 968 : audit [DBG] from='client.? 172.21.15.62:0/421020558' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:01:04.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:01:02.571863+0000 mgr.smithi064.lcvmyw (mgr.24451) 297 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:01:04.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:01:02.914282+0000 mgr.smithi064.lcvmyw (mgr.24451) 298 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:01:04.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:01:03.240817+0000 mgr.smithi064.lcvmyw (mgr.24451) 299 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:01:04.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:01:03.650166+0000 mon.smithi062 (mon.0) 968 : audit [DBG] from='client.? 172.21.15.62:0/421020558' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:01:05.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:01:03.994149+0000 mgr.smithi064.lcvmyw (mgr.24451) 300 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:01:05.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:01:04.213688+0000 mgr.smithi064.lcvmyw (mgr.24451) 301 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:01:05.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:01:04.395642+0000 mon.smithi062 (mon.0) 969 : audit [DBG] from='client.? 172.21.15.62:0/1291772855' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:01:05.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:01:03.994149+0000 mgr.smithi064.lcvmyw (mgr.24451) 300 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:01:05.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:01:04.213688+0000 mgr.smithi064.lcvmyw (mgr.24451) 301 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:01:05.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:01:04.395642+0000 mon.smithi062 (mon.0) 969 : audit [DBG] from='client.? 172.21.15.62:0/1291772855' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:01:07.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:06 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:01:06.214025+0000 mgr.smithi064.lcvmyw (mgr.24451) 302 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:07.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:01:06.214025+0000 mgr.smithi064.lcvmyw (mgr.24451) 302 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:07.700 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:01:09.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:01:08.214575+0000 mgr.smithi064.lcvmyw (mgr.24451) 303 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:01:09.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:01:08.214575+0000 mgr.smithi064.lcvmyw (mgr.24451) 303 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:01:11.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:11 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:01:10.215078+0000 mgr.smithi064.lcvmyw (mgr.24451) 304 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:11.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:11 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:01:10.215078+0000 mgr.smithi064.lcvmyw (mgr.24451) 304 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:12.741 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:01:13.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:13 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:01:12.215662+0000 mgr.smithi064.lcvmyw (mgr.24451) 305 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:13.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:13 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:01:12.215662+0000 mgr.smithi064.lcvmyw (mgr.24451) 305 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:15.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:01:14.216542+0000 mgr.smithi064.lcvmyw (mgr.24451) 306 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:01:15.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:15 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:01:14.216542+0000 mgr.smithi064.lcvmyw (mgr.24451) 306 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:01:17.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:16 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:01:16.217069+0000 mgr.smithi064.lcvmyw (mgr.24451) 307 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:17.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:16 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:01:16.217069+0000 mgr.smithi064.lcvmyw (mgr.24451) 307 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:17.779 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:01:18.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:17 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:01:17.296110+0000 mon.smithi062 (mon.0) 970 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:01:18.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:17 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:01:17.296110+0000 mon.smithi062 (mon.0) 970 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:01:19.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:18 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:01:18.217842+0000 mgr.smithi064.lcvmyw (mgr.24451) 308 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:01:19.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:18 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:01:18.217842+0000 mgr.smithi064.lcvmyw (mgr.24451) 308 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:01:21.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:01:20.218466+0000 mgr.smithi064.lcvmyw (mgr.24451) 309 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:21.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:01:20.218466+0000 mgr.smithi064.lcvmyw (mgr.24451) 309 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:22.818 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:01:23.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:01:22.218862+0000 mgr.smithi064.lcvmyw (mgr.24451) 310 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:23.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:01:22.218862+0000 mgr.smithi064.lcvmyw (mgr.24451) 310 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:25.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:01:24.219663+0000 mgr.smithi064.lcvmyw (mgr.24451) 311 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:01:25.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:01:24.219663+0000 mgr.smithi064.lcvmyw (mgr.24451) 311 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:01:27.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:26 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:01:26.220060+0000 mgr.smithi064.lcvmyw (mgr.24451) 312 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:27.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:26 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:01:26.220060+0000 mgr.smithi064.lcvmyw (mgr.24451) 312 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:27.853 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:01:29.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:29 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:01:28.220803+0000 mgr.smithi064.lcvmyw (mgr.24451) 313 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:01:29.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:29 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:01:28.220803+0000 mgr.smithi064.lcvmyw (mgr.24451) 313 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:01:31.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:31 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:01:30.221230+0000 mgr.smithi064.lcvmyw (mgr.24451) 314 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:31.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:31 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:01:30.221230+0000 mgr.smithi064.lcvmyw (mgr.24451) 314 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:32.894 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:01:33.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:01:32.221615+0000 mgr.smithi064.lcvmyw (mgr.24451) 315 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:33.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:01:32.296442+0000 mon.smithi062 (mon.0) 971 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:01:33.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:01:32.221615+0000 mgr.smithi064.lcvmyw (mgr.24451) 315 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:33.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:01:32.296442+0000 mon.smithi062 (mon.0) 971 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:01:34.763 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T10:01:35.433 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T10:01:35.433 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 starting - - - - 2024-04-13T10:01:35.433 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (15m) 6m ago 15m 6395k - 16.2.5 6933c2a0b7dd 7a9c2c1a0af1 2024-04-13T10:01:35.434 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (14m) 6m ago 14m 6387k - 16.2.5 6933c2a0b7dd a611207376c9 2024-04-13T10:01:35.434 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 starting - - - - 2024-04-13T10:01:35.434 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (9m) 6m ago 9m 12.4M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T10:01:35.434 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (9m) 6m ago 9m 38.1M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T10:01:35.434 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:9283 running (16m) 6m ago 16m 367M - 16.2.5 6933c2a0b7dd 1624956d67ec 2024-04-13T10:01:35.434 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283 running (7m) 6m ago 14m 499M - 18.2.2-1173-g5108bc67 3464fd31103e 35c0defc34fa 2024-04-13T10:01:35.434 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (16m) 6m ago 16m 55.7M 2048M 16.2.5 6933c2a0b7dd 724aac6eaf10 2024-04-13T10:01:35.434 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (14m) 6m ago 14m 44.1M 2048M 16.2.5 6933c2a0b7dd fda491e695cc 2024-04-13T10:01:35.434 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (6m) 6m ago 6m 49.5M - 3.5 6933c2a0b7dd c23522e42b6b 2024-04-13T10:01:35.434 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (6m) 6m ago 6m 46.7M - 3.5 6933c2a0b7dd ab1f0d8d0bb5 2024-04-13T10:01:35.435 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (14m) 6m ago 14m 17.0M - 0.18.1 e5a616e4b9cf 09d50adc704d 2024-04-13T10:01:35.435 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (13m) 6m ago 13m 17.3M - 0.18.1 e5a616e4b9cf 81a3faddaae0 2024-04-13T10:01:35.435 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (13m) 6m ago 13m 406M 1944M 16.2.5 6933c2a0b7dd fd265569b30d 2024-04-13T10:01:35.435 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (12m) 6m ago 12m 310M 1944M 16.2.5 6933c2a0b7dd 09ca36a5db39 2024-04-13T10:01:35.435 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (12m) 6m ago 12m 245M 1944M 16.2.5 6933c2a0b7dd 89cc0ac92247 2024-04-13T10:01:35.435 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (12m) 6m ago 12m 385M 1944M 16.2.5 6933c2a0b7dd b0323c8d9018 2024-04-13T10:01:35.435 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (11m) 6m ago 11m 397M 2712M 16.2.5 6933c2a0b7dd f89e1bdd5583 2024-04-13T10:01:35.435 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (11m) 6m ago 11m 427M 2712M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T10:01:35.435 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (11m) 6m ago 11m 350M 2712M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T10:01:35.435 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (10m) 6m ago 10m 490M 2712M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T10:01:35.435 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 running (13m) 6m ago 14m 55.0M - 2.18.1 de242295e225 0f70cbd4f2ff 2024-04-13T10:01:35.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:01:34.222311+0000 mgr.smithi064.lcvmyw (mgr.24451) 316 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:01:35.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:01:34.222311+0000 mgr.smithi064.lcvmyw (mgr.24451) 316 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:01:35.851 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:01:35.851 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T10:01:35.851 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:01:35.851 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:01:35.851 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T10:01:35.851 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-13T10:01:35.851 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T10:01:35.852 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:01:35.852 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T10:01:35.852 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-13T10:01:35.852 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:01:35.852 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T10:01:35.852 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:01:35.852 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:01:35.852 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T10:01:35.852 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-13T10:01:35.852 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T10:01:35.852 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T10:01:35.852 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:01:36.209 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:01:36.209 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T10:01:36.209 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T10:01:36.209 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T10:01:36.209 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2024-04-13T10:01:36.209 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "1/23 daemons upgraded", 2024-04-13T10:01:36.209 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "", 2024-04-13T10:01:36.210 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T10:01:36.210 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:01:36.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:01:34.750309+0000 mgr.smithi064.lcvmyw (mgr.24451) 317 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:01:36.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:01:35.095166+0000 mgr.smithi064.lcvmyw (mgr.24451) 318 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:01:36.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:01:35.851819+0000 mon.smithi062 (mon.0) 972 : audit [DBG] from='client.? 172.21.15.62:0/1998217550' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:01:36.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:01:36.132862+0000 mon.smithi062 (mon.0) 973 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:01:36.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:01:36.138858+0000 mon.smithi062 (mon.0) 974 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:01:36.623 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2024-04-13T10:01:36.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:01:34.750309+0000 mgr.smithi064.lcvmyw (mgr.24451) 317 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:01:36.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:01:35.095166+0000 mgr.smithi064.lcvmyw (mgr.24451) 318 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:01:36.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:01:35.851819+0000 mon.smithi062 (mon.0) 972 : audit [DBG] from='client.? 172.21.15.62:0/1998217550' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:01:36.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:01:36.132862+0000 mon.smithi062 (mon.0) 973 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:01:36.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:01:36.138858+0000 mon.smithi062 (mon.0) 974 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:01:37.768 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:01:35.422445+0000 mgr.smithi064.lcvmyw (mgr.24451) 319 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:01:37.769 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:01:36.141881+0000 mgr.smithi064.lcvmyw (mgr.24451) 320 : cephadm [INF] Reconfiguring prometheus.smithi062 (dependencies changed)... 2024-04-13T10:01:37.769 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:01:36.209026+0000 mgr.smithi064.lcvmyw (mgr.24451) 321 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:01:37.769 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:01:36.222657+0000 mgr.smithi064.lcvmyw (mgr.24451) 322 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:37.769 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:01:36.391066+0000 mgr.smithi064.lcvmyw (mgr.24451) 323 : cephadm [INF] Reconfiguring daemon prometheus.smithi062 on smithi062 2024-04-13T10:01:37.769 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:01:36.623099+0000 mon.smithi062 (mon.0) 975 : audit [DBG] from='client.? 172.21.15.62:0/3385002748' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:01:37.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:01:35.422445+0000 mgr.smithi064.lcvmyw (mgr.24451) 319 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:01:37.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T10:01:36.141881+0000 mgr.smithi064.lcvmyw (mgr.24451) 320 : cephadm [INF] Reconfiguring prometheus.smithi062 (dependencies changed)... 2024-04-13T10:01:37.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:01:36.209026+0000 mgr.smithi064.lcvmyw (mgr.24451) 321 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:01:37.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:01:36.222657+0000 mgr.smithi064.lcvmyw (mgr.24451) 322 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:37.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T10:01:36.391066+0000 mgr.smithi064.lcvmyw (mgr.24451) 323 : cephadm [INF] Reconfiguring daemon prometheus.smithi062 on smithi062 2024-04-13T10:01:37.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:01:36.623099+0000 mon.smithi062 (mon.0) 975 : audit [DBG] from='client.? 172.21.15.62:0/3385002748' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:01:37.930 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:01:39.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:01:38.223245+0000 mgr.smithi064.lcvmyw (mgr.24451) 324 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:01:39.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:01:38.223245+0000 mgr.smithi064.lcvmyw (mgr.24451) 324 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:01:41.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:01:40.223876+0000 mgr.smithi064.lcvmyw (mgr.24451) 325 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:41.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:01:40.223876+0000 mgr.smithi064.lcvmyw (mgr.24451) 325 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:42.966 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:01:43.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:01:42.224329+0000 mgr.smithi064.lcvmyw (mgr.24451) 326 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:43.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:01:42.224329+0000 mgr.smithi064.lcvmyw (mgr.24451) 326 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:45.528 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:01:44.225052+0000 mgr.smithi064.lcvmyw (mgr.24451) 327 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:01:45.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:01:44.225052+0000 mgr.smithi064.lcvmyw (mgr.24451) 327 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:01:47.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:01:46.225469+0000 mgr.smithi064.lcvmyw (mgr.24451) 328 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:47.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:01:46.225469+0000 mgr.smithi064.lcvmyw (mgr.24451) 328 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:48.008 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:01:48.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:01:47.297088+0000 mon.smithi062 (mon.0) 976 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:01:48.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:01:47.297088+0000 mon.smithi062 (mon.0) 976 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:01:49.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:01:48.226247+0000 mgr.smithi064.lcvmyw (mgr.24451) 329 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:01:49.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:01:48.226247+0000 mgr.smithi064.lcvmyw (mgr.24451) 329 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:01:51.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:01:50.226799+0000 mgr.smithi064.lcvmyw (mgr.24451) 330 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:51.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:01:50.226799+0000 mgr.smithi064.lcvmyw (mgr.24451) 330 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:53.053 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:01:53.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:01:52.227340+0000 mgr.smithi064.lcvmyw (mgr.24451) 331 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:53.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:01:52.227340+0000 mgr.smithi064.lcvmyw (mgr.24451) 331 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:55.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:01:54.228196+0000 mgr.smithi064.lcvmyw (mgr.24451) 332 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:01:55.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:01:54.228196+0000 mgr.smithi064.lcvmyw (mgr.24451) 332 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:01:57.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:01:56.228647+0000 mgr.smithi064.lcvmyw (mgr.24451) 333 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:57.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:01:56.228647+0000 mgr.smithi064.lcvmyw (mgr.24451) 333 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:01:58.088 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:01:59.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:01:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:01:58.229291+0000 mgr.smithi064.lcvmyw (mgr.24451) 334 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:01:59.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:01:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:01:58.229291+0000 mgr.smithi064.lcvmyw (mgr.24451) 334 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:02:01.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:01 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:02:00.229811+0000 mgr.smithi064.lcvmyw (mgr.24451) 335 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:01.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:01 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:02:00.229811+0000 mgr.smithi064.lcvmyw (mgr.24451) 335 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:03.135 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:02:03.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:02:02.230249+0000 mgr.smithi064.lcvmyw (mgr.24451) 336 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:03.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:02:02.297274+0000 mon.smithi062 (mon.0) 977 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:02:03.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:02:02.230249+0000 mgr.smithi064.lcvmyw (mgr.24451) 336 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:03.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:02:02.297274+0000 mon.smithi062 (mon.0) 977 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:02:05.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:02:04.230936+0000 mgr.smithi064.lcvmyw (mgr.24451) 337 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:02:05.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:02:04.230936+0000 mgr.smithi064.lcvmyw (mgr.24451) 337 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:02:06.995 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T10:02:07.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:06 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:02:06.231378+0000 mgr.smithi064.lcvmyw (mgr.24451) 338 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:07.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:06 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:02:06.231378+0000 mgr.smithi064.lcvmyw (mgr.24451) 338 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:07.664 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T10:02:07.664 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 starting - - - - 2024-04-13T10:02:07.664 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (15m) 6m ago 15m 6395k - 16.2.5 6933c2a0b7dd 7a9c2c1a0af1 2024-04-13T10:02:07.664 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (14m) 6m ago 14m 6387k - 16.2.5 6933c2a0b7dd a611207376c9 2024-04-13T10:02:07.664 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 starting - - - - 2024-04-13T10:02:07.664 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (9m) 6m ago 9m 12.4M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T10:02:07.664 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (9m) 6m ago 9m 38.1M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T10:02:07.664 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:9283 running (17m) 6m ago 17m 367M - 16.2.5 6933c2a0b7dd 1624956d67ec 2024-04-13T10:02:07.665 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283 running (7m) 6m ago 14m 499M - 18.2.2-1173-g5108bc67 3464fd31103e 35c0defc34fa 2024-04-13T10:02:07.665 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (17m) 6m ago 17m 55.7M 2048M 16.2.5 6933c2a0b7dd 724aac6eaf10 2024-04-13T10:02:07.665 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (14m) 6m ago 14m 44.1M 2048M 16.2.5 6933c2a0b7dd fda491e695cc 2024-04-13T10:02:07.665 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (7m) 6m ago 7m 49.5M - 3.5 6933c2a0b7dd c23522e42b6b 2024-04-13T10:02:07.665 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (7m) 6m ago 7m 46.7M - 3.5 6933c2a0b7dd ab1f0d8d0bb5 2024-04-13T10:02:07.665 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 starting - - - - 2024-04-13T10:02:07.665 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (14m) 6m ago 14m 17.3M - 0.18.1 e5a616e4b9cf 81a3faddaae0 2024-04-13T10:02:07.665 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (14m) 6m ago 14m 406M 1944M 16.2.5 6933c2a0b7dd fd265569b30d 2024-04-13T10:02:07.666 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (13m) 6m ago 13m 310M 1944M 16.2.5 6933c2a0b7dd 09ca36a5db39 2024-04-13T10:02:07.666 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (13m) 6m ago 13m 245M 1944M 16.2.5 6933c2a0b7dd 89cc0ac92247 2024-04-13T10:02:07.666 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (12m) 6m ago 12m 385M 1944M 16.2.5 6933c2a0b7dd b0323c8d9018 2024-04-13T10:02:07.666 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (12m) 6m ago 12m 397M 2712M 16.2.5 6933c2a0b7dd f89e1bdd5583 2024-04-13T10:02:07.666 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (12m) 6m ago 12m 427M 2712M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T10:02:07.667 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (11m) 6m ago 11m 350M 2712M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T10:02:07.667 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (11m) 6m ago 11m 490M 2712M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T10:02:07.667 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 running (13m) 6m ago 14m 55.0M - 2.18.1 de242295e225 0f70cbd4f2ff 2024-04-13T10:02:08.065 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:02:08.065 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T10:02:08.065 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:02:08.065 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:02:08.065 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T10:02:08.065 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-13T10:02:08.065 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T10:02:08.065 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:02:08.065 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T10:02:08.066 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-13T10:02:08.066 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:02:08.066 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T10:02:08.066 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:02:08.066 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:02:08.066 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T10:02:08.066 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-13T10:02:08.066 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T10:02:08.066 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T10:02:08.066 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:02:08.175 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:02:08.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:07 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:02:06.980015+0000 mgr.smithi064.lcvmyw (mgr.24451) 339 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:02:08.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:07 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:02:07.324584+0000 mgr.smithi064.lcvmyw (mgr.24451) 340 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:02:08.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:07 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:02:06.980015+0000 mgr.smithi064.lcvmyw (mgr.24451) 339 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:02:08.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:07 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:02:07.324584+0000 mgr.smithi064.lcvmyw (mgr.24451) 340 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:02:08.407 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:02:08.407 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T10:02:08.408 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T10:02:08.408 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T10:02:08.408 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2024-04-13T10:02:08.408 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "1/23 daemons upgraded", 2024-04-13T10:02:08.408 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "", 2024-04-13T10:02:08.408 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T10:02:08.408 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:02:08.804 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2024-04-13T10:02:09.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:02:07.653794+0000 mgr.smithi064.lcvmyw (mgr.24451) 341 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:02:09.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:02:08.065608+0000 mon.smithi062 (mon.0) 978 : audit [DBG] from='client.? 172.21.15.62:0/282678790' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:02:09.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:02:08.232147+0000 mgr.smithi064.lcvmyw (mgr.24451) 342 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:02:09.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:02:08.407569+0000 mgr.smithi064.lcvmyw (mgr.24451) 343 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:02:09.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:02:08.804676+0000 mon.smithi062 (mon.0) 979 : audit [DBG] from='client.? 172.21.15.62:0/1450752640' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:02:09.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:02:07.653794+0000 mgr.smithi064.lcvmyw (mgr.24451) 341 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:02:09.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:02:08.065608+0000 mon.smithi062 (mon.0) 978 : audit [DBG] from='client.? 172.21.15.62:0/282678790' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:02:09.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:02:08.232147+0000 mgr.smithi064.lcvmyw (mgr.24451) 342 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:02:09.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:02:08.407569+0000 mgr.smithi064.lcvmyw (mgr.24451) 343 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:02:09.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:02:08.804676+0000 mon.smithi062 (mon.0) 979 : audit [DBG] from='client.? 172.21.15.62:0/1450752640' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:02:11.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:11 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:02:10.232646+0000 mgr.smithi064.lcvmyw (mgr.24451) 344 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:11.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:11 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:02:10.232646+0000 mgr.smithi064.lcvmyw (mgr.24451) 344 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:13.210 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:02:13.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:13 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:02:12.233056+0000 mgr.smithi064.lcvmyw (mgr.24451) 345 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:13.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:13 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:02:12.233056+0000 mgr.smithi064.lcvmyw (mgr.24451) 345 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:15.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:02:14.233762+0000 mgr.smithi064.lcvmyw (mgr.24451) 346 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:15.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:15 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:02:14.233762+0000 mgr.smithi064.lcvmyw (mgr.24451) 346 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:17.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:16 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:02:16.234168+0000 mgr.smithi064.lcvmyw (mgr.24451) 347 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-04-13T10:02:17.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:16 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:02:16.234168+0000 mgr.smithi064.lcvmyw (mgr.24451) 347 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-04-13T10:02:18.262 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:02:18.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:18 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:02:17.297413+0000 mon.smithi062 (mon.0) 980 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:02:18.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:17 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:02:17.297413+0000 mon.smithi062 (mon.0) 980 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:02:19.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:02:18.235077+0000 mgr.smithi064.lcvmyw (mgr.24451) 348 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:19.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:02:18.235077+0000 mgr.smithi064.lcvmyw (mgr.24451) 348 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:21.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:02:20.235555+0000 mgr.smithi064.lcvmyw (mgr.24451) 349 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-04-13T10:02:21.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:02:20.235555+0000 mgr.smithi064.lcvmyw (mgr.24451) 349 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-04-13T10:02:23.301 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:02:23.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:02:22.235942+0000 mgr.smithi064.lcvmyw (mgr.24451) 350 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-04-13T10:02:23.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:02:22.235942+0000 mgr.smithi064.lcvmyw (mgr.24451) 350 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-04-13T10:02:25.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:02:24.236816+0000 mgr.smithi064.lcvmyw (mgr.24451) 351 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:25.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:02:24.236816+0000 mgr.smithi064.lcvmyw (mgr.24451) 351 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:27.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:27 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:02:26.237415+0000 mgr.smithi064.lcvmyw (mgr.24451) 352 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:27.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:26 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:02:26.237415+0000 mgr.smithi064.lcvmyw (mgr.24451) 352 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:28.354 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:02:29.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:29 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:02:28.238185+0000 mgr.smithi064.lcvmyw (mgr.24451) 353 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:02:29.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:29 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:02:28.238185+0000 mgr.smithi064.lcvmyw (mgr.24451) 353 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:02:31.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:31 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:02:30.238748+0000 mgr.smithi064.lcvmyw (mgr.24451) 354 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:31.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:31 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:02:30.238748+0000 mgr.smithi064.lcvmyw (mgr.24451) 354 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:33.405 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:02:33.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:02:32.239265+0000 mgr.smithi064.lcvmyw (mgr.24451) 355 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:33.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:02:32.299909+0000 mon.smithi062 (mon.0) 981 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:02:33.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:02:32.239265+0000 mgr.smithi064.lcvmyw (mgr.24451) 355 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:33.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:02:32.299909+0000 mon.smithi062 (mon.0) 981 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:02:35.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:02:34.240115+0000 mgr.smithi064.lcvmyw (mgr.24451) 356 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:02:35.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:02:34.240115+0000 mgr.smithi064.lcvmyw (mgr.24451) 356 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:02:37.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:02:36.240592+0000 mgr.smithi064.lcvmyw (mgr.24451) 357 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:37.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:02:36.240592+0000 mgr.smithi064.lcvmyw (mgr.24451) 357 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:38.438 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:02:39.166 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T10:02:39.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:02:38.241274+0000 mgr.smithi064.lcvmyw (mgr.24451) 358 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:02:39.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:02:38.241274+0000 mgr.smithi064.lcvmyw (mgr.24451) 358 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:02:39.830 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T10:02:39.830 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 starting - - - - 2024-04-13T10:02:39.830 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (16m) 7m ago 16m 6395k - 16.2.5 6933c2a0b7dd 7a9c2c1a0af1 2024-04-13T10:02:39.830 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (15m) 7m ago 15m 6387k - 16.2.5 6933c2a0b7dd a611207376c9 2024-04-13T10:02:39.830 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 starting - - - - 2024-04-13T10:02:39.830 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (10m) 7m ago 10m 12.4M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T10:02:39.830 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (10m) 7m ago 10m 38.1M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T10:02:39.830 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:9283 running (17m) 7m ago 17m 367M - 16.2.5 6933c2a0b7dd 1624956d67ec 2024-04-13T10:02:39.830 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283 running (8m) 7m ago 15m 499M - 18.2.2-1173-g5108bc67 3464fd31103e 35c0defc34fa 2024-04-13T10:02:39.830 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (17m) 7m ago 17m 55.7M 2048M 16.2.5 6933c2a0b7dd 724aac6eaf10 2024-04-13T10:02:39.830 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (15m) 7m ago 15m 44.1M 2048M 16.2.5 6933c2a0b7dd fda491e695cc 2024-04-13T10:02:39.831 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (7m) 7m ago 7m 49.5M - 3.5 6933c2a0b7dd c23522e42b6b 2024-04-13T10:02:39.831 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (7m) 7m ago 7m 46.7M - 3.5 6933c2a0b7dd ab1f0d8d0bb5 2024-04-13T10:02:39.831 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 starting - - - - 2024-04-13T10:02:39.831 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (14m) 7m ago 14m 17.3M - 0.18.1 e5a616e4b9cf 81a3faddaae0 2024-04-13T10:02:39.831 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (14m) 7m ago 14m 406M 1944M 16.2.5 6933c2a0b7dd fd265569b30d 2024-04-13T10:02:39.831 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (14m) 7m ago 14m 310M 1944M 16.2.5 6933c2a0b7dd 09ca36a5db39 2024-04-13T10:02:39.831 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (13m) 7m ago 13m 245M 1944M 16.2.5 6933c2a0b7dd 89cc0ac92247 2024-04-13T10:02:39.831 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (13m) 7m ago 13m 385M 1944M 16.2.5 6933c2a0b7dd b0323c8d9018 2024-04-13T10:02:39.831 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (13m) 7m ago 13m 397M 2712M 16.2.5 6933c2a0b7dd f89e1bdd5583 2024-04-13T10:02:39.831 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (12m) 7m ago 12m 427M 2712M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T10:02:39.831 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (12m) 7m ago 12m 350M 2712M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T10:02:39.831 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (12m) 7m ago 11m 490M 2712M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T10:02:39.831 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 running (14m) 7m ago 15m 55.0M - 2.18.1 de242295e225 0f70cbd4f2ff 2024-04-13T10:02:40.229 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:02:40.229 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T10:02:40.229 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:02:40.230 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:02:40.230 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T10:02:40.230 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-13T10:02:40.230 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T10:02:40.230 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:02:40.230 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T10:02:40.230 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-13T10:02:40.230 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:02:40.230 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T10:02:40.231 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:02:40.231 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:02:40.232 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T10:02:40.232 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-13T10:02:40.232 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T10:02:40.232 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T10:02:40.232 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:02:40.568 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:02:40.568 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T10:02:40.568 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T10:02:40.568 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T10:02:40.569 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2024-04-13T10:02:40.569 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "1/23 daemons upgraded", 2024-04-13T10:02:40.569 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "", 2024-04-13T10:02:40.569 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T10:02:40.569 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:02:40.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:02:39.154528+0000 mgr.smithi064.lcvmyw (mgr.24451) 359 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:02:40.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:02:40.227252+0000 mon.smithi062 (mon.0) 982 : audit [DBG] from='client.? 172.21.15.62:0/616534053' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:02:40.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:40 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:02:39.154528+0000 mgr.smithi064.lcvmyw (mgr.24451) 359 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:02:40.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:40 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:02:40.227252+0000 mon.smithi062 (mon.0) 982 : audit [DBG] from='client.? 172.21.15.62:0/616534053' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:02:40.963 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2024-04-13T10:02:41.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:02:39.493969+0000 mgr.smithi064.lcvmyw (mgr.24451) 360 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:02:41.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:02:39.819743+0000 mgr.smithi064.lcvmyw (mgr.24451) 361 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:02:41.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:02:40.241690+0000 mgr.smithi064.lcvmyw (mgr.24451) 362 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:41.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:02:40.963460+0000 mon.smithi062 (mon.0) 983 : audit [DBG] from='client.? 172.21.15.62:0/2671867465' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:02:41.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:02:39.493969+0000 mgr.smithi064.lcvmyw (mgr.24451) 360 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:02:41.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:02:39.819743+0000 mgr.smithi064.lcvmyw (mgr.24451) 361 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:02:41.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:02:40.241690+0000 mgr.smithi064.lcvmyw (mgr.24451) 362 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:41.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:02:40.963460+0000 mon.smithi062 (mon.0) 983 : audit [DBG] from='client.? 172.21.15.62:0/2671867465' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:02:42.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:42 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:02:40.566735+0000 mgr.smithi064.lcvmyw (mgr.24451) 363 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:02:42.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:42 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:02:40.566735+0000 mgr.smithi064.lcvmyw (mgr.24451) 363 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:02:43.474 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:02:43.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:02:42.242255+0000 mgr.smithi064.lcvmyw (mgr.24451) 364 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:43.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:02:42.242255+0000 mgr.smithi064.lcvmyw (mgr.24451) 364 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:45.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:02:44.243053+0000 mgr.smithi064.lcvmyw (mgr.24451) 365 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:02:45.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:02:44.243053+0000 mgr.smithi064.lcvmyw (mgr.24451) 365 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:02:47.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:02:46.243608+0000 mgr.smithi064.lcvmyw (mgr.24451) 366 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:47.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:02:46.243608+0000 mgr.smithi064.lcvmyw (mgr.24451) 366 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:48.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:48 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:02:47.298152+0000 mon.smithi062 (mon.0) 984 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:02:48.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:48 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:02:47.298152+0000 mon.smithi062 (mon.0) 984 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:02:48.522 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:02:49.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:02:48.244322+0000 mgr.smithi064.lcvmyw (mgr.24451) 367 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:02:49.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:02:48.244322+0000 mgr.smithi064.lcvmyw (mgr.24451) 367 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:02:51.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:02:50.244792+0000 mgr.smithi064.lcvmyw (mgr.24451) 368 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:51.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:02:50.244792+0000 mgr.smithi064.lcvmyw (mgr.24451) 368 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:53.563 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:02:53.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:02:52.245411+0000 mgr.smithi064.lcvmyw (mgr.24451) 369 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:53.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:02:52.245411+0000 mgr.smithi064.lcvmyw (mgr.24451) 369 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:55.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:02:54.246276+0000 mgr.smithi064.lcvmyw (mgr.24451) 370 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:02:55.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:02:54.246276+0000 mgr.smithi064.lcvmyw (mgr.24451) 370 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:02:57.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:02:56.246658+0000 mgr.smithi064.lcvmyw (mgr.24451) 371 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:57.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:02:56.246658+0000 mgr.smithi064.lcvmyw (mgr.24451) 371 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:02:58.613 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:02:59.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:02:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:02:58.247333+0000 mgr.smithi064.lcvmyw (mgr.24451) 372 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:02:59.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:02:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:02:58.247333+0000 mgr.smithi064.lcvmyw (mgr.24451) 372 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:03:01.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:01 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:03:00.247928+0000 mgr.smithi064.lcvmyw (mgr.24451) 373 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:01.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:01 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:03:00.247928+0000 mgr.smithi064.lcvmyw (mgr.24451) 373 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:02.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:02 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:03:02.298445+0000 mon.smithi062 (mon.0) 985 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:03:02.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:03:02.298445+0000 mon.smithi062 (mon.0) 985 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:03:03.647 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:03:03.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:03:02.248390+0000 mgr.smithi064.lcvmyw (mgr.24451) 374 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:03.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:03:02.248390+0000 mgr.smithi064.lcvmyw (mgr.24451) 374 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:05.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:03:04.249176+0000 mgr.smithi064.lcvmyw (mgr.24451) 375 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:03:05.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:03:04.249176+0000 mgr.smithi064.lcvmyw (mgr.24451) 375 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:03:07.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:07 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:03:06.249665+0000 mgr.smithi064.lcvmyw (mgr.24451) 376 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:07.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:07 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:03:06.249665+0000 mgr.smithi064.lcvmyw (mgr.24451) 376 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:08.689 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:03:09.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:03:08.250506+0000 mgr.smithi064.lcvmyw (mgr.24451) 377 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:03:09.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:03:08.250506+0000 mgr.smithi064.lcvmyw (mgr.24451) 377 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:03:11.331 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T10:03:11.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:11 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:03:10.250869+0000 mgr.smithi064.lcvmyw (mgr.24451) 378 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:11.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:11 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:03:10.250869+0000 mgr.smithi064.lcvmyw (mgr.24451) 378 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:11.991 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T10:03:11.991 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 starting - - - - 2024-04-13T10:03:11.992 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (16m) 8m ago 16m 6395k - 16.2.5 6933c2a0b7dd 7a9c2c1a0af1 2024-04-13T10:03:11.992 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (15m) 8m ago 15m 6387k - 16.2.5 6933c2a0b7dd a611207376c9 2024-04-13T10:03:11.992 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 starting - - - - 2024-04-13T10:03:11.992 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (11m) 8m ago 11m 12.4M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T10:03:11.992 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (10m) 8m ago 10m 38.1M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T10:03:11.992 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:9283 running (18m) 8m ago 18m 367M - 16.2.5 6933c2a0b7dd 1624956d67ec 2024-04-13T10:03:11.992 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283 running (8m) 8m ago 15m 499M - 18.2.2-1173-g5108bc67 3464fd31103e 35c0defc34fa 2024-04-13T10:03:11.992 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (18m) 8m ago 18m 55.7M 2048M 16.2.5 6933c2a0b7dd 724aac6eaf10 2024-04-13T10:03:11.992 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (15m) 8m ago 15m 44.1M 2048M 16.2.5 6933c2a0b7dd fda491e695cc 2024-04-13T10:03:11.992 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (8m) 8m ago 8m 49.5M - 3.5 6933c2a0b7dd c23522e42b6b 2024-04-13T10:03:11.992 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (8m) 8m ago 8m 46.7M - 3.5 6933c2a0b7dd ab1f0d8d0bb5 2024-04-13T10:03:11.992 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 starting - - - - 2024-04-13T10:03:11.992 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (15m) 8m ago 15m 17.3M - 0.18.1 e5a616e4b9cf 81a3faddaae0 2024-04-13T10:03:11.992 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (15m) 8m ago 15m 406M 1944M 16.2.5 6933c2a0b7dd fd265569b30d 2024-04-13T10:03:11.993 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (14m) 8m ago 14m 310M 1944M 16.2.5 6933c2a0b7dd 09ca36a5db39 2024-04-13T10:03:11.993 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (14m) 8m ago 14m 245M 1944M 16.2.5 6933c2a0b7dd 89cc0ac92247 2024-04-13T10:03:11.993 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (13m) 8m ago 13m 385M 1944M 16.2.5 6933c2a0b7dd b0323c8d9018 2024-04-13T10:03:11.993 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (13m) 8m ago 13m 397M 2712M 16.2.5 6933c2a0b7dd f89e1bdd5583 2024-04-13T10:03:11.993 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (13m) 8m ago 13m 427M 2712M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T10:03:11.993 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (12m) 8m ago 12m 350M 2712M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T10:03:11.993 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (12m) 8m ago 12m 490M 2712M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T10:03:11.993 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 running (14m) 8m ago 15m 55.0M - 2.18.1 de242295e225 0f70cbd4f2ff 2024-04-13T10:03:12.394 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:03:12.394 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T10:03:12.394 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:03:12.394 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:03:12.394 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T10:03:12.394 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-13T10:03:12.394 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T10:03:12.394 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:03:12.394 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T10:03:12.394 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-13T10:03:12.394 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:03:12.395 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T10:03:12.395 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:03:12.395 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:03:12.395 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T10:03:12.395 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-13T10:03:12.395 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T10:03:12.395 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T10:03:12.395 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:03:12.733 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:03:12.733 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T10:03:12.734 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T10:03:12.734 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T10:03:12.734 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2024-04-13T10:03:12.734 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "1/23 daemons upgraded", 2024-04-13T10:03:12.734 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "", 2024-04-13T10:03:12.734 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T10:03:12.734 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:03:12.765 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:12 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:03:11.317091+0000 mgr.smithi064.lcvmyw (mgr.24451) 379 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:03:12.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:12 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:03:11.317091+0000 mgr.smithi064.lcvmyw (mgr.24451) 379 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:03:13.133 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2024-04-13T10:03:13.735 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:03:13.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:13 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:03:11.651019+0000 mgr.smithi064.lcvmyw (mgr.24451) 380 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:03:13.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:13 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:03:11.981525+0000 mgr.smithi064.lcvmyw (mgr.24451) 381 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:03:13.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:13 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:03:12.251433+0000 mgr.smithi064.lcvmyw (mgr.24451) 382 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:13.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:13 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:03:12.394397+0000 mon.smithi062 (mon.0) 986 : audit [DBG] from='client.? 172.21.15.62:0/502583350' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:03:13.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:13 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:03:13.134672+0000 mon.smithi062 (mon.0) 987 : audit [DBG] from='client.? 172.21.15.62:0/2075919008' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:03:13.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:13 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:03:11.651019+0000 mgr.smithi064.lcvmyw (mgr.24451) 380 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:03:13.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:13 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:03:11.981525+0000 mgr.smithi064.lcvmyw (mgr.24451) 381 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:03:13.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:13 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:03:12.251433+0000 mgr.smithi064.lcvmyw (mgr.24451) 382 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:13.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:13 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:03:12.394397+0000 mon.smithi062 (mon.0) 986 : audit [DBG] from='client.? 172.21.15.62:0/502583350' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:03:13.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:13 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:03:13.134672+0000 mon.smithi062 (mon.0) 987 : audit [DBG] from='client.? 172.21.15.62:0/2075919008' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:03:14.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:03:12.733690+0000 mgr.smithi064.lcvmyw (mgr.24451) 383 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:03:14.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:03:12.733690+0000 mgr.smithi064.lcvmyw (mgr.24451) 383 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:03:15.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:15 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:03:14.252147+0000 mgr.smithi064.lcvmyw (mgr.24451) 384 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:03:15.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:03:14.252147+0000 mgr.smithi064.lcvmyw (mgr.24451) 384 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:03:17.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:17 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:03:16.252557+0000 mgr.smithi064.lcvmyw (mgr.24451) 385 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:17.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:17 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:03:16.252557+0000 mgr.smithi064.lcvmyw (mgr.24451) 385 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:18.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:18 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:03:17.298585+0000 mon.smithi062 (mon.0) 988 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:03:18.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:18 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:03:17.298585+0000 mon.smithi062 (mon.0) 988 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:03:18.774 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:03:19.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:03:18.253355+0000 mgr.smithi064.lcvmyw (mgr.24451) 386 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:03:19.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:03:18.253355+0000 mgr.smithi064.lcvmyw (mgr.24451) 386 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:03:21.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:03:20.253813+0000 mgr.smithi064.lcvmyw (mgr.24451) 387 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:21.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:03:20.253813+0000 mgr.smithi064.lcvmyw (mgr.24451) 387 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:23.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:03:22.254314+0000 mgr.smithi064.lcvmyw (mgr.24451) 388 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:23.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:03:22.254314+0000 mgr.smithi064.lcvmyw (mgr.24451) 388 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:23.806 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:03:25.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:03:24.255300+0000 mgr.smithi064.lcvmyw (mgr.24451) 389 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:03:25.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:03:24.255300+0000 mgr.smithi064.lcvmyw (mgr.24451) 389 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:03:27.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:27 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:03:26.255702+0000 mgr.smithi064.lcvmyw (mgr.24451) 390 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:27.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:03:26.255702+0000 mgr.smithi064.lcvmyw (mgr.24451) 390 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:28.858 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:03:29.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:29 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:03:28.256343+0000 mgr.smithi064.lcvmyw (mgr.24451) 391 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:03:29.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:29 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:03:28.256343+0000 mgr.smithi064.lcvmyw (mgr.24451) 391 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:03:31.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:31 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:03:30.256843+0000 mgr.smithi064.lcvmyw (mgr.24451) 392 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:31.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:31 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:03:30.256843+0000 mgr.smithi064.lcvmyw (mgr.24451) 392 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:32.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:03:32.299024+0000 mon.smithi062 (mon.0) 989 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:03:32.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:32 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:03:32.299024+0000 mon.smithi062 (mon.0) 989 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:03:33.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:03:32.257212+0000 mgr.smithi064.lcvmyw (mgr.24451) 393 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:33.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:03:32.257212+0000 mgr.smithi064.lcvmyw (mgr.24451) 393 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:33.906 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:03:35.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:03:34.257982+0000 mgr.smithi064.lcvmyw (mgr.24451) 394 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:03:35.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:03:34.257982+0000 mgr.smithi064.lcvmyw (mgr.24451) 394 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:03:37.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:03:36.258343+0000 mgr.smithi064.lcvmyw (mgr.24451) 395 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:37.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:03:36.258343+0000 mgr.smithi064.lcvmyw (mgr.24451) 395 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:38.960 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:03:39.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:03:38.259188+0000 mgr.smithi064.lcvmyw (mgr.24451) 396 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:03:39.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:03:38.259188+0000 mgr.smithi064.lcvmyw (mgr.24451) 396 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:03:41.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:03:40.259546+0000 mgr.smithi064.lcvmyw (mgr.24451) 397 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:41.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:03:40.259546+0000 mgr.smithi064.lcvmyw (mgr.24451) 397 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:43.499 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T10:03:43.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:03:42.260029+0000 mgr.smithi064.lcvmyw (mgr.24451) 398 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:43.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:03:42.260029+0000 mgr.smithi064.lcvmyw (mgr.24451) 398 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:43.992 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:03:44.160 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T10:03:44.161 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 starting - - - - 2024-04-13T10:03:44.161 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (17m) 8m ago 17m 6395k - 16.2.5 6933c2a0b7dd 7a9c2c1a0af1 2024-04-13T10:03:44.161 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (16m) 8m ago 16m 6387k - 16.2.5 6933c2a0b7dd a611207376c9 2024-04-13T10:03:44.161 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 starting - - - - 2024-04-13T10:03:44.161 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (11m) 8m ago 11m 12.4M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T10:03:44.161 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (11m) 8m ago 11m 38.1M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T10:03:44.161 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:9283 running (18m) 8m ago 18m 367M - 16.2.5 6933c2a0b7dd 1624956d67ec 2024-04-13T10:03:44.161 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283 running (9m) 8m ago 16m 499M - 18.2.2-1173-g5108bc67 3464fd31103e 35c0defc34fa 2024-04-13T10:03:44.161 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (18m) 8m ago 18m 55.7M 2048M 16.2.5 6933c2a0b7dd 724aac6eaf10 2024-04-13T10:03:44.161 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (16m) 8m ago 16m 44.1M 2048M 16.2.5 6933c2a0b7dd fda491e695cc 2024-04-13T10:03:44.161 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (8m) 8m ago 8m 49.5M - 3.5 6933c2a0b7dd c23522e42b6b 2024-04-13T10:03:44.161 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (8m) 8m ago 8m 46.7M - 3.5 6933c2a0b7dd ab1f0d8d0bb5 2024-04-13T10:03:44.162 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 starting - - - - 2024-04-13T10:03:44.162 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (15m) 8m ago 15m 17.3M - 0.18.1 e5a616e4b9cf 81a3faddaae0 2024-04-13T10:03:44.162 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (15m) 8m ago 15m 406M 1944M 16.2.5 6933c2a0b7dd fd265569b30d 2024-04-13T10:03:44.162 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (15m) 8m ago 15m 310M 1944M 16.2.5 6933c2a0b7dd 09ca36a5db39 2024-04-13T10:03:44.162 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (14m) 8m ago 14m 245M 1944M 16.2.5 6933c2a0b7dd 89cc0ac92247 2024-04-13T10:03:44.162 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (14m) 8m ago 14m 385M 1944M 16.2.5 6933c2a0b7dd b0323c8d9018 2024-04-13T10:03:44.162 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (14m) 8m ago 14m 397M 2712M 16.2.5 6933c2a0b7dd f89e1bdd5583 2024-04-13T10:03:44.162 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (13m) 8m ago 13m 427M 2712M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T10:03:44.162 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (13m) 8m ago 13m 350M 2712M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T10:03:44.162 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (13m) 8m ago 13m 490M 2712M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T10:03:44.162 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 running (15m) 8m ago 16m 55.0M - 2.18.1 de242295e225 0f70cbd4f2ff 2024-04-13T10:03:44.559 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:03:44.559 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T10:03:44.559 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:03:44.560 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:03:44.560 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T10:03:44.560 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-13T10:03:44.560 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T10:03:44.560 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:03:44.560 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T10:03:44.560 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-13T10:03:44.560 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:03:44.560 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T10:03:44.560 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:03:44.560 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:03:44.560 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T10:03:44.560 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-13T10:03:44.560 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T10:03:44.560 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T10:03:44.560 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:03:44.896 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:03:44.896 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T10:03:44.896 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T10:03:44.896 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T10:03:44.896 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2024-04-13T10:03:44.896 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "1/23 daemons upgraded", 2024-04-13T10:03:44.896 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "", 2024-04-13T10:03:44.896 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T10:03:44.896 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:03:45.301 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2024-04-13T10:03:45.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:03:43.487567+0000 mgr.smithi064.lcvmyw (mgr.24451) 399 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:03:45.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:03:43.822022+0000 mgr.smithi064.lcvmyw (mgr.24451) 400 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:03:45.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:03:44.150462+0000 mgr.smithi064.lcvmyw (mgr.24451) 401 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:03:45.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:03:44.260707+0000 mgr.smithi064.lcvmyw (mgr.24451) 402 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:03:45.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:03:44.560093+0000 mon.smithi062 (mon.0) 990 : audit [DBG] from='client.? 172.21.15.62:0/3349487734' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:03:45.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:03:45.301905+0000 mon.smithi062 (mon.0) 991 : audit [DBG] from='client.? 172.21.15.62:0/2384543280' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:03:45.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:03:43.487567+0000 mgr.smithi064.lcvmyw (mgr.24451) 399 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:03:45.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:03:43.822022+0000 mgr.smithi064.lcvmyw (mgr.24451) 400 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:03:45.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:03:44.150462+0000 mgr.smithi064.lcvmyw (mgr.24451) 401 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:03:45.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:03:44.260707+0000 mgr.smithi064.lcvmyw (mgr.24451) 402 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:03:45.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:03:44.560093+0000 mon.smithi062 (mon.0) 990 : audit [DBG] from='client.? 172.21.15.62:0/3349487734' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:03:45.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:03:45.301905+0000 mon.smithi062 (mon.0) 991 : audit [DBG] from='client.? 172.21.15.62:0/2384543280' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:03:46.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:03:44.895976+0000 mgr.smithi064.lcvmyw (mgr.24451) 403 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:03:46.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:03:44.895976+0000 mgr.smithi064.lcvmyw (mgr.24451) 403 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:03:47.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:03:46.261198+0000 mgr.smithi064.lcvmyw (mgr.24451) 404 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:47.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:03:47.299175+0000 mon.smithi062 (mon.0) 992 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:03:47.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:03:46.261198+0000 mgr.smithi064.lcvmyw (mgr.24451) 404 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:47.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:03:47.299175+0000 mon.smithi062 (mon.0) 992 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:03:49.027 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:03:49.378 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:03:48.262003+0000 mgr.smithi064.lcvmyw (mgr.24451) 405 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:03:49.378 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:03:48.822821+0000 mon.smithi062 (mon.0) 993 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:03:49.378 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:03:48.826936+0000 mon.smithi062 (mon.0) 994 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:03:49.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:03:48.262003+0000 mgr.smithi064.lcvmyw (mgr.24451) 405 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:03:49.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:03:48.822821+0000 mon.smithi062 (mon.0) 993 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:03:49.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:03:48.826936+0000 mon.smithi062 (mon.0) 994 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:03:50.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:50 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:03:48.870334+0000 mgr.smithi064.lcvmyw (mgr.24451) 406 : cephadm [INF] Reconfiguring node-exporter.smithi064 (dependencies changed)... 2024-04-13T10:03:50.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:50 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:03:48.870749+0000 mgr.smithi064.lcvmyw (mgr.24451) 407 : cephadm [INF] Reconfiguring daemon node-exporter.smithi064 on smithi064 2024-04-13T10:03:50.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:50 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T10:03:48.870334+0000 mgr.smithi064.lcvmyw (mgr.24451) 406 : cephadm [INF] Reconfiguring node-exporter.smithi064 (dependencies changed)... 2024-04-13T10:03:50.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:50 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T10:03:48.870749+0000 mgr.smithi064.lcvmyw (mgr.24451) 407 : cephadm [INF] Reconfiguring daemon node-exporter.smithi064 on smithi064 2024-04-13T10:03:51.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:03:50.262388+0000 mgr.smithi064.lcvmyw (mgr.24451) 408 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:51.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:03:50.262388+0000 mgr.smithi064.lcvmyw (mgr.24451) 408 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:53.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:03:52.262889+0000 mgr.smithi064.lcvmyw (mgr.24451) 409 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:53.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:03:52.262889+0000 mgr.smithi064.lcvmyw (mgr.24451) 409 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:54.064 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:03:55.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:03:54.263787+0000 mgr.smithi064.lcvmyw (mgr.24451) 410 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:03:55.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:03:54.263787+0000 mgr.smithi064.lcvmyw (mgr.24451) 410 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:03:57.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:03:56.264168+0000 mgr.smithi064.lcvmyw (mgr.24451) 411 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:57.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:03:56.264168+0000 mgr.smithi064.lcvmyw (mgr.24451) 411 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:03:59.108 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:03:59.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:03:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:03:58.264998+0000 mgr.smithi064.lcvmyw (mgr.24451) 412 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:03:59.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:03:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:03:58.264998+0000 mgr.smithi064.lcvmyw (mgr.24451) 412 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:04:01.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:01 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:04:00.265525+0000 mgr.smithi064.lcvmyw (mgr.24451) 413 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:01.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:01 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:04:00.265525+0000 mgr.smithi064.lcvmyw (mgr.24451) 413 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:02.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:02 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:04:02.299474+0000 mon.smithi062 (mon.0) 995 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:04:02.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:04:02.299474+0000 mon.smithi062 (mon.0) 995 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:04:03.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:04:02.265943+0000 mgr.smithi064.lcvmyw (mgr.24451) 414 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:03.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:04:02.265943+0000 mgr.smithi064.lcvmyw (mgr.24451) 414 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:04.150 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:04:05.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:04:04.266744+0000 mgr.smithi064.lcvmyw (mgr.24451) 415 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:04:05.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:04:04.266744+0000 mgr.smithi064.lcvmyw (mgr.24451) 415 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:04:07.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:07 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:04:06.267150+0000 mgr.smithi064.lcvmyw (mgr.24451) 416 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:07.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:07 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:04:06.267150+0000 mgr.smithi064.lcvmyw (mgr.24451) 416 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:09.191 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:04:09.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:04:08.267959+0000 mgr.smithi064.lcvmyw (mgr.24451) 417 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:04:09.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:04:08.267959+0000 mgr.smithi064.lcvmyw (mgr.24451) 417 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:04:11.618 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:11 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:04:10.268395+0000 mgr.smithi064.lcvmyw (mgr.24451) 418 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:11.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:11 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:04:10.268395+0000 mgr.smithi064.lcvmyw (mgr.24451) 418 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:13.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:13 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:04:12.268917+0000 mgr.smithi064.lcvmyw (mgr.24451) 419 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:13.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:13 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:04:12.268917+0000 mgr.smithi064.lcvmyw (mgr.24451) 419 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:14.234 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:04:15.669 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T10:04:15.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:15 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:04:14.269762+0000 mgr.smithi064.lcvmyw (mgr.24451) 420 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:04:15.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:04:14.269762+0000 mgr.smithi064.lcvmyw (mgr.24451) 420 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:04:16.329 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T10:04:16.330 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 starting - - - - 2024-04-13T10:04:16.330 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (17m) 9m ago 17m 6395k - 16.2.5 6933c2a0b7dd 7a9c2c1a0af1 2024-04-13T10:04:16.330 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (16m) 9m ago 16m 6387k - 16.2.5 6933c2a0b7dd a611207376c9 2024-04-13T10:04:16.330 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 starting - - - - 2024-04-13T10:04:16.330 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (12m) 9m ago 12m 12.4M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T10:04:16.330 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (12m) 9m ago 12m 38.1M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T10:04:16.330 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:9283 running (19m) 9m ago 19m 367M - 16.2.5 6933c2a0b7dd 1624956d67ec 2024-04-13T10:04:16.330 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283 running (9m) 9m ago 16m 499M - 18.2.2-1173-g5108bc67 3464fd31103e 35c0defc34fa 2024-04-13T10:04:16.330 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (19m) 9m ago 19m 55.7M 2048M 16.2.5 6933c2a0b7dd 724aac6eaf10 2024-04-13T10:04:16.330 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (16m) 9m ago 16m 44.1M 2048M 16.2.5 6933c2a0b7dd fda491e695cc 2024-04-13T10:04:16.330 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (9m) 9m ago 9m 49.5M - 3.5 6933c2a0b7dd c23522e42b6b 2024-04-13T10:04:16.330 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (9m) 9m ago 9m 46.7M - 3.5 6933c2a0b7dd ab1f0d8d0bb5 2024-04-13T10:04:16.330 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 starting - - - - 2024-04-13T10:04:16.331 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (16m) 9m ago 16m 17.3M - 0.18.1 e5a616e4b9cf 81a3faddaae0 2024-04-13T10:04:16.331 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (16m) 9m ago 16m 406M 1944M 16.2.5 6933c2a0b7dd fd265569b30d 2024-04-13T10:04:16.331 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (15m) 9m ago 15m 310M 1944M 16.2.5 6933c2a0b7dd 09ca36a5db39 2024-04-13T10:04:16.331 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (15m) 9m ago 15m 245M 1944M 16.2.5 6933c2a0b7dd 89cc0ac92247 2024-04-13T10:04:16.331 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (14m) 9m ago 14m 385M 1944M 16.2.5 6933c2a0b7dd b0323c8d9018 2024-04-13T10:04:16.331 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (14m) 9m ago 14m 397M 2712M 16.2.5 6933c2a0b7dd f89e1bdd5583 2024-04-13T10:04:16.331 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (14m) 9m ago 14m 427M 2712M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T10:04:16.331 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (13m) 9m ago 13m 350M 2712M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T10:04:16.331 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (13m) 9m ago 13m 490M 2712M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T10:04:16.331 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 starting - - - - 2024-04-13T10:04:16.726 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:04:16.726 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T10:04:16.726 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:04:16.726 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:04:16.726 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T10:04:16.726 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-13T10:04:16.726 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T10:04:16.726 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:04:16.727 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T10:04:16.727 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-13T10:04:16.727 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:04:16.727 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T10:04:16.727 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:04:16.727 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:04:16.727 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T10:04:16.727 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-13T10:04:16.727 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T10:04:16.727 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T10:04:16.727 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:04:17.063 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:04:17.063 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T10:04:17.063 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T10:04:17.063 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T10:04:17.064 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2024-04-13T10:04:17.064 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "1/23 daemons upgraded", 2024-04-13T10:04:17.064 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "", 2024-04-13T10:04:17.064 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T10:04:17.064 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:04:17.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:17 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:04:15.655159+0000 mgr.smithi064.lcvmyw (mgr.24451) 421 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:04:17.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:17 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:04:15.992682+0000 mgr.smithi064.lcvmyw (mgr.24451) 422 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:04:17.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:17 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:04:16.270294+0000 mgr.smithi064.lcvmyw (mgr.24451) 423 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:17.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:17 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:04:16.320009+0000 mgr.smithi064.lcvmyw (mgr.24451) 424 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:04:17.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:17 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:04:16.726764+0000 mon.smithi062 (mon.0) 996 : audit [DBG] from='client.? 172.21.15.62:0/4236533935' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:04:17.461 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2024-04-13T10:04:17.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:17 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:04:15.655159+0000 mgr.smithi064.lcvmyw (mgr.24451) 421 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:04:17.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:17 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:04:15.992682+0000 mgr.smithi064.lcvmyw (mgr.24451) 422 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:04:17.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:17 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:04:16.270294+0000 mgr.smithi064.lcvmyw (mgr.24451) 423 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:17.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:17 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:04:16.320009+0000 mgr.smithi064.lcvmyw (mgr.24451) 424 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:04:17.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:17 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:04:16.726764+0000 mon.smithi062 (mon.0) 996 : audit [DBG] from='client.? 172.21.15.62:0/4236533935' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:04:18.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:18 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:04:17.063549+0000 mgr.smithi064.lcvmyw (mgr.24451) 425 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:04:18.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:18 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:04:17.299724+0000 mon.smithi062 (mon.0) 997 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:04:18.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:18 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:04:17.461782+0000 mon.smithi062 (mon.0) 998 : audit [DBG] from='client.? 172.21.15.62:0/933391261' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:04:18.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:18 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:04:17.063549+0000 mgr.smithi064.lcvmyw (mgr.24451) 425 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:04:18.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:18 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:04:17.299724+0000 mon.smithi062 (mon.0) 997 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:04:18.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:18 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:04:17.461782+0000 mon.smithi062 (mon.0) 998 : audit [DBG] from='client.? 172.21.15.62:0/933391261' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:04:19.274 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:04:19.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:04:18.271124+0000 mgr.smithi064.lcvmyw (mgr.24451) 426 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:04:19.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:04:18.271124+0000 mgr.smithi064.lcvmyw (mgr.24451) 426 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:04:21.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:04:20.271525+0000 mgr.smithi064.lcvmyw (mgr.24451) 427 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:21.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:04:20.271525+0000 mgr.smithi064.lcvmyw (mgr.24451) 427 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:23.444 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:04:22.272002+0000 mgr.smithi064.lcvmyw (mgr.24451) 428 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:23.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:04:22.272002+0000 mgr.smithi064.lcvmyw (mgr.24451) 428 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:24.318 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:04:25.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:04:24.272806+0000 mgr.smithi064.lcvmyw (mgr.24451) 429 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:04:25.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:04:24.272806+0000 mgr.smithi064.lcvmyw (mgr.24451) 429 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:04:27.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:04:26.273161+0000 mgr.smithi064.lcvmyw (mgr.24451) 430 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:27.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:27 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:04:26.273161+0000 mgr.smithi064.lcvmyw (mgr.24451) 430 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:29.358 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:04:29.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:29 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:04:28.273804+0000 mgr.smithi064.lcvmyw (mgr.24451) 431 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:04:29.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:29 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:04:28.273804+0000 mgr.smithi064.lcvmyw (mgr.24451) 431 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:04:31.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:31 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:04:30.274317+0000 mgr.smithi064.lcvmyw (mgr.24451) 432 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:31.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:31 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:04:30.274317+0000 mgr.smithi064.lcvmyw (mgr.24451) 432 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:32.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:04:32.300127+0000 mon.smithi062 (mon.0) 999 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:04:32.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:32 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:04:32.300127+0000 mon.smithi062 (mon.0) 999 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:04:33.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:04:32.274774+0000 mgr.smithi064.lcvmyw (mgr.24451) 433 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:33.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:04:32.274774+0000 mgr.smithi064.lcvmyw (mgr.24451) 433 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:34.414 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:04:35.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:04:34.275517+0000 mgr.smithi064.lcvmyw (mgr.24451) 434 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:04:35.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:04:34.275517+0000 mgr.smithi064.lcvmyw (mgr.24451) 434 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:04:37.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:04:36.275907+0000 mgr.smithi064.lcvmyw (mgr.24451) 435 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:37.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:04:36.275907+0000 mgr.smithi064.lcvmyw (mgr.24451) 435 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:39.452 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:04:39.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:04:38.276599+0000 mgr.smithi064.lcvmyw (mgr.24451) 436 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:04:39.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:04:38.276599+0000 mgr.smithi064.lcvmyw (mgr.24451) 436 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:04:41.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:04:40.276989+0000 mgr.smithi064.lcvmyw (mgr.24451) 437 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:41.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:04:40.276989+0000 mgr.smithi064.lcvmyw (mgr.24451) 437 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:43.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:04:42.277518+0000 mgr.smithi064.lcvmyw (mgr.24451) 438 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:43.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:04:42.277518+0000 mgr.smithi064.lcvmyw (mgr.24451) 438 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:44.493 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:04:45.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:04:44.278274+0000 mgr.smithi064.lcvmyw (mgr.24451) 439 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:04:45.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:04:44.278274+0000 mgr.smithi064.lcvmyw (mgr.24451) 439 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:04:47.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:04:46.278692+0000 mgr.smithi064.lcvmyw (mgr.24451) 440 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:47.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:04:46.278692+0000 mgr.smithi064.lcvmyw (mgr.24451) 440 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:47.829 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T10:04:48.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:48 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:04:47.300293+0000 mon.smithi062 (mon.0) 1000 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:04:48.494 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T10:04:48.495 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 starting - - - - 2024-04-13T10:04:48.495 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (18m) 9m ago 18m 6395k - 16.2.5 6933c2a0b7dd 7a9c2c1a0af1 2024-04-13T10:04:48.495 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (17m) 9m ago 17m 6387k - 16.2.5 6933c2a0b7dd a611207376c9 2024-04-13T10:04:48.495 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 starting - - - - 2024-04-13T10:04:48.495 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (12m) 9m ago 12m 12.4M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T10:04:48.495 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (12m) 9m ago 12m 38.1M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T10:04:48.495 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:9283 running (19m) 9m ago 19m 367M - 16.2.5 6933c2a0b7dd 1624956d67ec 2024-04-13T10:04:48.495 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283 running (10m) 9m ago 17m 499M - 18.2.2-1173-g5108bc67 3464fd31103e 35c0defc34fa 2024-04-13T10:04:48.495 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (19m) 9m ago 19m 55.7M 2048M 16.2.5 6933c2a0b7dd 724aac6eaf10 2024-04-13T10:04:48.495 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (17m) 9m ago 17m 44.1M 2048M 16.2.5 6933c2a0b7dd fda491e695cc 2024-04-13T10:04:48.495 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (9m) 9m ago 9m 49.5M - 3.5 6933c2a0b7dd c23522e42b6b 2024-04-13T10:04:48.495 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (9m) 9m ago 9m 46.7M - 3.5 6933c2a0b7dd ab1f0d8d0bb5 2024-04-13T10:04:48.495 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 starting - - - - 2024-04-13T10:04:48.496 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (16m) 9m ago 16m 17.3M - 0.18.1 e5a616e4b9cf 81a3faddaae0 2024-04-13T10:04:48.496 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (16m) 9m ago 16m 406M 1944M 16.2.5 6933c2a0b7dd fd265569b30d 2024-04-13T10:04:48.496 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (16m) 9m ago 16m 310M 1944M 16.2.5 6933c2a0b7dd 09ca36a5db39 2024-04-13T10:04:48.496 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (15m) 9m ago 15m 245M 1944M 16.2.5 6933c2a0b7dd 89cc0ac92247 2024-04-13T10:04:48.496 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (15m) 9m ago 15m 385M 1944M 16.2.5 6933c2a0b7dd b0323c8d9018 2024-04-13T10:04:48.496 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (15m) 9m ago 15m 397M 2712M 16.2.5 6933c2a0b7dd f89e1bdd5583 2024-04-13T10:04:48.496 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (14m) 9m ago 14m 427M 2712M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T10:04:48.496 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (14m) 9m ago 14m 350M 2712M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T10:04:48.496 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (14m) 9m ago 14m 490M 2712M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T10:04:48.496 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 starting - - - - 2024-04-13T10:04:48.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:48 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:04:47.300293+0000 mon.smithi062 (mon.0) 1000 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:04:48.893 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:04:48.893 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T10:04:48.893 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:04:48.893 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:04:48.893 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T10:04:48.893 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-13T10:04:48.893 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T10:04:48.893 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:04:48.893 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T10:04:48.894 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-13T10:04:48.894 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:04:48.894 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T10:04:48.894 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:04:48.894 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:04:48.894 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T10:04:48.894 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-13T10:04:48.894 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T10:04:48.895 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T10:04:48.895 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:04:49.233 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:04:49.233 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T10:04:49.233 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T10:04:49.233 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T10:04:49.234 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2024-04-13T10:04:49.234 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "1/23 daemons upgraded", 2024-04-13T10:04:49.234 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "", 2024-04-13T10:04:49.234 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T10:04:49.234 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:04:49.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:04:47.816433+0000 mgr.smithi064.lcvmyw (mgr.24451) 441 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:04:49.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:04:48.154709+0000 mgr.smithi064.lcvmyw (mgr.24451) 442 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:04:49.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:04:48.279385+0000 mgr.smithi064.lcvmyw (mgr.24451) 443 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:04:49.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:04:48.893492+0000 mon.smithi062 (mon.0) 1001 : audit [DBG] from='client.? 172.21.15.62:0/1418419837' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:04:49.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:04:47.816433+0000 mgr.smithi064.lcvmyw (mgr.24451) 441 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:04:49.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:04:48.154709+0000 mgr.smithi064.lcvmyw (mgr.24451) 442 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:04:49.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:04:48.279385+0000 mgr.smithi064.lcvmyw (mgr.24451) 443 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:04:49.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:04:48.893492+0000 mon.smithi062 (mon.0) 1001 : audit [DBG] from='client.? 172.21.15.62:0/1418419837' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:04:49.530 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:04:49.642 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2024-04-13T10:04:50.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:50 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:04:48.484344+0000 mgr.smithi064.lcvmyw (mgr.24451) 444 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:04:50.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:50 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:04:49.233453+0000 mgr.smithi064.lcvmyw (mgr.24451) 445 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:04:50.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:50 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:04:49.642380+0000 mon.smithi062 (mon.0) 1002 : audit [DBG] from='client.? 172.21.15.62:0/1510137035' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:04:50.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:50 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:04:48.484344+0000 mgr.smithi064.lcvmyw (mgr.24451) 444 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:04:50.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:50 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:04:49.233453+0000 mgr.smithi064.lcvmyw (mgr.24451) 445 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:04:50.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:50 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:04:49.642380+0000 mon.smithi062 (mon.0) 1002 : audit [DBG] from='client.? 172.21.15.62:0/1510137035' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:04:51.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:04:50.279818+0000 mgr.smithi064.lcvmyw (mgr.24451) 446 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:51.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:04:50.279818+0000 mgr.smithi064.lcvmyw (mgr.24451) 446 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:53.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:04:52.280267+0000 mgr.smithi064.lcvmyw (mgr.24451) 447 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:53.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:04:52.280267+0000 mgr.smithi064.lcvmyw (mgr.24451) 447 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:54.575 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:04:55.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:04:54.280939+0000 mgr.smithi064.lcvmyw (mgr.24451) 448 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:04:55.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:04:54.280939+0000 mgr.smithi064.lcvmyw (mgr.24451) 448 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:04:57.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:04:56.281490+0000 mgr.smithi064.lcvmyw (mgr.24451) 449 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:57.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:04:56.281490+0000 mgr.smithi064.lcvmyw (mgr.24451) 449 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:04:59.626 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:04:59.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:04:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:04:58.282290+0000 mgr.smithi064.lcvmyw (mgr.24451) 450 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:04:59.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:04:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:04:58.282290+0000 mgr.smithi064.lcvmyw (mgr.24451) 450 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:05:01.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:01 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:05:00.282701+0000 mgr.smithi064.lcvmyw (mgr.24451) 451 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:01.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:01 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:05:00.282701+0000 mgr.smithi064.lcvmyw (mgr.24451) 451 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:02.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:02 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:02.300650+0000 mon.smithi062 (mon.0) 1003 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:05:02.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:02.300650+0000 mon.smithi062 (mon.0) 1003 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:05:03.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:05:02.283068+0000 mgr.smithi064.lcvmyw (mgr.24451) 452 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:03.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:05:02.283068+0000 mgr.smithi064.lcvmyw (mgr.24451) 452 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:04.671 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:05:05.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:05:04.283803+0000 mgr.smithi064.lcvmyw (mgr.24451) 453 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:05:05.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:05:04.283803+0000 mgr.smithi064.lcvmyw (mgr.24451) 453 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:05:07.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:07 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:05:06.284211+0000 mgr.smithi064.lcvmyw (mgr.24451) 454 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:07.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:07 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:05:06.284211+0000 mgr.smithi064.lcvmyw (mgr.24451) 454 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:09.715 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:05:09.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:05:08.284834+0000 mgr.smithi064.lcvmyw (mgr.24451) 455 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:05:09.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:05:08.284834+0000 mgr.smithi064.lcvmyw (mgr.24451) 455 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:05:11.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:11 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:05:10.285376+0000 mgr.smithi064.lcvmyw (mgr.24451) 456 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:11.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:11 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:05:10.285376+0000 mgr.smithi064.lcvmyw (mgr.24451) 456 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:13.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:13 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:05:12.285943+0000 mgr.smithi064.lcvmyw (mgr.24451) 457 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:13.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:13 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:05:12.285943+0000 mgr.smithi064.lcvmyw (mgr.24451) 457 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:14.752 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:05:15.765 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:15 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:05:14.286902+0000 mgr.smithi064.lcvmyw (mgr.24451) 458 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:05:15.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:05:14.286902+0000 mgr.smithi064.lcvmyw (mgr.24451) 458 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:05:17.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:17 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:05:16.287415+0000 mgr.smithi064.lcvmyw (mgr.24451) 459 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:17.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:17 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:05:16.287415+0000 mgr.smithi064.lcvmyw (mgr.24451) 459 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:18.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:18 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:17.301120+0000 mon.smithi062 (mon.0) 1004 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:05:18.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:18 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:17.301120+0000 mon.smithi062 (mon.0) 1004 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:05:19.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:05:18.288252+0000 mgr.smithi064.lcvmyw (mgr.24451) 460 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:05:19.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:05:18.288252+0000 mgr.smithi064.lcvmyw (mgr.24451) 460 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:05:19.786 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:05:20.011 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T10:05:20.673 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T10:05:20.674 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 starting - - - - 2024-04-13T10:05:20.674 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (18m) 10m ago 18m 6395k - 16.2.5 6933c2a0b7dd 7a9c2c1a0af1 2024-04-13T10:05:20.674 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (17m) 10m ago 17m 6387k - 16.2.5 6933c2a0b7dd a611207376c9 2024-04-13T10:05:20.674 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 starting - - - - 2024-04-13T10:05:20.674 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (13m) 10m ago 13m 12.4M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T10:05:20.674 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (13m) 10m ago 13m 38.1M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T10:05:20.674 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:9283 running (20m) 10m ago 20m 367M - 16.2.5 6933c2a0b7dd 1624956d67ec 2024-04-13T10:05:20.674 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283 running (10m) 10m ago 17m 499M - 18.2.2-1173-g5108bc67 3464fd31103e 35c0defc34fa 2024-04-13T10:05:20.674 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (20m) 10m ago 20m 55.7M 2048M 16.2.5 6933c2a0b7dd 724aac6eaf10 2024-04-13T10:05:20.674 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (17m) 10m ago 17m 44.1M 2048M 16.2.5 6933c2a0b7dd fda491e695cc 2024-04-13T10:05:20.674 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (10m) 10m ago 10m 49.5M - 3.5 6933c2a0b7dd c23522e42b6b 2024-04-13T10:05:20.674 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (10m) 10m ago 10m 46.7M - 3.5 6933c2a0b7dd ab1f0d8d0bb5 2024-04-13T10:05:20.674 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 starting - - - - 2024-04-13T10:05:20.675 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (17m) 10m ago 17m 17.3M - 0.18.1 e5a616e4b9cf 81a3faddaae0 2024-04-13T10:05:20.675 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (17m) 10m ago 17m 406M 1944M 16.2.5 6933c2a0b7dd fd265569b30d 2024-04-13T10:05:20.675 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (16m) 10m ago 16m 310M 1944M 16.2.5 6933c2a0b7dd 09ca36a5db39 2024-04-13T10:05:20.675 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (16m) 10m ago 16m 245M 1944M 16.2.5 6933c2a0b7dd 89cc0ac92247 2024-04-13T10:05:20.675 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (15m) 10m ago 15m 385M 1944M 16.2.5 6933c2a0b7dd b0323c8d9018 2024-04-13T10:05:20.675 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (15m) 10m ago 15m 397M 2712M 16.2.5 6933c2a0b7dd f89e1bdd5583 2024-04-13T10:05:20.675 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (15m) 10m ago 15m 427M 2712M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T10:05:20.675 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (15m) 10m ago 15m 350M 2712M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T10:05:20.675 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (14m) 10m ago 14m 490M 2712M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T10:05:20.675 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 starting - - - - 2024-04-13T10:05:21.074 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:05:21.074 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T10:05:21.075 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:05:21.075 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:05:21.075 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T10:05:21.075 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-13T10:05:21.075 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T10:05:21.075 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:05:21.075 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T10:05:21.075 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-13T10:05:21.075 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:05:21.075 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T10:05:21.075 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:05:21.075 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:05:21.075 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T10:05:21.075 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-13T10:05:21.075 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T10:05:21.076 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T10:05:21.076 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:05:21.413 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:05:21.413 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T10:05:21.414 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T10:05:21.414 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T10:05:21.414 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2024-04-13T10:05:21.414 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "1/23 daemons upgraded", 2024-04-13T10:05:21.414 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "", 2024-04-13T10:05:21.414 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T10:05:21.414 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:05:21.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:19.999311+0000 mgr.smithi064.lcvmyw (mgr.24451) 461 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:05:21.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:05:20.288633+0000 mgr.smithi064.lcvmyw (mgr.24451) 462 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:21.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:20.337162+0000 mgr.smithi064.lcvmyw (mgr.24451) 463 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:05:21.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:21.075170+0000 mon.smithi062 (mon.0) 1005 : audit [DBG] from='client.? 172.21.15.62:0/4118102157' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:05:21.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:19.999311+0000 mgr.smithi064.lcvmyw (mgr.24451) 461 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:05:21.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:05:20.288633+0000 mgr.smithi064.lcvmyw (mgr.24451) 462 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:21.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:20.337162+0000 mgr.smithi064.lcvmyw (mgr.24451) 463 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:05:21.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:21.075170+0000 mon.smithi062 (mon.0) 1005 : audit [DBG] from='client.? 172.21.15.62:0/4118102157' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:05:21.810 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2024-04-13T10:05:22.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:22 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:20.663887+0000 mgr.smithi064.lcvmyw (mgr.24451) 464 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:05:22.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:22 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:21.413602+0000 mgr.smithi064.lcvmyw (mgr.24451) 465 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:05:22.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:22 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:21.811662+0000 mon.smithi062 (mon.0) 1006 : audit [DBG] from='client.? 172.21.15.62:0/874841711' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:05:22.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:22 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:20.663887+0000 mgr.smithi064.lcvmyw (mgr.24451) 464 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:05:22.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:22 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:21.413602+0000 mgr.smithi064.lcvmyw (mgr.24451) 465 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:05:22.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:22 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:21.811662+0000 mon.smithi062 (mon.0) 1006 : audit [DBG] from='client.? 172.21.15.62:0/874841711' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:05:23.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:05:22.288967+0000 mgr.smithi064.lcvmyw (mgr.24451) 466 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:23.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:05:22.288967+0000 mgr.smithi064.lcvmyw (mgr.24451) 466 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:24.836 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:05:25.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:05:24.289675+0000 mgr.smithi064.lcvmyw (mgr.24451) 467 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:05:25.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:05:24.289675+0000 mgr.smithi064.lcvmyw (mgr.24451) 467 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:05:27.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:27 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:05:26.290095+0000 mgr.smithi064.lcvmyw (mgr.24451) 468 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:27.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:05:26.290095+0000 mgr.smithi064.lcvmyw (mgr.24451) 468 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:29.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:29 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:05:28.290758+0000 mgr.smithi064.lcvmyw (mgr.24451) 469 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:05:29.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:29 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:05:28.290758+0000 mgr.smithi064.lcvmyw (mgr.24451) 469 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:05:29.885 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:05:31.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:31 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:05:30.291222+0000 mgr.smithi064.lcvmyw (mgr.24451) 470 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:31.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:31 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:05:30.291222+0000 mgr.smithi064.lcvmyw (mgr.24451) 470 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:32.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:32.301337+0000 mon.smithi062 (mon.0) 1007 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:05:32.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:32 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:32.301337+0000 mon.smithi062 (mon.0) 1007 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:05:33.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:05:32.291622+0000 mgr.smithi064.lcvmyw (mgr.24451) 471 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:33.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:33 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:05:32.291622+0000 mgr.smithi064.lcvmyw (mgr.24451) 471 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:34.925 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:05:35.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:05:34.292352+0000 mgr.smithi064.lcvmyw (mgr.24451) 472 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:05:35.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:35 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:05:34.292352+0000 mgr.smithi064.lcvmyw (mgr.24451) 472 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:05:37.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:05:36.292718+0000 mgr.smithi064.lcvmyw (mgr.24451) 473 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:37.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:37 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:05:36.292718+0000 mgr.smithi064.lcvmyw (mgr.24451) 473 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:39.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:05:38.293551+0000 mgr.smithi064.lcvmyw (mgr.24451) 474 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:05:39.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:05:38.293551+0000 mgr.smithi064.lcvmyw (mgr.24451) 474 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:05:39.958 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:05:41.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:05:40.294100+0000 mgr.smithi064.lcvmyw (mgr.24451) 475 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:41.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:05:40.294100+0000 mgr.smithi064.lcvmyw (mgr.24451) 475 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:43.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:05:42.294615+0000 mgr.smithi064.lcvmyw (mgr.24451) 476 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:43.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:05:42.294615+0000 mgr.smithi064.lcvmyw (mgr.24451) 476 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:44.993 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:05:45.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:05:44.295454+0000 mgr.smithi064.lcvmyw (mgr.24451) 477 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:05:45.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:05:44.295454+0000 mgr.smithi064.lcvmyw (mgr.24451) 477 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:05:47.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:05:46.295933+0000 mgr.smithi064.lcvmyw (mgr.24451) 478 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:47.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:05:46.295933+0000 mgr.smithi064.lcvmyw (mgr.24451) 478 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:48.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:48 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:47.301707+0000 mon.smithi062 (mon.0) 1008 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:05:48.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:48 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:47.301707+0000 mon.smithi062 (mon.0) 1008 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:05:49.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:05:48.296788+0000 mgr.smithi064.lcvmyw (mgr.24451) 479 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:05:49.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:05:48.296788+0000 mgr.smithi064.lcvmyw (mgr.24451) 479 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:05:50.033 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:05:51.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:05:50.297244+0000 mgr.smithi064.lcvmyw (mgr.24451) 480 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:51.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:50.734401+0000 mon.smithi062 (mon.0) 1009 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:05:51.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:50.740733+0000 mon.smithi062 (mon.0) 1010 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:05:51.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:50.756558+0000 mon.smithi062 (mon.0) 1011 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-13T10:05:51.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:50.758603+0000 mon.smithi062 (mon.0) 1012 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi062.front.sepia.ceph.com:9093"}]: dispatch 2024-04-13T10:05:51.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:50.763107+0000 mon.smithi062 (mon.0) 1013 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:05:51.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:50.772251+0000 mon.smithi062 (mon.0) 1014 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-13T10:05:51.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:50.776006+0000 mon.smithi062 (mon.0) 1015 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi062.front.sepia.ceph.com:3000"}]: dispatch 2024-04-13T10:05:51.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:50.780636+0000 mon.smithi062 (mon.0) 1016 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:05:51.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:50.789964+0000 mon.smithi062 (mon.0) 1017 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-13T10:05:51.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:50.792717+0000 mon.smithi062 (mon.0) 1018 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi062.front.sepia.ceph.com:9095"}]: dispatch 2024-04-13T10:05:51.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:50.797293+0000 mon.smithi062 (mon.0) 1019 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:05:51.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:50.810210+0000 mon.smithi062 (mon.0) 1020 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:05:51.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:50.815505+0000 mon.smithi062 (mon.0) 1021 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:05:51.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:05:50.297244+0000 mgr.smithi064.lcvmyw (mgr.24451) 480 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:51.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:50.734401+0000 mon.smithi062 (mon.0) 1009 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:05:51.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:50.740733+0000 mon.smithi062 (mon.0) 1010 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:05:51.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:50.756558+0000 mon.smithi062 (mon.0) 1011 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-13T10:05:51.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:50.758603+0000 mon.smithi062 (mon.0) 1012 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi062.front.sepia.ceph.com:9093"}]: dispatch 2024-04-13T10:05:51.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:50.763107+0000 mon.smithi062 (mon.0) 1013 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:05:51.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:50.772251+0000 mon.smithi062 (mon.0) 1014 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-13T10:05:51.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:50.776006+0000 mon.smithi062 (mon.0) 1015 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi062.front.sepia.ceph.com:3000"}]: dispatch 2024-04-13T10:05:51.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:50.780636+0000 mon.smithi062 (mon.0) 1016 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:05:51.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:50.789964+0000 mon.smithi062 (mon.0) 1017 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-13T10:05:51.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:50.792717+0000 mon.smithi062 (mon.0) 1018 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi062.front.sepia.ceph.com:9095"}]: dispatch 2024-04-13T10:05:51.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:50.797293+0000 mon.smithi062 (mon.0) 1019 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:05:51.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:50.810210+0000 mon.smithi062 (mon.0) 1020 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:05:51.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:50.815505+0000 mon.smithi062 (mon.0) 1021 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:05:52.167 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T10:05:52.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:50.757184+0000 mgr.smithi064.lcvmyw (mgr.24451) 481 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-13T10:05:52.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:50.758926+0000 mgr.smithi064.lcvmyw (mgr.24451) 482 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi062.front.sepia.ceph.com:9093"}]: dispatch 2024-04-13T10:05:52.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:50.772651+0000 mgr.smithi064.lcvmyw (mgr.24451) 483 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-13T10:05:52.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:50.776322+0000 mgr.smithi064.lcvmyw (mgr.24451) 484 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi062.front.sepia.ceph.com:3000"}]: dispatch 2024-04-13T10:05:52.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:50.790337+0000 mgr.smithi064.lcvmyw (mgr.24451) 485 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-13T10:05:52.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:50.793070+0000 mgr.smithi064.lcvmyw (mgr.24451) 486 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi062.front.sepia.ceph.com:9095"}]: dispatch 2024-04-13T10:05:52.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:05:50.816108+0000 mgr.smithi064.lcvmyw (mgr.24451) 487 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi064.lcvmyw) 2024-04-13T10:05:52.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:05:50.816536+0000 mgr.smithi064.lcvmyw (mgr.24451) 488 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi064.lcvmyw) 2024-04-13T10:05:52.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:50.757184+0000 mgr.smithi064.lcvmyw (mgr.24451) 481 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-13T10:05:52.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:50.758926+0000 mgr.smithi064.lcvmyw (mgr.24451) 482 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi062.front.sepia.ceph.com:9093"}]: dispatch 2024-04-13T10:05:52.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:50.772651+0000 mgr.smithi064.lcvmyw (mgr.24451) 483 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-13T10:05:52.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:50.776322+0000 mgr.smithi064.lcvmyw (mgr.24451) 484 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi062.front.sepia.ceph.com:3000"}]: dispatch 2024-04-13T10:05:52.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:50.790337+0000 mgr.smithi064.lcvmyw (mgr.24451) 485 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-13T10:05:52.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:50.793070+0000 mgr.smithi064.lcvmyw (mgr.24451) 486 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi062.front.sepia.ceph.com:9095"}]: dispatch 2024-04-13T10:05:52.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T10:05:50.816108+0000 mgr.smithi064.lcvmyw (mgr.24451) 487 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi064.lcvmyw) 2024-04-13T10:05:52.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T10:05:50.816536+0000 mgr.smithi064.lcvmyw (mgr.24451) 488 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi064.lcvmyw) 2024-04-13T10:05:52.849 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T10:05:52.849 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 starting - - - - 2024-04-13T10:05:52.849 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (19m) 10m ago 19m 6395k - 16.2.5 6933c2a0b7dd 7a9c2c1a0af1 2024-04-13T10:05:52.849 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (18m) 10m ago 18m 6387k - 16.2.5 6933c2a0b7dd a611207376c9 2024-04-13T10:05:52.849 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 starting - - - - 2024-04-13T10:05:52.849 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (13m) 10m ago 13m 12.4M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T10:05:52.849 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (13m) 10m ago 13m 38.1M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T10:05:52.849 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:9283 running (20m) 10m ago 20m 367M - 16.2.5 6933c2a0b7dd 1624956d67ec 2024-04-13T10:05:52.849 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283 running (11m) 10m ago 18m 499M - 18.2.2-1173-g5108bc67 3464fd31103e 35c0defc34fa 2024-04-13T10:05:52.849 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (20m) 10m ago 21m 55.7M 2048M 16.2.5 6933c2a0b7dd 724aac6eaf10 2024-04-13T10:05:52.849 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (18m) 10m ago 18m 44.1M 2048M 16.2.5 6933c2a0b7dd fda491e695cc 2024-04-13T10:05:52.849 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (10m) 10m ago 10m 49.5M - 3.5 6933c2a0b7dd c23522e42b6b 2024-04-13T10:05:52.850 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (10m) 10m ago 10m 46.7M - 3.5 6933c2a0b7dd ab1f0d8d0bb5 2024-04-13T10:05:52.850 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 starting - - - - 2024-04-13T10:05:52.850 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 starting - - - - 2024-04-13T10:05:52.850 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (17m) 10m ago 17m 406M 1944M 16.2.5 6933c2a0b7dd fd265569b30d 2024-04-13T10:05:52.850 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (17m) 10m ago 17m 310M 1944M 16.2.5 6933c2a0b7dd 09ca36a5db39 2024-04-13T10:05:52.850 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (16m) 10m ago 16m 245M 1944M 16.2.5 6933c2a0b7dd 89cc0ac92247 2024-04-13T10:05:52.850 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (16m) 10m ago 16m 385M 1944M 16.2.5 6933c2a0b7dd b0323c8d9018 2024-04-13T10:05:52.850 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (16m) 10m ago 16m 397M 2712M 16.2.5 6933c2a0b7dd f89e1bdd5583 2024-04-13T10:05:52.850 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (15m) 10m ago 15m 427M 2712M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T10:05:52.850 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (15m) 10m ago 15m 350M 2712M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T10:05:52.850 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (15m) 10m ago 15m 490M 2712M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T10:05:52.850 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 starting - - - - 2024-04-13T10:05:53.266 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:05:53.266 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T10:05:53.266 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:05:53.266 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:05:53.266 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T10:05:53.266 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-13T10:05:53.266 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T10:05:53.266 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:05:53.266 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T10:05:53.267 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-13T10:05:53.267 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:05:53.267 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T10:05:53.267 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:05:53.267 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:05:53.267 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T10:05:53.267 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-13T10:05:53.267 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T10:05:53.267 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T10:05:53.267 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:05:53.606 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:05:53.627 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T10:05:53.627 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T10:05:53.627 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T10:05:53.627 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2024-04-13T10:05:53.627 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "1/23 daemons upgraded", 2024-04-13T10:05:53.627 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "Currently upgrading mgr daemons", 2024-04-13T10:05:53.627 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T10:05:53.627 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:05:53.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:52.155718+0000 mgr.smithi064.lcvmyw (mgr.24451) 489 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:05:53.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:05:52.297678+0000 mgr.smithi064.lcvmyw (mgr.24451) 490 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:53.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:52.488782+0000 mon.smithi062 (mon.0) 1022 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:05:53.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:52.489727+0000 mon.smithi062 (mon.0) 1023 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi062.wofrer", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-13T10:05:53.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:52.490739+0000 mon.smithi062 (mon.0) 1024 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-13T10:05:53.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:52.491809+0000 mon.smithi062 (mon.0) 1025 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:05:53.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:53.266682+0000 mon.smithi062 (mon.0) 1026 : audit [DBG] from='client.? 172.21.15.62:0/1670139980' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:05:53.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:52.155718+0000 mgr.smithi064.lcvmyw (mgr.24451) 489 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:05:53.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:05:52.297678+0000 mgr.smithi064.lcvmyw (mgr.24451) 490 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:53.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:52.488782+0000 mon.smithi062 (mon.0) 1022 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:05:53.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:52.489727+0000 mon.smithi062 (mon.0) 1023 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi062.wofrer", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-13T10:05:53.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:52.490739+0000 mon.smithi062 (mon.0) 1024 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-13T10:05:53.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:52.491809+0000 mon.smithi062 (mon.0) 1025 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:05:53.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:53 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:53.266682+0000 mon.smithi062 (mon.0) 1026 : audit [DBG] from='client.? 172.21.15.62:0/1670139980' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:05:54.022 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2024-04-13T10:05:54.695 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T10:05:52.484670+0000 mgr.smithi064.lcvmyw (mgr.24451) 491 : cephadm [INF] Upgrade: Updating mgr.smithi062.wofrer 2024-04-13T10:05:54.695 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T10:05:52.492831+0000 mgr.smithi064.lcvmyw (mgr.24451) 492 : cephadm [INF] Deploying daemon mgr.smithi062.wofrer on smithi062 2024-04-13T10:05:54.695 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:52.499333+0000 mgr.smithi064.lcvmyw (mgr.24451) 493 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:05:54.695 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:52.838557+0000 mgr.smithi064.lcvmyw (mgr.24451) 494 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:05:54.695 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:54.021990+0000 mon.smithi062 (mon.0) 1027 : audit [DBG] from='client.? 172.21.15.62:0/1855281697' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:05:54.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:54 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:05:52.484670+0000 mgr.smithi064.lcvmyw (mgr.24451) 491 : cephadm [INF] Upgrade: Updating mgr.smithi062.wofrer 2024-04-13T10:05:54.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:54 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:05:52.492831+0000 mgr.smithi064.lcvmyw (mgr.24451) 492 : cephadm [INF] Deploying daemon mgr.smithi062.wofrer on smithi062 2024-04-13T10:05:54.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:54 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:52.499333+0000 mgr.smithi064.lcvmyw (mgr.24451) 493 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:05:54.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:54 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:52.838557+0000 mgr.smithi064.lcvmyw (mgr.24451) 494 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:05:54.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:54 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:54.021990+0000 mon.smithi062 (mon.0) 1027 : audit [DBG] from='client.? 172.21.15.62:0/1855281697' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:05:55.069 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:05:55.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:53.606256+0000 mgr.smithi064.lcvmyw (mgr.24451) 495 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:05:55.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:05:54.298405+0000 mgr.smithi064.lcvmyw (mgr.24451) 496 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:05:55.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:53.606256+0000 mgr.smithi064.lcvmyw (mgr.24451) 495 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:05:55.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:05:54.298405+0000 mgr.smithi064.lcvmyw (mgr.24451) 496 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:05:57.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:56.037879+0000 mon.smithi062 (mon.0) 1028 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:05:57.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:56.042075+0000 mon.smithi062 (mon.0) 1029 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:05:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:56.065582+0000 mon.smithi062 (mon.0) 1030 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:05:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:05:56.298749+0000 mgr.smithi064.lcvmyw (mgr.24451) 497 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:56.386316+0000 mon.smithi062 (mon.0) 1031 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:05:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:56.388802+0000 mon.smithi062 (mon.0) 1032 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:05:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:56.400451+0000 mon.smithi062 (mon.0) 1033 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:05:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:05:56.404459+0000 mon.smithi062 (mon.0) 1034 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:05:57.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:56.037879+0000 mon.smithi062 (mon.0) 1028 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:05:57.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:56.042075+0000 mon.smithi062 (mon.0) 1029 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:05:57.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:56.065582+0000 mon.smithi062 (mon.0) 1030 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:05:57.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:05:56.298749+0000 mgr.smithi064.lcvmyw (mgr.24451) 497 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:05:57.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:56.386316+0000 mon.smithi062 (mon.0) 1031 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:05:57.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:56.388802+0000 mon.smithi062 (mon.0) 1032 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:05:57.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:56.400451+0000 mon.smithi062 (mon.0) 1033 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:05:57.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:05:56.404459+0000 mon.smithi062 (mon.0) 1034 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:05:59.606 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:05:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:05:58.299334+0000 mgr.smithi064.lcvmyw (mgr.24451) 498 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:05:59.765 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:05:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:05:58.299334+0000 mgr.smithi064.lcvmyw (mgr.24451) 498 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:06:00.108 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:06:01.707 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:01 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:00.299833+0000 mgr.smithi064.lcvmyw (mgr.24451) 499 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:06:01.707 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:01 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:01.032636+0000 mon.smithi062 (mon.0) 1035 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:06:01.707 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:01 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:01.036765+0000 mon.smithi062 (mon.0) 1036 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:06:01.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:01 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:00.299833+0000 mgr.smithi064.lcvmyw (mgr.24451) 499 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:06:01.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:01 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:01.032636+0000 mon.smithi062 (mon.0) 1035 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:06:01.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:01 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:01.036765+0000 mon.smithi062 (mon.0) 1036 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:06:02.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:02.301674+0000 mon.smithi062 (mon.0) 1037 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:06:02.765 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:02 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:02.301674+0000 mon.smithi062 (mon.0) 1037 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:06:03.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:02.300228+0000 mgr.smithi064.lcvmyw (mgr.24451) 500 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:06:03.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:03.136924+0000 mon.smithi062 (mon.0) 1038 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:06:03.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:03.141424+0000 mon.smithi062 (mon.0) 1039 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:06:03.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:02.300228+0000 mgr.smithi064.lcvmyw (mgr.24451) 500 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:06:03.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:03.136924+0000 mon.smithi062 (mon.0) 1038 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:06:03.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:03 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:03.141424+0000 mon.smithi062 (mon.0) 1039 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:06:04.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:03.448583+0000 mon.smithi062 (mon.0) 1040 : cluster [DBG] Standby manager daemon smithi062.wofrer restarted 2024-04-13T10:06:04.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:03.448666+0000 mon.smithi062 (mon.0) 1041 : cluster [DBG] Standby manager daemon smithi062.wofrer started 2024-04-13T10:06:04.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:03.451588+0000 mon.smithi062 (mon.0) 1042 : audit [DBG] from='mgr.? 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi062.wofrer/crt"}]: dispatch 2024-04-13T10:06:04.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:03.452173+0000 mon.smithi062 (mon.0) 1043 : audit [DBG] from='mgr.? 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-13T10:06:04.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:03.454444+0000 mon.smithi062 (mon.0) 1044 : audit [DBG] from='mgr.? 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi062.wofrer/key"}]: dispatch 2024-04-13T10:06:04.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:03.455403+0000 mon.smithi062 (mon.0) 1045 : audit [DBG] from='mgr.? 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-13T10:06:04.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:03.827254+0000 mon.smithi062 (mon.0) 1046 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:06:04.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:04 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:03.832027+0000 mon.smithi062 (mon.0) 1047 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:06:04.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:03.448583+0000 mon.smithi062 (mon.0) 1040 : cluster [DBG] Standby manager daemon smithi062.wofrer restarted 2024-04-13T10:06:04.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:03.448666+0000 mon.smithi062 (mon.0) 1041 : cluster [DBG] Standby manager daemon smithi062.wofrer started 2024-04-13T10:06:04.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:03.451588+0000 mon.smithi062 (mon.0) 1042 : audit [DBG] from='mgr.? 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi062.wofrer/crt"}]: dispatch 2024-04-13T10:06:04.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:03.452173+0000 mon.smithi062 (mon.0) 1043 : audit [DBG] from='mgr.? 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-13T10:06:04.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:03.454444+0000 mon.smithi062 (mon.0) 1044 : audit [DBG] from='mgr.? 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi062.wofrer/key"}]: dispatch 2024-04-13T10:06:04.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:03.455403+0000 mon.smithi062 (mon.0) 1045 : audit [DBG] from='mgr.? 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-13T10:06:04.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:03.827254+0000 mon.smithi062 (mon.0) 1046 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:06:04.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:03.832027+0000 mon.smithi062 (mon.0) 1047 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:06:05.143 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:06:05.499 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:04.300891+0000 mgr.smithi064.lcvmyw (mgr.24451) 501 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:06:05.499 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:04.373316+0000 mon.smithi062 (mon.0) 1048 : cluster [DBG] mgrmap e30: smithi064.lcvmyw(active, since 11m), standbys: smithi062.wofrer 2024-04-13T10:06:05.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:04.300891+0000 mgr.smithi064.lcvmyw (mgr.24451) 501 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:06:05.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:04.373316+0000 mon.smithi062 (mon.0) 1048 : cluster [DBG] mgrmap e30: smithi064.lcvmyw(active, since 11m), standbys: smithi062.wofrer 2024-04-13T10:06:07.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:07 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:06.301384+0000 mgr.smithi064.lcvmyw (mgr.24451) 502 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:06:07.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:07 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:06.301384+0000 mgr.smithi064.lcvmyw (mgr.24451) 502 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:06:08.460 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:08 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:07.159181+0000 mon.smithi062 (mon.0) 1049 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:06:08.460 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:08 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:07.163434+0000 mon.smithi062 (mon.0) 1050 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:06:08.460 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:08 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:07.164776+0000 mon.smithi062 (mon.0) 1051 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:06:08.460 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:08 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:07.165613+0000 mon.smithi062 (mon.0) 1052 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:06:08.460 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:08 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:07.166938+0000 mgr.smithi064.lcvmyw (mgr.24451) 503 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 188 B/s rd, 188 B/s wr, 0 op/s 2024-04-13T10:06:08.460 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:08 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:07.170013+0000 mon.smithi062 (mon.0) 1053 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:06:08.460 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:08 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:07.176691+0000 mon.smithi062 (mon.0) 1054 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:06:08.460 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:08 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:07.313262+0000 mon.smithi062 (mon.0) 1055 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:06:08.460 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:08 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:06:07.315453+0000 mgr.smithi064.lcvmyw (mgr.24451) 504 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi064.lcvmyw) 2024-04-13T10:06:08.461 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:08 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:06:07.315881+0000 mgr.smithi064.lcvmyw (mgr.24451) 505 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi064.lcvmyw) 2024-04-13T10:06:08.461 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:08 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:06:07.318490+0000 mgr.smithi064.lcvmyw (mgr.24451) 506 : cephadm [INF] Failing over to other MGR 2024-04-13T10:06:08.461 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:08 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:07.318853+0000 mon.smithi062 (mon.0) 1056 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "mgr fail", "who": "smithi064.lcvmyw"}]: dispatch 2024-04-13T10:06:08.461 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:08 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:07.322627+0000 mon.smithi062 (mon.0) 1057 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-04-13T10:06:08.461 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:08 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:07.870362+0000 mon.smithi062 (mon.0) 1058 : cluster [DBG] Standby manager daemon smithi064.lcvmyw started 2024-04-13T10:06:08.492 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:07.159181+0000 mon.smithi062 (mon.0) 1049 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:06:08.492 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:07.163434+0000 mon.smithi062 (mon.0) 1050 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:06:08.492 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:07.164776+0000 mon.smithi062 (mon.0) 1051 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:06:08.492 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:07.165613+0000 mon.smithi062 (mon.0) 1052 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:06:08.492 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:07.166938+0000 mgr.smithi064.lcvmyw (mgr.24451) 503 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 188 B/s rd, 188 B/s wr, 0 op/s 2024-04-13T10:06:08.492 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:07.170013+0000 mon.smithi062 (mon.0) 1053 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:06:08.492 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:07.176691+0000 mon.smithi062 (mon.0) 1054 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' 2024-04-13T10:06:08.492 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:07.313262+0000 mon.smithi062 (mon.0) 1055 : audit [DBG] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:06:08.492 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T10:06:07.315453+0000 mgr.smithi064.lcvmyw (mgr.24451) 504 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi064.lcvmyw) 2024-04-13T10:06:08.492 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T10:06:07.315881+0000 mgr.smithi064.lcvmyw (mgr.24451) 505 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi064.lcvmyw) 2024-04-13T10:06:08.492 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T10:06:07.318490+0000 mgr.smithi064.lcvmyw (mgr.24451) 506 : cephadm [INF] Failing over to other MGR 2024-04-13T10:06:08.493 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:07.318853+0000 mon.smithi062 (mon.0) 1056 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "mgr fail", "who": "smithi064.lcvmyw"}]: dispatch 2024-04-13T10:06:08.493 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:07.322627+0000 mon.smithi062 (mon.0) 1057 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-04-13T10:06:08.493 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:07.870362+0000 mon.smithi062 (mon.0) 1058 : cluster [DBG] Standby manager daemon smithi064.lcvmyw started 2024-04-13T10:06:09.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:08.162858+0000 mon.smithi062 (mon.0) 1059 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-13T10:06:09.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:08.187644+0000 mon.smithi062 (mon.0) 1060 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd='[{"prefix": "mgr fail", "who": "smithi064.lcvmyw"}]': finished 2024-04-13T10:06:09.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:08.187739+0000 mon.smithi062 (mon.0) 1061 : cluster [DBG] mgrmap e31: smithi062.wofrer(active, starting, since 0.868211s), standbys: smithi064.lcvmyw 2024-04-13T10:06:09.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:08.190058+0000 mon.smithi064 (mon.1) 27 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2024-04-13T10:06:09.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:08.190340+0000 mon.smithi064 (mon.1) 28 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2024-04-13T10:06:09.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:08.190631+0000 mon.smithi064 (mon.1) 29 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi062.hadckm"}]: dispatch 2024-04-13T10:06:09.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:08.190915+0000 mon.smithi064 (mon.1) 30 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi064.zvuvtq"}]: dispatch 2024-04-13T10:06:09.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:08.192267+0000 mon.smithi064 (mon.1) 31 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mgr metadata", "who": "smithi062.wofrer", "id": "smithi062.wofrer"}]: dispatch 2024-04-13T10:06:09.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:08.192527+0000 mon.smithi064 (mon.1) 32 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mgr metadata", "who": "smithi064.lcvmyw", "id": "smithi064.lcvmyw"}]: dispatch 2024-04-13T10:06:09.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:08.192795+0000 mon.smithi064 (mon.1) 33 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-13T10:06:09.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:08.193104+0000 mon.smithi064 (mon.1) 34 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-13T10:06:09.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:08.193407+0000 mon.smithi064 (mon.1) 35 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-13T10:06:09.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:08.193709+0000 mon.smithi064 (mon.1) 36 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-13T10:06:09.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:08.194001+0000 mon.smithi064 (mon.1) 37 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-13T10:06:09.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:08.194276+0000 mon.smithi064 (mon.1) 38 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-13T10:06:09.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:08.194569+0000 mon.smithi064 (mon.1) 39 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-13T10:06:09.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:08.194821+0000 mon.smithi064 (mon.1) 40 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-13T10:06:09.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:08.195081+0000 mon.smithi064 (mon.1) 41 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-13T10:06:09.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:08.195365+0000 mon.smithi064 (mon.1) 42 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-13T10:06:09.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:08.195849+0000 mon.smithi064 (mon.1) 43 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-13T10:06:09.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:08.229989+0000 mon.smithi062 (mon.0) 1062 : cluster [INF] Manager daemon smithi062.wofrer is now available 2024-04-13T10:06:09.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:08.253681+0000 mon.smithi064 (mon.1) 44 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:06:09.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:08.282671+0000 mon.smithi062 (mon.0) 1063 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:09.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:08.286905+0000 mon.smithi064 (mon.1) 45 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:06:09.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:08.287871+0000 mon.smithi064 (mon.1) 46 : audit [INF] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/mirror_snapshot_schedule"}]: dispatch 2024-04-13T10:06:09.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:08.288419+0000 mon.smithi062 (mon.0) 1064 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/mirror_snapshot_schedule"}]: dispatch 2024-04-13T10:06:09.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:08.301813+0000 mon.smithi064 (mon.1) 47 : audit [INF] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/trash_purge_schedule"}]: dispatch 2024-04-13T10:06:09.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:08.302247+0000 mon.smithi062 (mon.0) 1065 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/trash_purge_schedule"}]: dispatch 2024-04-13T10:06:09.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:06:08.650127+0000 mgr.smithi062.wofrer (mgr.15278) 1 : cephadm [INF] [13/Apr/2024:10:06:08] ENGINE Bus STARTING 2024-04-13T10:06:09.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:06:08.767149+0000 mgr.smithi062.wofrer (mgr.15278) 2 : cephadm [INF] [13/Apr/2024:10:06:08] ENGINE Serving on https://172.21.15.62:7150 2024-04-13T10:06:09.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:06:08.868420+0000 mgr.smithi062.wofrer (mgr.15278) 3 : cephadm [INF] [13/Apr/2024:10:06:08] ENGINE Serving on http://172.21.15.62:8765 2024-04-13T10:06:09.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:06:08.868522+0000 mgr.smithi062.wofrer (mgr.15278) 4 : cephadm [INF] [13/Apr/2024:10:06:08] ENGINE Bus STARTED 2024-04-13T10:06:09.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:08.162858+0000 mon.smithi062 (mon.0) 1059 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-13T10:06:09.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:08.187644+0000 mon.smithi062 (mon.0) 1060 : audit [INF] from='mgr.24451 172.21.15.64:0/1358870911' entity='mgr.smithi064.lcvmyw' cmd='[{"prefix": "mgr fail", "who": "smithi064.lcvmyw"}]': finished 2024-04-13T10:06:09.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:08.187739+0000 mon.smithi062 (mon.0) 1061 : cluster [DBG] mgrmap e31: smithi062.wofrer(active, starting, since 0.868211s), standbys: smithi064.lcvmyw 2024-04-13T10:06:09.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:08.190058+0000 mon.smithi064 (mon.1) 27 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2024-04-13T10:06:09.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:08.190340+0000 mon.smithi064 (mon.1) 28 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2024-04-13T10:06:09.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:08.190631+0000 mon.smithi064 (mon.1) 29 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi062.hadckm"}]: dispatch 2024-04-13T10:06:09.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:08.190915+0000 mon.smithi064 (mon.1) 30 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi064.zvuvtq"}]: dispatch 2024-04-13T10:06:09.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:08.192267+0000 mon.smithi064 (mon.1) 31 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mgr metadata", "who": "smithi062.wofrer", "id": "smithi062.wofrer"}]: dispatch 2024-04-13T10:06:09.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:08.192527+0000 mon.smithi064 (mon.1) 32 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mgr metadata", "who": "smithi064.lcvmyw", "id": "smithi064.lcvmyw"}]: dispatch 2024-04-13T10:06:09.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:08.192795+0000 mon.smithi064 (mon.1) 33 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-13T10:06:09.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:08.193104+0000 mon.smithi064 (mon.1) 34 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-13T10:06:09.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:08.193407+0000 mon.smithi064 (mon.1) 35 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-13T10:06:09.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:08.193709+0000 mon.smithi064 (mon.1) 36 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-13T10:06:09.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:08.194001+0000 mon.smithi064 (mon.1) 37 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-13T10:06:09.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:08.194276+0000 mon.smithi064 (mon.1) 38 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-13T10:06:09.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:08.194569+0000 mon.smithi064 (mon.1) 39 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-13T10:06:09.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:08.194821+0000 mon.smithi064 (mon.1) 40 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-13T10:06:09.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:08.195081+0000 mon.smithi064 (mon.1) 41 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-13T10:06:09.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:08.195365+0000 mon.smithi064 (mon.1) 42 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-13T10:06:09.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:08.195849+0000 mon.smithi064 (mon.1) 43 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-13T10:06:09.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:08.229989+0000 mon.smithi062 (mon.0) 1062 : cluster [INF] Manager daemon smithi062.wofrer is now available 2024-04-13T10:06:09.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:08.253681+0000 mon.smithi064 (mon.1) 44 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:06:09.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:08.282671+0000 mon.smithi062 (mon.0) 1063 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:09.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:08.286905+0000 mon.smithi064 (mon.1) 45 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:06:09.546 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:08.287871+0000 mon.smithi064 (mon.1) 46 : audit [INF] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/mirror_snapshot_schedule"}]: dispatch 2024-04-13T10:06:09.546 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:08.288419+0000 mon.smithi062 (mon.0) 1064 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/mirror_snapshot_schedule"}]: dispatch 2024-04-13T10:06:09.546 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:08.301813+0000 mon.smithi064 (mon.1) 47 : audit [INF] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/trash_purge_schedule"}]: dispatch 2024-04-13T10:06:09.546 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:08.302247+0000 mon.smithi062 (mon.0) 1065 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/trash_purge_schedule"}]: dispatch 2024-04-13T10:06:09.546 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T10:06:08.650127+0000 mgr.smithi062.wofrer (mgr.15278) 1 : cephadm [INF] [13/Apr/2024:10:06:08] ENGINE Bus STARTING 2024-04-13T10:06:09.546 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T10:06:08.767149+0000 mgr.smithi062.wofrer (mgr.15278) 2 : cephadm [INF] [13/Apr/2024:10:06:08] ENGINE Serving on https://172.21.15.62:7150 2024-04-13T10:06:09.546 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T10:06:08.868420+0000 mgr.smithi062.wofrer (mgr.15278) 3 : cephadm [INF] [13/Apr/2024:10:06:08] ENGINE Serving on http://172.21.15.62:8765 2024-04-13T10:06:09.546 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:09 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T10:06:08.868522+0000 mgr.smithi062.wofrer (mgr.15278) 4 : cephadm [INF] [13/Apr/2024:10:06:08] ENGINE Bus STARTED 2024-04-13T10:06:10.179 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:06:10.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:10 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:09.188955+0000 mon.smithi062 (mon.0) 1066 : cluster [DBG] mgrmap e32: smithi062.wofrer(active, since 1.86943s), standbys: smithi064.lcvmyw 2024-04-13T10:06:10.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:10 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:09.202157+0000 mgr.smithi062.wofrer (mgr.15278) 5 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-13T10:06:10.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:10 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:09.188955+0000 mon.smithi062 (mon.0) 1066 : cluster [DBG] mgrmap e32: smithi062.wofrer(active, since 1.86943s), standbys: smithi064.lcvmyw 2024-04-13T10:06:10.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:10 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:09.202157+0000 mgr.smithi062.wofrer (mgr.15278) 5 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-13T10:06:11.265 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:11 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:10.182556+0000 mon.smithi062 (mon.0) 1067 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-13T10:06:11.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:11 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:10.182584+0000 mon.smithi062 (mon.0) 1068 : cluster [INF] Cluster is now healthy 2024-04-13T10:06:11.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:11 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:10.193547+0000 mon.smithi062 (mon.0) 1069 : cluster [DBG] mgrmap e33: smithi062.wofrer(active, since 2s), standbys: smithi064.lcvmyw 2024-04-13T10:06:11.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:11 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:10.193908+0000 mgr.smithi062.wofrer (mgr.15278) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-13T10:06:11.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:11 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:10.182556+0000 mon.smithi062 (mon.0) 1067 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-13T10:06:11.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:11 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:10.182584+0000 mon.smithi062 (mon.0) 1068 : cluster [INF] Cluster is now healthy 2024-04-13T10:06:11.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:11 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:10.193547+0000 mon.smithi062 (mon.0) 1069 : cluster [DBG] mgrmap e33: smithi062.wofrer(active, since 2s), standbys: smithi064.lcvmyw 2024-04-13T10:06:11.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:11 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:10.193908+0000 mgr.smithi062.wofrer (mgr.15278) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-13T10:06:13.293 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:13 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:12.194306+0000 mgr.smithi062.wofrer (mgr.15278) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-13T10:06:13.293 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:13 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:12.199639+0000 mon.smithi062 (mon.0) 1070 : cluster [DBG] mgrmap e34: smithi062.wofrer(active, since 4s), standbys: smithi064.lcvmyw 2024-04-13T10:06:13.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:13 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:12.194306+0000 mgr.smithi062.wofrer (mgr.15278) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-13T10:06:13.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:13 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:12.199639+0000 mon.smithi062 (mon.0) 1070 : cluster [DBG] mgrmap e34: smithi062.wofrer(active, since 4s), standbys: smithi064.lcvmyw 2024-04-13T10:06:14.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:13.311322+0000 mon.smithi062 (mon.0) 1071 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:14.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:13.316573+0000 mon.smithi062 (mon.0) 1072 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:14.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:13.964015+0000 mon.smithi062 (mon.0) 1073 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:14.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:14 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:13.970553+0000 mon.smithi062 (mon.0) 1074 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:14.765 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:13.311322+0000 mon.smithi062 (mon.0) 1071 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:14.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:13.316573+0000 mon.smithi062 (mon.0) 1072 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:14.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:13.964015+0000 mon.smithi062 (mon.0) 1073 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:14.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:14 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:13.970553+0000 mon.smithi062 (mon.0) 1074 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:15.215 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:06:15.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:15 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:14.194721+0000 mgr.smithi062.wofrer (mgr.15278) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-13T10:06:15.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:15 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:14.631658+0000 mon.smithi062 (mon.0) 1075 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:15.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:15 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:14.638502+0000 mon.smithi062 (mon.0) 1076 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:15.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:15 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:15.274481+0000 mon.smithi062 (mon.0) 1077 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:15.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:15 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:15.281645+0000 mon.smithi062 (mon.0) 1078 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:16.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:14.194721+0000 mgr.smithi062.wofrer (mgr.15278) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-13T10:06:16.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:14.631658+0000 mon.smithi062 (mon.0) 1075 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:16.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:14.638502+0000 mon.smithi062 (mon.0) 1076 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:16.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:15.274481+0000 mon.smithi062 (mon.0) 1077 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:16.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:15.281645+0000 mon.smithi062 (mon.0) 1078 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:16.911 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:16 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:15.644147+0000 mon.smithi062 (mon.0) 1079 : cluster [DBG] Standby manager daemon smithi064.lcvmyw restarted 2024-04-13T10:06:16.911 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:16 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:15.644248+0000 mon.smithi062 (mon.0) 1080 : cluster [DBG] Standby manager daemon smithi064.lcvmyw started 2024-04-13T10:06:16.911 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:16 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:15.646243+0000 mon.smithi064 (mon.1) 48 : audit [DBG] from='mgr.? 172.21.15.64:0/1232197548' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi064.lcvmyw/crt"}]: dispatch 2024-04-13T10:06:16.911 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:16 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:15.647072+0000 mon.smithi064 (mon.1) 49 : audit [DBG] from='mgr.? 172.21.15.64:0/1232197548' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-13T10:06:16.911 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:16 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:15.649424+0000 mon.smithi064 (mon.1) 50 : audit [DBG] from='mgr.? 172.21.15.64:0/1232197548' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi064.lcvmyw/key"}]: dispatch 2024-04-13T10:06:16.911 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:16 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:15.649780+0000 mon.smithi064 (mon.1) 51 : audit [DBG] from='mgr.? 172.21.15.64:0/1232197548' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-13T10:06:17.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:16 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:15.644147+0000 mon.smithi062 (mon.0) 1079 : cluster [DBG] Standby manager daemon smithi064.lcvmyw restarted 2024-04-13T10:06:17.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:16 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:15.644248+0000 mon.smithi062 (mon.0) 1080 : cluster [DBG] Standby manager daemon smithi064.lcvmyw started 2024-04-13T10:06:17.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:16 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:15.646243+0000 mon.smithi064 (mon.1) 48 : audit [DBG] from='mgr.? 172.21.15.64:0/1232197548' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi064.lcvmyw/crt"}]: dispatch 2024-04-13T10:06:17.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:16 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:15.647072+0000 mon.smithi064 (mon.1) 49 : audit [DBG] from='mgr.? 172.21.15.64:0/1232197548' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-13T10:06:17.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:16 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:15.649424+0000 mon.smithi064 (mon.1) 50 : audit [DBG] from='mgr.? 172.21.15.64:0/1232197548' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi064.lcvmyw/key"}]: dispatch 2024-04-13T10:06:17.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:16 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:15.649780+0000 mon.smithi064 (mon.1) 51 : audit [DBG] from='mgr.? 172.21.15.64:0/1232197548' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-13T10:06:18.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:17 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:16.195355+0000 mgr.smithi062.wofrer (mgr.15278) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 29 KiB/s rd, 146 B/s wr, 16 op/s 2024-04-13T10:06:18.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:17 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:16.644398+0000 mon.smithi062 (mon.0) 1081 : cluster [DBG] mgrmap e35: smithi062.wofrer(active, since 9s), standbys: smithi064.lcvmyw 2024-04-13T10:06:18.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:17 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:16.195355+0000 mgr.smithi062.wofrer (mgr.15278) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 29 KiB/s rd, 146 B/s wr, 16 op/s 2024-04-13T10:06:18.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:17 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:16.644398+0000 mon.smithi062 (mon.0) 1081 : cluster [DBG] mgrmap e35: smithi062.wofrer(active, since 9s), standbys: smithi064.lcvmyw 2024-04-13T10:06:20.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:18.195721+0000 mgr.smithi062.wofrer (mgr.15278) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 23 KiB/s rd, 113 B/s wr, 13 op/s 2024-04-13T10:06:20.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:18.559313+0000 mon.smithi062 (mon.0) 1082 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:20.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:18.565290+0000 mon.smithi062 (mon.0) 1083 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:20.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:18.567494+0000 mon.smithi064 (mon.1) 52 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:06:20.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:18.568361+0000 mon.smithi064 (mon.1) 53 : audit [INF] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:06:20.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:06:18.569663+0000 mgr.smithi062.wofrer (mgr.15278) 11 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.conf 2024-04-13T10:06:20.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:06:18.569842+0000 mgr.smithi062.wofrer (mgr.15278) 12 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.conf 2024-04-13T10:06:20.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:06:18.834041+0000 mgr.smithi062.wofrer (mgr.15278) 13 : cephadm [INF] Updating smithi064:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-13T10:06:20.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:06:18.834174+0000 mgr.smithi062.wofrer (mgr.15278) 14 : cephadm [INF] Updating smithi062:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-13T10:06:20.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:18.195721+0000 mgr.smithi062.wofrer (mgr.15278) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 23 KiB/s rd, 113 B/s wr, 13 op/s 2024-04-13T10:06:20.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:18.559313+0000 mon.smithi062 (mon.0) 1082 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:20.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:18.565290+0000 mon.smithi062 (mon.0) 1083 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:20.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:18.567494+0000 mon.smithi064 (mon.1) 52 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:06:20.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:18.568361+0000 mon.smithi064 (mon.1) 53 : audit [INF] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:06:20.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T10:06:18.569663+0000 mgr.smithi062.wofrer (mgr.15278) 11 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.conf 2024-04-13T10:06:20.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T10:06:18.569842+0000 mgr.smithi062.wofrer (mgr.15278) 12 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.conf 2024-04-13T10:06:20.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T10:06:18.834041+0000 mgr.smithi062.wofrer (mgr.15278) 13 : cephadm [INF] Updating smithi064:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-13T10:06:20.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T10:06:18.834174+0000 mgr.smithi062.wofrer (mgr.15278) 14 : cephadm [INF] Updating smithi062:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-13T10:06:20.249 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:06:21.198 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:20 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T10:06:19.098433+0000 mgr.smithi062.wofrer (mgr.15278) 15 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.client.admin.keyring 2024-04-13T10:06:21.198 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:20 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T10:06:19.098671+0000 mgr.smithi062.wofrer (mgr.15278) 16 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.client.admin.keyring 2024-04-13T10:06:21.198 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:20 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T10:06:19.601407+0000 mgr.smithi062.wofrer (mgr.15278) 17 : cephadm [INF] Updating smithi062:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-13T10:06:21.198 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:20 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T10:06:19.601605+0000 mgr.smithi062.wofrer (mgr.15278) 18 : cephadm [INF] Updating smithi064:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-13T10:06:21.198 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:20 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:19.873129+0000 mon.smithi062 (mon.0) 1084 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:21.198 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:20 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:19.878316+0000 mon.smithi062 (mon.0) 1085 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:21.199 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:20 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:19.884246+0000 mon.smithi062 (mon.0) 1086 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:21.199 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:20 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:19.887666+0000 mon.smithi062 (mon.0) 1087 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:21.199 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:20 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:19.891828+0000 mgr.smithi062.wofrer (mgr.15278) 19 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 191 B/s wr, 11 op/s 2024-04-13T10:06:21.199 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:20 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:19.894840+0000 mon.smithi062 (mon.0) 1088 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:21.199 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:20 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:19.900780+0000 mon.smithi062 (mon.0) 1089 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:21.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:20 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:06:19.098433+0000 mgr.smithi062.wofrer (mgr.15278) 15 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.client.admin.keyring 2024-04-13T10:06:21.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:20 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:06:19.098671+0000 mgr.smithi062.wofrer (mgr.15278) 16 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.client.admin.keyring 2024-04-13T10:06:21.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:20 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:06:19.601407+0000 mgr.smithi062.wofrer (mgr.15278) 17 : cephadm [INF] Updating smithi062:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-13T10:06:21.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:20 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:06:19.601605+0000 mgr.smithi062.wofrer (mgr.15278) 18 : cephadm [INF] Updating smithi064:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-13T10:06:21.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:20 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:19.873129+0000 mon.smithi062 (mon.0) 1084 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:21.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:20 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:19.878316+0000 mon.smithi062 (mon.0) 1085 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:21.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:20 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:19.884246+0000 mon.smithi062 (mon.0) 1086 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:21.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:20 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:19.887666+0000 mon.smithi062 (mon.0) 1087 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:21.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:20 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:19.891828+0000 mgr.smithi062.wofrer (mgr.15278) 19 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 191 B/s wr, 11 op/s 2024-04-13T10:06:21.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:20 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:19.894840+0000 mon.smithi062 (mon.0) 1088 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:21.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:20 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:19.900780+0000 mon.smithi062 (mon.0) 1089 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:22.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:06:20.030218+0000 mgr.smithi062.wofrer (mgr.15278) 20 : cephadm [INF] Reconfiguring prometheus.smithi062 (dependencies changed)... 2024-04-13T10:06:22.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:06:20.281832+0000 mgr.smithi062.wofrer (mgr.15278) 21 : cephadm [INF] Reconfiguring daemon prometheus.smithi062 on smithi062 2024-04-13T10:06:22.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:20.886493+0000 mon.smithi062 (mon.0) 1090 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-13T10:06:22.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T10:06:20.030218+0000 mgr.smithi062.wofrer (mgr.15278) 20 : cephadm [INF] Reconfiguring prometheus.smithi062 (dependencies changed)... 2024-04-13T10:06:22.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T10:06:20.281832+0000 mgr.smithi062.wofrer (mgr.15278) 21 : cephadm [INF] Reconfiguring daemon prometheus.smithi062 on smithi062 2024-04-13T10:06:22.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:20.886493+0000 mon.smithi062 (mon.0) 1090 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-13T10:06:23.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:22 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:21.892158+0000 mgr.smithi062.wofrer (mgr.15278) 22 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 175 B/s wr, 10 op/s 2024-04-13T10:06:23.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:22 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:21.892158+0000 mgr.smithi062.wofrer (mgr.15278) 22 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 175 B/s wr, 10 op/s 2024-04-13T10:06:24.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:23 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:23.278652+0000 mon.smithi064 (mon.1) 54 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:06:24.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:23.278652+0000 mon.smithi064 (mon.1) 54 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:06:24.420 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T10:06:25.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:23.892560+0000 mgr.smithi062.wofrer (mgr.15278) 23 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 175 B/s wr, 10 op/s 2024-04-13T10:06:25.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:24.223565+0000 mon.smithi062 (mon.0) 1091 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:25.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:24.231781+0000 mon.smithi062 (mon.0) 1092 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:25.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:24.258815+0000 mon.smithi064 (mon.1) 55 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-13T10:06:25.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:24.270345+0000 mon.smithi064 (mon.1) 56 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:06:25.088 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T10:06:25.088 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (9m) 10s ago 19m 17.7M - 0.20.0 0881eb8f169f f67d46639f12 2024-04-13T10:06:25.088 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (19m) 10s ago 19m 6395k - 16.2.5 6933c2a0b7dd 7a9c2c1a0af1 2024-04-13T10:06:25.088 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (18m) 11s ago 18m 6387k - 16.2.5 6933c2a0b7dd a611207376c9 2024-04-13T10:06:25.088 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (6m) 10s ago 19m 34.0M - 6.7.4 557c83e11646 52a02116d022 2024-04-13T10:06:25.088 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (14m) 10s ago 14m 15.0M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T10:06:25.088 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (14m) 11s ago 14m 37.6M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T10:06:25.088 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:8443,9283,8765 running (29s) 10s ago 21m 474M - 18.2.2-1173-g5108bc67 3464fd31103e 5f0191e57ab0 2024-04-13T10:06:25.088 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283 running (12m) 11s ago 18m 62.4M - 18.2.2-1173-g5108bc67 3464fd31103e 35c0defc34fa 2024-04-13T10:06:25.089 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (21m) 10s ago 21m 78.0M 2048M 16.2.5 6933c2a0b7dd 724aac6eaf10 2024-04-13T10:06:25.089 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (18m) 11s ago 18m 54.6M 2048M 16.2.5 6933c2a0b7dd fda491e695cc 2024-04-13T10:06:25.089 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (11m) 10s ago 11m 81.6M - 3.5 6933c2a0b7dd c23522e42b6b 2024-04-13T10:06:25.089 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (11m) 11s ago 11m 79.1M - 3.5 6933c2a0b7dd ab1f0d8d0bb5 2024-04-13T10:06:25.089 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (4m) 10s ago 19m 15.1M - 0.18.1 e5a616e4b9cf 69df71029afe 2024-04-13T10:06:25.089 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (34s) 11s ago 18m 2587k - 0.18.1 e5a616e4b9cf 19e13c75f9ef 2024-04-13T10:06:25.089 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (18m) 10s ago 18m 408M 1944M 16.2.5 6933c2a0b7dd fd265569b30d 2024-04-13T10:06:25.089 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (17m) 10s ago 17m 311M 1944M 16.2.5 6933c2a0b7dd 09ca36a5db39 2024-04-13T10:06:25.089 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (17m) 10s ago 17m 248M 1944M 16.2.5 6933c2a0b7dd 89cc0ac92247 2024-04-13T10:06:25.089 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (17m) 10s ago 17m 389M 1944M 16.2.5 6933c2a0b7dd b0323c8d9018 2024-04-13T10:06:25.089 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (16m) 11s ago 16m 400M 2712M 16.2.5 6933c2a0b7dd f89e1bdd5583 2024-04-13T10:06:25.089 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (16m) 11s ago 16m 430M 2712M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T10:06:25.089 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (16m) 11s ago 16m 353M 2712M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T10:06:25.089 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (15m) 11s ago 15m 493M 2712M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T10:06:25.089 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 starting - - - - 2024-04-13T10:06:25.130 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:24 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:23.892560+0000 mgr.smithi062.wofrer (mgr.15278) 23 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 175 B/s wr, 10 op/s 2024-04-13T10:06:25.130 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:24 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:24.223565+0000 mon.smithi062 (mon.0) 1091 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:25.130 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:24 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:24.231781+0000 mon.smithi062 (mon.0) 1092 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:25.131 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:24 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:24.258815+0000 mon.smithi064 (mon.1) 55 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-13T10:06:25.131 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:24 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:24.270345+0000 mon.smithi064 (mon.1) 56 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:06:25.282 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:06:25.492 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:06:25.492 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T10:06:25.493 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:06:25.493 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:06:25.493 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T10:06:25.493 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:06:25.493 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:06:25.493 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T10:06:25.493 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-13T10:06:25.493 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:06:25.493 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T10:06:25.493 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:06:25.493 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:06:25.493 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T10:06:25.493 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 12, 2024-04-13T10:06:25.493 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:06:25.494 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T10:06:25.494 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:06:25.831 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:06:25.831 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T10:06:25.831 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T10:06:25.831 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T10:06:25.831 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [ 2024-04-13T10:06:25.831 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr" 2024-04-13T10:06:25.831 INFO:teuthology.orchestra.run.smithi062.stdout: ], 2024-04-13T10:06:25.831 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "2/23 daemons upgraded", 2024-04-13T10:06:25.831 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "Currently upgrading mgr daemons", 2024-04-13T10:06:25.831 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T10:06:25.831 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:06:26.157 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:24.259381+0000 mgr.smithi062.wofrer (mgr.15278) 24 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-13T10:06:26.157 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:24.407101+0000 mgr.smithi062.wofrer (mgr.15278) 25 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:06:26.157 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:24.747573+0000 mgr.smithi062.wofrer (mgr.15278) 26 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:06:26.157 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:25.492452+0000 mon.smithi062 (mon.0) 1093 : audit [DBG] from='client.? 172.21.15.62:0/1400600744' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:06:26.157 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:25.690641+0000 mon.smithi064 (mon.1) 57 : audit [INF] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi064.lcvmyw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-13T10:06:26.157 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:25.691148+0000 mon.smithi062 (mon.0) 1094 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi064.lcvmyw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-13T10:06:26.157 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:25.691986+0000 mon.smithi064 (mon.1) 58 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-13T10:06:26.158 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:25.692650+0000 mon.smithi064 (mon.1) 59 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:06:26.231 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-13T10:06:26.231 INFO:teuthology.orchestra.run.smithi062.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-13T10:06:26.231 INFO:teuthology.orchestra.run.smithi062.stdout: daemon prometheus.smithi062 on smithi062 is in error state 2024-04-13T10:06:26.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:24.259381+0000 mgr.smithi062.wofrer (mgr.15278) 24 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-13T10:06:26.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:24.407101+0000 mgr.smithi062.wofrer (mgr.15278) 25 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:06:26.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:24.747573+0000 mgr.smithi062.wofrer (mgr.15278) 26 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:06:26.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:25.492452+0000 mon.smithi062 (mon.0) 1093 : audit [DBG] from='client.? 172.21.15.62:0/1400600744' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:06:26.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:25.690641+0000 mon.smithi064 (mon.1) 57 : audit [INF] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi064.lcvmyw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-13T10:06:26.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:25.691148+0000 mon.smithi062 (mon.0) 1094 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi064.lcvmyw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-13T10:06:26.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:25.691986+0000 mon.smithi064 (mon.1) 58 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-13T10:06:26.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:25.692650+0000 mon.smithi064 (mon.1) 59 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:06:27.153 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:26 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:25.079000+0000 mgr.smithi062.wofrer (mgr.15278) 27 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:06:27.153 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:26 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:06:25.690215+0000 mgr.smithi062.wofrer (mgr.15278) 28 : cephadm [INF] Upgrade: Updating mgr.smithi064.lcvmyw 2024-04-13T10:06:27.153 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:26 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:06:25.693349+0000 mgr.smithi062.wofrer (mgr.15278) 29 : cephadm [INF] Deploying daemon mgr.smithi064.lcvmyw on smithi064 2024-04-13T10:06:27.153 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:26 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:25.831370+0000 mgr.smithi062.wofrer (mgr.15278) 30 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:06:27.153 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:26 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:25.893135+0000 mgr.smithi062.wofrer (mgr.15278) 31 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 262 B/s wr, 10 op/s 2024-04-13T10:06:27.153 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:26 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:26.232290+0000 mon.smithi062 (mon.0) 1095 : audit [DBG] from='client.? 172.21.15.62:0/880191130' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:06:27.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:26 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:25.079000+0000 mgr.smithi062.wofrer (mgr.15278) 27 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:06:27.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:26 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T10:06:25.690215+0000 mgr.smithi062.wofrer (mgr.15278) 28 : cephadm [INF] Upgrade: Updating mgr.smithi064.lcvmyw 2024-04-13T10:06:27.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:26 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T10:06:25.693349+0000 mgr.smithi062.wofrer (mgr.15278) 29 : cephadm [INF] Deploying daemon mgr.smithi064.lcvmyw on smithi064 2024-04-13T10:06:27.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:26 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:25.831370+0000 mgr.smithi062.wofrer (mgr.15278) 30 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:06:27.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:26 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:25.893135+0000 mgr.smithi062.wofrer (mgr.15278) 31 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 262 B/s wr, 10 op/s 2024-04-13T10:06:27.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:26 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:26.232290+0000 mon.smithi062 (mon.0) 1095 : audit [DBG] from='client.? 172.21.15.62:0/880191130' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:06:28.188 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:27 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:27.893582+0000 mgr.smithi062.wofrer (mgr.15278) 32 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 175 B/s rd, 175 B/s wr, 0 op/s 2024-04-13T10:06:28.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:27 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:27.893582+0000 mgr.smithi062.wofrer (mgr.15278) 32 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 175 B/s rd, 175 B/s wr, 0 op/s 2024-04-13T10:06:30.318 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:06:30.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:30 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:29.281849+0000 mon.smithi062 (mon.0) 1096 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:30.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:30 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:29.288766+0000 mon.smithi062 (mon.0) 1097 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:30.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:30 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:29.315351+0000 mon.smithi064 (mon.1) 60 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:06:30.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:30 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:29.894307+0000 mgr.smithi062.wofrer (mgr.15278) 33 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 350 B/s rd, 262 B/s wr, 0 op/s 2024-04-13T10:06:30.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:29.281849+0000 mon.smithi062 (mon.0) 1096 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:30.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:29.288766+0000 mon.smithi062 (mon.0) 1097 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:30.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:29.315351+0000 mon.smithi064 (mon.1) 60 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:06:30.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:30 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:29.894307+0000 mgr.smithi062.wofrer (mgr.15278) 33 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 350 B/s rd, 262 B/s wr, 0 op/s 2024-04-13T10:06:32.265 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:31.894842+0000 mgr.smithi062.wofrer (mgr.15278) 34 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:06:32.437 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:32 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:31.894842+0000 mgr.smithi062.wofrer (mgr.15278) 34 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:06:35.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:33.745215+0000 mon.smithi062 (mon.0) 1098 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:35.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:33.750563+0000 mon.smithi062 (mon.0) 1099 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:35.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:33.895223+0000 mgr.smithi062.wofrer (mgr.15278) 35 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:06:35.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:34.434857+0000 mon.smithi062 (mon.0) 1100 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:35.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:34.441410+0000 mon.smithi062 (mon.0) 1101 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:35.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:34 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:33.745215+0000 mon.smithi062 (mon.0) 1098 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:35.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:34 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:33.750563+0000 mon.smithi062 (mon.0) 1099 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:35.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:34 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:33.895223+0000 mgr.smithi062.wofrer (mgr.15278) 35 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:06:35.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:34 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:34.434857+0000 mon.smithi062 (mon.0) 1100 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:35.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:34 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:34.441410+0000 mon.smithi062 (mon.0) 1101 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:35.351 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:06:37.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:35.855520+0000 mon.smithi062 (mon.0) 1102 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:37.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:35.861429+0000 mon.smithi062 (mon.0) 1103 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:37.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:35.895878+0000 mgr.smithi062.wofrer (mgr.15278) 36 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:06:37.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:36.572496+0000 mon.smithi062 (mon.0) 1104 : cluster [DBG] Standby manager daemon smithi064.lcvmyw restarted 2024-04-13T10:06:37.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:36.572622+0000 mon.smithi062 (mon.0) 1105 : cluster [DBG] Standby manager daemon smithi064.lcvmyw started 2024-04-13T10:06:37.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:36.574622+0000 mon.smithi064 (mon.1) 61 : audit [DBG] from='mgr.? 172.21.15.64:0/2742407193' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi064.lcvmyw/crt"}]: dispatch 2024-04-13T10:06:37.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:36.575089+0000 mon.smithi064 (mon.1) 62 : audit [DBG] from='mgr.? 172.21.15.64:0/2742407193' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-13T10:06:37.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:36.576738+0000 mon.smithi064 (mon.1) 63 : audit [DBG] from='mgr.? 172.21.15.64:0/2742407193' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi064.lcvmyw/key"}]: dispatch 2024-04-13T10:06:37.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:36 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:36.577796+0000 mon.smithi064 (mon.1) 64 : audit [DBG] from='mgr.? 172.21.15.64:0/2742407193' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-13T10:06:37.177 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:35.855520+0000 mon.smithi062 (mon.0) 1102 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:37.177 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:35.861429+0000 mon.smithi062 (mon.0) 1103 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:37.177 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:35.895878+0000 mgr.smithi062.wofrer (mgr.15278) 36 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:06:37.177 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:36.572496+0000 mon.smithi062 (mon.0) 1104 : cluster [DBG] Standby manager daemon smithi064.lcvmyw restarted 2024-04-13T10:06:37.178 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:36.572622+0000 mon.smithi062 (mon.0) 1105 : cluster [DBG] Standby manager daemon smithi064.lcvmyw started 2024-04-13T10:06:37.178 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:36.574622+0000 mon.smithi064 (mon.1) 61 : audit [DBG] from='mgr.? 172.21.15.64:0/2742407193' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi064.lcvmyw/crt"}]: dispatch 2024-04-13T10:06:37.178 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:36.575089+0000 mon.smithi064 (mon.1) 62 : audit [DBG] from='mgr.? 172.21.15.64:0/2742407193' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-13T10:06:37.178 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:36.576738+0000 mon.smithi064 (mon.1) 63 : audit [DBG] from='mgr.? 172.21.15.64:0/2742407193' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi064.lcvmyw/key"}]: dispatch 2024-04-13T10:06:37.178 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:36.577796+0000 mon.smithi064 (mon.1) 64 : audit [DBG] from='mgr.? 172.21.15.64:0/2742407193' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-13T10:06:38.506 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:38 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:37.069171+0000 mon.smithi062 (mon.0) 1106 : cluster [DBG] mgrmap e36: smithi062.wofrer(active, since 29s), standbys: smithi064.lcvmyw 2024-04-13T10:06:38.506 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:38 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:37.819502+0000 mon.smithi062 (mon.0) 1107 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:38.506 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:38 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:37.825109+0000 mon.smithi062 (mon.0) 1108 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:38.506 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:38 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:37.826454+0000 mon.smithi064 (mon.1) 65 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:06:38.506 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:38 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:37.827468+0000 mon.smithi064 (mon.1) 66 : audit [INF] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:06:38.506 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:38 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:37.829099+0000 mgr.smithi062.wofrer (mgr.15278) 37 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 171 B/s rd, 171 B/s wr, 0 op/s 2024-04-13T10:06:38.506 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:38 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:37.829327+0000 mgr.smithi062.wofrer (mgr.15278) 38 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 206 B/s rd, 206 B/s wr, 0 op/s 2024-04-13T10:06:38.507 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:38 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:37.833436+0000 mon.smithi062 (mon.0) 1109 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:38.507 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:38 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:37.840904+0000 mon.smithi062 (mon.0) 1110 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:38.507 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:38 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:37.979842+0000 mon.smithi064 (mon.1) 67 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:06:38.507 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:38 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:37.983673+0000 mon.smithi064 (mon.1) 68 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:06:38.507 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:38 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:37.989466+0000 mon.smithi062 (mon.0) 1111 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:38.507 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:38 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:37.992957+0000 mon.smithi064 (mon.1) 69 : audit [INF] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi062.wofrer"}]: dispatch 2024-04-13T10:06:38.507 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:38 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:37.993311+0000 mon.smithi062 (mon.0) 1112 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi062.wofrer"}]: dispatch 2024-04-13T10:06:38.507 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:38 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:37.996378+0000 mon.smithi062 (mon.0) 1113 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi062.wofrer"}]': finished 2024-04-13T10:06:38.507 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:38 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:37.999446+0000 mon.smithi064 (mon.1) 70 : audit [INF] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi064.lcvmyw"}]: dispatch 2024-04-13T10:06:38.507 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:38 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:37.999829+0000 mon.smithi062 (mon.0) 1114 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi064.lcvmyw"}]: dispatch 2024-04-13T10:06:38.507 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:38 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:38.002799+0000 mon.smithi062 (mon.0) 1115 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi064.lcvmyw"}]': finished 2024-04-13T10:06:38.507 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:38 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:38.006291+0000 mon.smithi064 (mon.1) 71 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-04-13T10:06:38.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:38 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:37.069171+0000 mon.smithi062 (mon.0) 1106 : cluster [DBG] mgrmap e36: smithi062.wofrer(active, since 29s), standbys: smithi064.lcvmyw 2024-04-13T10:06:38.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:38 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:37.819502+0000 mon.smithi062 (mon.0) 1107 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:38.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:38 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:37.825109+0000 mon.smithi062 (mon.0) 1108 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:38.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:38 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:37.826454+0000 mon.smithi064 (mon.1) 65 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:06:38.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:38 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:37.827468+0000 mon.smithi064 (mon.1) 66 : audit [INF] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:06:38.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:38 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:37.829099+0000 mgr.smithi062.wofrer (mgr.15278) 37 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 171 B/s rd, 171 B/s wr, 0 op/s 2024-04-13T10:06:38.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:38 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:37.829327+0000 mgr.smithi062.wofrer (mgr.15278) 38 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 206 B/s rd, 206 B/s wr, 0 op/s 2024-04-13T10:06:38.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:38 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:37.833436+0000 mon.smithi062 (mon.0) 1109 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:38.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:38 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:37.840904+0000 mon.smithi062 (mon.0) 1110 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:38.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:38 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:37.979842+0000 mon.smithi064 (mon.1) 67 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:06:38.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:38 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:37.983673+0000 mon.smithi064 (mon.1) 68 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:06:38.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:38 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:37.989466+0000 mon.smithi062 (mon.0) 1111 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:38.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:38 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:37.992957+0000 mon.smithi064 (mon.1) 69 : audit [INF] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi062.wofrer"}]: dispatch 2024-04-13T10:06:38.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:38 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:37.993311+0000 mon.smithi062 (mon.0) 1112 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi062.wofrer"}]: dispatch 2024-04-13T10:06:38.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:38 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:37.996378+0000 mon.smithi062 (mon.0) 1113 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi062.wofrer"}]': finished 2024-04-13T10:06:38.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:38 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:37.999446+0000 mon.smithi064 (mon.1) 70 : audit [INF] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi064.lcvmyw"}]: dispatch 2024-04-13T10:06:38.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:38 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:37.999829+0000 mon.smithi062 (mon.0) 1114 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi064.lcvmyw"}]: dispatch 2024-04-13T10:06:38.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:38 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:38.002799+0000 mon.smithi062 (mon.0) 1115 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi064.lcvmyw"}]': finished 2024-04-13T10:06:38.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:38 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:38.006291+0000 mon.smithi064 (mon.1) 71 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-04-13T10:06:39.252 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T10:06:37.984616+0000 mgr.smithi062.wofrer (mgr.15278) 39 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-04-13T10:06:39.253 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:39 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:38.278626+0000 mon.smithi064 (mon.1) 72 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:06:39.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:06:37.984616+0000 mgr.smithi062.wofrer (mgr.15278) 39 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-04-13T10:06:39.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:38.278626+0000 mon.smithi064 (mon.1) 72 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:06:40.387 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:06:40.931 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:40 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T10:06:39.573681+0000 mgr.smithi062.wofrer (mgr.15278) 40 : cephadm [INF] Upgrade: Updating mon.smithi062 2024-04-13T10:06:40.932 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:40 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:39.578147+0000 mon.smithi062 (mon.0) 1116 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:40.932 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:40 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:39.579890+0000 mon.smithi064 (mon.1) 73 : audit [INF] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-13T10:06:40.932 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:40 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:39.580651+0000 mon.smithi064 (mon.1) 74 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-13T10:06:40.932 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:40 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: audit 2024-04-13T10:06:39.581293+0000 mon.smithi064 (mon.1) 75 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:06:40.932 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:40 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cephadm 2024-04-13T10:06:39.582343+0000 mgr.smithi062.wofrer (mgr.15278) 41 : cephadm [INF] Deploying daemon mon.smithi062 on smithi062 2024-04-13T10:06:40.932 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:40 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: cluster 2024-04-13T10:06:39.829927+0000 mgr.smithi062.wofrer (mgr.15278) 42 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 206 B/s rd, 206 B/s wr, 0 op/s 2024-04-13T10:06:41.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:06:39.573681+0000 mgr.smithi062.wofrer (mgr.15278) 40 : cephadm [INF] Upgrade: Updating mon.smithi062 2024-04-13T10:06:41.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:39.578147+0000 mon.smithi062 (mon.0) 1116 : audit [INF] from='mgr.15278 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:41.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:39.579890+0000 mon.smithi064 (mon.1) 73 : audit [INF] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-13T10:06:41.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:39.580651+0000 mon.smithi064 (mon.1) 74 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-13T10:06:41.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:39.581293+0000 mon.smithi064 (mon.1) 75 : audit [DBG] from='mgr.15278 172.21.15.62:0/3493576789' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:06:41.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:06:39.582343+0000 mgr.smithi062.wofrer (mgr.15278) 41 : cephadm [INF] Deploying daemon mon.smithi062 on smithi062 2024-04-13T10:06:41.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:39.829927+0000 mgr.smithi062.wofrer (mgr.15278) 42 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 206 B/s rd, 206 B/s wr, 0 op/s 2024-04-13T10:06:41.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:41 smithi062 systemd[1]: Stopping Ceph mon.smithi062 for 66630ffe-f97a-11ee-bc8d-c7b262605968... 2024-04-13T10:06:41.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T10:06:41.369+0000 7fb125ef6700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi062 -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-04-13T10:06:41.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062[35329]: debug 2024-04-13T10:06:41.369+0000 7fb125ef6700 -1 mon.smithi062@0(leader) e2 *** Got Signal Terminated *** 2024-04-13T10:06:42.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:41 smithi062 bash[92048]: ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi062 2024-04-13T10:06:42.397 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 systemd[1]: ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@mon.smithi062.service: Succeeded. 2024-04-13T10:06:42.397 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 systemd[1]: Stopped Ceph mon.smithi062 for 66630ffe-f97a-11ee-bc8d-c7b262605968. 2024-04-13T10:06:42.397 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 systemd[1]: Starting Ceph mon.smithi062 for 66630ffe-f97a-11ee-bc8d-c7b262605968... 2024-04-13T10:06:43.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: set uid:gid to 167:167 (ceph:ceph) 2024-04-13T10:06:43.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable), process ceph-mon, pid 7 2024-04-13T10:06:43.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: pidfile_write: ignore empty --pid-file 2024-04-13T10:06:43.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: load: jerasure load: lrc 2024-04-13T10:06:43.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: RocksDB version: 7.9.2 2024-04-13T10:06:43.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Git sha 0 2024-04-13T10:06:43.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Compile date 2024-04-07 20:35:11 2024-04-13T10:06:43.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: DB SUMMARY 2024-04-13T10:06:43.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: DB Session ID: C1W7CFFB6VZVR9YROIBS 2024-04-13T10:06:43.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: CURRENT file: CURRENT 2024-04-13T10:06:43.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: IDENTITY file: IDENTITY 2024-04-13T10:06:43.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: MANIFEST file: MANIFEST-000008 size: 1719 Bytes 2024-04-13T10:06:43.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi062/store.db dir, Total Num: 1, files: 000035.sst 2024-04-13T10:06:43.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi062/store.db: 000033.log size: 5191765 ; 2024-04-13T10:06:43.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.error_if_exists: 0 2024-04-13T10:06:43.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.create_if_missing: 0 2024-04-13T10:06:43.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.paranoid_checks: 1 2024-04-13T10:06:43.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-13T10:06:43.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-13T10:06:43.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-13T10:06:43.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.env: 0x564c39e067a0 2024-04-13T10:06:43.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.fs: PosixFileSystem 2024-04-13T10:06:43.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.info_log: 0x564c3cded380 2024-04-13T10:06:43.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.max_file_opening_threads: 16 2024-04-13T10:06:43.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.statistics: (nil) 2024-04-13T10:06:43.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.use_fsync: 0 2024-04-13T10:06:43.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.max_log_file_size: 0 2024-04-13T10:06:43.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-13T10:06:43.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-13T10:06:43.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.keep_log_file_num: 1000 2024-04-13T10:06:43.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.recycle_log_file_num: 0 2024-04-13T10:06:43.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.allow_fallocate: 1 2024-04-13T10:06:43.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.allow_mmap_reads: 0 2024-04-13T10:06:43.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.allow_mmap_writes: 0 2024-04-13T10:06:43.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.use_direct_reads: 0 2024-04-13T10:06:43.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-13T10:06:43.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.create_missing_column_families: 0 2024-04-13T10:06:43.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.db_log_dir: 2024-04-13T10:06:43.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.wal_dir: 2024-04-13T10:06:43.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-13T10:06:43.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-13T10:06:43.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-13T10:06:43.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-13T10:06:43.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-13T10:06:43.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-13T10:06:43.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.advise_random_on_open: 1 2024-04-13T10:06:43.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.db_write_buffer_size: 0 2024-04-13T10:06:43.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.write_buffer_manager: 0x564c3c064140 2024-04-13T10:06:43.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-13T10:06:43.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-13T10:06:43.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-13T10:06:43.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.rate_limiter: (nil) 2024-04-13T10:06:43.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-13T10:06:43.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.wal_recovery_mode: 2 2024-04-13T10:06:43.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.enable_thread_tracking: 0 2024-04-13T10:06:43.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.enable_pipelined_write: 0 2024-04-13T10:06:43.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.unordered_write: 0 2024-04-13T10:06:43.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-13T10:06:43.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-13T10:06:43.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-13T10:06:43.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-13T10:06:43.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.row_cache: None 2024-04-13T10:06:43.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.wal_filter: None 2024-04-13T10:06:43.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-13T10:06:43.299 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.allow_ingest_behind: 0 2024-04-13T10:06:43.299 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.two_write_queues: 0 2024-04-13T10:06:43.299 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.manual_wal_flush: 0 2024-04-13T10:06:43.299 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.wal_compression: 0 2024-04-13T10:06:43.299 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.atomic_flush: 0 2024-04-13T10:06:43.299 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-13T10:06:43.299 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-13T10:06:43.299 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-13T10:06:43.299 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.log_readahead_size: 0 2024-04-13T10:06:43.299 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-13T10:06:43.299 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.best_efforts_recovery: 0 2024-04-13T10:06:43.299 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-13T10:06:43.299 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-13T10:06:43.299 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.allow_data_in_errors: 0 2024-04-13T10:06:43.299 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.db_host_id: __hostname__ 2024-04-13T10:06:43.300 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-13T10:06:43.300 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.max_background_jobs: 2 2024-04-13T10:06:43.300 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.max_background_compactions: -1 2024-04-13T10:06:43.300 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.max_subcompactions: 1 2024-04-13T10:06:43.300 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-13T10:06:43.300 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-13T10:06:43.300 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-13T10:06:43.300 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.max_total_wal_size: 0 2024-04-13T10:06:43.300 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-13T10:06:43.300 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-13T10:06:43.300 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-13T10:06:43.300 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-13T10:06:43.300 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.max_open_files: -1 2024-04-13T10:06:43.301 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.bytes_per_sync: 0 2024-04-13T10:06:43.301 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-13T10:06:43.301 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-13T10:06:43.301 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.compaction_readahead_size: 0 2024-04-13T10:06:43.301 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.max_background_flushes: -1 2024-04-13T10:06:43.301 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Compression algorithms supported: 2024-04-13T10:06:43.301 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-13T10:06:43.301 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: kZSTD supported: 0 2024-04-13T10:06:43.301 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: kXpressCompression supported: 0 2024-04-13T10:06:43.301 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: kLZ4HCCompression supported: 1 2024-04-13T10:06:43.301 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: kZlibCompression supported: 1 2024-04-13T10:06:43.301 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: kSnappyCompression supported: 1 2024-04-13T10:06:43.301 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: kLZ4Compression supported: 1 2024-04-13T10:06:43.301 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: kBZip2Compression supported: 0 2024-04-13T10:06:43.301 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-13T10:06:43.302 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-13T10:06:43.302 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi062/store.db/MANIFEST-000008 2024-04-13T10:06:43.302 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-13T10:06:43.302 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-13T10:06:43.302 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.merge_operator: 2024-04-13T10:06:43.302 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.compaction_filter: None 2024-04-13T10:06:43.302 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.compaction_filter_factory: None 2024-04-13T10:06:43.302 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.sst_partitioner_factory: None 2024-04-13T10:06:43.302 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-13T10:06:43.302 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-13T10:06:43.302 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564c3cded4a0) 2024-04-13T10:06:43.302 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: cache_index_and_filter_blocks: 1 2024-04-13T10:06:43.302 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-13T10:06:43.302 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-13T10:06:43.302 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: pin_top_level_index_and_filter: 1 2024-04-13T10:06:43.303 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: index_type: 0 2024-04-13T10:06:43.303 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: data_block_index_type: 0 2024-04-13T10:06:43.303 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: index_shortening: 1 2024-04-13T10:06:43.303 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-13T10:06:43.303 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: checksum: 4 2024-04-13T10:06:43.303 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: no_block_cache: 0 2024-04-13T10:06:43.303 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: block_cache: 0x564c3c1051f0 2024-04-13T10:06:43.303 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: block_cache_name: BinnedLRUCache 2024-04-13T10:06:43.303 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: block_cache_options: 2024-04-13T10:06:43.303 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: capacity : 536870912 2024-04-13T10:06:43.303 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: num_shard_bits : 4 2024-04-13T10:06:43.303 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: strict_capacity_limit : 0 2024-04-13T10:06:43.303 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: high_pri_pool_ratio: 0.000 2024-04-13T10:06:43.303 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: block_cache_compressed: (nil) 2024-04-13T10:06:43.303 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: persistent_cache: (nil) 2024-04-13T10:06:43.304 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: block_size: 4096 2024-04-13T10:06:43.304 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: block_size_deviation: 10 2024-04-13T10:06:43.304 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: block_restart_interval: 16 2024-04-13T10:06:43.304 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: index_block_restart_interval: 1 2024-04-13T10:06:43.304 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: metadata_block_size: 4096 2024-04-13T10:06:43.304 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: partition_filters: 0 2024-04-13T10:06:43.304 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: use_delta_encoding: 1 2024-04-13T10:06:43.304 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: filter_policy: bloomfilter 2024-04-13T10:06:43.304 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: whole_key_filtering: 1 2024-04-13T10:06:43.304 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: verify_compression: 0 2024-04-13T10:06:43.304 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: read_amp_bytes_per_bit: 0 2024-04-13T10:06:43.304 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: format_version: 5 2024-04-13T10:06:43.304 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: enable_index_compression: 1 2024-04-13T10:06:43.304 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: block_align: 0 2024-04-13T10:06:43.304 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: max_auto_readahead_size: 262144 2024-04-13T10:06:43.304 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: prepopulate_block_cache: 0 2024-04-13T10:06:43.305 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: initial_auto_readahead_size: 8192 2024-04-13T10:06:43.305 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: num_file_reads_for_auto_readahead: 2 2024-04-13T10:06:43.305 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.write_buffer_size: 33554432 2024-04-13T10:06:43.305 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.max_write_buffer_number: 2 2024-04-13T10:06:43.305 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.compression: NoCompression 2024-04-13T10:06:43.305 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.bottommost_compression: Disabled 2024-04-13T10:06:43.305 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.prefix_extractor: nullptr 2024-04-13T10:06:43.305 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-13T10:06:43.305 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.num_levels: 7 2024-04-13T10:06:43.305 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-13T10:06:43.305 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-13T10:06:43.305 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-13T10:06:43.305 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-13T10:06:43.305 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-13T10:06:43.305 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-13T10:06:43.305 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-13T10:06:43.306 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-13T10:06:43.306 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-13T10:06:43.306 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-13T10:06:43.306 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-13T10:06:43.306 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-13T10:06:43.306 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-13T10:06:43.306 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.compression_opts.level: 32767 2024-04-13T10:06:43.306 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.compression_opts.strategy: 0 2024-04-13T10:06:43.306 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-13T10:06:43.306 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-13T10:06:43.306 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-13T10:06:43.306 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-13T10:06:43.306 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.compression_opts.enabled: false 2024-04-13T10:06:43.306 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-13T10:06:43.307 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-13T10:06:43.307 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-13T10:06:43.307 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-13T10:06:43.307 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.target_file_size_base: 67108864 2024-04-13T10:06:43.307 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-13T10:06:43.307 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-13T10:06:43.307 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-13T10:06:43.307 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-13T10:06:43.307 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-13T10:06:43.307 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-13T10:06:43.307 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-13T10:06:43.307 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-13T10:06:43.307 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-13T10:06:43.307 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-13T10:06:43.308 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-13T10:06:43.308 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-13T10:06:43.308 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-13T10:06:43.308 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-13T10:06:43.308 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.arena_block_size: 1048576 2024-04-13T10:06:43.308 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-13T10:06:43.308 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-13T10:06:43.308 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.disable_auto_compactions: 0 2024-04-13T10:06:43.308 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-13T10:06:43.308 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-13T10:06:43.308 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-13T10:06:43.309 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-13T10:06:43.309 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-13T10:06:43.309 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-13T10:06:43.309 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-13T10:06:43.309 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-13T10:06:43.309 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-13T10:06:43.310 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-13T10:06:43.310 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.table_properties_collectors: 2024-04-13T10:06:43.310 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.inplace_update_support: 0 2024-04-13T10:06:43.310 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-13T10:06:43.310 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-13T10:06:43.310 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-13T10:06:43.310 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-13T10:06:43.310 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.bloom_locality: 0 2024-04-13T10:06:43.310 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.max_successive_merges: 0 2024-04-13T10:06:43.310 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-13T10:06:43.310 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.paranoid_file_checks: 0 2024-04-13T10:06:43.310 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.force_consistency_checks: 1 2024-04-13T10:06:43.310 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.report_bg_io_stats: 0 2024-04-13T10:06:43.310 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.ttl: 2592000 2024-04-13T10:06:43.311 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-13T10:06:43.311 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-13T10:06:43.311 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-13T10:06:43.311 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.enable_blob_files: false 2024-04-13T10:06:43.311 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.min_blob_size: 0 2024-04-13T10:06:43.311 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.blob_file_size: 268435456 2024-04-13T10:06:43.311 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-13T10:06:43.311 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-13T10:06:43.311 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-13T10:06:43.311 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-13T10:06:43.311 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-13T10:06:43.311 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.blob_file_starting_level: 0 2024-04-13T10:06:43.311 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-13T10:06:43.311 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 35.sst 2024-04-13T10:06:43.311 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi062/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 37, last_sequence is 18675, log_number is 33,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-13T10:06:43.312 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 33 2024-04-13T10:06:43.312 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 59e5b039-fd10-427e-92dd-91d5fda8f9fb 2024-04-13T10:06:43.312 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713002802900148, "job": 1, "event": "recovery_started", "wal_files": [33]} 2024-04-13T10:06:43.312 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #33 mode 2 2024-04-13T10:06:43.312 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713002802914746, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 38, "file_size": 4941626, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 18662, "largest_seqno": 19587, "table_properties": {"data_size": 4935363, "index_size": 4412, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 837, "raw_key_size": 6352, "raw_average_key_size": 20, "raw_value_size": 4926206, "raw_average_value_size": 15890, "num_data_blocks": 197, "num_entries": 310, "num_filter_entries": 310, "num_deletions": 2, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "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; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1713002802, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "59e5b039-fd10-427e-92dd-91d5fda8f9fb", "db_session_id": "C1W7CFFB6VZVR9YROIBS", "orig_file_number": 38, "seqno_to_time_mapping": "N/A"}} 2024-04-13T10:06:43.312 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713002802914831, "job": 1, "event": "recovery_finished"} 2024-04-13T10:06:43.312 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: [db/version_set.cc:5047] Creating manifest 40 2024-04-13T10:06:43.312 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi062/store.db/000033.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-13T10:06:43.312 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x564c3c1a2000 2024-04-13T10:06:43.312 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: DB pointer 0x564c3c190000 2024-04-13T10:06:43.312 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-13T10:06:43.312 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-13T10:06:43.312 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: ** DB Stats ** 2024-04-13T10:06:43.312 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-13T10:06:43.313 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-13T10:06:43.313 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-13T10:06:43.313 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-13T10:06:43.313 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-13T10:06:43.313 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-13T10:06:43.313 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-13T10:06:43.313 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: 2024-04-13T10:06:43.313 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: ** Compaction Stats [default] ** 2024-04-13T10:06:43.313 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: 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 Rblob(GB) Wblob(GB) 2024-04-13T10:06:43.313 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-13T10:06:43.313 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: L0 1/0 4.71 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 605.0 0.01 0.00 1 0.008 0 0 0.0 0.0 2024-04-13T10:06:43.313 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: L6 1/0 29.57 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 0.0 0.0 2024-04-13T10:06:43.313 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Sum 2/0 34.28 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 605.0 0.01 0.00 1 0.008 0 0 0.0 0.0 2024-04-13T10:06:43.313 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 605.0 0.01 0.00 1 0.008 0 0 0.0 0.0 2024-04-13T10:06:43.314 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: 2024-04-13T10:06:43.314 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: ** Compaction Stats [default] ** 2024-04-13T10:06:43.314 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: 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 Rblob(GB) Wblob(GB) 2024-04-13T10:06:43.314 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-13T10:06:43.314 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 605.0 0.01 0.00 1 0.008 0 0 0.0 0.0 2024-04-13T10:06:43.314 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: 2024-04-13T10:06:43.314 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-13T10:06:43.314 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: 2024-04-13T10:06:43.314 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-13T10:06:43.314 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Flush(GB): cumulative 0.005, interval 0.005 2024-04-13T10:06:43.314 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-13T10:06:43.314 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-13T10:06:43.314 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-13T10:06:43.314 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-13T10:06:43.315 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Cumulative compaction: 0.00 GB write, 273.68 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-13T10:06:43.315 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Interval compaction: 0.00 GB write, 273.68 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-13T10:06:43.315 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: 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-04-13T10:06:43.315 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Block cache BinnedLRUCache@0x564c3c1051f0#7 capacity: 512.00 MB usage: 5.48 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-04-13T10:06:43.315 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.91 KB,0.000172853%) IndexBlock(1,4.58 KB,0.000873208%) Misc(1,0.00 KB,0%) 2024-04-13T10:06:43.315 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: 2024-04-13T10:06:43.315 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-13T10:06:43.315 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: starting mon.smithi062 rank 0 at public addrs [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] at bind addrs [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi062 fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 2024-04-13T10:06:43.315 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: mon.smithi062@-1(???) e2 preinit fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 2024-04-13T10:06:43.315 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: mon.smithi062@-1(???).mds e6 new map 2024-04-13T10:06:43.315 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: mon.smithi062@-1(???).mds e6 print_map 2024-04-13T10:06:43.315 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: e6 2024-04-13T10:06:43.315 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-13T10:06:43.315 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: 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-04-13T10:06:43.315 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: legacy client fscid: 1 2024-04-13T10:06:43.315 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: 2024-04-13T10:06:43.316 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Filesystem 'foofs' (1) 2024-04-13T10:06:43.316 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: fs_name foofs 2024-04-13T10:06:43.316 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: epoch 5 2024-04-13T10:06:43.316 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2024-04-13T10:06:43.316 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: created 2024-04-13T09:52:06.278825+0000 2024-04-13T10:06:43.316 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: modified 2024-04-13T09:52:15.195802+0000 2024-04-13T10:06:43.316 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: tableserver 0 2024-04-13T10:06:43.316 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: root 0 2024-04-13T10:06:43.316 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: session_timeout 60 2024-04-13T10:06:43.316 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: session_autoclose 300 2024-04-13T10:06:43.316 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: max_file_size 1099511627776 2024-04-13T10:06:43.316 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: max_xattr_size 65536 2024-04-13T10:06:43.316 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: required_client_features {} 2024-04-13T10:06:43.316 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: last_failure 0 2024-04-13T10:06:43.316 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: last_failure_osd_epoch 0 2024-04-13T10:06:43.316 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: 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-04-13T10:06:43.317 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: max_mds 1 2024-04-13T10:06:43.317 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: in 0 2024-04-13T10:06:43.317 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: up {0=24309} 2024-04-13T10:06:43.317 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: failed 2024-04-13T10:06:43.317 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: damaged 2024-04-13T10:06:43.317 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: stopped 2024-04-13T10:06:43.317 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: data_pools [3] 2024-04-13T10:06:43.317 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: metadata_pool 2 2024-04-13T10:06:43.317 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: inline_data disabled 2024-04-13T10:06:43.317 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: balancer 2024-04-13T10:06:43.317 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: bal_rank_mask -1 2024-04-13T10:06:43.317 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: standby_count_wanted 1 2024-04-13T10:06:43.317 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: [mds.foofs.smithi064.zvuvtq{0:24309} state up:active seq 2 join_fscid=1 addr [v2:172.21.15.64:6832/1043173318,v1:172.21.15.64:6833/1043173318] compat {c=[1],r=[1],i=[7ff]}] 2024-04-13T10:06:43.317 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: 2024-04-13T10:06:43.317 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: 2024-04-13T10:06:43.317 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: Standby daemons: 2024-04-13T10:06:43.318 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: 2024-04-13T10:06:43.318 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout: [mds.foofs.smithi062.hadckm{-1:14508} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.62:6834/1164265845,v1:172.21.15.62:6835/1164265845] compat {c=[1],r=[1],i=[7ff]}] 2024-04-13T10:06:43.318 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: mon.smithi062@-1(???).osd e74 crush map has features 3314933000854323200, adjusting msgr requires 2024-04-13T10:06:43.318 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: mon.smithi062@-1(???).osd e74 crush map has features 432629239337189376, adjusting msgr requires 2024-04-13T10:06:43.318 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: mon.smithi062@-1(???).osd e74 crush map has features 432629239337189376, adjusting msgr requires 2024-04-13T10:06:43.318 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: mon.smithi062@-1(???).osd e74 crush map has features 432629239337189376, adjusting msgr requires 2024-04-13T10:06:43.318 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 ceph-mon[92254]: mon.smithi062@-1(???).paxosservice(auth 1..45) refresh upgraded, format 0 -> 3 2024-04-13T10:06:43.318 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 bash[92216]: ea3d08dee67d257edad0404bb26e4991ee34fd7f77747fc5aeb90b0f8b15628a 2024-04-13T10:06:43.318 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:06:42 smithi062 systemd[1]: Started Ceph mon.smithi062 for 66630ffe-f97a-11ee-bc8d-c7b262605968. 2024-04-13T10:06:45.427 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:06:46.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:41.830359+0000 mgr.smithi062.wofrer (mgr.15278) 43 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 206 B/s rd, 206 B/s wr, 0 op/s 2024-04-13T10:06:46.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:43.830791+0000 mgr.smithi062.wofrer (mgr.15278) 44 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 206 B/s rd, 206 B/s wr, 0 op/s 2024-04-13T10:06:46.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:45.831575+0000 mgr.smithi062.wofrer (mgr.15278) 45 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 206 B/s rd, 206 B/s wr, 0 op/s 2024-04-13T10:06:46.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:45.932439+0000 mon.smithi062 (mon.0) 1 : cluster [INF] mon.smithi062 calling monitor election 2024-04-13T10:06:46.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:45.946599+0000 mon.smithi062 (mon.0) 2 : cluster [INF] mon.smithi062 is new leader, mons smithi062,smithi064 in quorum (ranks 0,1) 2024-04-13T10:06:46.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:45.952051+0000 mon.smithi062 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi062=[v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0],smithi064=[v2:172.21.15.64:3300/0,v1:172.21.15.64:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-13T10:06:46.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:45.952720+0000 mon.smithi062 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi064.zvuvtq=up:active} 1 up:standby 2024-04-13T10:06:46.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:45.952776+0000 mon.smithi062 (mon.0) 5 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-04-13T10:06:46.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:45.953788+0000 mon.smithi062 (mon.0) 6 : cluster [DBG] mgrmap e36: smithi062.wofrer(active, since 38s), standbys: smithi064.lcvmyw 2024-04-13T10:06:46.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:45.954210+0000 mon.smithi062 (mon.0) 7 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-13T10:06:46.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:45.954232+0000 mon.smithi062 (mon.0) 8 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-13T10:06:46.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:45.954240+0000 mon.smithi062 (mon.0) 9 : cluster [WRN] daemon prometheus.smithi062 on smithi062 is in unknown state 2024-04-13T10:06:46.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:45.963384+0000 mon.smithi062 (mon.0) 10 : cluster [DBG] mgrmap e37: smithi062.wofrer(active, since 38s), standbys: smithi064.lcvmyw 2024-04-13T10:06:46.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:45.963468+0000 mon.smithi062 (mon.0) 11 : audit [INF] from='mgr.15278 ' entity='' 2024-04-13T10:06:48.265 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:46.965507+0000 mon.smithi062 (mon.0) 12 : cluster [DBG] mgrmap e38: smithi062.wofrer(active, since 39s), standbys: smithi064.lcvmyw 2024-04-13T10:06:50.466 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:06:54.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:53.140928+0000 mon.smithi062 (mon.0) 13 : cluster [DBG] Standby manager daemon smithi064.lcvmyw restarted 2024-04-13T10:06:54.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:53.141005+0000 mon.smithi062 (mon.0) 14 : cluster [DBG] Standby manager daemon smithi064.lcvmyw started 2024-04-13T10:06:54.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:53.144071+0000 mon.smithi064 (mon.1) 76 : audit [DBG] from='mgr.? 172.21.15.64:0/2608566641' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi064.lcvmyw/crt"}]: dispatch 2024-04-13T10:06:54.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:53.144946+0000 mon.smithi064 (mon.1) 77 : audit [DBG] from='mgr.? 172.21.15.64:0/2608566641' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-13T10:06:54.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:53.147261+0000 mon.smithi064 (mon.1) 78 : audit [DBG] from='mgr.? 172.21.15.64:0/2608566641' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi064.lcvmyw/key"}]: dispatch 2024-04-13T10:06:54.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:53.147596+0000 mon.smithi064 (mon.1) 79 : audit [DBG] from='mgr.? 172.21.15.64:0/2608566641' entity='mgr.smithi064.lcvmyw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-13T10:06:54.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:53.198520+0000 mon.smithi062 (mon.0) 15 : cluster [INF] Active manager daemon smithi062.wofrer restarted 2024-04-13T10:06:54.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:53.198866+0000 mon.smithi062 (mon.0) 16 : cluster [INF] Activating manager daemon smithi062.wofrer 2024-04-13T10:06:54.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:53.207469+0000 mon.smithi062 (mon.0) 17 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-04-13T10:06:54.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:53.207717+0000 mon.smithi062 (mon.0) 18 : cluster [DBG] mgrmap e39: smithi062.wofrer(active, starting, since 0.00896212s), standbys: smithi064.lcvmyw 2024-04-13T10:06:54.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:53.208878+0000 mon.smithi062 (mon.0) 19 : audit [DBG] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2024-04-13T10:06:54.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:53.208999+0000 mon.smithi062 (mon.0) 20 : audit [DBG] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2024-04-13T10:06:54.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:53.209818+0000 mon.smithi062 (mon.0) 21 : audit [DBG] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi062.hadckm"}]: dispatch 2024-04-13T10:06:54.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:53.210119+0000 mon.smithi062 (mon.0) 22 : audit [DBG] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi064.zvuvtq"}]: dispatch 2024-04-13T10:06:54.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:53.210402+0000 mon.smithi062 (mon.0) 23 : audit [DBG] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mgr metadata", "who": "smithi062.wofrer", "id": "smithi062.wofrer"}]: dispatch 2024-04-13T10:06:54.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:53.210641+0000 mon.smithi062 (mon.0) 24 : audit [DBG] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mgr metadata", "who": "smithi064.lcvmyw", "id": "smithi064.lcvmyw"}]: dispatch 2024-04-13T10:06:54.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:53.210847+0000 mon.smithi062 (mon.0) 25 : audit [DBG] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-13T10:06:54.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:53.211131+0000 mon.smithi062 (mon.0) 26 : audit [DBG] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-13T10:06:54.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:53.211365+0000 mon.smithi062 (mon.0) 27 : audit [DBG] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-13T10:06:54.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:53.211558+0000 mon.smithi062 (mon.0) 28 : audit [DBG] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-13T10:06:54.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:53.211744+0000 mon.smithi062 (mon.0) 29 : audit [DBG] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-13T10:06:54.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:53.211955+0000 mon.smithi062 (mon.0) 30 : audit [DBG] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-13T10:06:54.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:53.212236+0000 mon.smithi062 (mon.0) 31 : audit [DBG] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-13T10:06:54.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:53.212435+0000 mon.smithi062 (mon.0) 32 : audit [DBG] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-13T10:06:54.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:53.212936+0000 mon.smithi062 (mon.0) 33 : audit [DBG] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-13T10:06:54.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:53.213169+0000 mon.smithi062 (mon.0) 34 : audit [DBG] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-13T10:06:54.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:53.213676+0000 mon.smithi062 (mon.0) 35 : audit [DBG] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-13T10:06:54.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:53.235657+0000 mon.smithi062 (mon.0) 36 : cluster [INF] Manager daemon smithi062.wofrer is now available 2024-04-13T10:06:54.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:53.257558+0000 mon.smithi062 (mon.0) 37 : audit [DBG] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:06:54.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:53.284478+0000 mon.smithi062 (mon.0) 38 : audit [DBG] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:06:54.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:53.284890+0000 mon.smithi062 (mon.0) 39 : audit [INF] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/mirror_snapshot_schedule"}]: dispatch 2024-04-13T10:06:54.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:53 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:53.298987+0000 mon.smithi062 (mon.0) 40 : audit [INF] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/trash_purge_schedule"}]: dispatch 2024-04-13T10:06:55.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:54 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:06:53.635450+0000 mgr.smithi062.wofrer (mgr.34104) 1 : cephadm [INF] [13/Apr/2024:10:06:53] ENGINE Bus STARTING 2024-04-13T10:06:55.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:54 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:06:53.753111+0000 mgr.smithi062.wofrer (mgr.34104) 2 : cephadm [INF] [13/Apr/2024:10:06:53] ENGINE Serving on https://172.21.15.62:7150 2024-04-13T10:06:55.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:54 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:06:53.854162+0000 mgr.smithi062.wofrer (mgr.34104) 3 : cephadm [INF] [13/Apr/2024:10:06:53] ENGINE Serving on http://172.21.15.62:8765 2024-04-13T10:06:55.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:54 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:06:53.854447+0000 mgr.smithi062.wofrer (mgr.34104) 4 : cephadm [INF] [13/Apr/2024:10:06:53] ENGINE Bus STARTED 2024-04-13T10:06:55.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:54 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:54.209963+0000 mon.smithi062 (mon.0) 41 : cluster [DBG] mgrmap e40: smithi062.wofrer(active, since 1.0112s), standbys: smithi064.lcvmyw 2024-04-13T10:06:55.504 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:06:56.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:54.217250+0000 mgr.smithi062.wofrer (mgr.34104) 5 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-13T10:06:56.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:55.205871+0000 mon.smithi062 (mon.0) 42 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-13T10:06:56.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:55 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:55.205903+0000 mon.smithi062 (mon.0) 43 : cluster [INF] Cluster is now healthy 2024-04-13T10:06:56.598 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T10:06:57.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:55.212122+0000 mgr.smithi062.wofrer (mgr.34104) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-13T10:06:57.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:56 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:56.214674+0000 mon.smithi062 (mon.0) 44 : cluster [DBG] mgrmap e41: smithi062.wofrer(active, since 3s), standbys: smithi064.lcvmyw 2024-04-13T10:06:57.283 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T10:06:57.283 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (9m) 21s ago 20m 17.7M - 0.20.0 0881eb8f169f f67d46639f12 2024-04-13T10:06:57.283 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (20m) 21s ago 20m 6395k - 16.2.5 6933c2a0b7dd 7a9c2c1a0af1 2024-04-13T10:06:57.283 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (19m) 23s ago 19m 6387k - 16.2.5 6933c2a0b7dd a611207376c9 2024-04-13T10:06:57.283 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (7m) 21s ago 20m 34.0M - 6.7.4 557c83e11646 52a02116d022 2024-04-13T10:06:57.283 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (14m) 21s ago 14m 15.2M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T10:06:57.283 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (14m) 23s ago 14m 37.8M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T10:06:57.283 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:8443,9283,8765 running (61s) 21s ago 22m 492M - 18.2.2-1173-g5108bc67 3464fd31103e 5f0191e57ab0 2024-04-13T10:06:57.284 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283,8765 running (28s) 23s ago 19m 46.4M - 18.2.2-1173-g5108bc67 3464fd31103e 267484796b5c 2024-04-13T10:06:57.284 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (22m) 21s ago 22m 82.0M 2048M 16.2.5 6933c2a0b7dd 724aac6eaf10 2024-04-13T10:06:57.284 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (19m) 23s ago 19m 59.5M 2048M 16.2.5 6933c2a0b7dd fda491e695cc 2024-04-13T10:06:57.284 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (11m) 21s ago 11m 81.7M - 3.5 6933c2a0b7dd c23522e42b6b 2024-04-13T10:06:57.284 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (11m) 23s ago 11m 79.2M - 3.5 6933c2a0b7dd ab1f0d8d0bb5 2024-04-13T10:06:57.284 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (5m) 21s ago 19m 15.1M - 0.18.1 e5a616e4b9cf 69df71029afe 2024-04-13T10:06:57.284 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (67s) 23s ago 19m 2587k - 0.18.1 e5a616e4b9cf 19e13c75f9ef 2024-04-13T10:06:57.284 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (18m) 21s ago 18m 408M 1944M 16.2.5 6933c2a0b7dd fd265569b30d 2024-04-13T10:06:57.284 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (18m) 21s ago 18m 311M 1944M 16.2.5 6933c2a0b7dd 09ca36a5db39 2024-04-13T10:06:57.284 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (17m) 21s ago 17m 248M 1944M 16.2.5 6933c2a0b7dd 89cc0ac92247 2024-04-13T10:06:57.284 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (17m) 21s ago 17m 388M 1944M 16.2.5 6933c2a0b7dd b0323c8d9018 2024-04-13T10:06:57.284 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (17m) 23s ago 17m 400M 2712M 16.2.5 6933c2a0b7dd f89e1bdd5583 2024-04-13T10:06:57.284 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (16m) 23s ago 16m 430M 2712M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T10:06:57.284 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (16m) 23s ago 16m 353M 2712M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T10:06:57.284 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (16m) 23s ago 16m 493M 2712M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T10:06:57.285 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 unknown 21s ago 19m - - 2024-04-13T10:06:57.689 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:06:57.689 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T10:06:57.689 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-13T10:06:57.689 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T10:06:57.689 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:06:57.689 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T10:06:57.689 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:06:57.690 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:06:57.690 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T10:06:57.690 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-13T10:06:57.690 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:06:57.690 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T10:06:57.690 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:06:57.690 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:06:57.690 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T10:06:57.690 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 11, 2024-04-13T10:06:57.690 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 3 2024-04-13T10:06:57.690 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T10:06:57.690 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:06:58.056 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:06:58.056 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T10:06:58.056 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T10:06:58.056 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T10:06:58.056 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [ 2024-04-13T10:06:58.056 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr" 2024-04-13T10:06:58.056 INFO:teuthology.orchestra.run.smithi062.stdout: ], 2024-04-13T10:06:58.056 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "2/23 daemons upgraded", 2024-04-13T10:06:58.057 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "", 2024-04-13T10:06:58.057 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T10:06:58.057 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:06:58.265 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:56.586544+0000 mgr.smithi062.wofrer (mgr.34104) 7 : audit [DBG] from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:06:58.265 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:56.934886+0000 mgr.smithi062.wofrer (mgr.34104) 8 : audit [DBG] from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:06:58.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:57.689778+0000 mon.smithi062 (mon.0) 45 : audit [DBG] from='client.? 172.21.15.62:0/4231726469' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:06:58.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:57.807028+0000 mon.smithi062 (mon.0) 46 : audit [INF] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:58.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:57 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:57.812415+0000 mon.smithi062 (mon.0) 47 : audit [INF] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:58.524 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_OK 2024-04-13T10:06:59.243 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:58 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:57.212444+0000 mgr.smithi062.wofrer (mgr.34104) 9 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-13T10:06:59.243 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:58 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:57.274013+0000 mgr.smithi062.wofrer (mgr.34104) 10 : audit [DBG] from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:06:59.243 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:58 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:57.946725+0000 mon.smithi062 (mon.0) 48 : cluster [DBG] mgrmap e42: smithi062.wofrer(active, since 4s), standbys: smithi064.lcvmyw 2024-04-13T10:06:59.243 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:58 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:58.446511+0000 mon.smithi062 (mon.0) 49 : audit [INF] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:59.243 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:58 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:58.452614+0000 mon.smithi062 (mon.0) 50 : audit [INF] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:06:59.243 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:58 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:58.524607+0000 mon.smithi062 (mon.0) 51 : audit [DBG] from='client.? 172.21.15.62:0/3475161825' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:07:00.215 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:06:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:06:58.056483+0000 mgr.smithi062.wofrer (mgr.34104) 11 : audit [DBG] from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:07:00.541 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:07:01.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:06:59.212812+0000 mgr.smithi062.wofrer (mgr.34104) 12 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 23 op/s 2024-04-13T10:07:01.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:07:00.522554+0000 mon.smithi062 (mon.0) 52 : audit [INF] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:01.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:00 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:07:00.528713+0000 mon.smithi062 (mon.0) 53 : audit [INF] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:02.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:02 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:07:01.161985+0000 mon.smithi062 (mon.0) 54 : audit [INF] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:02.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:02 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:07:01.166799+0000 mon.smithi062 (mon.0) 55 : audit [INF] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:02.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:02 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:07:01.213331+0000 mgr.smithi062.wofrer (mgr.34104) 13 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 30 KiB/s rd, 146 B/s wr, 17 op/s 2024-04-13T10:07:02.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:02 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:07:01.831604+0000 mon.smithi062 (mon.0) 56 : audit [INF] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:02.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:02 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:07:01.836301+0000 mon.smithi062 (mon.0) 57 : audit [INF] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:02.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:02 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:07:01.837710+0000 mon.smithi062 (mon.0) 58 : audit [DBG] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:02.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:02 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:07:01.838537+0000 mon.smithi062 (mon.0) 59 : audit [INF] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:07:02.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:02 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:07:01.839737+0000 mgr.smithi062.wofrer (mgr.34104) 14 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.conf 2024-04-13T10:07:02.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:02 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:07:01.839959+0000 mgr.smithi062.wofrer (mgr.34104) 15 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.conf 2024-04-13T10:07:04.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:07:02.104407+0000 mgr.smithi062.wofrer (mgr.34104) 16 : cephadm [INF] Updating smithi062:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-13T10:07:04.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:07:02.104553+0000 mgr.smithi062.wofrer (mgr.34104) 17 : cephadm [INF] Updating smithi064:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-13T10:07:04.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:07:02.368727+0000 mgr.smithi062.wofrer (mgr.34104) 18 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.client.admin.keyring 2024-04-13T10:07:04.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:07:02.368873+0000 mgr.smithi062.wofrer (mgr.34104) 19 : cephadm [INF] Updating smithi064:/etc/ceph/ceph.client.admin.keyring 2024-04-13T10:07:04.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:07:02.632944+0000 mgr.smithi062.wofrer (mgr.34104) 20 : cephadm [INF] Updating smithi062:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-13T10:07:04.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:07:02.633075+0000 mgr.smithi062.wofrer (mgr.34104) 21 : cephadm [INF] Updating smithi064:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-13T10:07:04.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:07:02.901349+0000 mon.smithi062 (mon.0) 60 : audit [INF] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:04.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:07:02.904689+0000 mon.smithi062 (mon.0) 61 : audit [INF] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:04.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:07:02.909959+0000 mon.smithi062 (mon.0) 62 : audit [INF] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:04.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:07:02.915020+0000 mon.smithi062 (mon.0) 63 : audit [INF] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:04.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:07:02.915919+0000 mgr.smithi062.wofrer (mgr.34104) 22 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 24 KiB/s rd, 117 B/s wr, 13 op/s 2024-04-13T10:07:04.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:07:02.918834+0000 mon.smithi062 (mon.0) 64 : audit [INF] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:04.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:07:02.925588+0000 mon.smithi062 (mon.0) 65 : audit [INF] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:04.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:07:03.061571+0000 mon.smithi062 (mon.0) 66 : audit [DBG] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:07:04.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:07:03.063996+0000 mon.smithi062 (mon.0) 67 : audit [DBG] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:07:04.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:03 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:07:03.065193+0000 mon.smithi062 (mon.0) 68 : audit [DBG] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-04-13T10:07:05.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:07:03.913742+0000 mon.smithi062 (mon.0) 69 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-13T10:07:05.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:07:04.637446+0000 mon.smithi062 (mon.0) 70 : audit [INF] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:05.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:07:04.638379+0000 mon.smithi062 (mon.0) 71 : audit [INF] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-13T10:07:05.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:07:04.639121+0000 mon.smithi062 (mon.0) 72 : audit [DBG] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-13T10:07:05.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: audit 2024-04-13T10:07:04.639876+0000 mon.smithi062 (mon.0) 73 : audit [DBG] from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:05.582 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:07:05.971 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:07:04.632583+0000 mgr.smithi062.wofrer (mgr.34104) 23 : cephadm [INF] Upgrade: Updating mon.smithi064 2024-04-13T10:07:05.971 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cephadm 2024-04-13T10:07:04.640843+0000 mgr.smithi062.wofrer (mgr.34104) 24 : cephadm [INF] Deploying daemon mon.smithi064 on smithi064 2024-04-13T10:07:05.971 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:05 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: cluster 2024-04-13T10:07:04.916838+0000 mgr.smithi062.wofrer (mgr.34104) 25 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 191 B/s wr, 11 op/s 2024-04-13T10:07:06.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:06 smithi064 systemd[1]: Stopping Ceph mon.smithi064 for 66630ffe-f97a-11ee-bc8d-c7b262605968... 2024-04-13T10:07:06.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:06 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T10:07:06.401+0000 7fe23b321700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi064 -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-04-13T10:07:06.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:06 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064[38909]: debug 2024-04-13T10:07:06.401+0000 7fe23b321700 -1 mon.smithi064@1(peon) e2 *** Got Signal Terminated *** 2024-04-13T10:07:07.015 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:06 smithi064 bash[67752]: ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon.smithi064 2024-04-13T10:07:07.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 systemd[1]: ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@mon.smithi064.service: Succeeded. 2024-04-13T10:07:07.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 systemd[1]: Stopped Ceph mon.smithi064 for 66630ffe-f97a-11ee-bc8d-c7b262605968. 2024-04-13T10:07:07.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 systemd[1]: Starting Ceph mon.smithi064 for 66630ffe-f97a-11ee-bc8d-c7b262605968... 2024-04-13T10:07:08.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: set uid:gid to 167:167 (ceph:ceph) 2024-04-13T10:07:08.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable), process ceph-mon, pid 7 2024-04-13T10:07:08.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: pidfile_write: ignore empty --pid-file 2024-04-13T10:07:08.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: load: jerasure load: lrc 2024-04-13T10:07:08.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: RocksDB version: 7.9.2 2024-04-13T10:07:08.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Git sha 0 2024-04-13T10:07:08.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Compile date 2024-04-07 20:35:11 2024-04-13T10:07:08.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: DB SUMMARY 2024-04-13T10:07:08.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: DB Session ID: 88SEGWW5MX03IYWRHIG4 2024-04-13T10:07:08.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: CURRENT file: CURRENT 2024-04-13T10:07:08.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: IDENTITY file: IDENTITY 2024-04-13T10:07:08.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: MANIFEST file: MANIFEST-000005 size: 2032 Bytes 2024-04-13T10:07:08.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi064/store.db dir, Total Num: 1, files: 000038.sst 2024-04-13T10:07:08.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi064/store.db: 000036.log size: 360316 ; 2024-04-13T10:07:08.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.error_if_exists: 0 2024-04-13T10:07:08.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.create_if_missing: 0 2024-04-13T10:07:08.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.paranoid_checks: 1 2024-04-13T10:07:08.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-13T10:07:08.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-13T10:07:08.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-13T10:07:08.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.env: 0x55ea9a10c7a0 2024-04-13T10:07:08.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.fs: PosixFileSystem 2024-04-13T10:07:08.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.info_log: 0x55ea9cb65380 2024-04-13T10:07:08.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.max_file_opening_threads: 16 2024-04-13T10:07:08.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.statistics: (nil) 2024-04-13T10:07:08.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.use_fsync: 0 2024-04-13T10:07:08.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.max_log_file_size: 0 2024-04-13T10:07:08.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-13T10:07:08.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-13T10:07:08.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.keep_log_file_num: 1000 2024-04-13T10:07:08.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.recycle_log_file_num: 0 2024-04-13T10:07:08.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.allow_fallocate: 1 2024-04-13T10:07:08.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.allow_mmap_reads: 0 2024-04-13T10:07:08.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.allow_mmap_writes: 0 2024-04-13T10:07:08.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.use_direct_reads: 0 2024-04-13T10:07:08.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-13T10:07:08.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.create_missing_column_families: 0 2024-04-13T10:07:08.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.db_log_dir: 2024-04-13T10:07:08.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.wal_dir: 2024-04-13T10:07:08.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-13T10:07:08.271 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-13T10:07:08.271 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-13T10:07:08.271 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-13T10:07:08.271 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-13T10:07:08.271 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-13T10:07:08.271 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.advise_random_on_open: 1 2024-04-13T10:07:08.271 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.db_write_buffer_size: 0 2024-04-13T10:07:08.271 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.write_buffer_manager: 0x55ea9bddc140 2024-04-13T10:07:08.271 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-13T10:07:08.271 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-13T10:07:08.271 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-13T10:07:08.272 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.rate_limiter: (nil) 2024-04-13T10:07:08.272 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-13T10:07:08.272 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.wal_recovery_mode: 2 2024-04-13T10:07:08.272 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.enable_thread_tracking: 0 2024-04-13T10:07:08.272 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.enable_pipelined_write: 0 2024-04-13T10:07:08.272 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.unordered_write: 0 2024-04-13T10:07:08.272 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-13T10:07:08.272 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-13T10:07:08.272 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-13T10:07:08.272 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-13T10:07:08.272 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.row_cache: None 2024-04-13T10:07:08.272 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.wal_filter: None 2024-04-13T10:07:08.272 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-13T10:07:08.272 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.allow_ingest_behind: 0 2024-04-13T10:07:08.272 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.two_write_queues: 0 2024-04-13T10:07:08.272 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.manual_wal_flush: 0 2024-04-13T10:07:08.273 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.wal_compression: 0 2024-04-13T10:07:08.273 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.atomic_flush: 0 2024-04-13T10:07:08.273 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-13T10:07:08.273 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-13T10:07:08.273 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-13T10:07:08.273 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.log_readahead_size: 0 2024-04-13T10:07:08.273 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-13T10:07:08.273 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.best_efforts_recovery: 0 2024-04-13T10:07:08.273 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-13T10:07:08.273 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-13T10:07:08.273 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.allow_data_in_errors: 0 2024-04-13T10:07:08.273 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.db_host_id: __hostname__ 2024-04-13T10:07:08.273 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-13T10:07:08.273 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.max_background_jobs: 2 2024-04-13T10:07:08.273 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.max_background_compactions: -1 2024-04-13T10:07:08.274 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.max_subcompactions: 1 2024-04-13T10:07:08.274 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-13T10:07:08.274 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-13T10:07:08.274 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-13T10:07:08.274 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.max_total_wal_size: 0 2024-04-13T10:07:08.274 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-13T10:07:08.274 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-13T10:07:08.274 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-13T10:07:08.274 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-13T10:07:08.274 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.max_open_files: -1 2024-04-13T10:07:08.274 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.bytes_per_sync: 0 2024-04-13T10:07:08.274 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-13T10:07:08.274 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-13T10:07:08.274 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.compaction_readahead_size: 0 2024-04-13T10:07:08.274 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.max_background_flushes: -1 2024-04-13T10:07:08.275 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Compression algorithms supported: 2024-04-13T10:07:08.275 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-13T10:07:08.275 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: kZSTD supported: 0 2024-04-13T10:07:08.275 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: kXpressCompression supported: 0 2024-04-13T10:07:08.275 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: kLZ4HCCompression supported: 1 2024-04-13T10:07:08.275 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: kZlibCompression supported: 1 2024-04-13T10:07:08.275 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: kSnappyCompression supported: 1 2024-04-13T10:07:08.275 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: kLZ4Compression supported: 1 2024-04-13T10:07:08.275 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: kBZip2Compression supported: 0 2024-04-13T10:07:08.275 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-13T10:07:08.275 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-13T10:07:08.275 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi064/store.db/MANIFEST-000005 2024-04-13T10:07:08.275 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-13T10:07:08.275 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-13T10:07:08.275 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.merge_operator: 2024-04-13T10:07:08.275 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.compaction_filter: None 2024-04-13T10:07:08.276 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.compaction_filter_factory: None 2024-04-13T10:07:08.276 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.sst_partitioner_factory: None 2024-04-13T10:07:08.276 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-13T10:07:08.276 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-13T10:07:08.276 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ea9cb654a0) 2024-04-13T10:07:08.276 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: cache_index_and_filter_blocks: 1 2024-04-13T10:07:08.276 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-13T10:07:08.276 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-13T10:07:08.276 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: pin_top_level_index_and_filter: 1 2024-04-13T10:07:08.276 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: index_type: 0 2024-04-13T10:07:08.276 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: data_block_index_type: 0 2024-04-13T10:07:08.276 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: index_shortening: 1 2024-04-13T10:07:08.276 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-13T10:07:08.276 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: checksum: 4 2024-04-13T10:07:08.276 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: no_block_cache: 0 2024-04-13T10:07:08.277 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: block_cache: 0x55ea9be7d1f0 2024-04-13T10:07:08.277 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: block_cache_name: BinnedLRUCache 2024-04-13T10:07:08.277 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: block_cache_options: 2024-04-13T10:07:08.277 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: capacity : 536870912 2024-04-13T10:07:08.277 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: num_shard_bits : 4 2024-04-13T10:07:08.277 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: strict_capacity_limit : 0 2024-04-13T10:07:08.277 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: high_pri_pool_ratio: 0.000 2024-04-13T10:07:08.277 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: block_cache_compressed: (nil) 2024-04-13T10:07:08.277 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: persistent_cache: (nil) 2024-04-13T10:07:08.277 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: block_size: 4096 2024-04-13T10:07:08.277 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: block_size_deviation: 10 2024-04-13T10:07:08.277 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: block_restart_interval: 16 2024-04-13T10:07:08.277 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: index_block_restart_interval: 1 2024-04-13T10:07:08.277 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: metadata_block_size: 4096 2024-04-13T10:07:08.277 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: partition_filters: 0 2024-04-13T10:07:08.277 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: use_delta_encoding: 1 2024-04-13T10:07:08.277 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: filter_policy: bloomfilter 2024-04-13T10:07:08.278 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: whole_key_filtering: 1 2024-04-13T10:07:08.278 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: verify_compression: 0 2024-04-13T10:07:08.278 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: read_amp_bytes_per_bit: 0 2024-04-13T10:07:08.278 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: format_version: 5 2024-04-13T10:07:08.278 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: enable_index_compression: 1 2024-04-13T10:07:08.278 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: block_align: 0 2024-04-13T10:07:08.278 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: max_auto_readahead_size: 262144 2024-04-13T10:07:08.278 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: prepopulate_block_cache: 0 2024-04-13T10:07:08.278 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: initial_auto_readahead_size: 8192 2024-04-13T10:07:08.278 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: num_file_reads_for_auto_readahead: 2 2024-04-13T10:07:08.278 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.write_buffer_size: 33554432 2024-04-13T10:07:08.278 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.max_write_buffer_number: 2 2024-04-13T10:07:08.278 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.compression: NoCompression 2024-04-13T10:07:08.278 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.bottommost_compression: Disabled 2024-04-13T10:07:08.278 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.prefix_extractor: nullptr 2024-04-13T10:07:08.279 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-13T10:07:08.279 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.num_levels: 7 2024-04-13T10:07:08.279 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-13T10:07:08.279 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-13T10:07:08.279 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-13T10:07:08.279 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-13T10:07:08.279 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-13T10:07:08.279 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-13T10:07:08.279 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-13T10:07:08.279 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-13T10:07:08.279 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-13T10:07:08.279 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-13T10:07:08.279 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-13T10:07:08.279 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-13T10:07:08.279 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-13T10:07:08.279 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.compression_opts.level: 32767 2024-04-13T10:07:08.279 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.compression_opts.strategy: 0 2024-04-13T10:07:08.280 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-13T10:07:08.280 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-13T10:07:08.280 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-13T10:07:08.280 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-13T10:07:08.280 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.compression_opts.enabled: false 2024-04-13T10:07:08.280 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-13T10:07:08.280 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-13T10:07:08.280 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-13T10:07:08.280 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-13T10:07:08.280 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.target_file_size_base: 67108864 2024-04-13T10:07:08.280 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-13T10:07:08.280 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-13T10:07:08.280 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-13T10:07:08.280 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-13T10:07:08.280 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-13T10:07:08.280 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-13T10:07:08.281 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-13T10:07:08.281 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-13T10:07:08.281 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-13T10:07:08.281 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-13T10:07:08.281 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-13T10:07:08.281 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-13T10:07:08.281 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-13T10:07:08.281 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-13T10:07:08.281 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.arena_block_size: 1048576 2024-04-13T10:07:08.281 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-13T10:07:08.281 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-13T10:07:08.281 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.disable_auto_compactions: 0 2024-04-13T10:07:08.281 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-13T10:07:08.281 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-13T10:07:08.281 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-13T10:07:08.281 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-13T10:07:08.282 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-13T10:07:08.282 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-13T10:07:08.282 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-13T10:07:08.282 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-13T10:07:08.282 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-13T10:07:08.282 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-13T10:07:08.282 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.table_properties_collectors: 2024-04-13T10:07:08.282 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.inplace_update_support: 0 2024-04-13T10:07:08.282 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-13T10:07:08.282 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-13T10:07:08.282 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-13T10:07:08.282 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-13T10:07:08.282 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.bloom_locality: 0 2024-04-13T10:07:08.282 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.max_successive_merges: 0 2024-04-13T10:07:08.282 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-13T10:07:08.282 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.paranoid_file_checks: 0 2024-04-13T10:07:08.283 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.force_consistency_checks: 1 2024-04-13T10:07:08.283 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.report_bg_io_stats: 0 2024-04-13T10:07:08.283 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.ttl: 2592000 2024-04-13T10:07:08.283 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-13T10:07:08.283 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-13T10:07:08.283 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-13T10:07:08.283 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.enable_blob_files: false 2024-04-13T10:07:08.283 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.min_blob_size: 0 2024-04-13T10:07:08.283 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.blob_file_size: 268435456 2024-04-13T10:07:08.283 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-13T10:07:08.283 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-13T10:07:08.283 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-13T10:07:08.283 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-13T10:07:08.283 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-13T10:07:08.283 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.blob_file_starting_level: 0 2024-04-13T10:07:08.283 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-13T10:07:08.283 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 38.sst 2024-04-13T10:07:08.284 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi064/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 40, last_sequence is 21570, log_number is 36,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-13T10:07:08.284 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 36 2024-04-13T10:07:08.284 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 00eb69ff-5901-40c7-967c-227a610b5c08 2024-04-13T10:07:08.284 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713002827922033, "job": 1, "event": "recovery_started", "wal_files": [36]} 2024-04-13T10:07:08.284 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #36 mode 2 2024-04-13T10:07:08.284 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713002827923498, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 41, "file_size": 240956, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 21575, "largest_seqno": 21625, "table_properties": {"data_size": 239546, "index_size": 270, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 133, "raw_key_size": 709, "raw_average_key_size": 25, "raw_value_size": 238681, "raw_average_value_size": 8524, "num_data_blocks": 12, "num_entries": 28, "num_filter_entries": 28, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "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; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1713002827, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "00eb69ff-5901-40c7-967c-227a610b5c08", "db_session_id": "88SEGWW5MX03IYWRHIG4", "orig_file_number": 41, "seqno_to_time_mapping": "N/A"}} 2024-04-13T10:07:08.284 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713002827923586, "job": 1, "event": "recovery_finished"} 2024-04-13T10:07:08.284 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: [db/version_set.cc:5047] Creating manifest 43 2024-04-13T10:07:08.284 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi064/store.db/000036.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-13T10:07:08.284 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55ea9bf1a000 2024-04-13T10:07:08.284 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: DB pointer 0x55ea9bf08000 2024-04-13T10:07:08.284 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-13T10:07:08.284 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-13T10:07:08.284 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: ** DB Stats ** 2024-04-13T10:07:08.284 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-13T10:07:08.285 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-13T10:07:08.285 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-13T10:07:08.285 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-13T10:07:08.285 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-13T10:07:08.285 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-13T10:07:08.285 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-13T10:07:08.285 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: 2024-04-13T10:07:08.285 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: ** Compaction Stats [default] ** 2024-04-13T10:07:08.285 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: 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 Rblob(GB) Wblob(GB) 2024-04-13T10:07:08.285 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-13T10:07:08.285 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: L0 1/0 235.31 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 273.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-13T10:07:08.285 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: L6 1/0 35.45 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 0.0 0.0 2024-04-13T10:07:08.285 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: Sum 2/0 35.68 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 273.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-13T10:07:08.285 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 273.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-13T10:07:08.285 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: 2024-04-13T10:07:08.285 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: ** Compaction Stats [default] ** 2024-04-13T10:07:08.286 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: 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 Rblob(GB) Wblob(GB) 2024-04-13T10:07:08.286 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-13T10:07:08.286 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 273.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-13T10:07:08.286 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: 2024-04-13T10:07:08.286 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-13T10:07:08.286 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: 2024-04-13T10:07:08.286 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-13T10:07:08.286 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-13T10:07:08.286 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-13T10:07:08.286 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-13T10:07:08.286 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-13T10:07:08.286 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-13T10:07:08.286 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: Cumulative compaction: 0.00 GB write, 63.92 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-13T10:07:08.287 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: Interval compaction: 0.00 GB write, 63.92 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-13T10:07:08.287 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: 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-04-13T10:07:08.287 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: Block cache BinnedLRUCache@0x55ea9be7d1f0#7 capacity: 512.00 MB usage: 0.53 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-04-13T10:07:08.287 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.17 KB,3.27826e-05%) IndexBlock(1,0.36 KB,6.85453e-05%) Misc(1,0.00 KB,0%) 2024-04-13T10:07:08.287 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: 2024-04-13T10:07:08.287 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-13T10:07:08.287 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: starting mon.smithi064 rank 1 at public addrs [v2:172.21.15.64:3300/0,v1:172.21.15.64:6789/0] at bind addrs [v2:172.21.15.64:3300/0,v1:172.21.15.64:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi064 fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 2024-04-13T10:07:08.287 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: mon.smithi064@-1(???) e2 preinit fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 2024-04-13T10:07:08.287 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: mon.smithi064@-1(???).mds e6 new map 2024-04-13T10:07:08.287 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: mon.smithi064@-1(???).mds e6 print_map 2024-04-13T10:07:08.287 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: e6 2024-04-13T10:07:08.287 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-13T10:07:08.287 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: 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-04-13T10:07:08.288 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: legacy client fscid: 1 2024-04-13T10:07:08.288 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: 2024-04-13T10:07:08.288 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: Filesystem 'foofs' (1) 2024-04-13T10:07:08.288 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: fs_name foofs 2024-04-13T10:07:08.288 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: epoch 5 2024-04-13T10:07:08.288 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2024-04-13T10:07:08.288 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: created 2024-04-13T09:52:06.278825+0000 2024-04-13T10:07:08.288 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: modified 2024-04-13T09:52:15.195802+0000 2024-04-13T10:07:08.288 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: tableserver 0 2024-04-13T10:07:08.288 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: root 0 2024-04-13T10:07:08.288 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: session_timeout 60 2024-04-13T10:07:08.288 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: session_autoclose 300 2024-04-13T10:07:08.288 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: max_file_size 1099511627776 2024-04-13T10:07:08.288 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: max_xattr_size 65536 2024-04-13T10:07:08.289 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: required_client_features {} 2024-04-13T10:07:08.289 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: last_failure 0 2024-04-13T10:07:08.289 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: last_failure_osd_epoch 0 2024-04-13T10:07:08.289 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: 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-04-13T10:07:08.289 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: max_mds 1 2024-04-13T10:07:08.289 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: in 0 2024-04-13T10:07:08.289 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: up {0=24309} 2024-04-13T10:07:08.289 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: failed 2024-04-13T10:07:08.289 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: damaged 2024-04-13T10:07:08.289 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: stopped 2024-04-13T10:07:08.289 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: data_pools [3] 2024-04-13T10:07:08.289 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: metadata_pool 2 2024-04-13T10:07:08.289 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: inline_data disabled 2024-04-13T10:07:08.289 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: balancer 2024-04-13T10:07:08.289 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: bal_rank_mask -1 2024-04-13T10:07:08.290 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: standby_count_wanted 1 2024-04-13T10:07:08.290 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: [mds.foofs.smithi064.zvuvtq{0:24309} state up:active seq 2 join_fscid=1 addr [v2:172.21.15.64:6832/1043173318,v1:172.21.15.64:6833/1043173318] compat {c=[1],r=[1],i=[7ff]}] 2024-04-13T10:07:08.290 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: 2024-04-13T10:07:08.290 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: 2024-04-13T10:07:08.290 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: Standby daemons: 2024-04-13T10:07:08.290 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: 2024-04-13T10:07:08.290 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout: [mds.foofs.smithi062.hadckm{-1:14508} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.62:6834/1164265845,v1:172.21.15.62:6835/1164265845] compat {c=[1],r=[1],i=[7ff]}] 2024-04-13T10:07:08.290 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: mon.smithi064@-1(???).osd e75 crush map has features 3314933000854323200, adjusting msgr requires 2024-04-13T10:07:08.290 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: mon.smithi064@-1(???).osd e75 crush map has features 432629239337189376, adjusting msgr requires 2024-04-13T10:07:08.290 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: mon.smithi064@-1(???).osd e75 crush map has features 432629239337189376, adjusting msgr requires 2024-04-13T10:07:08.290 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: mon.smithi064@-1(???).osd e75 crush map has features 432629239337189376, adjusting msgr requires 2024-04-13T10:07:08.290 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 ceph-mon[67959]: mon.smithi064@-1(???).paxosservice(auth 1..47) refresh upgraded, format 0 -> 3 2024-04-13T10:07:08.290 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 bash[67921]: 17cdca1b9f7e675828c4aaf2a1e180f934d8aadde89e38e7bce08a53901640d1 2024-04-13T10:07:08.291 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:07 smithi064 systemd[1]: Started Ceph mon.smithi064 for 66630ffe-f97a-11ee-bc8d-c7b262605968. 2024-04-13T10:07:09.378 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: mkfs 66630ffe-f97a-11ee-bc8d-c7b262605968 2024-04-13T10:07:09.379 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: mkfs 66630ffe-f97a-11ee-bc8d-c7b262605968 2024-04-13T10:07:09.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Reconfiguring daemon alertmanager.smithi062 on smithi062 2024-04-13T10:07:09.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Reconfiguring grafana.smithi062 (dependencies changed)... 2024-04-13T10:07:09.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Regenerating cephadm self-signed grafana TLS certificates 2024-04-13T10:07:09.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Reconfiguring daemon grafana.smithi062 on smithi062 2024-04-13T10:07:09.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Reconfiguring node-exporter.smithi062 (dependencies changed)... 2024-04-13T10:07:09.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Reconfiguring daemon node-exporter.smithi062 on smithi062 2024-04-13T10:07:09.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Reconfiguring prometheus.smithi062 (dependencies changed)... 2024-04-13T10:07:09.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Reconfiguring daemon prometheus.smithi062 on smithi062 2024-04-13T10:07:09.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Reconfiguring node-exporter.smithi064 (dependencies changed)... 2024-04-13T10:07:09.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Reconfiguring daemon node-exporter.smithi064 on smithi064 2024-04-13T10:07:09.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Upgrade: Need to upgrade myself (mgr.smithi064.lcvmyw) 2024-04-13T10:07:09.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Upgrade: Need to upgrade myself (mgr.smithi064.lcvmyw) 2024-04-13T10:07:09.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Upgrade: Updating mgr.smithi062.wofrer 2024-04-13T10:07:09.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Deploying daemon mgr.smithi062.wofrer on smithi062 2024-04-13T10:07:09.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Upgrade: Need to upgrade myself (mgr.smithi064.lcvmyw) 2024-04-13T10:07:09.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Upgrade: Need to upgrade myself (mgr.smithi064.lcvmyw) 2024-04-13T10:07:09.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Failing over to other MGR 2024-04-13T10:07:09.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: [13/Apr/2024:10:06:08] ENGINE Bus STARTING 2024-04-13T10:07:09.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: [13/Apr/2024:10:06:08] ENGINE Serving on https://172.21.15.62:7150 2024-04-13T10:07:09.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: [13/Apr/2024:10:06:08] ENGINE Serving on http://172.21.15.62:8765 2024-04-13T10:07:09.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: [13/Apr/2024:10:06:08] ENGINE Bus STARTED 2024-04-13T10:07:09.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Updating smithi062:/etc/ceph/ceph.conf 2024-04-13T10:07:09.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Updating smithi064:/etc/ceph/ceph.conf 2024-04-13T10:07:09.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Updating smithi064:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-13T10:07:09.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Updating smithi062:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-13T10:07:09.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Updating smithi064:/etc/ceph/ceph.client.admin.keyring 2024-04-13T10:07:09.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Updating smithi062:/etc/ceph/ceph.client.admin.keyring 2024-04-13T10:07:09.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Updating smithi062:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-13T10:07:09.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Updating smithi064:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-13T10:07:09.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: pgmap v9: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 191 B/s wr, 11 op/s 2024-04-13T10:07:09.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Reconfiguring prometheus.smithi062 (dependencies changed)... 2024-04-13T10:07:09.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Reconfiguring daemon prometheus.smithi062 on smithi062 2024-04-13T10:07:09.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-13T10:07:09.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: pgmap v10: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 175 B/s wr, 10 op/s 2024-04-13T10:07:09.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: pgmap v11: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 175 B/s wr, 10 op/s 2024-04-13T10:07:09.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Upgrade: Updating mgr.smithi064.lcvmyw 2024-04-13T10:07:09.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Deploying daemon mgr.smithi064.lcvmyw on smithi064 2024-04-13T10:07:09.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: pgmap v12: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 262 B/s wr, 10 op/s 2024-04-13T10:07:09.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: pgmap v13: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 175 B/s rd, 175 B/s wr, 0 op/s 2024-04-13T10:07:09.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: pgmap v14: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 350 B/s rd, 262 B/s wr, 0 op/s 2024-04-13T10:07:09.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: pgmap v15: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:07:09.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: pgmap v16: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:07:09.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: pgmap v17: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:07:09.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Standby manager daemon smithi064.lcvmyw restarted 2024-04-13T10:07:09.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Standby manager daemon smithi064.lcvmyw started 2024-04-13T10:07:09.520 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: mgrmap e36: smithi062.wofrer(active, since 29s), standbys: smithi064.lcvmyw 2024-04-13T10:07:09.520 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: pgmap v18: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 171 B/s rd, 171 B/s wr, 0 op/s 2024-04-13T10:07:09.520 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: pgmap v19: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 206 B/s rd, 206 B/s wr, 0 op/s 2024-04-13T10:07:09.520 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Upgrade: Setting container_image for all mgr 2024-04-13T10:07:09.520 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Upgrade: Updating mon.smithi062 2024-04-13T10:07:09.520 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Deploying daemon mon.smithi062 on smithi062 2024-04-13T10:07:09.520 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: pgmap v20: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 206 B/s rd, 206 B/s wr, 0 op/s 2024-04-13T10:07:09.520 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: pgmap v21: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 206 B/s rd, 206 B/s wr, 0 op/s 2024-04-13T10:07:09.520 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: pgmap v22: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 206 B/s rd, 206 B/s wr, 0 op/s 2024-04-13T10:07:09.520 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: pgmap v23: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 206 B/s rd, 206 B/s wr, 0 op/s 2024-04-13T10:07:09.520 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: mon.smithi062 calling monitor election 2024-04-13T10:07:09.520 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: mon.smithi062 is new leader, mons smithi062,smithi064 in quorum (ranks 0,1) 2024-04-13T10:07:09.520 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: monmap e2: 2 mons at {smithi062=[v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0],smithi064=[v2:172.21.15.64:3300/0,v1:172.21.15.64:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-13T10:07:09.520 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: fsmap foofs:1 {0=foofs.smithi064.zvuvtq=up:active} 1 up:standby 2024-04-13T10:07:09.520 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: osdmap e74: 8 total, 8 up, 8 in 2024-04-13T10:07:09.520 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: mgrmap e36: smithi062.wofrer(active, since 38s), standbys: smithi064.lcvmyw 2024-04-13T10:07:09.521 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-13T10:07:09.521 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-13T10:07:09.521 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: daemon prometheus.smithi062 on smithi062 is in unknown state 2024-04-13T10:07:09.521 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: mgrmap e37: smithi062.wofrer(active, since 38s), standbys: smithi064.lcvmyw 2024-04-13T10:07:09.521 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: mgrmap e38: smithi062.wofrer(active, since 39s), standbys: smithi064.lcvmyw 2024-04-13T10:07:09.521 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Standby manager daemon smithi064.lcvmyw restarted 2024-04-13T10:07:09.521 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Standby manager daemon smithi064.lcvmyw started 2024-04-13T10:07:09.521 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Active manager daemon smithi062.wofrer restarted 2024-04-13T10:07:09.521 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Activating manager daemon smithi062.wofrer 2024-04-13T10:07:09.521 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: osdmap e75: 8 total, 8 up, 8 in 2024-04-13T10:07:09.521 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: mgrmap e39: smithi062.wofrer(active, starting, since 0.00896212s), standbys: smithi064.lcvmyw 2024-04-13T10:07:09.521 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi062.hadckm"}]: dispatch 2024-04-13T10:07:09.521 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi064.zvuvtq"}]: dispatch 2024-04-13T10:07:09.521 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mgr metadata", "who": "smithi062.wofrer", "id": "smithi062.wofrer"}]: dispatch 2024-04-13T10:07:09.522 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mgr metadata", "who": "smithi064.lcvmyw", "id": "smithi064.lcvmyw"}]: dispatch 2024-04-13T10:07:09.522 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-13T10:07:09.522 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-13T10:07:09.522 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-13T10:07:09.522 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-13T10:07:09.522 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-13T10:07:09.522 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-13T10:07:09.522 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-13T10:07:09.522 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-13T10:07:09.522 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-13T10:07:09.522 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-13T10:07:09.522 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-13T10:07:09.522 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Manager daemon smithi062.wofrer is now available 2024-04-13T10:07:09.522 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:07:09.522 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:07:09.523 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/mirror_snapshot_schedule"}]: dispatch 2024-04-13T10:07:09.523 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/trash_purge_schedule"}]: dispatch 2024-04-13T10:07:09.523 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: [13/Apr/2024:10:06:53] ENGINE Bus STARTING 2024-04-13T10:07:09.523 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: [13/Apr/2024:10:06:53] ENGINE Serving on https://172.21.15.62:7150 2024-04-13T10:07:09.523 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: [13/Apr/2024:10:06:53] ENGINE Serving on http://172.21.15.62:8765 2024-04-13T10:07:09.523 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: [13/Apr/2024:10:06:53] ENGINE Bus STARTED 2024-04-13T10:07:09.523 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: mgrmap e40: smithi062.wofrer(active, since 1.0112s), standbys: smithi064.lcvmyw 2024-04-13T10:07:09.523 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: pgmap v3: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-13T10:07:09.523 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-13T10:07:09.523 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Cluster is now healthy 2024-04-13T10:07:09.523 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: pgmap v4: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-13T10:07:09.523 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: mgrmap e41: smithi062.wofrer(active, since 3s), standbys: smithi064.lcvmyw 2024-04-13T10:07:09.523 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:07:09.523 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:07:09.523 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: pgmap v5: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-13T10:07:09.523 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:07:09.524 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/4231726469' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:07:09.524 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.524 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.524 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: mgrmap e42: smithi062.wofrer(active, since 4s), standbys: smithi064.lcvmyw 2024-04-13T10:07:09.524 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:07:09.524 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.524 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.524 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/3475161825' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:07:09.524 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: pgmap v6: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 23 op/s 2024-04-13T10:07:09.524 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.524 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.524 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.524 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.524 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: pgmap v7: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 30 KiB/s rd, 146 B/s wr, 17 op/s 2024-04-13T10:07:09.524 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.524 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.524 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:09.525 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:07:09.525 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Updating smithi062:/etc/ceph/ceph.conf 2024-04-13T10:07:09.525 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Updating smithi064:/etc/ceph/ceph.conf 2024-04-13T10:07:09.525 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Updating smithi062:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-13T10:07:09.525 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Updating smithi064:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-13T10:07:09.525 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Updating smithi062:/etc/ceph/ceph.client.admin.keyring 2024-04-13T10:07:09.525 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Updating smithi064:/etc/ceph/ceph.client.admin.keyring 2024-04-13T10:07:09.525 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Updating smithi062:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-13T10:07:09.525 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Updating smithi064:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-13T10:07:09.525 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.525 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.525 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.525 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.525 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: pgmap v8: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 24 KiB/s rd, 117 B/s wr, 13 op/s 2024-04-13T10:07:09.525 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.525 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.526 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:07:09.526 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:07:09.526 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-04-13T10:07:09.526 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-13T10:07:09.526 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Upgrade: Updating mon.smithi064 2024-04-13T10:07:09.526 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.526 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-13T10:07:09.526 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-13T10:07:09.526 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:09.526 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Deploying daemon mon.smithi064 on smithi064 2024-04-13T10:07:09.526 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: pgmap v9: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 191 B/s wr, 11 op/s 2024-04-13T10:07:09.526 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2024-04-13T10:07:09.526 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: mon.smithi064 calling monitor election 2024-04-13T10:07:09.526 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: mon.smithi062 calling monitor election 2024-04-13T10:07:09.526 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: mon.smithi062 is new leader, mons smithi062,smithi064 in quorum (ranks 0,1) 2024-04-13T10:07:09.526 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: monmap e3: 2 mons at {smithi062=[v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0],smithi064=[v2:172.21.15.64:3300/0,v1:172.21.15.64:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-13T10:07:09.527 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: fsmap foofs:1 {0=foofs.smithi064.zvuvtq=up:active} 1 up:standby 2024-04-13T10:07:09.527 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: osdmap e75: 8 total, 8 up, 8 in 2024-04-13T10:07:09.527 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: mgrmap e42: smithi062.wofrer(active, since 15s), standbys: smithi064.lcvmyw 2024-04-13T10:07:09.527 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-13T10:07:09.527 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-13T10:07:09.527 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: daemon prometheus.smithi062 on smithi062 is in unknown state 2024-04-13T10:07:09.527 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2024-04-13T10:07:09.527 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.527 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.527 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:07:09.527 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:09 smithi064 ceph-mon[67959]: pgmap v11: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 174 B/s wr, 10 op/s 2024-04-13T10:07:09.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Reconfiguring daemon alertmanager.smithi062 on smithi062 2024-04-13T10:07:09.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Reconfiguring grafana.smithi062 (dependencies changed)... 2024-04-13T10:07:09.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Regenerating cephadm self-signed grafana TLS certificates 2024-04-13T10:07:09.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Reconfiguring daemon grafana.smithi062 on smithi062 2024-04-13T10:07:09.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Reconfiguring node-exporter.smithi062 (dependencies changed)... 2024-04-13T10:07:09.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Reconfiguring daemon node-exporter.smithi062 on smithi062 2024-04-13T10:07:09.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Reconfiguring prometheus.smithi062 (dependencies changed)... 2024-04-13T10:07:09.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Reconfiguring daemon prometheus.smithi062 on smithi062 2024-04-13T10:07:09.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Reconfiguring node-exporter.smithi064 (dependencies changed)... 2024-04-13T10:07:09.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Reconfiguring daemon node-exporter.smithi064 on smithi064 2024-04-13T10:07:09.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Upgrade: Need to upgrade myself (mgr.smithi064.lcvmyw) 2024-04-13T10:07:09.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Upgrade: Need to upgrade myself (mgr.smithi064.lcvmyw) 2024-04-13T10:07:09.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Upgrade: Updating mgr.smithi062.wofrer 2024-04-13T10:07:09.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Deploying daemon mgr.smithi062.wofrer on smithi062 2024-04-13T10:07:09.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Upgrade: Need to upgrade myself (mgr.smithi064.lcvmyw) 2024-04-13T10:07:09.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Upgrade: Need to upgrade myself (mgr.smithi064.lcvmyw) 2024-04-13T10:07:09.796 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Failing over to other MGR 2024-04-13T10:07:09.796 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: [13/Apr/2024:10:06:08] ENGINE Bus STARTING 2024-04-13T10:07:09.796 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: [13/Apr/2024:10:06:08] ENGINE Serving on https://172.21.15.62:7150 2024-04-13T10:07:09.796 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: [13/Apr/2024:10:06:08] ENGINE Serving on http://172.21.15.62:8765 2024-04-13T10:07:09.796 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: [13/Apr/2024:10:06:08] ENGINE Bus STARTED 2024-04-13T10:07:09.796 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Updating smithi062:/etc/ceph/ceph.conf 2024-04-13T10:07:09.796 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Updating smithi064:/etc/ceph/ceph.conf 2024-04-13T10:07:09.796 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Updating smithi064:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-13T10:07:09.796 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Updating smithi062:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-13T10:07:09.796 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Updating smithi064:/etc/ceph/ceph.client.admin.keyring 2024-04-13T10:07:09.796 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Updating smithi062:/etc/ceph/ceph.client.admin.keyring 2024-04-13T10:07:09.796 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Updating smithi062:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-13T10:07:09.796 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Updating smithi064:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-13T10:07:09.796 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: pgmap v9: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 191 B/s wr, 11 op/s 2024-04-13T10:07:09.796 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Reconfiguring prometheus.smithi062 (dependencies changed)... 2024-04-13T10:07:09.796 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Reconfiguring daemon prometheus.smithi062 on smithi062 2024-04-13T10:07:09.797 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-13T10:07:09.797 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: pgmap v10: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 175 B/s wr, 10 op/s 2024-04-13T10:07:09.797 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: pgmap v11: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 175 B/s wr, 10 op/s 2024-04-13T10:07:09.797 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Upgrade: Updating mgr.smithi064.lcvmyw 2024-04-13T10:07:09.797 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Deploying daemon mgr.smithi064.lcvmyw on smithi064 2024-04-13T10:07:09.797 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: pgmap v12: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 262 B/s wr, 10 op/s 2024-04-13T10:07:09.797 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: pgmap v13: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 175 B/s rd, 175 B/s wr, 0 op/s 2024-04-13T10:07:09.797 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: pgmap v14: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 350 B/s rd, 262 B/s wr, 0 op/s 2024-04-13T10:07:09.797 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: pgmap v15: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:07:09.797 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: pgmap v16: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:07:09.797 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: pgmap v17: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:07:09.797 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Standby manager daemon smithi064.lcvmyw restarted 2024-04-13T10:07:09.797 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Standby manager daemon smithi064.lcvmyw started 2024-04-13T10:07:09.797 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: mgrmap e36: smithi062.wofrer(active, since 29s), standbys: smithi064.lcvmyw 2024-04-13T10:07:09.797 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: pgmap v18: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 171 B/s rd, 171 B/s wr, 0 op/s 2024-04-13T10:07:09.797 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: pgmap v19: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 206 B/s rd, 206 B/s wr, 0 op/s 2024-04-13T10:07:09.797 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Upgrade: Setting container_image for all mgr 2024-04-13T10:07:09.798 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Upgrade: Updating mon.smithi062 2024-04-13T10:07:09.798 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Deploying daemon mon.smithi062 on smithi062 2024-04-13T10:07:09.798 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: pgmap v20: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 206 B/s rd, 206 B/s wr, 0 op/s 2024-04-13T10:07:09.798 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: pgmap v21: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 206 B/s rd, 206 B/s wr, 0 op/s 2024-04-13T10:07:09.798 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: pgmap v22: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 206 B/s rd, 206 B/s wr, 0 op/s 2024-04-13T10:07:09.798 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: pgmap v23: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 206 B/s rd, 206 B/s wr, 0 op/s 2024-04-13T10:07:09.798 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: mon.smithi062 calling monitor election 2024-04-13T10:07:09.798 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: mon.smithi062 is new leader, mons smithi062,smithi064 in quorum (ranks 0,1) 2024-04-13T10:07:09.798 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: monmap e2: 2 mons at {smithi062=[v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0],smithi064=[v2:172.21.15.64:3300/0,v1:172.21.15.64:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-13T10:07:09.798 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: fsmap foofs:1 {0=foofs.smithi064.zvuvtq=up:active} 1 up:standby 2024-04-13T10:07:09.798 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: osdmap e74: 8 total, 8 up, 8 in 2024-04-13T10:07:09.798 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: mgrmap e36: smithi062.wofrer(active, since 38s), standbys: smithi064.lcvmyw 2024-04-13T10:07:09.798 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-13T10:07:09.798 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-13T10:07:09.798 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: daemon prometheus.smithi062 on smithi062 is in unknown state 2024-04-13T10:07:09.798 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: mgrmap e37: smithi062.wofrer(active, since 38s), standbys: smithi064.lcvmyw 2024-04-13T10:07:09.798 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: mgrmap e38: smithi062.wofrer(active, since 39s), standbys: smithi064.lcvmyw 2024-04-13T10:07:09.799 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Standby manager daemon smithi064.lcvmyw restarted 2024-04-13T10:07:09.799 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Standby manager daemon smithi064.lcvmyw started 2024-04-13T10:07:09.799 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Active manager daemon smithi062.wofrer restarted 2024-04-13T10:07:09.799 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Activating manager daemon smithi062.wofrer 2024-04-13T10:07:09.799 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: osdmap e75: 8 total, 8 up, 8 in 2024-04-13T10:07:09.799 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: mgrmap e39: smithi062.wofrer(active, starting, since 0.00896212s), standbys: smithi064.lcvmyw 2024-04-13T10:07:09.799 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi062.hadckm"}]: dispatch 2024-04-13T10:07:09.799 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi064.zvuvtq"}]: dispatch 2024-04-13T10:07:09.799 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mgr metadata", "who": "smithi062.wofrer", "id": "smithi062.wofrer"}]: dispatch 2024-04-13T10:07:09.799 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mgr metadata", "who": "smithi064.lcvmyw", "id": "smithi064.lcvmyw"}]: dispatch 2024-04-13T10:07:09.799 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-13T10:07:09.799 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-13T10:07:09.799 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-13T10:07:09.799 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-13T10:07:09.799 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-13T10:07:09.800 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-13T10:07:09.800 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-13T10:07:09.800 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-13T10:07:09.800 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-13T10:07:09.800 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-13T10:07:09.800 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-13T10:07:09.800 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Manager daemon smithi062.wofrer is now available 2024-04-13T10:07:09.800 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:07:09.800 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:07:09.800 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/mirror_snapshot_schedule"}]: dispatch 2024-04-13T10:07:09.800 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.wofrer/trash_purge_schedule"}]: dispatch 2024-04-13T10:07:09.800 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: [13/Apr/2024:10:06:53] ENGINE Bus STARTING 2024-04-13T10:07:09.800 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: [13/Apr/2024:10:06:53] ENGINE Serving on https://172.21.15.62:7150 2024-04-13T10:07:09.800 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: [13/Apr/2024:10:06:53] ENGINE Serving on http://172.21.15.62:8765 2024-04-13T10:07:09.800 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: [13/Apr/2024:10:06:53] ENGINE Bus STARTED 2024-04-13T10:07:09.800 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: mgrmap e40: smithi062.wofrer(active, since 1.0112s), standbys: smithi064.lcvmyw 2024-04-13T10:07:09.801 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: pgmap v3: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-13T10:07:09.801 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-13T10:07:09.801 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Cluster is now healthy 2024-04-13T10:07:09.801 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: pgmap v4: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-13T10:07:09.801 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: mgrmap e41: smithi062.wofrer(active, since 3s), standbys: smithi064.lcvmyw 2024-04-13T10:07:09.801 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:07:09.801 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:07:09.801 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: pgmap v5: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-13T10:07:09.801 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:07:09.801 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/4231726469' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:07:09.801 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.801 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.801 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: mgrmap e42: smithi062.wofrer(active, since 4s), standbys: smithi064.lcvmyw 2024-04-13T10:07:09.801 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:07:09.801 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.802 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.802 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/3475161825' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:07:09.802 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: pgmap v6: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 23 op/s 2024-04-13T10:07:09.802 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.802 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.802 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.802 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.802 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: pgmap v7: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 30 KiB/s rd, 146 B/s wr, 17 op/s 2024-04-13T10:07:09.802 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.802 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.802 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:09.802 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:07:09.802 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Updating smithi062:/etc/ceph/ceph.conf 2024-04-13T10:07:09.802 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Updating smithi064:/etc/ceph/ceph.conf 2024-04-13T10:07:09.802 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Updating smithi062:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-13T10:07:09.802 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Updating smithi064:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.conf 2024-04-13T10:07:09.803 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Updating smithi062:/etc/ceph/ceph.client.admin.keyring 2024-04-13T10:07:09.803 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Updating smithi064:/etc/ceph/ceph.client.admin.keyring 2024-04-13T10:07:09.803 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Updating smithi062:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-13T10:07:09.803 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Updating smithi064:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/config/ceph.client.admin.keyring 2024-04-13T10:07:09.803 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.803 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.803 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.803 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.803 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: pgmap v8: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 24 KiB/s rd, 117 B/s wr, 13 op/s 2024-04-13T10:07:09.803 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.803 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.803 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:07:09.803 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:07:09.803 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-04-13T10:07:09.803 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-13T10:07:09.804 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Upgrade: Updating mon.smithi064 2024-04-13T10:07:09.804 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.804 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-13T10:07:09.804 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-13T10:07:09.804 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:09.804 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Deploying daemon mon.smithi064 on smithi064 2024-04-13T10:07:09.804 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: pgmap v9: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 191 B/s wr, 11 op/s 2024-04-13T10:07:09.804 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2024-04-13T10:07:09.804 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: mon.smithi064 calling monitor election 2024-04-13T10:07:09.804 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: mon.smithi062 calling monitor election 2024-04-13T10:07:09.804 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: mon.smithi062 is new leader, mons smithi062,smithi064 in quorum (ranks 0,1) 2024-04-13T10:07:09.804 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: monmap e3: 2 mons at {smithi062=[v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0],smithi064=[v2:172.21.15.64:3300/0,v1:172.21.15.64:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-13T10:07:09.804 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: fsmap foofs:1 {0=foofs.smithi064.zvuvtq=up:active} 1 up:standby 2024-04-13T10:07:09.804 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: osdmap e75: 8 total, 8 up, 8 in 2024-04-13T10:07:09.804 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: mgrmap e42: smithi062.wofrer(active, since 15s), standbys: smithi064.lcvmyw 2024-04-13T10:07:09.805 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-13T10:07:09.805 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-13T10:07:09.805 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: daemon prometheus.smithi062 on smithi062 is in unknown state 2024-04-13T10:07:09.805 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2024-04-13T10:07:09.805 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.805 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:09.805 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:07:09.805 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:09 smithi062 ceph-mon[92254]: pgmap v11: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 174 B/s wr, 10 op/s 2024-04-13T10:07:10.617 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:07:12.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:11 smithi064 ceph-mon[67959]: pgmap v12: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 349 B/s rd, 262 B/s wr, 0 op/s 2024-04-13T10:07:12.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:11 smithi062 ceph-mon[92254]: pgmap v12: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 349 B/s rd, 262 B/s wr, 0 op/s 2024-04-13T10:07:13.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:13 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:13.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:13 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:13.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:13 smithi064 ceph-mon[67959]: pgmap v13: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 174 B/s rd, 174 B/s wr, 0 op/s 2024-04-13T10:07:13.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:13 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:13.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:13 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:13.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:13 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:13.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:13 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:13.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:13 smithi062 ceph-mon[92254]: pgmap v13: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 174 B/s rd, 174 B/s wr, 0 op/s 2024-04-13T10:07:13.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:13 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:13.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:13 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:15.654 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:07:16.190 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:15 smithi064 ceph-mon[67959]: pgmap v14: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:07:16.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:15 smithi062 ceph-mon[92254]: pgmap v14: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:07:17.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:17 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:17.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:17 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:17.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:17 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:17.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:17 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:07:17.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:17 smithi062 ceph-mon[92254]: pgmap v15: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 176 B/s rd, 176 B/s wr, 0 op/s 2024-04-13T10:07:17.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:17 smithi062 ceph-mon[92254]: pgmap v16: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 212 B/s rd, 212 B/s wr, 0 op/s 2024-04-13T10:07:17.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:17 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:17.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:17 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:17.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:17 smithi062 ceph-mon[92254]: Reconfiguring mon.smithi062 (monmap changed)... 2024-04-13T10:07:17.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:17 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-13T10:07:17.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:17 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-13T10:07:17.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:17 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:17.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:17 smithi062 ceph-mon[92254]: Reconfiguring daemon mon.smithi062 on smithi062 2024-04-13T10:07:18.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:17 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:18.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:17 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:18.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:17 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:18.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:17 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:07:18.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:17 smithi064 ceph-mon[67959]: pgmap v15: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 176 B/s rd, 176 B/s wr, 0 op/s 2024-04-13T10:07:18.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:17 smithi064 ceph-mon[67959]: pgmap v16: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 212 B/s rd, 212 B/s wr, 0 op/s 2024-04-13T10:07:18.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:17 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:18.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:17 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:18.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:17 smithi064 ceph-mon[67959]: Reconfiguring mon.smithi062 (monmap changed)... 2024-04-13T10:07:18.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:17 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-13T10:07:18.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:17 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-13T10:07:18.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:17 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:18.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:17 smithi064 ceph-mon[67959]: Reconfiguring daemon mon.smithi062 on smithi062 2024-04-13T10:07:19.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:19 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:19.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:19 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:19.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:19 smithi064 ceph-mon[67959]: Reconfiguring mgr.smithi062.wofrer (monmap changed)... 2024-04-13T10:07:19.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:19 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi062.wofrer", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-13T10:07:19.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:19 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-13T10:07:19.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:19 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:19.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:19 smithi064 ceph-mon[67959]: Reconfiguring daemon mgr.smithi062.wofrer on smithi062 2024-04-13T10:07:19.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:19 smithi064 ceph-mon[67959]: pgmap v17: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 212 B/s rd, 212 B/s wr, 0 op/s 2024-04-13T10:07:19.540 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:19 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:19.540 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:19 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:19.540 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:19 smithi062 ceph-mon[92254]: Reconfiguring mgr.smithi062.wofrer (monmap changed)... 2024-04-13T10:07:19.540 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:19 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi062.wofrer", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-13T10:07:19.540 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:19 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-13T10:07:19.541 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:19 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:19.541 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:19 smithi062 ceph-mon[92254]: Reconfiguring daemon mgr.smithi062.wofrer on smithi062 2024-04-13T10:07:19.541 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:19 smithi062 ceph-mon[92254]: pgmap v17: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 212 B/s rd, 212 B/s wr, 0 op/s 2024-04-13T10:07:20.692 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:07:20.975 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:20 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:20.975 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:20 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:20.975 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:20 smithi062 ceph-mon[92254]: Reconfiguring crash.smithi062 (monmap changed)... 2024-04-13T10:07:20.975 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:20 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi062", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-13T10:07:20.975 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:20 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:20.975 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:20 smithi062 ceph-mon[92254]: Reconfiguring daemon crash.smithi062 on smithi062 2024-04-13T10:07:21.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:20 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:21.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:20 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:21.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:20 smithi064 ceph-mon[67959]: Reconfiguring crash.smithi062 (monmap changed)... 2024-04-13T10:07:21.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:20 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi062", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-13T10:07:21.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:20 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:21.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:20 smithi064 ceph-mon[67959]: Reconfiguring daemon crash.smithi062 on smithi062 2024-04-13T10:07:22.194 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:22 smithi062 ceph-mon[92254]: pgmap v18: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 212 B/s rd, 212 B/s wr, 0 op/s 2024-04-13T10:07:22.194 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:22 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:22.194 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:22 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:22.195 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:22 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-13T10:07:22.195 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:22 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:22.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:22 smithi064 ceph-mon[67959]: pgmap v18: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 212 B/s rd, 212 B/s wr, 0 op/s 2024-04-13T10:07:22.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:22 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:22.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:22 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:22.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:22 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-13T10:07:22.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:22 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:23.119 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:23 smithi062 ceph-mon[92254]: Reconfiguring osd.0 (monmap changed)... 2024-04-13T10:07:23.119 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:23 smithi062 ceph-mon[92254]: Reconfiguring daemon osd.0 on smithi062 2024-04-13T10:07:23.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:23 smithi064 ceph-mon[67959]: Reconfiguring osd.0 (monmap changed)... 2024-04-13T10:07:23.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:23 smithi064 ceph-mon[67959]: Reconfiguring daemon osd.0 on smithi062 2024-04-13T10:07:24.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:24 smithi062 ceph-mon[92254]: pgmap v19: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 212 B/s rd, 212 B/s wr, 0 op/s 2024-04-13T10:07:24.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:24 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:24.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:24 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:24.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:24 smithi062 ceph-mon[92254]: Reconfiguring osd.1 (monmap changed)... 2024-04-13T10:07:24.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:24 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-13T10:07:24.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:24 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:24.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:24 smithi062 ceph-mon[92254]: Reconfiguring daemon osd.1 on smithi062 2024-04-13T10:07:24.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:24 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:07:24.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:24 smithi064 ceph-mon[67959]: pgmap v19: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 212 B/s rd, 212 B/s wr, 0 op/s 2024-04-13T10:07:24.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:24 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:24.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:24 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:24.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:24 smithi064 ceph-mon[67959]: Reconfiguring osd.1 (monmap changed)... 2024-04-13T10:07:24.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:24 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-13T10:07:24.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:24 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:24.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:24 smithi064 ceph-mon[67959]: Reconfiguring daemon osd.1 on smithi062 2024-04-13T10:07:24.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:24 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:07:25.732 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:07:26.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:25 smithi064 ceph-mon[67959]: pgmap v20: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 212 B/s rd, 212 B/s wr, 0 op/s 2024-04-13T10:07:26.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:25 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:26.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:25 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:26.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:25 smithi064 ceph-mon[67959]: Reconfiguring osd.2 (monmap changed)... 2024-04-13T10:07:26.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:25 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-13T10:07:26.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:25 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:26.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:25 smithi064 ceph-mon[67959]: Reconfiguring daemon osd.2 on smithi062 2024-04-13T10:07:26.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:25 smithi062 ceph-mon[92254]: pgmap v20: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 212 B/s rd, 212 B/s wr, 0 op/s 2024-04-13T10:07:26.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:25 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:26.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:25 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:26.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:25 smithi062 ceph-mon[92254]: Reconfiguring osd.2 (monmap changed)... 2024-04-13T10:07:26.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:25 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-13T10:07:26.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:25 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:26.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:25 smithi062 ceph-mon[92254]: Reconfiguring daemon osd.2 on smithi062 2024-04-13T10:07:27.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:27 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:27.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:27 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:27.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:27 smithi064 ceph-mon[67959]: Reconfiguring osd.3 (monmap changed)... 2024-04-13T10:07:27.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:27 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-13T10:07:27.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:27 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:27.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:27 smithi064 ceph-mon[67959]: Reconfiguring daemon osd.3 on smithi062 2024-04-13T10:07:27.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:27 smithi064 ceph-mon[67959]: pgmap v21: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-13T10:07:27.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:27 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:27.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:27 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:27.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:27 smithi062 ceph-mon[92254]: Reconfiguring osd.3 (monmap changed)... 2024-04-13T10:07:27.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:27 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-13T10:07:27.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:27 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:27.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:27 smithi062 ceph-mon[92254]: Reconfiguring daemon osd.3 on smithi062 2024-04-13T10:07:27.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:27 smithi062 ceph-mon[92254]: pgmap v21: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-13T10:07:28.881 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T10:07:29.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:28 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:29.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:28 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:29.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:28 smithi064 ceph-mon[67959]: Reconfiguring mds.foofs.smithi062.hadckm (monmap changed)... 2024-04-13T10:07:29.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:28 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi062.hadckm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-13T10:07:29.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:28 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:29.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:28 smithi064 ceph-mon[67959]: Reconfiguring daemon mds.foofs.smithi062.hadckm on smithi062 2024-04-13T10:07:29.026 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:28 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:29.026 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:28 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:29.026 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:28 smithi062 ceph-mon[92254]: Reconfiguring mds.foofs.smithi062.hadckm (monmap changed)... 2024-04-13T10:07:29.026 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:28 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi062.hadckm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-13T10:07:29.026 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:28 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:29.026 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:28 smithi062 ceph-mon[92254]: Reconfiguring daemon mds.foofs.smithi062.hadckm on smithi062 2024-04-13T10:07:29.554 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T10:07:29.554 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (10m) 29s ago 21m 17.7M - 0.20.0 0881eb8f169f f67d46639f12 2024-04-13T10:07:29.554 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (21m) 29s ago 21m 6395k - 16.2.5 6933c2a0b7dd 7a9c2c1a0af1 2024-04-13T10:07:29.555 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (20m) 17s ago 20m 6387k - 16.2.5 6933c2a0b7dd a611207376c9 2024-04-13T10:07:29.555 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (7m) 29s ago 20m 34.0M - 6.7.4 557c83e11646 52a02116d022 2024-04-13T10:07:29.555 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (15m) 29s ago 15m 15.6M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T10:07:29.555 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (15m) 17s ago 15m 38.0M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T10:07:29.555 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:8443,9283,8765 running (94s) 29s ago 22m 471M - 18.2.2-1173-g5108bc67 3464fd31103e 5f0191e57ab0 2024-04-13T10:07:29.555 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283,8765 running (60s) 17s ago 19m 446M - 18.2.2-1173-g5108bc67 3464fd31103e 267484796b5c 2024-04-13T10:07:29.555 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (47s) 29s ago 22m 30.5M 2048M 18.2.2-1173-g5108bc67 3464fd31103e ea3d08dee67d 2024-04-13T10:07:29.555 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (22s) 17s ago 19m 20.8M 2048M 18.2.2-1173-g5108bc67 3464fd31103e 17cdca1b9f7e 2024-04-13T10:07:29.555 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (12m) 29s ago 12m 82.2M - 3.5 6933c2a0b7dd c23522e42b6b 2024-04-13T10:07:29.555 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (12m) 17s ago 12m 79.3M - 3.5 6933c2a0b7dd ab1f0d8d0bb5 2024-04-13T10:07:29.555 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (5m) 29s ago 20m 15.1M - 0.18.1 e5a616e4b9cf 69df71029afe 2024-04-13T10:07:29.555 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (99s) 17s ago 19m 2587k - 0.18.1 e5a616e4b9cf 19e13c75f9ef 2024-04-13T10:07:29.555 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (19m) 29s ago 19m 409M 1944M 16.2.5 6933c2a0b7dd fd265569b30d 2024-04-13T10:07:29.555 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (18m) 29s ago 18m 312M 1944M 16.2.5 6933c2a0b7dd 09ca36a5db39 2024-04-13T10:07:29.555 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (18m) 29s ago 18m 248M 1944M 16.2.5 6933c2a0b7dd 89cc0ac92247 2024-04-13T10:07:29.555 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (18m) 29s ago 18m 389M 1944M 16.2.5 6933c2a0b7dd b0323c8d9018 2024-04-13T10:07:29.556 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (17m) 17s ago 17m 401M 2712M 16.2.5 6933c2a0b7dd f89e1bdd5583 2024-04-13T10:07:29.556 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (17m) 17s ago 17m 430M 2712M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T10:07:29.556 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (17m) 17s ago 17m 354M 2712M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T10:07:29.556 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (16m) 17s ago 16m 493M 2712M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T10:07:29.556 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 unknown 29s ago 20m - - 2024-04-13T10:07:29.954 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:07:29.954 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T10:07:29.955 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:07:29.955 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:07:29.955 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T10:07:29.955 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:07:29.955 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:07:29.955 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T10:07:29.955 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-13T10:07:29.955 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:07:29.955 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T10:07:29.955 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:07:29.955 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:07:29.955 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T10:07:29.955 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 10, 2024-04-13T10:07:29.955 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 4 2024-04-13T10:07:29.955 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T10:07:29.955 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:07:30.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:29 smithi064 ceph-mon[67959]: pgmap v22: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:07:30.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:29 smithi064 ceph-mon[67959]: from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:07:30.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:29 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:30.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:29 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:30.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:29 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi064", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-13T10:07:30.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:29 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:30.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:29 smithi062 ceph-mon[92254]: pgmap v22: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:07:30.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:29 smithi062 ceph-mon[92254]: from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:07:30.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:29 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:30.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:29 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:30.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:29 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi064", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-13T10:07:30.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:29 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:30.292 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:07:30.292 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T10:07:30.292 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T10:07:30.292 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T10:07:30.292 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [ 2024-04-13T10:07:30.292 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr", 2024-04-13T10:07:30.292 INFO:teuthology.orchestra.run.smithi062.stdout: "mon" 2024-04-13T10:07:30.292 INFO:teuthology.orchestra.run.smithi062.stdout: ], 2024-04-13T10:07:30.292 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "4/23 daemons upgraded", 2024-04-13T10:07:30.293 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "Currently upgrading mon daemons", 2024-04-13T10:07:30.293 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T10:07:30.293 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:07:30.695 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-13T10:07:30.696 INFO:teuthology.orchestra.run.smithi062.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-13T10:07:30.696 INFO:teuthology.orchestra.run.smithi062.stdout: daemon prometheus.smithi062 on smithi062 is in unknown state 2024-04-13T10:07:30.771 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:07:31.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:30 smithi064 ceph-mon[67959]: Reconfiguring crash.smithi064 (monmap changed)... 2024-04-13T10:07:31.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:30 smithi064 ceph-mon[67959]: Reconfiguring daemon crash.smithi064 on smithi064 2024-04-13T10:07:31.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:30 smithi064 ceph-mon[67959]: from='client.34160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:07:31.018 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:30 smithi064 ceph-mon[67959]: from='client.34164 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:07:31.018 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:30 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/3683132133' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:07:31.018 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:30 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:31.018 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:30 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:31.018 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:30 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi064.lcvmyw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-13T10:07:31.018 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:30 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-13T10:07:31.018 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:30 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:31.018 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:30 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/1329501066' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:07:31.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:30 smithi062 ceph-mon[92254]: Reconfiguring crash.smithi064 (monmap changed)... 2024-04-13T10:07:31.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:30 smithi062 ceph-mon[92254]: Reconfiguring daemon crash.smithi064 on smithi064 2024-04-13T10:07:31.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:30 smithi062 ceph-mon[92254]: from='client.34160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:07:31.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:30 smithi062 ceph-mon[92254]: from='client.34164 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:07:31.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:30 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/3683132133' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:07:31.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:30 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:31.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:30 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:31.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:30 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi064.lcvmyw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-13T10:07:31.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:30 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-13T10:07:31.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:30 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:31.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:30 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/1329501066' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:07:32.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:31 smithi064 ceph-mon[67959]: from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:07:32.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:31 smithi064 ceph-mon[67959]: pgmap v23: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:07:32.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:31 smithi064 ceph-mon[67959]: Reconfiguring mgr.smithi064.lcvmyw (monmap changed)... 2024-04-13T10:07:32.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:31 smithi064 ceph-mon[67959]: Reconfiguring daemon mgr.smithi064.lcvmyw on smithi064 2024-04-13T10:07:32.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:31 smithi062 ceph-mon[92254]: from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:07:32.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:31 smithi062 ceph-mon[92254]: pgmap v23: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:07:32.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:31 smithi062 ceph-mon[92254]: Reconfiguring mgr.smithi064.lcvmyw (monmap changed)... 2024-04-13T10:07:32.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:31 smithi062 ceph-mon[92254]: Reconfiguring daemon mgr.smithi064.lcvmyw on smithi064 2024-04-13T10:07:33.477 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:33 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:33.477 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:33 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:33.477 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:33 smithi062 ceph-mon[92254]: Reconfiguring mon.smithi064 (monmap changed)... 2024-04-13T10:07:33.477 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:33 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-13T10:07:33.477 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:33 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-13T10:07:33.477 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:33 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:33.477 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:33 smithi062 ceph-mon[92254]: Reconfiguring daemon mon.smithi064 on smithi064 2024-04-13T10:07:33.478 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:33 smithi062 ceph-mon[92254]: pgmap v24: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:07:33.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:33 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:33.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:33 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:33.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:33 smithi064 ceph-mon[67959]: Reconfiguring mon.smithi064 (monmap changed)... 2024-04-13T10:07:33.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:33 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-13T10:07:33.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:33 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-13T10:07:33.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:33 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:33.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:33 smithi064 ceph-mon[67959]: Reconfiguring daemon mon.smithi064 on smithi064 2024-04-13T10:07:33.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:33 smithi064 ceph-mon[67959]: pgmap v24: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:07:35.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:34 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:35.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:34 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:35.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:34 smithi064 ceph-mon[67959]: Reconfiguring osd.4 (monmap changed)... 2024-04-13T10:07:35.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:34 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-13T10:07:35.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:34 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:35.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:34 smithi064 ceph-mon[67959]: Reconfiguring daemon osd.4 on smithi064 2024-04-13T10:07:35.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:34 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:35.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:34 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:35.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:34 smithi062 ceph-mon[92254]: Reconfiguring osd.4 (monmap changed)... 2024-04-13T10:07:35.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:34 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-13T10:07:35.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:34 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:35.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:34 smithi062 ceph-mon[92254]: Reconfiguring daemon osd.4 on smithi064 2024-04-13T10:07:35.818 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:07:35.893 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:35 smithi064 ceph-mon[67959]: pgmap v25: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:07:35.893 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:35 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:35.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:35 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:35.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:35 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-13T10:07:35.894 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:35 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:36.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:35 smithi062 ceph-mon[92254]: pgmap v25: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:07:36.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:35 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:36.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:35 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:36.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:35 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-13T10:07:36.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:35 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:37.015 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:36 smithi064 ceph-mon[67959]: Reconfiguring osd.5 (monmap changed)... 2024-04-13T10:07:37.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:36 smithi064 ceph-mon[67959]: Reconfiguring daemon osd.5 on smithi064 2024-04-13T10:07:37.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:36 smithi062 ceph-mon[92254]: Reconfiguring osd.5 (monmap changed)... 2024-04-13T10:07:37.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:36 smithi062 ceph-mon[92254]: Reconfiguring daemon osd.5 on smithi064 2024-04-13T10:07:37.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:37 smithi064 ceph-mon[67959]: pgmap v26: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:07:37.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:37 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:37.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:37 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:37.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:37 smithi064 ceph-mon[67959]: Reconfiguring osd.6 (monmap changed)... 2024-04-13T10:07:37.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:37 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-13T10:07:37.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:37 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:37.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:37 smithi064 ceph-mon[67959]: Reconfiguring daemon osd.6 on smithi064 2024-04-13T10:07:38.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:37 smithi062 ceph-mon[92254]: pgmap v26: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:07:38.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:37 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:38.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:37 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:38.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:37 smithi062 ceph-mon[92254]: Reconfiguring osd.6 (monmap changed)... 2024-04-13T10:07:38.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:37 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-13T10:07:38.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:37 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:38.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:37 smithi062 ceph-mon[92254]: Reconfiguring daemon osd.6 on smithi064 2024-04-13T10:07:39.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:39 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:39.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:39 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:39.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:39 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:07:39.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:39 smithi064 ceph-mon[67959]: Reconfiguring osd.7 (monmap changed)... 2024-04-13T10:07:39.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:39 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-13T10:07:39.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:39 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:39.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:39 smithi064 ceph-mon[67959]: Reconfiguring daemon osd.7 on smithi064 2024-04-13T10:07:39.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:39 smithi064 ceph-mon[67959]: pgmap v27: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:07:39.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:39 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:39.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:39 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:39.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:39 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:07:39.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:39 smithi062 ceph-mon[92254]: Reconfiguring osd.7 (monmap changed)... 2024-04-13T10:07:39.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:39 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-13T10:07:39.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:39 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:39.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:39 smithi062 ceph-mon[92254]: Reconfiguring daemon osd.7 on smithi064 2024-04-13T10:07:39.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:39 smithi062 ceph-mon[92254]: pgmap v27: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:07:40.857 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:07:41.015 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:40 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:41.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:40 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:41.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:40 smithi064 ceph-mon[67959]: Reconfiguring mds.foofs.smithi064.zvuvtq (monmap changed)... 2024-04-13T10:07:41.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:40 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi064.zvuvtq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-13T10:07:41.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:40 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:41.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:40 smithi064 ceph-mon[67959]: Reconfiguring daemon mds.foofs.smithi064.zvuvtq on smithi064 2024-04-13T10:07:41.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:40 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:41.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:40 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:41.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:40 smithi062 ceph-mon[92254]: Reconfiguring mds.foofs.smithi064.zvuvtq (monmap changed)... 2024-04-13T10:07:41.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:40 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi064.zvuvtq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-13T10:07:41.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:40 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:41.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:40 smithi062 ceph-mon[92254]: Reconfiguring daemon mds.foofs.smithi064.zvuvtq on smithi064 2024-04-13T10:07:42.015 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:41 smithi062 ceph-mon[92254]: pgmap v28: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:07:42.015 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:41 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:42.015 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:41 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:42.015 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:41 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:07:42.015 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:41 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:07:42.015 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:41 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:07:42.015 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:41 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:42.016 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:41 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi062"}]: dispatch 2024-04-13T10:07:42.016 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:41 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi062"}]': finished 2024-04-13T10:07:42.016 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:41 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi064"}]: dispatch 2024-04-13T10:07:42.016 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:41 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi064"}]': finished 2024-04-13T10:07:42.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:41 smithi064 ceph-mon[67959]: pgmap v28: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:07:42.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:41 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:42.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:41 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:42.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:41 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:07:42.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:41 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:07:42.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:41 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:07:42.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:41 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:42.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:41 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi062"}]: dispatch 2024-04-13T10:07:42.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:41 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi062"}]': finished 2024-04-13T10:07:42.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:41 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi064"}]: dispatch 2024-04-13T10:07:42.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:41 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi064"}]': finished 2024-04-13T10:07:43.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:42 smithi064 ceph-mon[67959]: Upgrade: Setting container_image for all mon 2024-04-13T10:07:43.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:42 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:43.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:42 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi062", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-13T10:07:43.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:42 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:43.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:42 smithi062 ceph-mon[92254]: Upgrade: Setting container_image for all mon 2024-04-13T10:07:43.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:42 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:43.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:42 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi062", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-13T10:07:43.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:42 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:43.981 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:43 smithi062 ceph-mon[92254]: pgmap v29: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:07:43.981 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:43 smithi062 ceph-mon[92254]: Upgrade: Updating crash.smithi062 (1/2) 2024-04-13T10:07:43.981 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:43 smithi062 ceph-mon[92254]: Deploying daemon crash.smithi062 on smithi062 2024-04-13T10:07:44.015 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:43 smithi064 ceph-mon[67959]: pgmap v29: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:07:44.015 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:43 smithi064 ceph-mon[67959]: Upgrade: Updating crash.smithi062 (1/2) 2024-04-13T10:07:44.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:43 smithi064 ceph-mon[67959]: Deploying daemon crash.smithi062 on smithi062 2024-04-13T10:07:45.901 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:07:46.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:45 smithi064 ceph-mon[67959]: pgmap v30: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:07:46.023 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:45 smithi062 ceph-mon[92254]: pgmap v30: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:07:47.232 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:47 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:47.232 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:47 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:47.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:47 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:47.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:47 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:48.211 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:48 smithi064 ceph-mon[67959]: pgmap v31: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:07:48.212 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:48 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:48.212 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:48 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi064", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-13T10:07:48.212 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:48 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:48.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:48 smithi062 ceph-mon[92254]: pgmap v31: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:07:48.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:48 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:48.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:48 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi064", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-13T10:07:48.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:48 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:07:49.213 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:49 smithi064 ceph-mon[67959]: Upgrade: Updating crash.smithi064 (2/2) 2024-04-13T10:07:49.214 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:49 smithi064 ceph-mon[67959]: Deploying daemon crash.smithi064 on smithi064 2024-04-13T10:07:49.214 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:49 smithi064 ceph-mon[67959]: pgmap v32: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:07:49.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:49 smithi062 ceph-mon[92254]: Upgrade: Updating crash.smithi064 (2/2) 2024-04-13T10:07:49.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:49 smithi062 ceph-mon[92254]: Deploying daemon crash.smithi064 on smithi064 2024-04-13T10:07:49.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:49 smithi062 ceph-mon[92254]: pgmap v32: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:07:50.934 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:07:52.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:51 smithi064 ceph-mon[67959]: pgmap v33: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:07:52.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:51 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:52.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:51 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:52.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:51 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:07:52.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:51 smithi062 ceph-mon[92254]: pgmap v33: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:07:52.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:51 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:52.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:51 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:52.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:51 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:07:54.012 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:53 smithi062 ceph-mon[92254]: pgmap v34: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:07:54.012 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:53 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:07:54.015 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:53 smithi064 ceph-mon[67959]: pgmap v34: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:07:54.015 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:53 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:07:55.970 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:07:56.000 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:55 smithi064 ceph-mon[67959]: pgmap v35: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:07:56.000 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:56.000 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:56.001 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:56.001 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:56.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:55 smithi062 ceph-mon[92254]: pgmap v35: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:07:56.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:56.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:56.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:56.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:58.005 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:57 smithi062 ceph-mon[92254]: pgmap v36: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:07:58.005 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:57 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:58.005 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:57 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:58.005 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:57 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:58.005 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:57 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:58.015 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:57 smithi064 ceph-mon[67959]: pgmap v36: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:07:58.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:57 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:58.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:57 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:58.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:57 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:07:58.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:57 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:00.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:59 smithi062 ceph-mon[92254]: pgmap v37: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:08:00.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:59 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:00.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:07:59 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:00.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:59 smithi064 ceph-mon[67959]: pgmap v37: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:08:00.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:59 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:00.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:07:59 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:01.009 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:08:01.089 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T10:08:01.808 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T10:08:01.808 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (10m) 5s ago 21m 17.7M - 0.20.0 0881eb8f169f f67d46639f12 2024-04-13T10:08:01.808 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (16s) 5s ago 21m 6651k - 18.2.2-1173-g5108bc67 3464fd31103e 5ca3f5d851a8 2024-04-13T10:08:01.808 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (11s) 7s ago 20m 6651k - 18.2.2-1173-g5108bc67 3464fd31103e 4fccca2794ac 2024-04-13T10:08:01.808 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (8m) 5s ago 21m 34.2M - 6.7.4 557c83e11646 52a02116d022 2024-04-13T10:08:01.809 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (15m) 5s ago 15m 15.9M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T10:08:01.809 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (15m) 7s ago 15m 38.0M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T10:08:01.809 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:8443,9283,8765 running (2m) 5s ago 23m 493M - 18.2.2-1173-g5108bc67 3464fd31103e 5f0191e57ab0 2024-04-13T10:08:01.809 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283,8765 running (93s) 7s ago 20m 448M - 18.2.2-1173-g5108bc67 3464fd31103e 267484796b5c 2024-04-13T10:08:01.809 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (79s) 5s ago 23m 49.0M 2048M 18.2.2-1173-g5108bc67 3464fd31103e ea3d08dee67d 2024-04-13T10:08:01.809 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (54s) 7s ago 20m 41.9M 2048M 18.2.2-1173-g5108bc67 3464fd31103e 17cdca1b9f7e 2024-04-13T10:08:01.809 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (13m) 5s ago 13m 82.7M - 3.5 6933c2a0b7dd c23522e42b6b 2024-04-13T10:08:01.809 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (12m) 7s ago 12m 79.3M - 3.5 6933c2a0b7dd ab1f0d8d0bb5 2024-04-13T10:08:01.809 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (6m) 5s ago 21m 15.1M - 0.18.1 e5a616e4b9cf 69df71029afe 2024-04-13T10:08:01.809 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (2m) 7s ago 20m 2587k - 0.18.1 e5a616e4b9cf 19e13c75f9ef 2024-04-13T10:08:01.809 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (19m) 5s ago 19m 409M 1944M 16.2.5 6933c2a0b7dd fd265569b30d 2024-04-13T10:08:01.809 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (19m) 5s ago 19m 312M 1944M 16.2.5 6933c2a0b7dd 09ca36a5db39 2024-04-13T10:08:01.810 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (19m) 5s ago 19m 248M 1944M 16.2.5 6933c2a0b7dd 89cc0ac92247 2024-04-13T10:08:01.810 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (18m) 5s ago 18m 388M 1944M 16.2.5 6933c2a0b7dd b0323c8d9018 2024-04-13T10:08:01.810 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (18m) 7s ago 18m 401M 2712M 16.2.5 6933c2a0b7dd f89e1bdd5583 2024-04-13T10:08:01.810 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (18m) 7s ago 18m 430M 2712M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T10:08:01.810 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (17m) 7s ago 17m 354M 2712M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T10:08:01.810 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (17m) 7s ago 17m 493M 2712M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T10:08:01.810 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 error 5s ago 20m - - 2024-04-13T10:08:02.176 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:01 smithi062 ceph-mon[92254]: pgmap v38: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:08:02.176 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:01 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:02.176 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:01 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:02.176 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:01 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:08:02.176 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:01 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:08:02.176 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:01 smithi062 ceph-mon[92254]: pgmap v39: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 198 B/s rd, 198 B/s wr, 0 op/s 2024-04-13T10:08:02.176 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:01 smithi062 ceph-mon[92254]: pgmap v40: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 246 B/s rd, 246 B/s wr, 0 op/s 2024-04-13T10:08:02.177 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:01 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:02.177 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:01 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:02.177 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:01 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:08:02.177 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:01 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:08:02.177 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:01 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:08:02.177 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:01 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:08:02.177 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:01 smithi062 ceph-mon[92254]: Upgrade: Setting container_image for all crash 2024-04-13T10:08:02.177 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:01 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:02.177 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:01 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi062"}]: dispatch 2024-04-13T10:08:02.177 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:01 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi062"}]': finished 2024-04-13T10:08:02.177 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:01 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi064"}]: dispatch 2024-04-13T10:08:02.177 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:01 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi064"}]': finished 2024-04-13T10:08:02.177 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:01 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-04-13T10:08:02.178 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:01 smithi062 ceph-mon[92254]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-04-13T10:08:02.178 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:01 smithi062 ceph-mon[92254]: Upgrade: osd.0 is safe to restart 2024-04-13T10:08:02.223 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:08:02.223 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T10:08:02.223 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:08:02.223 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:08:02.223 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T10:08:02.224 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:08:02.224 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:08:02.224 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T10:08:02.224 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-13T10:08:02.224 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:08:02.224 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T10:08:02.224 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:08:02.224 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:08:02.224 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T10:08:02.224 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 10, 2024-04-13T10:08:02.224 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 4 2024-04-13T10:08:02.224 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T10:08:02.225 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:08:02.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:01 smithi064 ceph-mon[67959]: pgmap v38: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:08:02.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:01 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:02.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:01 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:02.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:01 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:08:02.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:01 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:08:02.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:01 smithi064 ceph-mon[67959]: pgmap v39: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 198 B/s rd, 198 B/s wr, 0 op/s 2024-04-13T10:08:02.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:01 smithi064 ceph-mon[67959]: pgmap v40: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 246 B/s rd, 246 B/s wr, 0 op/s 2024-04-13T10:08:02.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:01 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:02.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:01 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:02.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:01 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:08:02.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:01 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:08:02.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:01 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:08:02.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:01 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:08:02.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:01 smithi064 ceph-mon[67959]: Upgrade: Setting container_image for all crash 2024-04-13T10:08:02.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:01 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:02.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:01 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi062"}]: dispatch 2024-04-13T10:08:02.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:01 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi062"}]': finished 2024-04-13T10:08:02.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:01 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi064"}]: dispatch 2024-04-13T10:08:02.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:01 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi064"}]': finished 2024-04-13T10:08:02.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:01 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-04-13T10:08:02.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:01 smithi064 ceph-mon[67959]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-04-13T10:08:02.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:01 smithi064 ceph-mon[67959]: Upgrade: osd.0 is safe to restart 2024-04-13T10:08:02.567 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:08:02.567 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T10:08:02.567 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T10:08:02.567 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T10:08:02.567 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [ 2024-04-13T10:08:02.567 INFO:teuthology.orchestra.run.smithi062.stdout: "crash", 2024-04-13T10:08:02.567 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr", 2024-04-13T10:08:02.567 INFO:teuthology.orchestra.run.smithi062.stdout: "mon" 2024-04-13T10:08:02.567 INFO:teuthology.orchestra.run.smithi062.stdout: ], 2024-04-13T10:08:02.567 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "6/23 daemons upgraded", 2024-04-13T10:08:02.567 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "Currently upgrading osd daemons", 2024-04-13T10:08:02.567 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T10:08:02.567 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:08:02.990 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-13T10:08:02.991 INFO:teuthology.orchestra.run.smithi062.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-13T10:08:02.991 INFO:teuthology.orchestra.run.smithi062.stdout: daemon prometheus.smithi062 on smithi062 is in error state 2024-04-13T10:08:03.094 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:02 smithi062 ceph-mon[92254]: from='client.34180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:08:03.094 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:02 smithi062 ceph-mon[92254]: from='client.34184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:08:03.094 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:02 smithi062 ceph-mon[92254]: from='client.34188 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:08:03.094 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:02 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/282973362' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:08:03.095 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:02 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:03.095 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:02 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-13T10:08:03.095 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:02 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:08:03.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:02 smithi064 ceph-mon[67959]: from='client.34180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:08:03.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:02 smithi064 ceph-mon[67959]: from='client.34184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:08:03.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:02 smithi064 ceph-mon[67959]: from='client.34188 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:08:03.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:02 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/282973362' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:08:03.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:02 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:03.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:02 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-13T10:08:03.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:02 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:08:04.079 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:03 smithi062 ceph-mon[92254]: from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:08:04.079 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:03 smithi062 ceph-mon[92254]: Upgrade: Updating osd.0 2024-04-13T10:08:04.079 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:03 smithi062 ceph-mon[92254]: Deploying daemon osd.0 on smithi062 2024-04-13T10:08:04.080 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:03 smithi062 ceph-mon[92254]: pgmap v41: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 246 B/s rd, 123 B/s wr, 0 op/s 2024-04-13T10:08:04.080 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:03 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/1199650290' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:08:04.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:03 smithi064 ceph-mon[67959]: from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:08:04.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:03 smithi064 ceph-mon[67959]: Upgrade: Updating osd.0 2024-04-13T10:08:04.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:03 smithi064 ceph-mon[67959]: Deploying daemon osd.0 on smithi062 2024-04-13T10:08:04.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:03 smithi064 ceph-mon[67959]: pgmap v41: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 246 B/s rd, 123 B/s wr, 0 op/s 2024-04-13T10:08:04.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:03 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/1199650290' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:08:05.818 INFO:journalctl@ceph.osd.0.smithi062.stdout:Apr 13 10:08:05 smithi062 systemd[1]: Stopping Ceph osd.0 for 66630ffe-f97a-11ee-bc8d-c7b262605968... 2024-04-13T10:08:06.055 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:08:06.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:05 smithi064 ceph-mon[67959]: pgmap v42: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 246 B/s rd, 246 B/s wr, 0 op/s 2024-04-13T10:08:06.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:05 smithi062 ceph-mon[92254]: pgmap v42: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 246 B/s rd, 246 B/s wr, 0 op/s 2024-04-13T10:08:06.293 INFO:journalctl@ceph.osd.0.smithi062.stdout:Apr 13 10:08:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.0[45895]: debug 2024-04-13T10:08:05.815+0000 7fc013dae700 -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-04-13T10:08:06.293 INFO:journalctl@ceph.osd.0.smithi062.stdout:Apr 13 10:08:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.0[45895]: debug 2024-04-13T10:08:05.815+0000 7fc013dae700 -1 osd.0 75 *** Got signal Terminated *** 2024-04-13T10:08:06.294 INFO:journalctl@ceph.osd.0.smithi062.stdout:Apr 13 10:08:05 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.0[45895]: debug 2024-04-13T10:08:05.815+0000 7fc013dae700 -1 osd.0 75 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-13T10:08:06.641 INFO:journalctl@ceph.osd.0.smithi062.stdout:Apr 13 10:08:06 smithi062 bash[99818]: ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.0 2024-04-13T10:08:07.157 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.6 2024-04-13T10:08:07.157 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 failed (root=default,host=smithi062) (connection refused reported by osd.6) 2024-04-13T10:08:07.157 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.6 2024-04-13T10:08:07.157 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.5 2024-04-13T10:08:07.157 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.3 2024-04-13T10:08:07.157 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.1 2024-04-13T10:08:07.157 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.2 2024-04-13T10:08:07.157 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.7 2024-04-13T10:08:07.157 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.4 2024-04-13T10:08:07.157 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.5 2024-04-13T10:08:07.157 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.3 2024-04-13T10:08:07.157 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.1 2024-04-13T10:08:07.157 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.2 2024-04-13T10:08:07.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.7 2024-04-13T10:08:07.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.4 2024-04-13T10:08:07.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.2 2024-04-13T10:08:07.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.4 2024-04-13T10:08:07.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.3 2024-04-13T10:08:07.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.7 2024-04-13T10:08:07.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.1 2024-04-13T10:08:07.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.4 2024-04-13T10:08:07.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.6 2024-04-13T10:08:07.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.5 2024-04-13T10:08:07.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.7 2024-04-13T10:08:07.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.4 2024-04-13T10:08:07.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.6 2024-04-13T10:08:07.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.5 2024-04-13T10:08:07.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.3 2024-04-13T10:08:07.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.1 2024-04-13T10:08:07.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.2 2024-04-13T10:08:07.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.7 2024-04-13T10:08:07.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.3 2024-04-13T10:08:07.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.1 2024-04-13T10:08:07.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.2 2024-04-13T10:08:07.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.2 2024-04-13T10:08:07.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.4 2024-04-13T10:08:07.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.3 2024-04-13T10:08:07.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.7 2024-04-13T10:08:07.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:06 smithi062 ceph-mon[92254]: osd.0 reported immediately failed by osd.1 2024-04-13T10:08:07.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.6 2024-04-13T10:08:07.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 failed (root=default,host=smithi062) (connection refused reported by osd.6) 2024-04-13T10:08:07.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.6 2024-04-13T10:08:07.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.5 2024-04-13T10:08:07.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.3 2024-04-13T10:08:07.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.1 2024-04-13T10:08:07.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.2 2024-04-13T10:08:07.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.7 2024-04-13T10:08:07.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.4 2024-04-13T10:08:07.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.5 2024-04-13T10:08:07.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.3 2024-04-13T10:08:07.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.1 2024-04-13T10:08:07.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.2 2024-04-13T10:08:07.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.7 2024-04-13T10:08:07.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.4 2024-04-13T10:08:07.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.2 2024-04-13T10:08:07.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.4 2024-04-13T10:08:07.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.3 2024-04-13T10:08:07.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.7 2024-04-13T10:08:07.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.1 2024-04-13T10:08:07.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.4 2024-04-13T10:08:07.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.6 2024-04-13T10:08:07.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.5 2024-04-13T10:08:07.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.7 2024-04-13T10:08:07.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.4 2024-04-13T10:08:07.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.6 2024-04-13T10:08:07.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.5 2024-04-13T10:08:07.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.3 2024-04-13T10:08:07.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.1 2024-04-13T10:08:07.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.2 2024-04-13T10:08:07.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.7 2024-04-13T10:08:07.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.3 2024-04-13T10:08:07.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.1 2024-04-13T10:08:07.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.2 2024-04-13T10:08:07.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.2 2024-04-13T10:08:07.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.4 2024-04-13T10:08:07.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.3 2024-04-13T10:08:07.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.7 2024-04-13T10:08:07.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:06 smithi064 ceph-mon[67959]: osd.0 reported immediately failed by osd.1 2024-04-13T10:08:08.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:07 smithi062 ceph-mon[92254]: pgmap v43: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 246 B/s rd, 246 B/s wr, 0 op/s 2024-04-13T10:08:08.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:07 smithi062 ceph-mon[92254]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-13T10:08:08.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:07 smithi062 ceph-mon[92254]: osdmap e76: 8 total, 7 up, 8 in 2024-04-13T10:08:08.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:07 smithi064 ceph-mon[67959]: pgmap v43: 129 pgs: 129 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 246 B/s rd, 246 B/s wr, 0 op/s 2024-04-13T10:08:08.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:07 smithi064 ceph-mon[67959]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-13T10:08:08.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:07 smithi064 ceph-mon[67959]: osdmap e76: 8 total, 7 up, 8 in 2024-04-13T10:08:08.544 INFO:journalctl@ceph.osd.0.smithi062.stdout:Apr 13 10:08:08 smithi062 systemd[1]: ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@osd.0.service: Succeeded. 2024-04-13T10:08:08.544 INFO:journalctl@ceph.osd.0.smithi062.stdout:Apr 13 10:08:08 smithi062 systemd[1]: Stopped Ceph osd.0 for 66630ffe-f97a-11ee-bc8d-c7b262605968. 2024-04-13T10:08:08.544 INFO:journalctl@ceph.osd.0.smithi062.stdout:Apr 13 10:08:08 smithi062 systemd[1]: Starting Ceph osd.0 for 66630ffe-f97a-11ee-bc8d-c7b262605968... 2024-04-13T10:08:09.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:08 smithi062 ceph-mon[92254]: osdmap e77: 8 total, 7 up, 8 in 2024-04-13T10:08:09.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:08 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:09.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:08 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:08:09.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:08 smithi064 ceph-mon[67959]: osdmap e77: 8 total, 7 up, 8 in 2024-04-13T10:08:09.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:08 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:09.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:08 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:08:09.584 INFO:journalctl@ceph.osd.0.smithi062.stdout:Apr 13 10:08:09 smithi062 bash[100125]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-04-13T10:08:09.584 INFO:journalctl@ceph.osd.0.smithi062.stdout:Apr 13 10:08:09 smithi062 bash[100125]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-0 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-04-13T10:08:09.584 INFO:journalctl@ceph.osd.0.smithi062.stdout:Apr 13 10:08:09 smithi062 bash[100125]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-04-13T10:08:09.584 INFO:journalctl@ceph.osd.0.smithi062.stdout:Apr 13 10:08:09 smithi062 bash[100125]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-04-13T10:08:09.584 INFO:journalctl@ceph.osd.0.smithi062.stdout:Apr 13 10:08:09 smithi062 bash[100125]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-04-13T10:08:09.584 INFO:journalctl@ceph.osd.0.smithi062.stdout:Apr 13 10:08:09 smithi062 bash[100125]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-04-13T10:08:09.584 INFO:journalctl@ceph.osd.0.smithi062.stdout:Apr 13 10:08:09 smithi062 bash[100125]: --> ceph-volume raw activate successful for osd ID: 0 2024-04-13T10:08:10.157 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:09 smithi062 ceph-mon[92254]: pgmap v46: 129 pgs: 16 stale+active+clean, 113 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-04-13T10:08:10.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:09 smithi064 ceph-mon[67959]: pgmap v46: 129 pgs: 16 stale+active+clean, 113 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-04-13T10:08:10.543 INFO:journalctl@ceph.osd.0.smithi062.stdout:Apr 13 10:08:10 smithi062 ceph-osd[100424]: -- 172.21.15.62:0/1839760502 <== mon.0 v2:172.21.15.62:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56430a0691e0 con 0x56430a039000 2024-04-13T10:08:10.543 INFO:journalctl@ceph.osd.0.smithi062.stdout:Apr 13 10:08:10 smithi062 bash[100387]: 52e7889244fc58677a759f4f8d74e6cc068b8f20dde7d4541a081fa017a32926 2024-04-13T10:08:10.543 INFO:journalctl@ceph.osd.0.smithi062.stdout:Apr 13 10:08:10 smithi062 systemd[1]: Started Ceph osd.0 for 66630ffe-f97a-11ee-bc8d-c7b262605968. 2024-04-13T10:08:11.099 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:08:11.144 INFO:journalctl@ceph.osd.0.smithi062.stdout:Apr 13 10:08:10 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-0[100401]: 2024-04-13T10:08:10.808+0000 7f710cb667c0 -1 Falling back to public interface 2024-04-13T10:08:11.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:11 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:11.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:11 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:11.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:11 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:08:11.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:11 smithi064 ceph-mon[67959]: pgmap v47: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 222/1644 objects degraded (13.504%) 2024-04-13T10:08:11.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:11 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:11.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:11 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:11.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:11 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:08:11.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:11 smithi062 ceph-mon[92254]: pgmap v47: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 222/1644 objects degraded (13.504%) 2024-04-13T10:08:12.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:12 smithi064 ceph-mon[67959]: Health check failed: Degraded data redundancy: 222/1644 objects degraded (13.504%), 30 pgs degraded (PG_DEGRADED) 2024-04-13T10:08:12.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:12 smithi062 ceph-mon[92254]: Health check failed: Degraded data redundancy: 222/1644 objects degraded (13.504%), 30 pgs degraded (PG_DEGRADED) 2024-04-13T10:08:13.750 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:13 smithi062 ceph-mon[92254]: pgmap v48: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 222/1644 objects degraded (13.504%) 2024-04-13T10:08:13.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:13 smithi064 ceph-mon[67959]: pgmap v48: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 222/1644 objects degraded (13.504%) 2024-04-13T10:08:16.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:15 smithi062 ceph-mon[92254]: pgmap v49: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 222/1644 objects degraded (13.504%) 2024-04-13T10:08:16.043 INFO:journalctl@ceph.osd.0.smithi062.stdout:Apr 13 10:08:15 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-0[100401]: 2024-04-13T10:08:15.741+0000 7f710cb667c0 -1 osd.0 0 read_superblock omap replica is missing. 2024-04-13T10:08:16.140 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:08:16.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:15 smithi064 ceph-mon[67959]: pgmap v49: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 222/1644 objects degraded (13.504%) 2024-04-13T10:08:16.793 INFO:journalctl@ceph.osd.0.smithi062.stdout:Apr 13 10:08:16 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-0[100401]: 2024-04-13T10:08:16.364+0000 7f710cb667c0 -1 osd.0 75 log_to_monitors true 2024-04-13T10:08:17.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:16 smithi064 ceph-mon[67959]: from='osd.0 [v2:172.21.15.62:6802/2770524531,v1:172.21.15.62:6803/2770524531]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-13T10:08:17.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:16 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:17.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:16 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:17.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:16 smithi062 ceph-mon[92254]: from='osd.0 [v2:172.21.15.62:6802/2770524531,v1:172.21.15.62:6803/2770524531]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-13T10:08:17.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:16 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:17.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:16 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:17.793 INFO:journalctl@ceph.osd.0.smithi062.stdout:Apr 13 10:08:17 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-0[100401]: 2024-04-13T10:08:17.386+0000 7f70f9fb8700 -1 osd.0 75 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-13T10:08:18.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:17 smithi064 ceph-mon[67959]: pgmap v50: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 222/1644 objects degraded (13.504%) 2024-04-13T10:08:18.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:17 smithi064 ceph-mon[67959]: from='osd.0 [v2:172.21.15.62:6802/2770524531,v1:172.21.15.62:6803/2770524531]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-13T10:08:18.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:17 smithi064 ceph-mon[67959]: osdmap e78: 8 total, 7 up, 8 in 2024-04-13T10:08:18.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:17 smithi064 ceph-mon[67959]: from='osd.0 [v2:172.21.15.62:6802/2770524531,v1:172.21.15.62:6803/2770524531]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2024-04-13T10:08:18.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:17 smithi064 ceph-mon[67959]: from='osd.0 [v2:172.21.15.62:6802/2770524531,v1:172.21.15.62:6803/2770524531]' entity='osd.0' 2024-04-13T10:08:18.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:17 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:18.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:17 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:18.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:17 smithi062 ceph-mon[92254]: pgmap v50: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 323 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 222/1644 objects degraded (13.504%) 2024-04-13T10:08:18.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:17 smithi062 ceph-mon[92254]: from='osd.0 [v2:172.21.15.62:6802/2770524531,v1:172.21.15.62:6803/2770524531]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-13T10:08:18.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:17 smithi062 ceph-mon[92254]: osdmap e78: 8 total, 7 up, 8 in 2024-04-13T10:08:18.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:17 smithi062 ceph-mon[92254]: from='osd.0 [v2:172.21.15.62:6802/2770524531,v1:172.21.15.62:6803/2770524531]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2024-04-13T10:08:18.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:17 smithi062 ceph-mon[92254]: from='osd.0 [v2:172.21.15.62:6802/2770524531,v1:172.21.15.62:6803/2770524531]' entity='osd.0' 2024-04-13T10:08:18.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:17 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:18.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:17 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:19.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:18 smithi064 ceph-mon[67959]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-13T10:08:19.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:18 smithi064 ceph-mon[67959]: osd.0 [v2:172.21.15.62:6802/2770524531,v1:172.21.15.62:6803/2770524531] boot 2024-04-13T10:08:19.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:18 smithi064 ceph-mon[67959]: osdmap e79: 8 total, 8 up, 8 in 2024-04-13T10:08:19.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-13T10:08:19.266 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:18 smithi062 ceph-mon[92254]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-13T10:08:19.267 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:18 smithi062 ceph-mon[92254]: osd.0 [v2:172.21.15.62:6802/2770524531,v1:172.21.15.62:6803/2770524531] boot 2024-04-13T10:08:19.267 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:18 smithi062 ceph-mon[92254]: osdmap e79: 8 total, 8 up, 8 in 2024-04-13T10:08:19.267 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-13T10:08:20.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:19 smithi064 ceph-mon[67959]: pgmap v53: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 222/1644 objects degraded (13.504%) 2024-04-13T10:08:20.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:19 smithi064 ceph-mon[67959]: osdmap e80: 8 total, 8 up, 8 in 2024-04-13T10:08:20.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:19 smithi062 ceph-mon[92254]: pgmap v53: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 222/1644 objects degraded (13.504%) 2024-04-13T10:08:20.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:19 smithi062 ceph-mon[92254]: osdmap e80: 8 total, 8 up, 8 in 2024-04-13T10:08:21.148 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:20 smithi062 ceph-mon[92254]: Health check update: Degraded data redundancy: 94/1644 objects degraded (5.718%), 9 pgs degraded (PG_DEGRADED) 2024-04-13T10:08:21.183 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:08:21.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:20 smithi064 ceph-mon[67959]: Health check update: Degraded data redundancy: 94/1644 objects degraded (5.718%), 9 pgs degraded (PG_DEGRADED) 2024-04-13T10:08:22.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:21 smithi064 ceph-mon[67959]: pgmap v55: 129 pgs: 33 peering, 9 active+undersized+degraded, 7 active+undersized, 80 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 94/1644 objects degraded (5.718%) 2024-04-13T10:08:22.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:21 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:22.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:21 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:22.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:21 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:08:22.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:21 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:08:22.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:21 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:22.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:21 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:22.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:21 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:08:22.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:21 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:08:22.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:21 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:08:22.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:21 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:08:22.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:21 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-04-13T10:08:22.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:21 smithi062 ceph-mon[92254]: pgmap v55: 129 pgs: 33 peering, 9 active+undersized+degraded, 7 active+undersized, 80 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 94/1644 objects degraded (5.718%) 2024-04-13T10:08:22.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:21 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:22.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:21 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:22.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:21 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:08:22.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:21 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:08:22.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:21 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:22.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:21 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:22.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:21 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:08:22.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:21 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:08:22.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:21 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:08:22.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:21 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:08:22.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:21 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-04-13T10:08:23.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:22 smithi064 ceph-mon[67959]: pgmap v56: 129 pgs: 33 peering, 9 active+undersized+degraded, 7 active+undersized, 80 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 468 B/s rd, 234 B/s wr, 0 op/s; 94/1644 objects degraded (5.718%) 2024-04-13T10:08:23.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:22 smithi064 ceph-mon[67959]: pgmap v57: 129 pgs: 33 peering, 9 active+undersized+degraded, 7 active+undersized, 80 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 474 B/s rd, 237 B/s wr, 0 op/s; 94/1644 objects degraded (5.718%) 2024-04-13T10:08:23.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:22 smithi064 ceph-mon[67959]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-04-13T10:08:23.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:22 smithi064 ceph-mon[67959]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-04-13T10:08:23.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:22 smithi062 ceph-mon[92254]: pgmap v56: 129 pgs: 33 peering, 9 active+undersized+degraded, 7 active+undersized, 80 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 468 B/s rd, 234 B/s wr, 0 op/s; 94/1644 objects degraded (5.718%) 2024-04-13T10:08:23.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:22 smithi062 ceph-mon[92254]: pgmap v57: 129 pgs: 33 peering, 9 active+undersized+degraded, 7 active+undersized, 80 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 474 B/s rd, 237 B/s wr, 0 op/s; 94/1644 objects degraded (5.718%) 2024-04-13T10:08:23.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:22 smithi062 ceph-mon[92254]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-04-13T10:08:23.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:22 smithi062 ceph-mon[92254]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-04-13T10:08:24.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:24 smithi062 ceph-mon[92254]: pgmap v58: 129 pgs: 33 peering, 96 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 422 B/s rd, 211 B/s wr, 0 op/s 2024-04-13T10:08:24.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:24 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:24.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:24 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:08:24.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:24 smithi062 ceph-mon[92254]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 94/1644 objects degraded (5.718%), 9 pgs degraded) 2024-04-13T10:08:24.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:24 smithi064 ceph-mon[67959]: pgmap v58: 129 pgs: 33 peering, 96 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 422 B/s rd, 211 B/s wr, 0 op/s 2024-04-13T10:08:24.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:24 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:24.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:24 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:08:24.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:24 smithi064 ceph-mon[67959]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 94/1644 objects degraded (5.718%), 9 pgs degraded) 2024-04-13T10:08:25.765 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:25 smithi064 ceph-mon[67959]: mgrmap e43: smithi062.wofrer(active, since 91s), standbys: smithi064.lcvmyw 2024-04-13T10:08:25.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:25 smithi062 ceph-mon[92254]: mgrmap e43: smithi062.wofrer(active, since 91s), standbys: smithi064.lcvmyw 2024-04-13T10:08:26.227 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:08:26.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:26 smithi064 ceph-mon[67959]: pgmap v59: 129 pgs: 129 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 321 B/s rd, 802 B/s wr, 1 op/s 2024-04-13T10:08:26.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:26 smithi062 ceph-mon[92254]: pgmap v59: 129 pgs: 129 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 321 B/s rd, 802 B/s wr, 1 op/s 2024-04-13T10:08:28.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:28 smithi064 ceph-mon[67959]: pgmap v60: 129 pgs: 129 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 522 B/s wr, 0 op/s 2024-04-13T10:08:28.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:28 smithi062 ceph-mon[92254]: pgmap v60: 129 pgs: 129 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 522 B/s wr, 0 op/s 2024-04-13T10:08:30.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:30 smithi064 ceph-mon[67959]: pgmap v61: 129 pgs: 129 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 244 B/s rd, 611 B/s wr, 1 op/s 2024-04-13T10:08:30.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:30 smithi062 ceph-mon[92254]: pgmap v61: 129 pgs: 129 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 244 B/s rd, 611 B/s wr, 1 op/s 2024-04-13T10:08:31.262 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:08:32.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:32 smithi064 ceph-mon[67959]: pgmap v62: 129 pgs: 129 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 511 B/s wr, 0 op/s 2024-04-13T10:08:32.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:32 smithi062 ceph-mon[92254]: pgmap v62: 129 pgs: 129 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 511 B/s wr, 0 op/s 2024-04-13T10:08:33.354 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T10:08:34.016 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T10:08:34.017 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (11m) 17s ago 22m 17.7M - 0.20.0 0881eb8f169f f67d46639f12 2024-04-13T10:08:34.017 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (48s) 17s ago 22m 6651k - 18.2.2-1173-g5108bc67 3464fd31103e 5ca3f5d851a8 2024-04-13T10:08:34.017 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (43s) 39s ago 21m 6651k - 18.2.2-1173-g5108bc67 3464fd31103e 4fccca2794ac 2024-04-13T10:08:34.017 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (9m) 17s ago 21m 34.0M - 6.7.4 557c83e11646 52a02116d022 2024-04-13T10:08:34.017 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (16m) 17s ago 16m 16.0M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T10:08:34.017 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (16m) 39s ago 16m 38.0M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T10:08:34.017 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:8443,9283,8765 running (2m) 17s ago 23m 495M - 18.2.2-1173-g5108bc67 3464fd31103e 5f0191e57ab0 2024-04-13T10:08:34.017 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283,8765 running (2m) 39s ago 21m 448M - 18.2.2-1173-g5108bc67 3464fd31103e 267484796b5c 2024-04-13T10:08:34.017 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (111s) 17s ago 23m 49.9M 2048M 18.2.2-1173-g5108bc67 3464fd31103e ea3d08dee67d 2024-04-13T10:08:34.017 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (86s) 39s ago 20m 41.9M 2048M 18.2.2-1173-g5108bc67 3464fd31103e 17cdca1b9f7e 2024-04-13T10:08:34.017 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (13m) 17s ago 13m 82.7M - 3.5 6933c2a0b7dd c23522e42b6b 2024-04-13T10:08:34.017 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (13m) 39s ago 13m 79.3M - 3.5 6933c2a0b7dd ab1f0d8d0bb5 2024-04-13T10:08:34.017 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (6m) 17s ago 21m 15.1M - 0.18.1 e5a616e4b9cf 69df71029afe 2024-04-13T10:08:34.018 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (2m) 39s ago 20m 2587k - 0.18.1 e5a616e4b9cf 19e13c75f9ef 2024-04-13T10:08:34.018 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (24s) 17s ago 20m 11.1M 1944M 18.2.2-1173-g5108bc67 3464fd31103e 52e7889244fc 2024-04-13T10:08:34.018 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (19m) 17s ago 19m 311M 1944M 16.2.5 6933c2a0b7dd 09ca36a5db39 2024-04-13T10:08:34.018 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (19m) 17s ago 19m 247M 1944M 16.2.5 6933c2a0b7dd 89cc0ac92247 2024-04-13T10:08:34.018 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (19m) 17s ago 19m 387M 1944M 16.2.5 6933c2a0b7dd b0323c8d9018 2024-04-13T10:08:34.018 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (18m) 39s ago 18m 401M 2712M 16.2.5 6933c2a0b7dd f89e1bdd5583 2024-04-13T10:08:34.018 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (18m) 39s ago 18m 430M 2712M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T10:08:34.018 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (18m) 39s ago 18m 354M 2712M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T10:08:34.018 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (17m) 39s ago 17m 493M 2712M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T10:08:34.018 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 error 17s ago 21m - - 2024-04-13T10:08:34.420 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:08:34.420 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T10:08:34.420 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:08:34.420 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:08:34.420 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T10:08:34.420 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:08:34.420 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:08:34.420 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T10:08:34.421 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 7, 2024-04-13T10:08:34.421 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 1 2024-04-13T10:08:34.421 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:08:34.421 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T10:08:34.421 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:08:34.421 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:08:34.421 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T10:08:34.421 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 9, 2024-04-13T10:08:34.421 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 5 2024-04-13T10:08:34.421 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T10:08:34.421 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:08:34.758 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:08:34.758 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T10:08:34.758 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T10:08:34.758 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T10:08:34.758 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [ 2024-04-13T10:08:34.758 INFO:teuthology.orchestra.run.smithi062.stdout: "crash", 2024-04-13T10:08:34.759 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr", 2024-04-13T10:08:34.759 INFO:teuthology.orchestra.run.smithi062.stdout: "mon" 2024-04-13T10:08:34.759 INFO:teuthology.orchestra.run.smithi062.stdout: ], 2024-04-13T10:08:34.759 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "7/23 daemons upgraded", 2024-04-13T10:08:34.759 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "Currently upgrading osd daemons", 2024-04-13T10:08:34.759 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T10:08:34.759 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:08:34.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:34 smithi064 ceph-mon[67959]: pgmap v63: 129 pgs: 129 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-04-13T10:08:34.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:34 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:34.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:34 smithi064 ceph-mon[67959]: from='client.34208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:08:34.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:34 smithi064 ceph-mon[67959]: from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:08:34.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:34 smithi064 ceph-mon[67959]: from='client.34216 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:08:34.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:34 smithi062 ceph-mon[92254]: pgmap v63: 129 pgs: 129 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-04-13T10:08:34.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:34 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:34.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:34 smithi062 ceph-mon[92254]: from='client.34208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:08:34.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:34 smithi062 ceph-mon[92254]: from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:08:34.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:34 smithi062 ceph-mon[92254]: from='client.34216 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:08:35.159 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-13T10:08:35.159 INFO:teuthology.orchestra.run.smithi062.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-13T10:08:35.159 INFO:teuthology.orchestra.run.smithi062.stdout: daemon prometheus.smithi062 on smithi062 is in error state 2024-04-13T10:08:35.765 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:35 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/2188291742' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:08:35.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:35 smithi064 ceph-mon[67959]: from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:08:35.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:35 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/1979789255' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:08:35.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:35 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/2188291742' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:08:35.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:35 smithi062 ceph-mon[92254]: from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:08:35.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:35 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/1979789255' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:08:36.296 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:08:36.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:36 smithi064 ceph-mon[67959]: pgmap v64: 129 pgs: 129 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-04-13T10:08:36.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:36 smithi062 ceph-mon[92254]: pgmap v64: 129 pgs: 129 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-04-13T10:08:37.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:37 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-04-13T10:08:37.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:37 smithi062 ceph-mon[92254]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-04-13T10:08:37.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:37 smithi062 ceph-mon[92254]: Upgrade: osd.1 is safe to restart 2024-04-13T10:08:37.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:37 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-04-13T10:08:37.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:37 smithi064 ceph-mon[67959]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-04-13T10:08:37.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:37 smithi064 ceph-mon[67959]: Upgrade: osd.1 is safe to restart 2024-04-13T10:08:39.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:38 smithi064 ceph-mon[67959]: pgmap v65: 129 pgs: 129 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:08:39.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:38 smithi064 ceph-mon[67959]: Upgrade: Updating osd.1 2024-04-13T10:08:39.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:38 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:39.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:38 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-13T10:08:39.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:38 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:08:39.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:38 smithi064 ceph-mon[67959]: Deploying daemon osd.1 on smithi062 2024-04-13T10:08:39.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:38 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:39.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:38 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:08:39.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:38 smithi062 ceph-mon[92254]: pgmap v65: 129 pgs: 129 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:08:39.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:38 smithi062 ceph-mon[92254]: Upgrade: Updating osd.1 2024-04-13T10:08:39.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:38 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:39.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:38 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-13T10:08:39.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:38 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:08:39.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:38 smithi062 ceph-mon[92254]: Deploying daemon osd.1 on smithi062 2024-04-13T10:08:39.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:38 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:39.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:38 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:08:40.942 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:40 smithi062 ceph-mon[92254]: pgmap v66: 129 pgs: 129 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:08:40.942 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:08:40 smithi062 systemd[1]: Stopping Ceph osd.1 for 66630ffe-f97a-11ee-bc8d-c7b262605968... 2024-04-13T10:08:41.265 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:40 smithi064 ceph-mon[67959]: pgmap v66: 129 pgs: 129 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:08:41.293 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:08:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.1[49207]: debug 2024-04-13T10:08:41.098+0000 7eff6f051700 -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-04-13T10:08:41.293 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:08:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.1[49207]: debug 2024-04-13T10:08:41.098+0000 7eff6f051700 -1 osd.1 80 *** Got signal Terminated *** 2024-04-13T10:08:41.293 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:08:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.1[49207]: debug 2024-04-13T10:08:41.098+0000 7eff6f051700 -1 osd.1 80 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-13T10:08:41.338 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:08:41.793 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:08:41 smithi062 bash[103019]: ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.1 2024-04-13T10:08:42.266 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:41 smithi062 ceph-mon[92254]: osd.1 reported immediately failed by osd.5 2024-04-13T10:08:42.266 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:41 smithi062 ceph-mon[92254]: osd.1 failed (root=default,host=smithi062) (connection refused reported by osd.5) 2024-04-13T10:08:42.266 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:41 smithi062 ceph-mon[92254]: osd.1 reported immediately failed by osd.4 2024-04-13T10:08:42.266 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:41 smithi062 ceph-mon[92254]: osd.1 reported immediately failed by osd.6 2024-04-13T10:08:42.266 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:41 smithi062 ceph-mon[92254]: osd.1 reported immediately failed by osd.7 2024-04-13T10:08:42.266 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:41 smithi062 ceph-mon[92254]: osd.1 reported immediately failed by osd.0 2024-04-13T10:08:42.266 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:41 smithi062 ceph-mon[92254]: osd.1 reported immediately failed by osd.3 2024-04-13T10:08:42.267 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:41 smithi062 ceph-mon[92254]: osd.1 reported immediately failed by osd.2 2024-04-13T10:08:42.267 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:41 smithi062 ceph-mon[92254]: osd.1 reported immediately failed by osd.7 2024-04-13T10:08:42.267 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:41 smithi062 ceph-mon[92254]: osd.1 reported immediately failed by osd.0 2024-04-13T10:08:42.267 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:41 smithi062 ceph-mon[92254]: osd.1 reported immediately failed by osd.6 2024-04-13T10:08:42.267 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:41 smithi062 ceph-mon[92254]: osd.1 reported immediately failed by osd.5 2024-04-13T10:08:42.267 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:41 smithi062 ceph-mon[92254]: osd.1 reported immediately failed by osd.3 2024-04-13T10:08:42.267 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:41 smithi062 ceph-mon[92254]: osd.1 reported immediately failed by osd.2 2024-04-13T10:08:42.267 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:41 smithi062 ceph-mon[92254]: osd.1 reported immediately failed by osd.4 2024-04-13T10:08:42.267 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:41 smithi062 ceph-mon[92254]: osd.1 reported immediately failed by osd.4 2024-04-13T10:08:42.267 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:41 smithi062 ceph-mon[92254]: osd.1 reported immediately failed by osd.5 2024-04-13T10:08:42.267 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:41 smithi062 ceph-mon[92254]: osd.1 reported immediately failed by osd.7 2024-04-13T10:08:42.267 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:41 smithi062 ceph-mon[92254]: osd.1 reported immediately failed by osd.0 2024-04-13T10:08:42.267 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:41 smithi062 ceph-mon[92254]: osd.1 reported immediately failed by osd.6 2024-04-13T10:08:42.267 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:41 smithi062 ceph-mon[92254]: osd.1 reported immediately failed by osd.3 2024-04-13T10:08:42.268 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:41 smithi062 ceph-mon[92254]: osd.1 reported immediately failed by osd.2 2024-04-13T10:08:42.268 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:41 smithi062 ceph-mon[92254]: osd.1 reported immediately failed by osd.7 2024-04-13T10:08:42.268 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:41 smithi062 ceph-mon[92254]: osd.1 reported immediately failed by osd.4 2024-04-13T10:08:42.268 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:41 smithi062 ceph-mon[92254]: osd.1 reported immediately failed by osd.0 2024-04-13T10:08:42.268 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:41 smithi062 ceph-mon[92254]: osd.1 reported immediately failed by osd.6 2024-04-13T10:08:42.268 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:41 smithi062 ceph-mon[92254]: osd.1 reported immediately failed by osd.5 2024-04-13T10:08:42.268 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:41 smithi062 ceph-mon[92254]: osd.1 reported immediately failed by osd.3 2024-04-13T10:08:42.268 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:41 smithi062 ceph-mon[92254]: osd.1 reported immediately failed by osd.2 2024-04-13T10:08:42.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:41 smithi064 ceph-mon[67959]: osd.1 reported immediately failed by osd.5 2024-04-13T10:08:42.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:41 smithi064 ceph-mon[67959]: osd.1 failed (root=default,host=smithi062) (connection refused reported by osd.5) 2024-04-13T10:08:42.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:41 smithi064 ceph-mon[67959]: osd.1 reported immediately failed by osd.4 2024-04-13T10:08:42.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:41 smithi064 ceph-mon[67959]: osd.1 reported immediately failed by osd.6 2024-04-13T10:08:42.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:41 smithi064 ceph-mon[67959]: osd.1 reported immediately failed by osd.7 2024-04-13T10:08:42.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:41 smithi064 ceph-mon[67959]: osd.1 reported immediately failed by osd.0 2024-04-13T10:08:42.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:41 smithi064 ceph-mon[67959]: osd.1 reported immediately failed by osd.3 2024-04-13T10:08:42.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:41 smithi064 ceph-mon[67959]: osd.1 reported immediately failed by osd.2 2024-04-13T10:08:42.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:41 smithi064 ceph-mon[67959]: osd.1 reported immediately failed by osd.7 2024-04-13T10:08:42.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:41 smithi064 ceph-mon[67959]: osd.1 reported immediately failed by osd.0 2024-04-13T10:08:42.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:41 smithi064 ceph-mon[67959]: osd.1 reported immediately failed by osd.6 2024-04-13T10:08:42.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:41 smithi064 ceph-mon[67959]: osd.1 reported immediately failed by osd.5 2024-04-13T10:08:42.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:41 smithi064 ceph-mon[67959]: osd.1 reported immediately failed by osd.3 2024-04-13T10:08:42.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:41 smithi064 ceph-mon[67959]: osd.1 reported immediately failed by osd.2 2024-04-13T10:08:42.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:41 smithi064 ceph-mon[67959]: osd.1 reported immediately failed by osd.4 2024-04-13T10:08:42.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:41 smithi064 ceph-mon[67959]: osd.1 reported immediately failed by osd.4 2024-04-13T10:08:42.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:41 smithi064 ceph-mon[67959]: osd.1 reported immediately failed by osd.5 2024-04-13T10:08:42.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:41 smithi064 ceph-mon[67959]: osd.1 reported immediately failed by osd.7 2024-04-13T10:08:42.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:41 smithi064 ceph-mon[67959]: osd.1 reported immediately failed by osd.0 2024-04-13T10:08:42.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:41 smithi064 ceph-mon[67959]: osd.1 reported immediately failed by osd.6 2024-04-13T10:08:42.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:41 smithi064 ceph-mon[67959]: osd.1 reported immediately failed by osd.3 2024-04-13T10:08:42.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:41 smithi064 ceph-mon[67959]: osd.1 reported immediately failed by osd.2 2024-04-13T10:08:42.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:41 smithi064 ceph-mon[67959]: osd.1 reported immediately failed by osd.7 2024-04-13T10:08:42.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:41 smithi064 ceph-mon[67959]: osd.1 reported immediately failed by osd.4 2024-04-13T10:08:42.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:41 smithi064 ceph-mon[67959]: osd.1 reported immediately failed by osd.0 2024-04-13T10:08:42.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:41 smithi064 ceph-mon[67959]: osd.1 reported immediately failed by osd.6 2024-04-13T10:08:42.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:41 smithi064 ceph-mon[67959]: osd.1 reported immediately failed by osd.5 2024-04-13T10:08:42.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:41 smithi064 ceph-mon[67959]: osd.1 reported immediately failed by osd.3 2024-04-13T10:08:42.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:41 smithi064 ceph-mon[67959]: osd.1 reported immediately failed by osd.2 2024-04-13T10:08:43.167 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:42 smithi062 ceph-mon[92254]: pgmap v67: 129 pgs: 129 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:08:43.167 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:42 smithi062 ceph-mon[92254]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-13T10:08:43.167 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:42 smithi062 ceph-mon[92254]: osdmap e81: 8 total, 7 up, 8 in 2024-04-13T10:08:43.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:42 smithi064 ceph-mon[67959]: pgmap v67: 129 pgs: 129 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:08:43.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:42 smithi064 ceph-mon[67959]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-13T10:08:43.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:42 smithi064 ceph-mon[67959]: osdmap e81: 8 total, 7 up, 8 in 2024-04-13T10:08:43.793 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:08:43 smithi062 systemd[1]: ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@osd.1.service: Succeeded. 2024-04-13T10:08:43.793 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:08:43 smithi062 systemd[1]: Stopped Ceph osd.1 for 66630ffe-f97a-11ee-bc8d-c7b262605968. 2024-04-13T10:08:43.793 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:08:43 smithi062 systemd[1]: Starting Ceph osd.1 for 66630ffe-f97a-11ee-bc8d-c7b262605968... 2024-04-13T10:08:44.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:43 smithi064 ceph-mon[67959]: osdmap e82: 8 total, 7 up, 8 in 2024-04-13T10:08:44.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:43 smithi062 ceph-mon[92254]: osdmap e82: 8 total, 7 up, 8 in 2024-04-13T10:08:44.907 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:08:44 smithi062 bash[103357]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-04-13T10:08:44.908 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:08:44 smithi062 bash[103357]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-1 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-04-13T10:08:44.908 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:08:44 smithi062 bash[103357]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-04-13T10:08:44.908 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:08:44 smithi062 bash[103357]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-04-13T10:08:44.908 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:08:44 smithi062 bash[103357]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-04-13T10:08:44.908 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:08:44 smithi062 bash[103357]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-04-13T10:08:44.908 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:08:44 smithi062 bash[103357]: --> ceph-volume raw activate successful for osd ID: 1 2024-04-13T10:08:45.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:44 smithi064 ceph-mon[67959]: pgmap v70: 129 pgs: 17 stale+active+clean, 112 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s 2024-04-13T10:08:45.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:44 smithi062 ceph-mon[92254]: pgmap v70: 129 pgs: 17 stale+active+clean, 112 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s 2024-04-13T10:08:46.043 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:08:45 smithi062 ceph-osd[103658]: -- 172.21.15.62:0/2523689008 <== mon.0 v2:172.21.15.62:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55f27e9011e0 con 0x55f27e8d1000 2024-04-13T10:08:46.043 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:08:45 smithi062 bash[103620]: aeb987d5b83d0846b8d4a881add193da350ac5c93ede97b0dc72ac30d51cb2b4 2024-04-13T10:08:46.043 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:08:45 smithi062 systemd[1]: Started Ceph osd.1 for 66630ffe-f97a-11ee-bc8d-c7b262605968. 2024-04-13T10:08:46.374 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:08:46.506 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:08:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-1[103635]: 2024-04-13T10:08:46.234+0000 7f958f1bc7c0 -1 Falling back to public interface 2024-04-13T10:08:47.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:46 smithi064 ceph-mon[67959]: pgmap v71: 129 pgs: 24 active+undersized+degraded, 1 stale+active+clean, 25 active+undersized, 79 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 164/1644 objects degraded (9.976%) 2024-04-13T10:08:47.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:46 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:47.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:46 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:47.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:46 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:08:47.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:46 smithi064 ceph-mon[67959]: Health check failed: Degraded data redundancy: 164/1644 objects degraded (9.976%), 24 pgs degraded (PG_DEGRADED) 2024-04-13T10:08:47.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:46 smithi062 ceph-mon[92254]: pgmap v71: 129 pgs: 24 active+undersized+degraded, 1 stale+active+clean, 25 active+undersized, 79 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 164/1644 objects degraded (9.976%) 2024-04-13T10:08:47.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:46 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:47.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:46 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:47.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:46 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:08:47.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:46 smithi062 ceph-mon[92254]: Health check failed: Degraded data redundancy: 164/1644 objects degraded (9.976%), 24 pgs degraded (PG_DEGRADED) 2024-04-13T10:08:49.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:48 smithi064 ceph-mon[67959]: pgmap v72: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 182/1644 objects degraded (11.071%) 2024-04-13T10:08:49.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:48 smithi062 ceph-mon[92254]: pgmap v72: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 182/1644 objects degraded (11.071%) 2024-04-13T10:08:50.793 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:08:50 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-1[103635]: 2024-04-13T10:08:50.608+0000 7f958f1bc7c0 -1 osd.1 0 read_superblock omap replica is missing. 2024-04-13T10:08:51.265 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:50 smithi064 ceph-mon[67959]: pgmap v73: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 182/1644 objects degraded (11.071%) 2024-04-13T10:08:51.293 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:08:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-1[103635]: 2024-04-13T10:08:51.044+0000 7f958f1bc7c0 -1 osd.1 80 log_to_monitors true 2024-04-13T10:08:51.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:50 smithi062 ceph-mon[92254]: pgmap v73: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 182/1644 objects degraded (11.071%) 2024-04-13T10:08:51.414 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:08:52.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:51 smithi064 ceph-mon[67959]: from='osd.1 [v2:172.21.15.62:6810/1499470255,v1:172.21.15.62:6811/1499470255]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-13T10:08:52.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:51 smithi062 ceph-mon[92254]: from='osd.1 [v2:172.21.15.62:6810/1499470255,v1:172.21.15.62:6811/1499470255]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-13T10:08:52.293 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:08:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-1[103635]: 2024-04-13T10:08:51.860+0000 7f9580616700 -1 osd.1 80 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-13T10:08:53.160 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:52 smithi062 ceph-mon[92254]: pgmap v74: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 219 B/s wr, 0 op/s; 182/1644 objects degraded (11.071%) 2024-04-13T10:08:53.161 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:52 smithi062 ceph-mon[92254]: from='osd.1 [v2:172.21.15.62:6810/1499470255,v1:172.21.15.62:6811/1499470255]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-13T10:08:53.161 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:52 smithi062 ceph-mon[92254]: osdmap e83: 8 total, 7 up, 8 in 2024-04-13T10:08:53.161 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:52 smithi062 ceph-mon[92254]: from='osd.1 [v2:172.21.15.62:6810/1499470255,v1:172.21.15.62:6811/1499470255]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2024-04-13T10:08:53.161 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:52 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:53.161 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:52 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:53.161 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:52 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:53.161 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:52 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:53.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:52 smithi064 ceph-mon[67959]: pgmap v74: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 323 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 219 B/s wr, 0 op/s; 182/1644 objects degraded (11.071%) 2024-04-13T10:08:53.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:52 smithi064 ceph-mon[67959]: from='osd.1 [v2:172.21.15.62:6810/1499470255,v1:172.21.15.62:6811/1499470255]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-13T10:08:53.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:52 smithi064 ceph-mon[67959]: osdmap e83: 8 total, 7 up, 8 in 2024-04-13T10:08:53.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:52 smithi064 ceph-mon[67959]: from='osd.1 [v2:172.21.15.62:6810/1499470255,v1:172.21.15.62:6811/1499470255]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2024-04-13T10:08:53.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:52 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:53.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:52 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:53.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:52 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:53.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:52 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:54.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:53 smithi062 ceph-mon[92254]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-13T10:08:54.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:53 smithi062 ceph-mon[92254]: osd.1 [v2:172.21.15.62:6810/1499470255,v1:172.21.15.62:6811/1499470255] boot 2024-04-13T10:08:54.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:53 smithi062 ceph-mon[92254]: osdmap e84: 8 total, 8 up, 8 in 2024-04-13T10:08:54.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:53 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-13T10:08:54.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:53 smithi062 ceph-mon[92254]: Health check update: Degraded data redundancy: 182/1644 objects degraded (11.071%), 27 pgs degraded (PG_DEGRADED) 2024-04-13T10:08:54.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:53 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:54.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:53 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:08:54.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:53 smithi062 ceph-mon[92254]: osdmap e85: 8 total, 8 up, 8 in 2024-04-13T10:08:54.265 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:53 smithi064 ceph-mon[67959]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-13T10:08:54.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:53 smithi064 ceph-mon[67959]: osd.1 [v2:172.21.15.62:6810/1499470255,v1:172.21.15.62:6811/1499470255] boot 2024-04-13T10:08:54.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:53 smithi064 ceph-mon[67959]: osdmap e84: 8 total, 8 up, 8 in 2024-04-13T10:08:54.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:53 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-13T10:08:54.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:53 smithi064 ceph-mon[67959]: Health check update: Degraded data redundancy: 182/1644 objects degraded (11.071%), 27 pgs degraded (PG_DEGRADED) 2024-04-13T10:08:54.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:53 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:54.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:53 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:08:54.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:53 smithi064 ceph-mon[67959]: osdmap e85: 8 total, 8 up, 8 in 2024-04-13T10:08:55.265 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:54 smithi064 ceph-mon[67959]: pgmap v77: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 182/1644 objects degraded (11.071%) 2024-04-13T10:08:55.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:54 smithi062 ceph-mon[92254]: pgmap v77: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 182/1644 objects degraded (11.071%) 2024-04-13T10:08:56.457 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:08:57.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:56 smithi064 ceph-mon[67959]: pgmap v79: 129 pgs: 12 active+undersized+degraded, 8 active+undersized, 109 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 84/1644 objects degraded (5.109%) 2024-04-13T10:08:57.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:56 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:57.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:56 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:57.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:56 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:08:57.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:56 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:08:57.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:56 smithi064 ceph-mon[67959]: pgmap v80: 129 pgs: 12 active+undersized+degraded, 8 active+undersized, 109 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 214 B/s wr, 0 op/s; 84/1644 objects degraded (5.109%) 2024-04-13T10:08:57.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:56 smithi064 ceph-mon[67959]: pgmap v81: 129 pgs: 12 active+undersized+degraded, 8 active+undersized, 109 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 246 B/s wr, 0 op/s; 84/1644 objects degraded (5.109%) 2024-04-13T10:08:57.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:56 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:57.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:56 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:57.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:56 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:08:57.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:56 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:08:57.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:56 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:08:57.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:56 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:08:57.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:56 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-04-13T10:08:57.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:56 smithi062 ceph-mon[92254]: pgmap v79: 129 pgs: 12 active+undersized+degraded, 8 active+undersized, 109 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 84/1644 objects degraded (5.109%) 2024-04-13T10:08:57.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:56 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:57.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:56 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:57.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:56 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:08:57.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:56 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:08:57.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:56 smithi062 ceph-mon[92254]: pgmap v80: 129 pgs: 12 active+undersized+degraded, 8 active+undersized, 109 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 214 B/s wr, 0 op/s; 84/1644 objects degraded (5.109%) 2024-04-13T10:08:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:56 smithi062 ceph-mon[92254]: pgmap v81: 129 pgs: 12 active+undersized+degraded, 8 active+undersized, 109 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 246 B/s wr, 0 op/s; 84/1644 objects degraded (5.109%) 2024-04-13T10:08:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:56 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:56 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:08:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:56 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:08:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:56 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:08:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:56 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:08:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:56 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:08:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:56 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-04-13T10:08:58.265 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:57 smithi064 ceph-mon[67959]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-04-13T10:08:58.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:57 smithi064 ceph-mon[67959]: Upgrade: unsafe to stop osd(s) at this time (4 PGs are or would become offline) 2024-04-13T10:08:58.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:57 smithi064 ceph-mon[67959]: Health check update: Degraded data redundancy: 84/1644 objects degraded (5.109%), 12 pgs degraded (PG_DEGRADED) 2024-04-13T10:08:58.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:57 smithi062 ceph-mon[92254]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-04-13T10:08:58.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:57 smithi062 ceph-mon[92254]: Upgrade: unsafe to stop osd(s) at this time (4 PGs are or would become offline) 2024-04-13T10:08:58.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:57 smithi062 ceph-mon[92254]: Health check update: Degraded data redundancy: 84/1644 objects degraded (5.109%), 12 pgs degraded (PG_DEGRADED) 2024-04-13T10:08:59.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:08:59 smithi064 ceph-mon[67959]: pgmap v82: 129 pgs: 129 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 198 B/s wr, 0 op/s 2024-04-13T10:08:59.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:08:59 smithi062 ceph-mon[92254]: pgmap v82: 129 pgs: 129 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 198 B/s wr, 0 op/s 2024-04-13T10:09:00.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:00 smithi064 ceph-mon[67959]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 84/1644 objects degraded (5.109%), 12 pgs degraded) 2024-04-13T10:09:00.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:00 smithi062 ceph-mon[92254]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 84/1644 objects degraded (5.109%), 12 pgs degraded) 2024-04-13T10:09:01.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:01 smithi064 ceph-mon[67959]: pgmap v83: 129 pgs: 129 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 302 B/s rd, 302 B/s wr, 0 op/s 2024-04-13T10:09:01.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:01 smithi062 ceph-mon[92254]: pgmap v83: 129 pgs: 129 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 302 B/s rd, 302 B/s wr, 0 op/s 2024-04-13T10:09:01.502 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:09:03.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:03 smithi064 ceph-mon[67959]: pgmap v84: 129 pgs: 129 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 251 B/s rd, 251 B/s wr, 0 op/s 2024-04-13T10:09:03.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:03 smithi062 ceph-mon[92254]: pgmap v84: 129 pgs: 129 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 251 B/s rd, 251 B/s wr, 0 op/s 2024-04-13T10:09:04.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:04 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:04.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:04 smithi064 ceph-mon[67959]: pgmap v85: 129 pgs: 129 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 233 B/s rd, 116 B/s wr, 0 op/s 2024-04-13T10:09:04.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:04 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:04.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:04 smithi062 ceph-mon[92254]: pgmap v85: 129 pgs: 129 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 233 B/s rd, 116 B/s wr, 0 op/s 2024-04-13T10:09:05.526 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T10:09:06.193 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T10:09:06.193 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (11m) 14s ago 22m 17.7M - 0.20.0 0881eb8f169f f67d46639f12 2024-04-13T10:09:06.193 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (80s) 14s ago 22m 6651k - 18.2.2-1173-g5108bc67 3464fd31103e 5ca3f5d851a8 2024-04-13T10:09:06.193 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (76s) 71s ago 21m 6651k - 18.2.2-1173-g5108bc67 3464fd31103e 4fccca2794ac 2024-04-13T10:09:06.193 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (9m) 14s ago 22m 34.2M - 6.7.4 557c83e11646 52a02116d022 2024-04-13T10:09:06.193 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (16m) 14s ago 16m 16.1M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T10:09:06.194 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (16m) 71s ago 16m 38.0M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T10:09:06.194 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:8443,9283,8765 running (3m) 14s ago 24m 496M - 18.2.2-1173-g5108bc67 3464fd31103e 5f0191e57ab0 2024-04-13T10:09:06.194 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283,8765 running (2m) 71s ago 21m 448M - 18.2.2-1173-g5108bc67 3464fd31103e 267484796b5c 2024-04-13T10:09:06.194 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (2m) 14s ago 24m 52.7M 2048M 18.2.2-1173-g5108bc67 3464fd31103e ea3d08dee67d 2024-04-13T10:09:06.194 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (118s) 71s ago 21m 41.9M 2048M 18.2.2-1173-g5108bc67 3464fd31103e 17cdca1b9f7e 2024-04-13T10:09:06.194 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (14m) 14s ago 14m 82.8M - 3.5 6933c2a0b7dd c23522e42b6b 2024-04-13T10:09:06.194 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (14m) 71s ago 14m 79.3M - 3.5 6933c2a0b7dd ab1f0d8d0bb5 2024-04-13T10:09:06.194 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (7m) 14s ago 22m 15.1M - 0.18.1 e5a616e4b9cf 69df71029afe 2024-04-13T10:09:06.194 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (3m) 71s ago 21m 2587k - 0.18.1 e5a616e4b9cf 19e13c75f9ef 2024-04-13T10:09:06.194 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (56s) 14s ago 20m 128M 1944M 18.2.2-1173-g5108bc67 3464fd31103e 52e7889244fc 2024-04-13T10:09:06.194 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (20s) 14s ago 20m 10.5M 1944M 18.2.2-1173-g5108bc67 3464fd31103e aeb987d5b83d 2024-04-13T10:09:06.194 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (20m) 14s ago 20m 248M 1944M 16.2.5 6933c2a0b7dd 89cc0ac92247 2024-04-13T10:09:06.194 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (19m) 14s ago 19m 388M 1944M 16.2.5 6933c2a0b7dd b0323c8d9018 2024-04-13T10:09:06.195 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (19m) 71s ago 19m 401M 2712M 16.2.5 6933c2a0b7dd f89e1bdd5583 2024-04-13T10:09:06.195 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (19m) 71s ago 19m 430M 2712M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T10:09:06.195 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (18m) 71s ago 18m 354M 2712M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T10:09:06.195 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (18m) 71s ago 18m 493M 2712M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T10:09:06.195 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 error 14s ago 21m - - 2024-04-13T10:09:06.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:06 smithi064 ceph-mon[67959]: from='client.34236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:09:06.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:06 smithi064 ceph-mon[67959]: from='client.34240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:09:06.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:06 smithi064 ceph-mon[67959]: pgmap v86: 129 pgs: 129 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-13T10:09:06.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:06 smithi062 ceph-mon[92254]: from='client.34236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:09:06.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:06 smithi062 ceph-mon[92254]: from='client.34240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:09:06.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:06 smithi062 ceph-mon[92254]: pgmap v86: 129 pgs: 129 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-13T10:09:06.546 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:09:06.599 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:09:06.599 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T10:09:06.599 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:09:06.599 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:09:06.599 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T10:09:06.599 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:09:06.599 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:09:06.599 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T10:09:06.600 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 6, 2024-04-13T10:09:06.600 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:09:06.600 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:09:06.600 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T10:09:06.600 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:09:06.600 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:09:06.600 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T10:09:06.600 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8, 2024-04-13T10:09:06.600 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 6 2024-04-13T10:09:06.600 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T10:09:06.600 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:09:06.937 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:09:06.938 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T10:09:06.938 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T10:09:06.938 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T10:09:06.938 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [ 2024-04-13T10:09:06.938 INFO:teuthology.orchestra.run.smithi062.stdout: "crash", 2024-04-13T10:09:06.938 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr", 2024-04-13T10:09:06.938 INFO:teuthology.orchestra.run.smithi062.stdout: "mon" 2024-04-13T10:09:06.938 INFO:teuthology.orchestra.run.smithi062.stdout: ], 2024-04-13T10:09:06.938 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "8/23 daemons upgraded", 2024-04-13T10:09:06.938 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "Currently upgrading osd daemons", 2024-04-13T10:09:06.938 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T10:09:06.938 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:09:07.344 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-13T10:09:07.344 INFO:teuthology.orchestra.run.smithi062.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-13T10:09:07.344 INFO:teuthology.orchestra.run.smithi062.stdout: daemon prometheus.smithi062 on smithi062 is in error state 2024-04-13T10:09:07.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:07 smithi064 ceph-mon[67959]: from='client.34244 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:09:07.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:07 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/2404543493' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:09:07.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:07 smithi064 ceph-mon[67959]: from='client.34252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:09:07.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:07 smithi062 ceph-mon[92254]: from='client.34244 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:09:07.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:07 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/2404543493' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:09:07.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:07 smithi062 ceph-mon[92254]: from='client.34252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:09:08.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:08 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/602001092' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:09:08.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:08 smithi064 ceph-mon[67959]: pgmap v87: 129 pgs: 129 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:09:08.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:08 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/602001092' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:09:08.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:08 smithi062 ceph-mon[92254]: pgmap v87: 129 pgs: 129 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:09:09.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:09.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:09:09.765 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:09.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:09:10.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:10 smithi064 ceph-mon[67959]: pgmap v88: 129 pgs: 129 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:09:10.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:10 smithi062 ceph-mon[92254]: pgmap v88: 129 pgs: 129 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:09:11.579 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:09:11.682 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:11 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-04-13T10:09:11.765 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:11 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-04-13T10:09:12.650 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:12 smithi062 ceph-mon[92254]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-04-13T10:09:12.651 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:12 smithi062 ceph-mon[92254]: Upgrade: osd.2 is safe to restart 2024-04-13T10:09:12.651 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:12 smithi062 ceph-mon[92254]: pgmap v89: 129 pgs: 129 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:09:12.765 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:12 smithi064 ceph-mon[67959]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-04-13T10:09:12.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:12 smithi064 ceph-mon[67959]: Upgrade: osd.2 is safe to restart 2024-04-13T10:09:12.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:12 smithi064 ceph-mon[67959]: pgmap v89: 129 pgs: 129 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:09:14.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:13 smithi064 ceph-mon[67959]: Upgrade: Updating osd.2 2024-04-13T10:09:14.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:13 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:14.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:13 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-13T10:09:14.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:13 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:09:14.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:13 smithi064 ceph-mon[67959]: Deploying daemon osd.2 on smithi062 2024-04-13T10:09:14.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:13 smithi062 ceph-mon[92254]: Upgrade: Updating osd.2 2024-04-13T10:09:14.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:13 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:14.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:13 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-13T10:09:14.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:13 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:09:14.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:13 smithi062 ceph-mon[92254]: Deploying daemon osd.2 on smithi062 2024-04-13T10:09:14.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:14 smithi062 ceph-mon[92254]: pgmap v90: 129 pgs: 129 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:09:15.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:14 smithi064 ceph-mon[67959]: pgmap v90: 129 pgs: 129 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:09:16.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:16 smithi062 ceph-mon[92254]: pgmap v91: 129 pgs: 129 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:09:16.294 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:09:15 smithi062 systemd[1]: Stopping Ceph osd.2 for 66630ffe-f97a-11ee-bc8d-c7b262605968... 2024-04-13T10:09:16.294 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:09:16 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.2[52797]: debug 2024-04-13T10:09:16.085+0000 7fd5bbe72700 -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-04-13T10:09:16.294 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:09:16 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.2[52797]: debug 2024-04-13T10:09:16.085+0000 7fd5bbe72700 -1 osd.2 85 *** Got signal Terminated *** 2024-04-13T10:09:16.294 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:09:16 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.2[52797]: debug 2024-04-13T10:09:16.085+0000 7fd5bbe72700 -1 osd.2 85 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-13T10:09:16.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:16 smithi064 ceph-mon[67959]: pgmap v91: 129 pgs: 129 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:09:16.793 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:09:16 smithi062 bash[106238]: ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.2 2024-04-13T10:09:17.356 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:17 smithi062 ceph-mon[92254]: osd.2 reported immediately failed by osd.4 2024-04-13T10:09:17.356 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:17 smithi062 ceph-mon[92254]: osd.2 failed (root=default,host=smithi062) (connection refused reported by osd.4) 2024-04-13T10:09:17.357 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:17 smithi062 ceph-mon[92254]: osd.2 reported immediately failed by osd.0 2024-04-13T10:09:17.357 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:17 smithi062 ceph-mon[92254]: osd.2 reported immediately failed by osd.1 2024-04-13T10:09:17.357 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:17 smithi062 ceph-mon[92254]: osd.2 reported immediately failed by osd.3 2024-04-13T10:09:17.357 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:17 smithi062 ceph-mon[92254]: osd.2 reported immediately failed by osd.0 2024-04-13T10:09:17.357 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:17 smithi062 ceph-mon[92254]: osd.2 reported immediately failed by osd.1 2024-04-13T10:09:17.357 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:17 smithi062 ceph-mon[92254]: osd.2 reported immediately failed by osd.3 2024-04-13T10:09:17.357 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:17 smithi062 ceph-mon[92254]: osd.2 reported immediately failed by osd.4 2024-04-13T10:09:17.357 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:17 smithi062 ceph-mon[92254]: osd.2 reported immediately failed by osd.6 2024-04-13T10:09:17.357 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:17 smithi062 ceph-mon[92254]: osd.2 reported immediately failed by osd.5 2024-04-13T10:09:17.357 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:17 smithi062 ceph-mon[92254]: osd.2 reported immediately failed by osd.7 2024-04-13T10:09:17.357 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:17 smithi062 ceph-mon[92254]: osd.2 reported immediately failed by osd.4 2024-04-13T10:09:17.357 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:17 smithi062 ceph-mon[92254]: osd.2 reported immediately failed by osd.6 2024-04-13T10:09:17.357 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:17 smithi062 ceph-mon[92254]: osd.2 reported immediately failed by osd.5 2024-04-13T10:09:17.357 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:17 smithi062 ceph-mon[92254]: osd.2 reported immediately failed by osd.7 2024-04-13T10:09:17.358 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:17 smithi062 ceph-mon[92254]: osd.2 reported immediately failed by osd.4 2024-04-13T10:09:17.358 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:17 smithi062 ceph-mon[92254]: osd.2 reported immediately failed by osd.0 2024-04-13T10:09:17.358 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:17 smithi062 ceph-mon[92254]: osd.2 reported immediately failed by osd.0 2024-04-13T10:09:17.358 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:17 smithi062 ceph-mon[92254]: osd.2 reported immediately failed by osd.1 2024-04-13T10:09:17.358 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:17 smithi062 ceph-mon[92254]: osd.2 reported immediately failed by osd.3 2024-04-13T10:09:17.358 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:17 smithi062 ceph-mon[92254]: osd.2 reported immediately failed by osd.1 2024-04-13T10:09:17.358 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:17 smithi062 ceph-mon[92254]: osd.2 reported immediately failed by osd.3 2024-04-13T10:09:17.358 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:17 smithi062 ceph-mon[92254]: osd.2 reported immediately failed by osd.7 2024-04-13T10:09:17.358 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:17 smithi062 ceph-mon[92254]: osd.2 reported immediately failed by osd.4 2024-04-13T10:09:17.358 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:17 smithi062 ceph-mon[92254]: osd.2 reported immediately failed by osd.6 2024-04-13T10:09:17.358 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:17 smithi062 ceph-mon[92254]: osd.2 reported immediately failed by osd.5 2024-04-13T10:09:17.358 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:17 smithi062 ceph-mon[92254]: osd.2 reported immediately failed by osd.7 2024-04-13T10:09:17.358 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:17 smithi062 ceph-mon[92254]: osd.2 reported immediately failed by osd.4 2024-04-13T10:09:17.358 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:17 smithi062 ceph-mon[92254]: osd.2 reported immediately failed by osd.6 2024-04-13T10:09:17.359 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:17 smithi062 ceph-mon[92254]: osd.2 reported immediately failed by osd.5 2024-04-13T10:09:17.359 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:17 smithi062 ceph-mon[92254]: osd.2 reported immediately failed by osd.4 2024-04-13T10:09:17.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:17 smithi064 ceph-mon[67959]: osd.2 reported immediately failed by osd.4 2024-04-13T10:09:17.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:17 smithi064 ceph-mon[67959]: osd.2 failed (root=default,host=smithi062) (connection refused reported by osd.4) 2024-04-13T10:09:17.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:17 smithi064 ceph-mon[67959]: osd.2 reported immediately failed by osd.0 2024-04-13T10:09:17.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:17 smithi064 ceph-mon[67959]: osd.2 reported immediately failed by osd.1 2024-04-13T10:09:17.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:17 smithi064 ceph-mon[67959]: osd.2 reported immediately failed by osd.3 2024-04-13T10:09:17.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:17 smithi064 ceph-mon[67959]: osd.2 reported immediately failed by osd.0 2024-04-13T10:09:17.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:17 smithi064 ceph-mon[67959]: osd.2 reported immediately failed by osd.1 2024-04-13T10:09:17.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:17 smithi064 ceph-mon[67959]: osd.2 reported immediately failed by osd.3 2024-04-13T10:09:17.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:17 smithi064 ceph-mon[67959]: osd.2 reported immediately failed by osd.4 2024-04-13T10:09:17.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:17 smithi064 ceph-mon[67959]: osd.2 reported immediately failed by osd.6 2024-04-13T10:09:17.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:17 smithi064 ceph-mon[67959]: osd.2 reported immediately failed by osd.5 2024-04-13T10:09:17.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:17 smithi064 ceph-mon[67959]: osd.2 reported immediately failed by osd.7 2024-04-13T10:09:17.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:17 smithi064 ceph-mon[67959]: osd.2 reported immediately failed by osd.4 2024-04-13T10:09:17.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:17 smithi064 ceph-mon[67959]: osd.2 reported immediately failed by osd.6 2024-04-13T10:09:17.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:17 smithi064 ceph-mon[67959]: osd.2 reported immediately failed by osd.5 2024-04-13T10:09:17.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:17 smithi064 ceph-mon[67959]: osd.2 reported immediately failed by osd.7 2024-04-13T10:09:17.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:17 smithi064 ceph-mon[67959]: osd.2 reported immediately failed by osd.4 2024-04-13T10:09:17.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:17 smithi064 ceph-mon[67959]: osd.2 reported immediately failed by osd.0 2024-04-13T10:09:17.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:17 smithi064 ceph-mon[67959]: osd.2 reported immediately failed by osd.0 2024-04-13T10:09:17.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:17 smithi064 ceph-mon[67959]: osd.2 reported immediately failed by osd.1 2024-04-13T10:09:17.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:17 smithi064 ceph-mon[67959]: osd.2 reported immediately failed by osd.3 2024-04-13T10:09:17.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:17 smithi064 ceph-mon[67959]: osd.2 reported immediately failed by osd.1 2024-04-13T10:09:17.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:17 smithi064 ceph-mon[67959]: osd.2 reported immediately failed by osd.3 2024-04-13T10:09:17.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:17 smithi064 ceph-mon[67959]: osd.2 reported immediately failed by osd.7 2024-04-13T10:09:17.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:17 smithi064 ceph-mon[67959]: osd.2 reported immediately failed by osd.4 2024-04-13T10:09:17.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:17 smithi064 ceph-mon[67959]: osd.2 reported immediately failed by osd.6 2024-04-13T10:09:17.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:17 smithi064 ceph-mon[67959]: osd.2 reported immediately failed by osd.5 2024-04-13T10:09:17.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:17 smithi064 ceph-mon[67959]: osd.2 reported immediately failed by osd.7 2024-04-13T10:09:17.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:17 smithi064 ceph-mon[67959]: osd.2 reported immediately failed by osd.4 2024-04-13T10:09:17.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:17 smithi064 ceph-mon[67959]: osd.2 reported immediately failed by osd.6 2024-04-13T10:09:17.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:17 smithi064 ceph-mon[67959]: osd.2 reported immediately failed by osd.5 2024-04-13T10:09:17.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:17 smithi064 ceph-mon[67959]: osd.2 reported immediately failed by osd.4 2024-04-13T10:09:18.163 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:09:18.434 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:18 smithi062 ceph-mon[92254]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-13T10:09:18.434 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:18 smithi062 ceph-mon[92254]: osdmap e86: 8 total, 7 up, 8 in 2024-04-13T10:09:18.434 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:18 smithi062 ceph-mon[92254]: pgmap v93: 129 pgs: 11 stale+active+clean, 118 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-13T10:09:18.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:18 smithi064 ceph-mon[67959]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-13T10:09:18.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:18 smithi064 ceph-mon[67959]: osdmap e86: 8 total, 7 up, 8 in 2024-04-13T10:09:18.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:18 smithi064 ceph-mon[67959]: pgmap v93: 129 pgs: 11 stale+active+clean, 118 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-13T10:09:18.796 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:09:18 smithi062 systemd[1]: ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@osd.2.service: Succeeded. 2024-04-13T10:09:18.796 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:09:18 smithi062 systemd[1]: Stopped Ceph osd.2 for 66630ffe-f97a-11ee-bc8d-c7b262605968. 2024-04-13T10:09:18.796 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:09:18 smithi062 systemd[1]: Starting Ceph osd.2 for 66630ffe-f97a-11ee-bc8d-c7b262605968... 2024-04-13T10:09:19.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:19 smithi062 ceph-mon[92254]: osdmap e87: 8 total, 7 up, 8 in 2024-04-13T10:09:19.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:19 smithi064 ceph-mon[67959]: osdmap e87: 8 total, 7 up, 8 in 2024-04-13T10:09:19.793 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:09:19 smithi062 bash[106541]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-04-13T10:09:19.793 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:09:19 smithi062 bash[106541]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-2 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-04-13T10:09:19.793 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:09:19 smithi062 bash[106541]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-04-13T10:09:19.793 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:09:19 smithi062 bash[106541]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-04-13T10:09:19.793 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:09:19 smithi062 bash[106541]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-04-13T10:09:19.793 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:09:19 smithi062 bash[106541]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-04-13T10:09:19.793 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:09:19 smithi062 bash[106541]: --> ceph-volume raw activate successful for osd ID: 2 2024-04-13T10:09:20.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:20 smithi062 ceph-mon[92254]: pgmap v95: 129 pgs: 16 active+undersized+degraded, 4 stale+active+clean, 7 active+undersized, 102 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 100/1644 objects degraded (6.083%) 2024-04-13T10:09:20.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:20 smithi064 ceph-mon[67959]: pgmap v95: 129 pgs: 16 active+undersized+degraded, 4 stale+active+clean, 7 active+undersized, 102 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 100/1644 objects degraded (6.083%) 2024-04-13T10:09:21.043 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:09:20 smithi062 ceph-osd[106863]: -- 172.21.15.62:0/383748569 <== mon.0 v2:172.21.15.62:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55845b1fd1e0 con 0x55845b1ccc00 2024-04-13T10:09:21.044 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:09:20 smithi062 bash[106825]: 9466e6d526dc84700fb4b9eb128b5c6cf08e63ba7cd0f9f4086cda3cffb437bf 2024-04-13T10:09:21.044 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:09:20 smithi062 systemd[1]: Started Ceph osd.2 for 66630ffe-f97a-11ee-bc8d-c7b262605968. 2024-04-13T10:09:21.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:21 smithi064 ceph-mon[67959]: Health check failed: Degraded data redundancy: 100/1644 objects degraded (6.083%), 16 pgs degraded (PG_DEGRADED) 2024-04-13T10:09:21.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:21 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:21.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:21 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:21.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:21 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:09:21.543 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:09:21 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:09:21.280+0000 7f2ce7c077c0 -1 Falling back to public interface 2024-04-13T10:09:21.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:21 smithi062 ceph-mon[92254]: Health check failed: Degraded data redundancy: 100/1644 objects degraded (6.083%), 16 pgs degraded (PG_DEGRADED) 2024-04-13T10:09:21.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:21 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:21.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:21 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:21.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:21 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:09:22.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:22 smithi064 ceph-mon[67959]: pgmap v96: 129 pgs: 20 active+undersized+degraded, 14 active+undersized, 95 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 157/1644 objects degraded (9.550%) 2024-04-13T10:09:22.516 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:22 smithi062 ceph-mon[92254]: pgmap v96: 129 pgs: 20 active+undersized+degraded, 14 active+undersized, 95 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 157/1644 objects degraded (9.550%) 2024-04-13T10:09:23.207 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:09:24.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:24 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:24.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:24 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:09:24.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:24 smithi062 ceph-mon[92254]: pgmap v97: 129 pgs: 20 active+undersized+degraded, 14 active+undersized, 95 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 157/1644 objects degraded (9.550%) 2024-04-13T10:09:24.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:24 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:24.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:24 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:09:24.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:24 smithi064 ceph-mon[67959]: pgmap v97: 129 pgs: 20 active+undersized+degraded, 14 active+undersized, 95 active+clean; 323 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 157/1644 objects degraded (9.550%) 2024-04-13T10:09:25.207 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:09:24 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:09:24.841+0000 7f2ce7c077c0 -1 osd.2 0 read_superblock omap replica is missing. 2024-04-13T10:09:25.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:25 smithi062 ceph-mon[92254]: from='osd.2 [v2:172.21.15.62:6818/784953857,v1:172.21.15.62:6819/784953857]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-13T10:09:25.543 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:09:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:09:25.207+0000 7f2ce7c077c0 -1 osd.2 85 log_to_monitors true 2024-04-13T10:09:25.544 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:09:25 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:09:25.318+0000 7f2cd9061700 -1 osd.2 85 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-13T10:09:25.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:25 smithi064 ceph-mon[67959]: from='osd.2 [v2:172.21.15.62:6818/784953857,v1:172.21.15.62:6819/784953857]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-13T10:09:26.765 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:26 smithi064 ceph-mon[67959]: from='osd.2 [v2:172.21.15.62:6818/784953857,v1:172.21.15.62:6819/784953857]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-13T10:09:26.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:26 smithi064 ceph-mon[67959]: osdmap e88: 8 total, 7 up, 8 in 2024-04-13T10:09:26.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:26 smithi064 ceph-mon[67959]: from='osd.2 [v2:172.21.15.62:6818/784953857,v1:172.21.15.62:6819/784953857]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2024-04-13T10:09:26.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:26 smithi064 ceph-mon[67959]: pgmap v99: 129 pgs: 20 active+undersized+degraded, 14 active+undersized, 95 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 157/1644 objects degraded (9.550%) 2024-04-13T10:09:26.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:26 smithi062 ceph-mon[92254]: from='osd.2 [v2:172.21.15.62:6818/784953857,v1:172.21.15.62:6819/784953857]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-13T10:09:26.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:26 smithi062 ceph-mon[92254]: osdmap e88: 8 total, 7 up, 8 in 2024-04-13T10:09:26.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:26 smithi062 ceph-mon[92254]: from='osd.2 [v2:172.21.15.62:6818/784953857,v1:172.21.15.62:6819/784953857]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2024-04-13T10:09:26.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:26 smithi062 ceph-mon[92254]: pgmap v99: 129 pgs: 20 active+undersized+degraded, 14 active+undersized, 95 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 157/1644 objects degraded (9.550%) 2024-04-13T10:09:27.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:27 smithi064 ceph-mon[67959]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-13T10:09:27.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:27 smithi064 ceph-mon[67959]: osd.2 [v2:172.21.15.62:6818/784953857,v1:172.21.15.62:6819/784953857] boot 2024-04-13T10:09:27.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:27 smithi064 ceph-mon[67959]: osdmap e89: 8 total, 8 up, 8 in 2024-04-13T10:09:27.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:27 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-13T10:09:27.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:27 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:27.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:27 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:27.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:27 smithi064 ceph-mon[67959]: osdmap e90: 8 total, 8 up, 8 in 2024-04-13T10:09:27.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:27 smithi062 ceph-mon[92254]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-13T10:09:27.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:27 smithi062 ceph-mon[92254]: osd.2 [v2:172.21.15.62:6818/784953857,v1:172.21.15.62:6819/784953857] boot 2024-04-13T10:09:27.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:27 smithi062 ceph-mon[92254]: osdmap e89: 8 total, 8 up, 8 in 2024-04-13T10:09:27.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:27 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-13T10:09:27.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:27 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:27.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:27 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:27.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:27 smithi062 ceph-mon[92254]: osdmap e90: 8 total, 8 up, 8 in 2024-04-13T10:09:28.245 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:09:28.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:28 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:28.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:28 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:28.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:28 smithi064 ceph-mon[67959]: Health check update: Degraded data redundancy: 157/1644 objects degraded (9.550%), 20 pgs degraded (PG_DEGRADED) 2024-04-13T10:09:28.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:28 smithi064 ceph-mon[67959]: pgmap v102: 129 pgs: 7 peering, 17 active+undersized+degraded, 10 active+undersized, 95 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 107/1644 objects degraded (6.509%) 2024-04-13T10:09:28.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:28 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:28.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:28 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:28.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:28 smithi062 ceph-mon[92254]: Health check update: Degraded data redundancy: 157/1644 objects degraded (9.550%), 20 pgs degraded (PG_DEGRADED) 2024-04-13T10:09:28.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:28 smithi062 ceph-mon[92254]: pgmap v102: 129 pgs: 7 peering, 17 active+undersized+degraded, 10 active+undersized, 95 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 107/1644 objects degraded (6.509%) 2024-04-13T10:09:30.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:30 smithi064 ceph-mon[67959]: pgmap v103: 129 pgs: 7 peering, 5 active+undersized+degraded, 6 active+undersized, 111 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 24/1644 objects degraded (1.460%) 2024-04-13T10:09:30.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:30 smithi062 ceph-mon[92254]: pgmap v103: 129 pgs: 7 peering, 5 active+undersized+degraded, 6 active+undersized, 111 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 24/1644 objects degraded (1.460%) 2024-04-13T10:09:32.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:31 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:32.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:31 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:32.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:31 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:09:32.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:31 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:09:32.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:31 smithi064 ceph-mon[67959]: pgmap v104: 129 pgs: 7 peering, 122 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 364 B/s rd, 182 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-13T10:09:32.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:31 smithi064 ceph-mon[67959]: pgmap v105: 129 pgs: 7 peering, 122 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 416 B/s rd, 208 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-13T10:09:32.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:31 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:32.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:31 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:32.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:31 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:09:32.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:31 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:09:32.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:31 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:09:32.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:31 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:09:32.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:31 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-04-13T10:09:32.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:31 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:32.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:31 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:32.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:31 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:09:32.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:31 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:09:32.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:31 smithi062 ceph-mon[92254]: pgmap v104: 129 pgs: 7 peering, 122 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 364 B/s rd, 182 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-13T10:09:32.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:31 smithi062 ceph-mon[92254]: pgmap v105: 129 pgs: 7 peering, 122 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 416 B/s rd, 208 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-13T10:09:32.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:31 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:32.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:31 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:32.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:31 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:09:32.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:31 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:09:32.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:31 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:09:32.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:31 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:09:32.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:31 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-04-13T10:09:33.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:32 smithi064 ceph-mon[67959]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-04-13T10:09:33.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:32 smithi064 ceph-mon[67959]: Upgrade: unsafe to stop osd(s) at this time (1 PGs are or would become offline) 2024-04-13T10:09:33.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:32 smithi064 ceph-mon[67959]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 24/1644 objects degraded (1.460%), 5 pgs degraded) 2024-04-13T10:09:33.283 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:09:33.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:32 smithi062 ceph-mon[92254]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-04-13T10:09:33.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:32 smithi062 ceph-mon[92254]: Upgrade: unsafe to stop osd(s) at this time (1 PGs are or would become offline) 2024-04-13T10:09:33.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:32 smithi062 ceph-mon[92254]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 24/1644 objects degraded (1.460%), 5 pgs degraded) 2024-04-13T10:09:34.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:33 smithi064 ceph-mon[67959]: pgmap v106: 129 pgs: 129 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 309 B/s rd, 154 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-13T10:09:34.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:33 smithi062 ceph-mon[92254]: pgmap v106: 129 pgs: 129 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 309 B/s rd, 154 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-13T10:09:36.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:35 smithi064 ceph-mon[67959]: pgmap v107: 129 pgs: 129 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 268 B/s rd, 134 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-13T10:09:36.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:35 smithi062 ceph-mon[92254]: pgmap v107: 129 pgs: 129 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 268 B/s rd, 134 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-13T10:09:37.712 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T10:09:38.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:37 smithi064 ceph-mon[67959]: pgmap v108: 129 pgs: 129 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 229 B/s rd, 229 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-13T10:09:38.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:37 smithi062 ceph-mon[92254]: pgmap v108: 129 pgs: 129 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 229 B/s rd, 229 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-13T10:09:38.319 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:09:38.381 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T10:09:38.381 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (12m) 11s ago 23m 17.3M - 0.20.0 0881eb8f169f f67d46639f12 2024-04-13T10:09:38.381 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (112s) 11s ago 23m 6651k - 18.2.2-1173-g5108bc67 3464fd31103e 5ca3f5d851a8 2024-04-13T10:09:38.381 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (108s) 103s ago 22m 6651k - 18.2.2-1173-g5108bc67 3464fd31103e 4fccca2794ac 2024-04-13T10:09:38.381 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (10m) 11s ago 22m 34.2M - 6.7.4 557c83e11646 52a02116d022 2024-04-13T10:09:38.382 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (17m) 11s ago 17m 16.2M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T10:09:38.382 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (17m) 103s ago 17m 38.0M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T10:09:38.382 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:8443,9283,8765 running (3m) 11s ago 24m 498M - 18.2.2-1173-g5108bc67 3464fd31103e 5f0191e57ab0 2024-04-13T10:09:38.382 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283,8765 running (3m) 103s ago 22m 448M - 18.2.2-1173-g5108bc67 3464fd31103e 267484796b5c 2024-04-13T10:09:38.382 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (2m) 11s ago 24m 54.2M 2048M 18.2.2-1173-g5108bc67 3464fd31103e ea3d08dee67d 2024-04-13T10:09:38.382 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (2m) 103s ago 22m 41.9M 2048M 18.2.2-1173-g5108bc67 3464fd31103e 17cdca1b9f7e 2024-04-13T10:09:38.382 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (14m) 11s ago 14m 82.8M - 3.5 6933c2a0b7dd c23522e42b6b 2024-04-13T10:09:38.382 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (14m) 103s ago 14m 79.3M - 3.5 6933c2a0b7dd ab1f0d8d0bb5 2024-04-13T10:09:38.382 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (8m) 11s ago 22m 15.1M - 0.18.1 e5a616e4b9cf 69df71029afe 2024-04-13T10:09:38.382 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (3m) 103s ago 21m 2587k - 0.18.1 e5a616e4b9cf 19e13c75f9ef 2024-04-13T10:09:38.382 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (88s) 11s ago 21m 129M 1944M 18.2.2-1173-g5108bc67 3464fd31103e 52e7889244fc 2024-04-13T10:09:38.382 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (53s) 11s ago 21m 106M 1944M 18.2.2-1173-g5108bc67 3464fd31103e aeb987d5b83d 2024-04-13T10:09:38.382 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (18s) 11s ago 20m 13.8M 1944M 18.2.2-1173-g5108bc67 3464fd31103e 9466e6d526dc 2024-04-13T10:09:38.383 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (20m) 11s ago 20m 388M 1944M 16.2.5 6933c2a0b7dd b0323c8d9018 2024-04-13T10:09:38.383 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (19m) 103s ago 19m 401M 2712M 16.2.5 6933c2a0b7dd f89e1bdd5583 2024-04-13T10:09:38.383 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (19m) 103s ago 19m 430M 2712M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T10:09:38.383 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (19m) 103s ago 19m 354M 2712M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T10:09:38.383 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (18m) 103s ago 18m 493M 2712M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T10:09:38.383 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 error 11s ago 22m - - 2024-04-13T10:09:38.784 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:09:38.784 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T10:09:38.784 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:09:38.785 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:09:38.785 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T10:09:38.785 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:09:38.785 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:09:38.785 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T10:09:38.785 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 5, 2024-04-13T10:09:38.785 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 3 2024-04-13T10:09:38.785 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:09:38.785 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T10:09:38.786 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:09:38.786 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:09:38.786 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T10:09:38.786 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 7, 2024-04-13T10:09:38.786 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 7 2024-04-13T10:09:38.786 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T10:09:38.786 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:09:39.121 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:09:39.122 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T10:09:39.122 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T10:09:39.122 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T10:09:39.122 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [ 2024-04-13T10:09:39.122 INFO:teuthology.orchestra.run.smithi062.stdout: "crash", 2024-04-13T10:09:39.122 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr", 2024-04-13T10:09:39.122 INFO:teuthology.orchestra.run.smithi062.stdout: "mon" 2024-04-13T10:09:39.122 INFO:teuthology.orchestra.run.smithi062.stdout: ], 2024-04-13T10:09:39.122 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "9/23 daemons upgraded", 2024-04-13T10:09:39.122 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "Currently upgrading osd daemons", 2024-04-13T10:09:39.122 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T10:09:39.122 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:09:39.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:38 smithi064 ceph-mon[67959]: from='client.34264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:09:39.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:38 smithi064 ceph-mon[67959]: from='client.34268 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:09:39.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:38 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:39.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:38 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:09:39.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:38 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:39.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:38 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/19690408' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:09:39.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:38 smithi062 ceph-mon[92254]: from='client.34264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:09:39.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:38 smithi062 ceph-mon[92254]: from='client.34268 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:09:39.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:38 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:39.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:38 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:09:39.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:38 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:39.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:38 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/19690408' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:09:39.526 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-13T10:09:39.526 INFO:teuthology.orchestra.run.smithi062.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-13T10:09:39.526 INFO:teuthology.orchestra.run.smithi062.stdout: daemon prometheus.smithi062 on smithi062 is in error state 2024-04-13T10:09:40.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:39 smithi064 ceph-mon[67959]: from='client.34272 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:09:40.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:39 smithi064 ceph-mon[67959]: pgmap v109: 129 pgs: 129 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 229 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-13T10:09:40.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:39 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/238575278' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:09:40.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:39 smithi062 ceph-mon[92254]: from='client.34272 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:09:40.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:39 smithi062 ceph-mon[92254]: pgmap v109: 129 pgs: 129 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 229 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-13T10:09:40.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:39 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/238575278' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:09:41.265 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:40 smithi064 ceph-mon[67959]: from='client.34280 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:09:41.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:40 smithi062 ceph-mon[92254]: from='client.34280 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:09:42.265 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:41 smithi064 ceph-mon[67959]: pgmap v110: 129 pgs: 129 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-13T10:09:42.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:41 smithi062 ceph-mon[92254]: pgmap v110: 129 pgs: 129 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-13T10:09:43.366 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:09:44.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:43 smithi064 ceph-mon[67959]: pgmap v111: 129 pgs: 129 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:09:44.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:43 smithi062 ceph-mon[92254]: pgmap v111: 129 pgs: 129 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:09:46.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:45 smithi064 ceph-mon[67959]: pgmap v112: 129 pgs: 129 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:09:46.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:45 smithi062 ceph-mon[92254]: pgmap v112: 129 pgs: 129 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:09:47.265 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:47 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-04-13T10:09:47.286 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:46 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-04-13T10:09:48.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:48 smithi064 ceph-mon[67959]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-04-13T10:09:48.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:48 smithi064 ceph-mon[67959]: Upgrade: osd.3 is safe to restart 2024-04-13T10:09:48.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:48 smithi064 ceph-mon[67959]: pgmap v113: 129 pgs: 129 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:09:48.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:48 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:48.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:48 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-13T10:09:48.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:48 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:09:48.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:48 smithi062 ceph-mon[92254]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-04-13T10:09:48.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:48 smithi062 ceph-mon[92254]: Upgrade: osd.3 is safe to restart 2024-04-13T10:09:48.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:48 smithi062 ceph-mon[92254]: pgmap v113: 129 pgs: 129 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:09:48.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:48 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:48.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:48 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-13T10:09:48.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:48 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:09:48.402 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:09:49.190 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:49 smithi062 ceph-mon[92254]: Upgrade: Updating osd.3 2024-04-13T10:09:49.190 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:49 smithi062 ceph-mon[92254]: Deploying daemon osd.3 on smithi062 2024-04-13T10:09:49.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:49 smithi064 ceph-mon[67959]: Upgrade: Updating osd.3 2024-04-13T10:09:49.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:49 smithi064 ceph-mon[67959]: Deploying daemon osd.3 on smithi062 2024-04-13T10:09:50.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:50 smithi064 ceph-mon[67959]: pgmap v114: 129 pgs: 129 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:09:50.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:50 smithi062 ceph-mon[92254]: pgmap v114: 129 pgs: 129 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:09:51.293 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:09:51 smithi062 systemd[1]: Stopping Ceph osd.3 for 66630ffe-f97a-11ee-bc8d-c7b262605968... 2024-04-13T10:09:51.294 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:09:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.3[56273]: debug 2024-04-13T10:09:51.222+0000 7fcd06882700 -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-04-13T10:09:51.294 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:09:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.3[56273]: debug 2024-04-13T10:09:51.222+0000 7fcd06882700 -1 osd.3 90 *** Got signal Terminated *** 2024-04-13T10:09:51.294 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:09:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.3[56273]: debug 2024-04-13T10:09:51.222+0000 7fcd06882700 -1 osd.3 90 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-13T10:09:52.014 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:09:51 smithi062 bash[109457]: ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.3 2024-04-13T10:09:52.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: pgmap v115: 129 pgs: 129 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:09:52.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.4 2024-04-13T10:09:52.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 failed (root=default,host=smithi062) (connection refused reported by osd.4) 2024-04-13T10:09:52.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.2 2024-04-13T10:09:52.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.5 2024-04-13T10:09:52.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.1 2024-04-13T10:09:52.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.7 2024-04-13T10:09:52.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.6 2024-04-13T10:09:52.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.6 2024-04-13T10:09:52.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.5 2024-04-13T10:09:52.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.7 2024-04-13T10:09:52.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.4 2024-04-13T10:09:52.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.5 2024-04-13T10:09:52.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.4 2024-04-13T10:09:52.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.0 2024-04-13T10:09:52.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.1 2024-04-13T10:09:52.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.2 2024-04-13T10:09:52.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.0 2024-04-13T10:09:52.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.1 2024-04-13T10:09:52.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.2 2024-04-13T10:09:52.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.7 2024-04-13T10:09:52.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.4 2024-04-13T10:09:52.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.2 2024-04-13T10:09:52.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.5 2024-04-13T10:09:52.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.1 2024-04-13T10:09:52.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.7 2024-04-13T10:09:52.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.6 2024-04-13T10:09:52.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.5 2024-04-13T10:09:52.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.7 2024-04-13T10:09:52.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.4 2024-04-13T10:09:52.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.0 2024-04-13T10:09:52.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.1 2024-04-13T10:09:52.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.2 2024-04-13T10:09:52.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.6 2024-04-13T10:09:52.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.5 2024-04-13T10:09:52.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.7 2024-04-13T10:09:52.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.4 2024-04-13T10:09:52.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.0 2024-04-13T10:09:52.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.1 2024-04-13T10:09:52.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.2 2024-04-13T10:09:52.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.4 2024-04-13T10:09:52.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.2 2024-04-13T10:09:52.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.5 2024-04-13T10:09:52.271 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.1 2024-04-13T10:09:52.271 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:52 smithi064 ceph-mon[67959]: osd.3 reported immediately failed by osd.7 2024-04-13T10:09:52.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: pgmap v115: 129 pgs: 129 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:09:52.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.4 2024-04-13T10:09:52.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 failed (root=default,host=smithi062) (connection refused reported by osd.4) 2024-04-13T10:09:52.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.2 2024-04-13T10:09:52.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.5 2024-04-13T10:09:52.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.1 2024-04-13T10:09:52.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.7 2024-04-13T10:09:52.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.6 2024-04-13T10:09:52.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.6 2024-04-13T10:09:52.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.5 2024-04-13T10:09:52.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.7 2024-04-13T10:09:52.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.4 2024-04-13T10:09:52.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.5 2024-04-13T10:09:52.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.4 2024-04-13T10:09:52.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.0 2024-04-13T10:09:52.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.1 2024-04-13T10:09:52.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.2 2024-04-13T10:09:52.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.0 2024-04-13T10:09:52.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.1 2024-04-13T10:09:52.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.2 2024-04-13T10:09:52.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.7 2024-04-13T10:09:52.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.4 2024-04-13T10:09:52.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.2 2024-04-13T10:09:52.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.5 2024-04-13T10:09:52.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.1 2024-04-13T10:09:52.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.7 2024-04-13T10:09:52.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.6 2024-04-13T10:09:52.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.5 2024-04-13T10:09:52.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.7 2024-04-13T10:09:52.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.4 2024-04-13T10:09:52.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.0 2024-04-13T10:09:52.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.1 2024-04-13T10:09:52.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.2 2024-04-13T10:09:52.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.6 2024-04-13T10:09:52.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.5 2024-04-13T10:09:52.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.7 2024-04-13T10:09:52.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.4 2024-04-13T10:09:52.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.0 2024-04-13T10:09:52.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.1 2024-04-13T10:09:52.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.2 2024-04-13T10:09:52.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.4 2024-04-13T10:09:52.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.2 2024-04-13T10:09:52.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.5 2024-04-13T10:09:52.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.1 2024-04-13T10:09:52.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:52 smithi062 ceph-mon[92254]: osd.3 reported immediately failed by osd.7 2024-04-13T10:09:53.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:53 smithi064 ceph-mon[67959]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-13T10:09:53.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:53 smithi064 ceph-mon[67959]: osdmap e91: 8 total, 7 up, 8 in 2024-04-13T10:09:53.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:53 smithi062 ceph-mon[92254]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-13T10:09:53.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:53 smithi062 ceph-mon[92254]: osdmap e91: 8 total, 7 up, 8 in 2024-04-13T10:09:53.443 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:09:53.668 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:09:53 smithi062 systemd[1]: ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@osd.3.service: Succeeded. 2024-04-13T10:09:53.668 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:09:53 smithi062 systemd[1]: Stopped Ceph osd.3 for 66630ffe-f97a-11ee-bc8d-c7b262605968. 2024-04-13T10:09:54.034 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:09:53 smithi062 systemd[1]: Starting Ceph osd.3 for 66630ffe-f97a-11ee-bc8d-c7b262605968... 2024-04-13T10:09:54.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:54 smithi062 ceph-mon[92254]: pgmap v117: 129 pgs: 20 stale+active+clean, 109 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-13T10:09:54.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:54 smithi062 ceph-mon[92254]: osdmap e92: 8 total, 7 up, 8 in 2024-04-13T10:09:54.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:54 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.7", "id": [5, 3]}]: dispatch 2024-04-13T10:09:54.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:54 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.b", "id": [0, 3]}]: dispatch 2024-04-13T10:09:54.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:54 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.11", "id": [4, 3]}]: dispatch 2024-04-13T10:09:54.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:54 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.12", "id": [1, 2]}]: dispatch 2024-04-13T10:09:54.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:54 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.17", "id": [1, 2]}]: dispatch 2024-04-13T10:09:54.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:54 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [5, 6]}]: dispatch 2024-04-13T10:09:54.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:54 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1b", "id": [7, 6]}]: dispatch 2024-04-13T10:09:54.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:54 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1c", "id": [4, 6]}]: dispatch 2024-04-13T10:09:54.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:54 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 2]}]: dispatch 2024-04-13T10:09:54.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:54 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1f", "id": [7, 3]}]: dispatch 2024-04-13T10:09:54.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:54 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:54.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:54 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:09:54.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:54 smithi064 ceph-mon[67959]: pgmap v117: 129 pgs: 20 stale+active+clean, 109 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-13T10:09:54.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:54 smithi064 ceph-mon[67959]: osdmap e92: 8 total, 7 up, 8 in 2024-04-13T10:09:54.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:54 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.7", "id": [5, 3]}]: dispatch 2024-04-13T10:09:54.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:54 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.b", "id": [0, 3]}]: dispatch 2024-04-13T10:09:54.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:54 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.11", "id": [4, 3]}]: dispatch 2024-04-13T10:09:54.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:54 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.12", "id": [1, 2]}]: dispatch 2024-04-13T10:09:54.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:54 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.17", "id": [1, 2]}]: dispatch 2024-04-13T10:09:54.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:54 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [5, 6]}]: dispatch 2024-04-13T10:09:54.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:54 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1b", "id": [7, 6]}]: dispatch 2024-04-13T10:09:54.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:54 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1c", "id": [4, 6]}]: dispatch 2024-04-13T10:09:54.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:54 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 2]}]: dispatch 2024-04-13T10:09:54.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:54 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1f", "id": [7, 3]}]: dispatch 2024-04-13T10:09:54.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:54 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:54.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:54 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:09:55.043 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:09:54 smithi062 bash[109768]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-04-13T10:09:55.043 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:09:54 smithi062 bash[109768]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-3 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-04-13T10:09:55.043 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:09:54 smithi062 bash[109768]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-04-13T10:09:55.043 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:09:54 smithi062 bash[109768]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-04-13T10:09:55.043 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:09:54 smithi062 bash[109768]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-04-13T10:09:55.043 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:09:54 smithi062 bash[109768]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-04-13T10:09:55.044 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:09:54 smithi062 bash[109768]: --> ceph-volume raw activate successful for osd ID: 3 2024-04-13T10:09:55.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.7", "id": [5, 3]}]': finished 2024-04-13T10:09:55.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.b", "id": [0, 3]}]': finished 2024-04-13T10:09:55.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.11", "id": [4, 3]}]': finished 2024-04-13T10:09:55.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.12", "id": [1, 2]}]': finished 2024-04-13T10:09:55.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.17", "id": [1, 2]}]': finished 2024-04-13T10:09:55.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [5, 6]}]': finished 2024-04-13T10:09:55.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1b", "id": [7, 6]}]': finished 2024-04-13T10:09:55.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1c", "id": [4, 6]}]': finished 2024-04-13T10:09:55.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 2]}]': finished 2024-04-13T10:09:55.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1f", "id": [7, 3]}]': finished 2024-04-13T10:09:55.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:55 smithi064 ceph-mon[67959]: osdmap e93: 8 total, 7 up, 8 in 2024-04-13T10:09:55.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.7", "id": [5, 3]}]': finished 2024-04-13T10:09:55.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.b", "id": [0, 3]}]': finished 2024-04-13T10:09:55.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.11", "id": [4, 3]}]': finished 2024-04-13T10:09:55.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.12", "id": [1, 2]}]': finished 2024-04-13T10:09:55.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.17", "id": [1, 2]}]': finished 2024-04-13T10:09:55.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [5, 6]}]': finished 2024-04-13T10:09:55.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1b", "id": [7, 6]}]': finished 2024-04-13T10:09:55.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1c", "id": [4, 6]}]': finished 2024-04-13T10:09:55.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 2]}]': finished 2024-04-13T10:09:55.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1f", "id": [7, 3]}]': finished 2024-04-13T10:09:55.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:55 smithi062 ceph-mon[92254]: osdmap e93: 8 total, 7 up, 8 in 2024-04-13T10:09:56.293 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:09:55 smithi062 ceph-osd[110088]: -- 172.21.15.62:0/1348089299 <== mon.0 v2:172.21.15.62:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55f3fec991e0 con 0x55f3fec69000 2024-04-13T10:09:56.293 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:09:55 smithi062 bash[110051]: fc3238095faa80cd4c9c75074f92a1a5aa99877618860724c49469d0401fa2a4 2024-04-13T10:09:56.293 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:09:55 smithi062 systemd[1]: Started Ceph osd.3 for 66630ffe-f97a-11ee-bc8d-c7b262605968. 2024-04-13T10:09:56.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:56 smithi062 ceph-mon[92254]: pgmap v120: 129 pgs: 3 peering, 12 active+undersized+degraded, 11 stale+active+clean, 9 active+undersized, 94 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 89/1644 objects degraded (5.414%) 2024-04-13T10:09:56.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:56 smithi062 ceph-mon[92254]: Health check failed: Degraded data redundancy: 89/1644 objects degraded (5.414%), 12 pgs degraded (PG_DEGRADED) 2024-04-13T10:09:56.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:56 smithi062 ceph-mon[92254]: osdmap e94: 8 total, 7 up, 8 in 2024-04-13T10:09:56.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:56 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:56.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:56 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:56.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:56 smithi062 ceph-mon[92254]: osdmap e95: 8 total, 7 up, 8 in 2024-04-13T10:09:56.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:56 smithi064 ceph-mon[67959]: pgmap v120: 129 pgs: 3 peering, 12 active+undersized+degraded, 11 stale+active+clean, 9 active+undersized, 94 active+clean; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 89/1644 objects degraded (5.414%) 2024-04-13T10:09:56.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:56 smithi064 ceph-mon[67959]: Health check failed: Degraded data redundancy: 89/1644 objects degraded (5.414%), 12 pgs degraded (PG_DEGRADED) 2024-04-13T10:09:56.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:56 smithi064 ceph-mon[67959]: osdmap e94: 8 total, 7 up, 8 in 2024-04-13T10:09:56.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:56 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:56.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:56 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:09:56.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:56 smithi064 ceph-mon[67959]: osdmap e95: 8 total, 7 up, 8 in 2024-04-13T10:09:56.720 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:09:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-3[110065]: 2024-04-13T10:09:56.460+0000 7fac70a317c0 -1 Falling back to public interface 2024-04-13T10:09:57.455 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:57 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:09:57.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:57 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:09:58.480 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:09:58.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:58 smithi064 ceph-mon[67959]: pgmap v123: 129 pgs: 1 active+clean+remapped, 81 active+clean, 14 active+undersized, 4 stale+active+clean, 23 active+undersized+degraded, 3 peering, 3 remapped+peering; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 138/1644 objects degraded (8.394%); 8 B/s, 0 objects/s recovering 2024-04-13T10:09:58.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:58 smithi062 ceph-mon[92254]: pgmap v123: 129 pgs: 1 active+clean+remapped, 81 active+clean, 14 active+undersized, 4 stale+active+clean, 23 active+undersized+degraded, 3 peering, 3 remapped+peering; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 138/1644 objects degraded (8.394%); 8 B/s, 0 objects/s recovering 2024-04-13T10:09:59.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:09:59 smithi064 ceph-mon[67959]: pgmap v124: 129 pgs: 1 active+clean+remapped, 75 active+clean, 17 active+undersized, 30 active+undersized+degraded, 3 peering, 3 remapped+peering; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s wr, 0 op/s; 211/1644 objects degraded (12.835%); 5 B/s, 0 objects/s recovering 2024-04-13T10:09:59.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:09:59 smithi062 ceph-mon[92254]: pgmap v124: 129 pgs: 1 active+clean+remapped, 75 active+clean, 17 active+undersized, 30 active+undersized+degraded, 3 peering, 3 remapped+peering; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s wr, 0 op/s; 211/1644 objects degraded (12.835%); 5 B/s, 0 objects/s recovering 2024-04-13T10:10:00.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; Degraded data redundancy: 211/1644 objects degraded (12.835%), 30 pgs degraded 2024-04-13T10:10:00.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-13T10:10:00.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: daemon prometheus.smithi062 on smithi062 is in error state 2024-04-13T10:10:00.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: [WRN] OSD_DOWN: 1 osds down 2024-04-13T10:10:00.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: osd.3 (root=default,host=smithi062) is down 2024-04-13T10:10:00.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: [WRN] PG_DEGRADED: Degraded data redundancy: 211/1644 objects degraded (12.835%), 30 pgs degraded 2024-04-13T10:10:00.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: pg 2.1 is active+undersized+degraded, acting [2,0] 2024-04-13T10:10:00.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: pg 2.9 is active+undersized+degraded, acting [1,7] 2024-04-13T10:10:00.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: pg 2.a is active+undersized+degraded, acting [1,7] 2024-04-13T10:10:00.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: pg 2.d is active+undersized+degraded, acting [1,4] 2024-04-13T10:10:00.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: pg 2.e is active+undersized+degraded, acting [2,4] 2024-04-13T10:10:00.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: pg 2.12 is active+undersized+degraded, acting [5,7] 2024-04-13T10:10:00.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: pg 2.13 is active+undersized+degraded, acting [0,4] 2024-04-13T10:10:00.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: pg 2.14 is active+undersized+degraded, acting [6,5] 2024-04-13T10:10:00.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: pg 2.19 is active+undersized+degraded, acting [6,0] 2024-04-13T10:10:00.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: pg 2.1b is active+undersized+degraded, acting [7,6] 2024-04-13T10:10:00.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: pg 2.1e is active+undersized+degraded, acting [0,5] 2024-04-13T10:10:00.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: pg 3.1 is active+undersized+degraded, acting [0,4] 2024-04-13T10:10:00.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: pg 3.2 is active+undersized+degraded, acting [5,6] 2024-04-13T10:10:00.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: pg 3.5 is active+undersized+degraded, acting [5,2] 2024-04-13T10:10:00.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: pg 3.7 is active+undersized+degraded, acting [7,0] 2024-04-13T10:10:00.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: pg 3.8 is active+undersized+degraded, acting [1,7] 2024-04-13T10:10:00.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: pg 3.b is active+undersized+degraded, acting [0,4] 2024-04-13T10:10:00.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: pg 3.c is active+undersized+degraded, acting [5,6] 2024-04-13T10:10:00.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: pg 3.12 is active+undersized+degraded, acting [0,7] 2024-04-13T10:10:00.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: pg 3.15 is active+undersized+degraded, acting [7,4] 2024-04-13T10:10:00.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: pg 3.17 is active+undersized+degraded, acting [0,5] 2024-04-13T10:10:00.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: pg 3.18 is active+undersized+degraded, acting [0,1] 2024-04-13T10:10:00.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: pg 3.19 is active+undersized+degraded, acting [1,4] 2024-04-13T10:10:00.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: pg 3.1e is active+undersized+degraded, acting [6,2] 2024-04-13T10:10:00.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: pg 4.0 is active+undersized+degraded, acting [7,0] 2024-04-13T10:10:00.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: pg 4.14 is active+undersized+degraded, acting [1,7] 2024-04-13T10:10:00.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: pg 4.19 is active+undersized+degraded, acting [2,0] 2024-04-13T10:10:00.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: pg 5.0 is active+undersized+degraded, acting [1,4] 2024-04-13T10:10:00.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: pg 5.a is active+undersized+degraded, acting [2,4] 2024-04-13T10:10:00.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:00 smithi062 ceph-mon[92254]: pg 5.14 is active+undersized+degraded, acting [7,2] 2024-04-13T10:10:00.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; Degraded data redundancy: 211/1644 objects degraded (12.835%), 30 pgs degraded 2024-04-13T10:10:00.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-13T10:10:00.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: daemon prometheus.smithi062 on smithi062 is in error state 2024-04-13T10:10:00.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: [WRN] OSD_DOWN: 1 osds down 2024-04-13T10:10:00.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: osd.3 (root=default,host=smithi062) is down 2024-04-13T10:10:00.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: [WRN] PG_DEGRADED: Degraded data redundancy: 211/1644 objects degraded (12.835%), 30 pgs degraded 2024-04-13T10:10:00.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: pg 2.1 is active+undersized+degraded, acting [2,0] 2024-04-13T10:10:00.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: pg 2.9 is active+undersized+degraded, acting [1,7] 2024-04-13T10:10:00.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: pg 2.a is active+undersized+degraded, acting [1,7] 2024-04-13T10:10:00.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: pg 2.d is active+undersized+degraded, acting [1,4] 2024-04-13T10:10:00.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: pg 2.e is active+undersized+degraded, acting [2,4] 2024-04-13T10:10:00.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: pg 2.12 is active+undersized+degraded, acting [5,7] 2024-04-13T10:10:00.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: pg 2.13 is active+undersized+degraded, acting [0,4] 2024-04-13T10:10:00.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: pg 2.14 is active+undersized+degraded, acting [6,5] 2024-04-13T10:10:00.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: pg 2.19 is active+undersized+degraded, acting [6,0] 2024-04-13T10:10:00.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: pg 2.1b is active+undersized+degraded, acting [7,6] 2024-04-13T10:10:00.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: pg 2.1e is active+undersized+degraded, acting [0,5] 2024-04-13T10:10:00.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: pg 3.1 is active+undersized+degraded, acting [0,4] 2024-04-13T10:10:00.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: pg 3.2 is active+undersized+degraded, acting [5,6] 2024-04-13T10:10:00.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: pg 3.5 is active+undersized+degraded, acting [5,2] 2024-04-13T10:10:00.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: pg 3.7 is active+undersized+degraded, acting [7,0] 2024-04-13T10:10:00.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: pg 3.8 is active+undersized+degraded, acting [1,7] 2024-04-13T10:10:00.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: pg 3.b is active+undersized+degraded, acting [0,4] 2024-04-13T10:10:00.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: pg 3.c is active+undersized+degraded, acting [5,6] 2024-04-13T10:10:00.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: pg 3.12 is active+undersized+degraded, acting [0,7] 2024-04-13T10:10:00.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: pg 3.15 is active+undersized+degraded, acting [7,4] 2024-04-13T10:10:00.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: pg 3.17 is active+undersized+degraded, acting [0,5] 2024-04-13T10:10:00.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: pg 3.18 is active+undersized+degraded, acting [0,1] 2024-04-13T10:10:00.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: pg 3.19 is active+undersized+degraded, acting [1,4] 2024-04-13T10:10:00.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: pg 3.1e is active+undersized+degraded, acting [6,2] 2024-04-13T10:10:00.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: pg 4.0 is active+undersized+degraded, acting [7,0] 2024-04-13T10:10:00.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: pg 4.14 is active+undersized+degraded, acting [1,7] 2024-04-13T10:10:00.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: pg 4.19 is active+undersized+degraded, acting [2,0] 2024-04-13T10:10:00.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: pg 5.0 is active+undersized+degraded, acting [1,4] 2024-04-13T10:10:00.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: pg 5.a is active+undersized+degraded, acting [2,4] 2024-04-13T10:10:00.519 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:00 smithi064 ceph-mon[67959]: pg 5.14 is active+undersized+degraded, acting [7,2] 2024-04-13T10:10:01.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:01 smithi064 ceph-mon[67959]: pgmap v125: 129 pgs: 7 active+clean+remapped, 75 active+clean, 17 active+undersized, 30 active+undersized+degraded; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 297 B/s wr, 0 op/s; 211/1644 objects degraded (12.835%); 4 B/s, 0 objects/s recovering 2024-04-13T10:10:01.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:01 smithi062 ceph-mon[92254]: pgmap v125: 129 pgs: 7 active+clean+remapped, 75 active+clean, 17 active+undersized, 30 active+undersized+degraded; 323 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 297 B/s wr, 0 op/s; 211/1644 objects degraded (12.835%); 4 B/s, 0 objects/s recovering 2024-04-13T10:10:01.543 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:10:01 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-3[110065]: 2024-04-13T10:10:01.253+0000 7fac70a317c0 -1 osd.3 0 read_superblock omap replica is missing. 2024-04-13T10:10:02.293 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:10:01 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-3[110065]: 2024-04-13T10:10:01.895+0000 7fac70a317c0 -1 osd.3 90 log_to_monitors true 2024-04-13T10:10:03.043 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:10:02 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-3[110065]: 2024-04-13T10:10:02.811+0000 7fac61e8b700 -1 osd.3 90 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-13T10:10:03.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:02 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:03.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:02 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:03.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:02 smithi062 ceph-mon[92254]: from='osd.3 [v2:172.21.15.62:6826/731314553,v1:172.21.15.62:6827/731314553]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-13T10:10:03.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:02 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:03.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:02 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:03.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:02 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:03.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:02 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:03.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:02 smithi064 ceph-mon[67959]: from='osd.3 [v2:172.21.15.62:6826/731314553,v1:172.21.15.62:6827/731314553]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-13T10:10:03.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:02 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:03.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:02 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:03.520 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:10:03.884 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:03 smithi062 ceph-mon[92254]: from='osd.3 [v2:172.21.15.62:6826/731314553,v1:172.21.15.62:6827/731314553]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-13T10:10:03.884 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:03 smithi062 ceph-mon[92254]: osdmap e96: 8 total, 7 up, 8 in 2024-04-13T10:10:03.884 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:03 smithi062 ceph-mon[92254]: from='osd.3 [v2:172.21.15.62:6826/731314553,v1:172.21.15.62:6827/731314553]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2024-04-13T10:10:03.884 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:03 smithi062 ceph-mon[92254]: pgmap v127: 129 pgs: 7 active+clean+remapped, 75 active+clean, 17 active+undersized, 30 active+undersized+degraded; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 259 B/s wr, 0 op/s; 211/1644 objects degraded (12.835%); 4 B/s, 0 objects/s recovering 2024-04-13T10:10:03.884 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:03 smithi062 ceph-mon[92254]: Health check update: Degraded data redundancy: 211/1644 objects degraded (12.835%), 30 pgs degraded (PG_DEGRADED) 2024-04-13T10:10:04.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:03 smithi064 ceph-mon[67959]: from='osd.3 [v2:172.21.15.62:6826/731314553,v1:172.21.15.62:6827/731314553]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-13T10:10:04.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:03 smithi064 ceph-mon[67959]: osdmap e96: 8 total, 7 up, 8 in 2024-04-13T10:10:04.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:03 smithi064 ceph-mon[67959]: from='osd.3 [v2:172.21.15.62:6826/731314553,v1:172.21.15.62:6827/731314553]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2024-04-13T10:10:04.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:03 smithi064 ceph-mon[67959]: pgmap v127: 129 pgs: 7 active+clean+remapped, 75 active+clean, 17 active+undersized, 30 active+undersized+degraded; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 259 B/s wr, 0 op/s; 211/1644 objects degraded (12.835%); 4 B/s, 0 objects/s recovering 2024-04-13T10:10:04.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:03 smithi064 ceph-mon[67959]: Health check update: Degraded data redundancy: 211/1644 objects degraded (12.835%), 30 pgs degraded (PG_DEGRADED) 2024-04-13T10:10:05.163 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:04 smithi062 ceph-mon[92254]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-13T10:10:05.164 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:04 smithi062 ceph-mon[92254]: osd.3 [v2:172.21.15.62:6826/731314553,v1:172.21.15.62:6827/731314553] boot 2024-04-13T10:10:05.164 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:04 smithi062 ceph-mon[92254]: osdmap e97: 8 total, 8 up, 8 in 2024-04-13T10:10:05.164 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:04 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-13T10:10:05.164 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:04 smithi062 ceph-mon[92254]: osdmap e98: 8 total, 8 up, 8 in 2024-04-13T10:10:05.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:04 smithi064 ceph-mon[67959]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-13T10:10:05.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:04 smithi064 ceph-mon[67959]: osd.3 [v2:172.21.15.62:6826/731314553,v1:172.21.15.62:6827/731314553] boot 2024-04-13T10:10:05.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:04 smithi064 ceph-mon[67959]: osdmap e97: 8 total, 8 up, 8 in 2024-04-13T10:10:05.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:04 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-13T10:10:05.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:04 smithi064 ceph-mon[67959]: osdmap e98: 8 total, 8 up, 8 in 2024-04-13T10:10:06.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:05 smithi064 ceph-mon[67959]: pgmap v130: 129 pgs: 3 remapped+peering, 12 peering, 4 active+clean+remapped, 75 active+clean, 10 active+undersized, 25 active+undersized+degraded; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 164/1644 objects degraded (9.976%) 2024-04-13T10:10:06.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:05 smithi064 ceph-mon[67959]: osdmap e99: 8 total, 8 up, 8 in 2024-04-13T10:10:06.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:05 smithi062 ceph-mon[92254]: pgmap v130: 129 pgs: 3 remapped+peering, 12 peering, 4 active+clean+remapped, 75 active+clean, 10 active+undersized, 25 active+undersized+degraded; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 164/1644 objects degraded (9.976%) 2024-04-13T10:10:06.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:05 smithi062 ceph-mon[92254]: osdmap e99: 8 total, 8 up, 8 in 2024-04-13T10:10:07.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:06 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:07.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:06 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:07.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:06 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:10:07.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:06 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:10:07.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:06 smithi064 ceph-mon[67959]: pgmap v132: 129 pgs: 3 remapped+peering, 14 peering, 2 active+clean+remapped, 79 active+clean, 9 active+undersized, 22 active+undersized+degraded; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 332 B/s wr, 0 op/s; 150/1644 objects degraded (9.124%); 0 B/s, 0 objects/s recovering 2024-04-13T10:10:07.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:06 smithi064 ceph-mon[67959]: pgmap v133: 129 pgs: 3 remapped+peering, 14 peering, 2 active+clean+remapped, 79 active+clean, 9 active+undersized, 22 active+undersized+degraded; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 348 B/s wr, 0 op/s; 150/1644 objects degraded (9.124%); 0 B/s, 0 objects/s recovering 2024-04-13T10:10:07.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:06 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:07.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:06 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:07.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:06 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:10:07.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:06 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:10:07.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:06 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:10:07.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:06 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:10:07.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:06 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-04-13T10:10:07.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:06 smithi064 ceph-mon[67959]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-04-13T10:10:07.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:06 smithi064 ceph-mon[67959]: Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-04-13T10:10:07.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:06 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:07.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:06 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:07.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:06 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:10:07.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:06 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:10:07.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:06 smithi062 ceph-mon[92254]: pgmap v132: 129 pgs: 3 remapped+peering, 14 peering, 2 active+clean+remapped, 79 active+clean, 9 active+undersized, 22 active+undersized+degraded; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 332 B/s wr, 0 op/s; 150/1644 objects degraded (9.124%); 0 B/s, 0 objects/s recovering 2024-04-13T10:10:07.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:06 smithi062 ceph-mon[92254]: pgmap v133: 129 pgs: 3 remapped+peering, 14 peering, 2 active+clean+remapped, 79 active+clean, 9 active+undersized, 22 active+undersized+degraded; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 348 B/s wr, 0 op/s; 150/1644 objects degraded (9.124%); 0 B/s, 0 objects/s recovering 2024-04-13T10:10:07.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:06 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:07.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:06 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:07.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:06 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:10:07.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:06 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:10:07.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:06 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:10:07.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:06 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:10:07.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:06 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-04-13T10:10:07.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:06 smithi062 ceph-mon[92254]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-04-13T10:10:07.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:06 smithi062 ceph-mon[92254]: Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-04-13T10:10:08.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:07 smithi064 ceph-mon[67959]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 150/1644 objects degraded (9.124%), 22 pgs degraded) 2024-04-13T10:10:08.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:07 smithi062 ceph-mon[92254]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 150/1644 objects degraded (9.124%), 22 pgs degraded) 2024-04-13T10:10:08.562 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:10:09.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:08 smithi064 ceph-mon[67959]: pgmap v134: 129 pgs: 3 remapped+peering, 14 peering, 112 active+clean; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 251 B/s wr, 42 op/s; 0 B/s, 0 objects/s recovering 2024-04-13T10:10:09.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:08 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:09.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:08 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:10:09.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:08 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:09.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:08 smithi062 ceph-mon[92254]: pgmap v134: 129 pgs: 3 remapped+peering, 14 peering, 112 active+clean; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 251 B/s wr, 42 op/s; 0 B/s, 0 objects/s recovering 2024-04-13T10:10:09.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:08 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:09.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:08 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:10:09.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:08 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:09.893 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T10:10:10.561 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T10:10:10.561 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (12m) 8s ago 23m 17.3M - 0.20.0 0881eb8f169f f67d46639f12 2024-04-13T10:10:10.561 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (2m) 8s ago 23m 6651k - 18.2.2-1173-g5108bc67 3464fd31103e 5ca3f5d851a8 2024-04-13T10:10:10.561 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (2m) 2m ago 22m 6651k - 18.2.2-1173-g5108bc67 3464fd31103e 4fccca2794ac 2024-04-13T10:10:10.561 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (10m) 8s ago 23m 34.1M - 6.7.4 557c83e11646 52a02116d022 2024-04-13T10:10:10.561 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (18m) 8s ago 17m 16.3M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T10:10:10.561 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (17m) 2m ago 17m 38.0M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T10:10:10.561 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:8443,9283,8765 running (4m) 8s ago 25m 500M - 18.2.2-1173-g5108bc67 3464fd31103e 5f0191e57ab0 2024-04-13T10:10:10.562 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283,8765 running (3m) 2m ago 22m 448M - 18.2.2-1173-g5108bc67 3464fd31103e 267484796b5c 2024-04-13T10:10:10.562 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (3m) 8s ago 25m 57.7M 2048M 18.2.2-1173-g5108bc67 3464fd31103e ea3d08dee67d 2024-04-13T10:10:10.562 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (3m) 2m ago 22m 41.9M 2048M 18.2.2-1173-g5108bc67 3464fd31103e 17cdca1b9f7e 2024-04-13T10:10:10.562 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (15m) 8s ago 15m 82.9M - 3.5 6933c2a0b7dd c23522e42b6b 2024-04-13T10:10:10.562 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (15m) 2m ago 15m 79.3M - 3.5 6933c2a0b7dd ab1f0d8d0bb5 2024-04-13T10:10:10.562 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (8m) 8s ago 23m 15.1M - 0.18.1 e5a616e4b9cf 69df71029afe 2024-04-13T10:10:10.562 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (4m) 2m ago 22m 2587k - 0.18.1 e5a616e4b9cf 19e13c75f9ef 2024-04-13T10:10:10.562 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (2m) 8s ago 22m 130M 1944M 18.2.2-1173-g5108bc67 3464fd31103e 52e7889244fc 2024-04-13T10:10:10.562 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (85s) 8s ago 21m 107M 1944M 18.2.2-1173-g5108bc67 3464fd31103e aeb987d5b83d 2024-04-13T10:10:10.562 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (50s) 8s ago 21m 90.8M 1944M 18.2.2-1173-g5108bc67 3464fd31103e 9466e6d526dc 2024-04-13T10:10:10.562 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (14s) 8s ago 20m 10.9M 1944M 18.2.2-1173-g5108bc67 3464fd31103e fc3238095faa 2024-04-13T10:10:10.562 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (20m) 2m ago 20m 401M 2712M 16.2.5 6933c2a0b7dd f89e1bdd5583 2024-04-13T10:10:10.562 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (20m) 2m ago 20m 430M 2712M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T10:10:10.563 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (19m) 2m ago 19m 354M 2712M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T10:10:10.563 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (19m) 2m ago 19m 493M 2712M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T10:10:10.563 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 error 8s ago 22m - - 2024-04-13T10:10:10.963 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:10:10.964 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T10:10:10.964 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:10:10.964 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:10:10.964 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T10:10:10.964 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:10:10.964 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:10:10.964 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T10:10:10.964 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 4, 2024-04-13T10:10:10.964 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 4 2024-04-13T10:10:10.964 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:10:10.964 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T10:10:10.964 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:10:10.964 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:10:10.965 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T10:10:10.965 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 6, 2024-04-13T10:10:10.965 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 8 2024-04-13T10:10:10.965 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T10:10:10.965 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:10:11.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:10 smithi064 ceph-mon[67959]: pgmap v135: 129 pgs: 2 peering, 127 active+clean; 323 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 34 KiB/s rd, 201 B/s wr, 34 op/s; 0 B/s, 0 objects/s recovering 2024-04-13T10:10:11.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:10 smithi064 ceph-mon[67959]: from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:10:11.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:10 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/3826385900' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:10:11.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:10 smithi062 ceph-mon[92254]: pgmap v135: 129 pgs: 2 peering, 127 active+clean; 323 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 34 KiB/s rd, 201 B/s wr, 34 op/s; 0 B/s, 0 objects/s recovering 2024-04-13T10:10:11.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:10 smithi062 ceph-mon[92254]: from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:10:11.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:10 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/3826385900' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:10:11.302 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:10:11.302 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T10:10:11.302 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T10:10:11.302 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T10:10:11.302 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [ 2024-04-13T10:10:11.302 INFO:teuthology.orchestra.run.smithi062.stdout: "crash", 2024-04-13T10:10:11.302 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr", 2024-04-13T10:10:11.302 INFO:teuthology.orchestra.run.smithi062.stdout: "mon" 2024-04-13T10:10:11.302 INFO:teuthology.orchestra.run.smithi062.stdout: ], 2024-04-13T10:10:11.302 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "10/23 daemons upgraded", 2024-04-13T10:10:11.302 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "Currently upgrading osd daemons", 2024-04-13T10:10:11.303 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T10:10:11.303 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:10:11.701 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-13T10:10:11.702 INFO:teuthology.orchestra.run.smithi062.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-13T10:10:11.702 INFO:teuthology.orchestra.run.smithi062.stdout: daemon prometheus.smithi062 on smithi062 is in error state 2024-04-13T10:10:12.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:11 smithi064 ceph-mon[67959]: from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:10:12.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:11 smithi064 ceph-mon[67959]: from='client.34300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:10:12.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:11 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/1910567494' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:10:12.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:11 smithi062 ceph-mon[92254]: from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:10:12.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:11 smithi062 ceph-mon[92254]: from='client.34300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:10:12.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:11 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/1910567494' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:10:13.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:12 smithi064 ceph-mon[67959]: from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:10:13.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:12 smithi064 ceph-mon[67959]: pgmap v136: 129 pgs: 129 active+clean; 323 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 295 B/s wr, 25 op/s; 0 B/s, 0 objects/s recovering 2024-04-13T10:10:13.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:12 smithi062 ceph-mon[92254]: from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:10:13.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:12 smithi062 ceph-mon[92254]: pgmap v136: 129 pgs: 129 active+clean; 323 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 295 B/s wr, 25 op/s; 0 B/s, 0 objects/s recovering 2024-04-13T10:10:13.603 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:10:15.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:14 smithi064 ceph-mon[67959]: pgmap v137: 129 pgs: 129 active+clean; 323 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 126 B/s wr, 21 op/s 2024-04-13T10:10:15.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:14 smithi062 ceph-mon[92254]: pgmap v137: 129 pgs: 129 active+clean; 323 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 126 B/s wr, 21 op/s 2024-04-13T10:10:17.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:16 smithi064 ceph-mon[67959]: pgmap v138: 129 pgs: 129 active+clean; 323 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 204 B/s wr, 17 op/s 2024-04-13T10:10:17.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:16 smithi062 ceph-mon[92254]: pgmap v138: 129 pgs: 129 active+clean; 323 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 204 B/s wr, 17 op/s 2024-04-13T10:10:18.655 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:10:19.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:18 smithi064 ceph-mon[67959]: pgmap v139: 129 pgs: 129 active+clean; 323 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 170 B/s wr, 14 op/s 2024-04-13T10:10:19.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:19.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:18 smithi062 ceph-mon[92254]: pgmap v139: 129 pgs: 129 active+clean; 323 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 170 B/s wr, 14 op/s 2024-04-13T10:10:19.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:21.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:20 smithi064 ceph-mon[67959]: pgmap v140: 129 pgs: 129 active+clean; 323 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:10:21.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:20 smithi062 ceph-mon[92254]: pgmap v140: 129 pgs: 129 active+clean; 323 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:10:22.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:22 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-04-13T10:10:22.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:22 smithi064 ceph-mon[67959]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-04-13T10:10:22.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:22 smithi064 ceph-mon[67959]: Upgrade: osd.4 is safe to restart 2024-04-13T10:10:22.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:22 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-04-13T10:10:22.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:22 smithi062 ceph-mon[92254]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-04-13T10:10:22.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:22 smithi062 ceph-mon[92254]: Upgrade: osd.4 is safe to restart 2024-04-13T10:10:23.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:23 smithi064 ceph-mon[67959]: pgmap v141: 129 pgs: 129 active+clean; 323 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:10:23.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:23 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:23.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:23 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-13T10:10:23.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:23 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:10:23.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:23 smithi062 ceph-mon[92254]: pgmap v141: 129 pgs: 129 active+clean; 323 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:10:23.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:23 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:23.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:23 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-13T10:10:23.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:23 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:10:23.702 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:10:24.095 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:24 smithi064 ceph-mon[67959]: Upgrade: Updating osd.4 2024-04-13T10:10:24.095 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:24 smithi064 ceph-mon[67959]: Deploying daemon osd.4 on smithi064 2024-04-13T10:10:24.096 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:24 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:10:24.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:24 smithi062 ceph-mon[92254]: Upgrade: Updating osd.4 2024-04-13T10:10:24.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:24 smithi062 ceph-mon[92254]: Deploying daemon osd.4 on smithi064 2024-04-13T10:10:24.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:24 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:10:25.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:25 smithi064 ceph-mon[67959]: pgmap v142: 129 pgs: 129 active+clean; 323 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:10:25.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:25 smithi062 ceph-mon[92254]: pgmap v142: 129 pgs: 129 active+clean; 323 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:10:26.016 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:10:25 smithi064 systemd[1]: Stopping Ceph osd.4 for 66630ffe-f97a-11ee-bc8d-c7b262605968... 2024-04-13T10:10:26.443 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:10:26 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.4[42758]: debug 2024-04-13T10:10:26.049+0000 7ff018097700 -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-04-13T10:10:26.444 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:10:26 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.4[42758]: debug 2024-04-13T10:10:26.049+0000 7ff018097700 -1 osd.4 99 *** Got signal Terminated *** 2024-04-13T10:10:26.444 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:10:26 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.4[42758]: debug 2024-04-13T10:10:26.049+0000 7ff018097700 -1 osd.4 99 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-13T10:10:26.766 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:10:26 smithi064 bash[73330]: ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.4 2024-04-13T10:10:27.288 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:27 smithi064 ceph-mon[67959]: pgmap v143: 129 pgs: 129 active+clean; 323 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:10:27.288 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:27 smithi064 ceph-mon[67959]: osd.4 reported immediately failed by osd.3 2024-04-13T10:10:27.288 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:27 smithi064 ceph-mon[67959]: osd.4 failed (root=default,host=smithi064) (connection refused reported by osd.3) 2024-04-13T10:10:27.288 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:27 smithi064 ceph-mon[67959]: osd.4 reported immediately failed by osd.3 2024-04-13T10:10:27.288 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:27 smithi064 ceph-mon[67959]: osd.4 reported immediately failed by osd.6 2024-04-13T10:10:27.288 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:27 smithi064 ceph-mon[67959]: osd.4 reported immediately failed by osd.5 2024-04-13T10:10:27.289 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:27 smithi064 ceph-mon[67959]: osd.4 reported immediately failed by osd.7 2024-04-13T10:10:27.289 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:27 smithi064 ceph-mon[67959]: osd.4 reported immediately failed by osd.0 2024-04-13T10:10:27.289 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:27 smithi064 ceph-mon[67959]: osd.4 reported immediately failed by osd.1 2024-04-13T10:10:27.289 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:27 smithi064 ceph-mon[67959]: osd.4 reported immediately failed by osd.2 2024-04-13T10:10:27.289 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:27 smithi064 ceph-mon[67959]: osd.4 reported immediately failed by osd.6 2024-04-13T10:10:27.289 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:27 smithi064 ceph-mon[67959]: osd.4 reported immediately failed by osd.5 2024-04-13T10:10:27.289 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:27 smithi064 ceph-mon[67959]: osd.4 reported immediately failed by osd.7 2024-04-13T10:10:27.289 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:27 smithi064 ceph-mon[67959]: osd.4 reported immediately failed by osd.0 2024-04-13T10:10:27.289 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:27 smithi064 ceph-mon[67959]: osd.4 reported immediately failed by osd.1 2024-04-13T10:10:27.289 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:27 smithi064 ceph-mon[67959]: osd.4 reported immediately failed by osd.2 2024-04-13T10:10:27.289 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:27 smithi064 ceph-mon[67959]: osd.4 reported immediately failed by osd.1 2024-04-13T10:10:27.289 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:27 smithi064 ceph-mon[67959]: osd.4 reported immediately failed by osd.0 2024-04-13T10:10:27.289 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:27 smithi064 ceph-mon[67959]: osd.4 reported immediately failed by osd.1 2024-04-13T10:10:27.289 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:27 smithi064 ceph-mon[67959]: osd.4 reported immediately failed by osd.2 2024-04-13T10:10:27.289 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:27 smithi064 ceph-mon[67959]: osd.4 reported immediately failed by osd.3 2024-04-13T10:10:27.289 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:27 smithi064 ceph-mon[67959]: osd.4 reported immediately failed by osd.6 2024-04-13T10:10:27.290 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:27 smithi064 ceph-mon[67959]: osd.4 reported immediately failed by osd.5 2024-04-13T10:10:27.290 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:27 smithi064 ceph-mon[67959]: osd.4 reported immediately failed by osd.7 2024-04-13T10:10:27.290 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:27 smithi064 ceph-mon[67959]: osd.4 reported immediately failed by osd.0 2024-04-13T10:10:27.290 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:27 smithi064 ceph-mon[67959]: osd.4 reported immediately failed by osd.2 2024-04-13T10:10:27.290 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:27 smithi064 ceph-mon[67959]: osd.4 reported immediately failed by osd.3 2024-04-13T10:10:27.290 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:27 smithi064 ceph-mon[67959]: osd.4 reported immediately failed by osd.6 2024-04-13T10:10:27.290 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:27 smithi064 ceph-mon[67959]: osd.4 reported immediately failed by osd.5 2024-04-13T10:10:27.290 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:27 smithi064 ceph-mon[67959]: osd.4 reported immediately failed by osd.7 2024-04-13T10:10:27.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:27 smithi062 ceph-mon[92254]: pgmap v143: 129 pgs: 129 active+clean; 323 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:10:27.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:27 smithi062 ceph-mon[92254]: osd.4 reported immediately failed by osd.3 2024-04-13T10:10:27.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:27 smithi062 ceph-mon[92254]: osd.4 failed (root=default,host=smithi064) (connection refused reported by osd.3) 2024-04-13T10:10:27.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:27 smithi062 ceph-mon[92254]: osd.4 reported immediately failed by osd.3 2024-04-13T10:10:27.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:27 smithi062 ceph-mon[92254]: osd.4 reported immediately failed by osd.6 2024-04-13T10:10:27.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:27 smithi062 ceph-mon[92254]: osd.4 reported immediately failed by osd.5 2024-04-13T10:10:27.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:27 smithi062 ceph-mon[92254]: osd.4 reported immediately failed by osd.7 2024-04-13T10:10:27.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:27 smithi062 ceph-mon[92254]: osd.4 reported immediately failed by osd.0 2024-04-13T10:10:27.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:27 smithi062 ceph-mon[92254]: osd.4 reported immediately failed by osd.1 2024-04-13T10:10:27.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:27 smithi062 ceph-mon[92254]: osd.4 reported immediately failed by osd.2 2024-04-13T10:10:27.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:27 smithi062 ceph-mon[92254]: osd.4 reported immediately failed by osd.6 2024-04-13T10:10:27.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:27 smithi062 ceph-mon[92254]: osd.4 reported immediately failed by osd.5 2024-04-13T10:10:27.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:27 smithi062 ceph-mon[92254]: osd.4 reported immediately failed by osd.7 2024-04-13T10:10:27.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:27 smithi062 ceph-mon[92254]: osd.4 reported immediately failed by osd.0 2024-04-13T10:10:27.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:27 smithi062 ceph-mon[92254]: osd.4 reported immediately failed by osd.1 2024-04-13T10:10:27.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:27 smithi062 ceph-mon[92254]: osd.4 reported immediately failed by osd.2 2024-04-13T10:10:27.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:27 smithi062 ceph-mon[92254]: osd.4 reported immediately failed by osd.1 2024-04-13T10:10:27.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:27 smithi062 ceph-mon[92254]: osd.4 reported immediately failed by osd.0 2024-04-13T10:10:27.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:27 smithi062 ceph-mon[92254]: osd.4 reported immediately failed by osd.1 2024-04-13T10:10:27.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:27 smithi062 ceph-mon[92254]: osd.4 reported immediately failed by osd.2 2024-04-13T10:10:27.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:27 smithi062 ceph-mon[92254]: osd.4 reported immediately failed by osd.3 2024-04-13T10:10:27.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:27 smithi062 ceph-mon[92254]: osd.4 reported immediately failed by osd.6 2024-04-13T10:10:27.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:27 smithi062 ceph-mon[92254]: osd.4 reported immediately failed by osd.5 2024-04-13T10:10:27.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:27 smithi062 ceph-mon[92254]: osd.4 reported immediately failed by osd.7 2024-04-13T10:10:27.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:27 smithi062 ceph-mon[92254]: osd.4 reported immediately failed by osd.0 2024-04-13T10:10:27.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:27 smithi062 ceph-mon[92254]: osd.4 reported immediately failed by osd.2 2024-04-13T10:10:27.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:27 smithi062 ceph-mon[92254]: osd.4 reported immediately failed by osd.3 2024-04-13T10:10:27.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:27 smithi062 ceph-mon[92254]: osd.4 reported immediately failed by osd.6 2024-04-13T10:10:27.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:27 smithi062 ceph-mon[92254]: osd.4 reported immediately failed by osd.5 2024-04-13T10:10:27.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:27 smithi062 ceph-mon[92254]: osd.4 reported immediately failed by osd.7 2024-04-13T10:10:28.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:28 smithi062 ceph-mon[92254]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-13T10:10:28.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:28 smithi062 ceph-mon[92254]: osdmap e100: 8 total, 7 up, 8 in 2024-04-13T10:10:28.378 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:28 smithi064 ceph-mon[67959]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-13T10:10:28.378 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:28 smithi064 ceph-mon[67959]: osdmap e100: 8 total, 7 up, 8 in 2024-04-13T10:10:28.740 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:10:28.766 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:10:28 smithi064 systemd[1]: ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@osd.4.service: Succeeded. 2024-04-13T10:10:28.766 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:10:28 smithi064 systemd[1]: Stopped Ceph osd.4 for 66630ffe-f97a-11ee-bc8d-c7b262605968. 2024-04-13T10:10:28.766 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:10:28 smithi064 systemd[1]: Starting Ceph osd.4 for 66630ffe-f97a-11ee-bc8d-c7b262605968... 2024-04-13T10:10:29.265 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:29 smithi064 ceph-mon[67959]: pgmap v145: 129 pgs: 7 peering, 13 stale+active+clean, 109 active+clean; 323 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-13T10:10:29.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:29 smithi064 ceph-mon[67959]: osdmap e101: 8 total, 7 up, 8 in 2024-04-13T10:10:29.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:29 smithi062 ceph-mon[92254]: pgmap v145: 129 pgs: 7 peering, 13 stale+active+clean, 109 active+clean; 323 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-13T10:10:29.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:29 smithi062 ceph-mon[92254]: osdmap e101: 8 total, 7 up, 8 in 2024-04-13T10:10:29.766 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:10:29 smithi064 bash[73614]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-04-13T10:10:29.766 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:10:29 smithi064 bash[73614]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-4 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-04-13T10:10:29.766 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:10:29 smithi064 bash[73614]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-04-13T10:10:29.766 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:10:29 smithi064 bash[73614]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-04-13T10:10:29.766 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:10:29 smithi064 bash[73614]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-04-13T10:10:29.766 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:10:29 smithi064 bash[73614]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-04-13T10:10:29.766 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:10:29 smithi064 bash[73614]: --> ceph-volume raw activate successful for osd ID: 4 2024-04-13T10:10:30.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:30 smithi064 ceph-mon[67959]: pgmap v147: 129 pgs: 10 active+undersized, 16 active+undersized+degraded, 7 peering, 6 stale+active+clean, 90 active+clean; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 131/1644 objects degraded (7.968%) 2024-04-13T10:10:30.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:30 smithi064 ceph-mon[67959]: Health check failed: Degraded data redundancy: 131/1644 objects degraded (7.968%), 16 pgs degraded (PG_DEGRADED) 2024-04-13T10:10:30.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:30 smithi062 ceph-mon[92254]: pgmap v147: 129 pgs: 10 active+undersized, 16 active+undersized+degraded, 7 peering, 6 stale+active+clean, 90 active+clean; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 131/1644 objects degraded (7.968%) 2024-04-13T10:10:30.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:30 smithi062 ceph-mon[92254]: Health check failed: Degraded data redundancy: 131/1644 objects degraded (7.968%), 16 pgs degraded (PG_DEGRADED) 2024-04-13T10:10:31.016 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:10:30 smithi064 ceph-osd[73908]: -- 172.21.15.64:0/3077403390 <== mon.1 v2:172.21.15.64:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5635cc2411e0 con 0x5635cc210c00 2024-04-13T10:10:31.016 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:10:30 smithi064 bash[73870]: 58cf126528949991b61a42f0a39c8fba7944048fa0090cdb99fa66448611df6f 2024-04-13T10:10:31.016 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:10:30 smithi064 systemd[1]: Started Ceph osd.4 for 66630ffe-f97a-11ee-bc8d-c7b262605968. 2024-04-13T10:10:31.423 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:10:31 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:10:31.121+0000 7fde640c17c0 -1 Falling back to public interface 2024-04-13T10:10:32.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:31 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:32.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:31 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:32.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:31 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:10:32.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:31 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:32.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:31 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:32.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:31 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:10:33.015 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:32 smithi064 ceph-mon[67959]: pgmap v148: 129 pgs: 15 active+undersized, 23 active+undersized+degraded, 7 peering, 2 stale+active+clean, 82 active+clean; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 180/1644 objects degraded (10.949%) 2024-04-13T10:10:33.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:32 smithi062 ceph-mon[92254]: pgmap v148: 129 pgs: 15 active+undersized, 23 active+undersized+degraded, 7 peering, 2 stale+active+clean, 82 active+clean; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 180/1644 objects degraded (10.949%) 2024-04-13T10:10:33.779 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:10:35.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:34 smithi064 ceph-mon[67959]: pgmap v149: 129 pgs: 21 active+undersized, 33 active+undersized+degraded, 75 active+clean; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 259/1644 objects degraded (15.754%) 2024-04-13T10:10:35.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:34 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:35.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:34 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:35.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:34 smithi062 ceph-mon[92254]: pgmap v149: 129 pgs: 21 active+undersized, 33 active+undersized+degraded, 75 active+clean; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 259/1644 objects degraded (15.754%) 2024-04-13T10:10:35.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:34 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:35.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:34 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:36.226 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:10:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:10:35.912+0000 7fde640c17c0 -1 osd.4 0 read_superblock omap replica is missing. 2024-04-13T10:10:36.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:36 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:36.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:36 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:36.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:36 smithi064 ceph-mon[67959]: pgmap v150: 129 pgs: 21 active+undersized, 33 active+undersized+degraded, 75 active+clean; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 231 B/s wr, 0 op/s; 259/1644 objects degraded (15.754%) 2024-04-13T10:10:36.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:36 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:36.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:36 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:36.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:36 smithi062 ceph-mon[92254]: pgmap v150: 129 pgs: 21 active+undersized, 33 active+undersized+degraded, 75 active+clean; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 231 B/s wr, 0 op/s; 259/1644 objects degraded (15.754%) 2024-04-13T10:10:36.971 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:10:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:10:36.519+0000 7fde640c17c0 -1 osd.4 99 log_to_monitors true 2024-04-13T10:10:37.516 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:10:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:10:37.436+0000 7fde5551b700 -1 osd.4 99 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-13T10:10:37.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:37 smithi064 ceph-mon[67959]: from='osd.4 [v2:172.21.15.64:6800/1580118991,v1:172.21.15.64:6801/1580118991]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-13T10:10:37.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:37 smithi064 ceph-mon[67959]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-13T10:10:37.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:37 smithi062 ceph-mon[92254]: from='osd.4 [v2:172.21.15.64:6800/1580118991,v1:172.21.15.64:6801/1580118991]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-13T10:10:37.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:37 smithi062 ceph-mon[92254]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-13T10:10:38.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:38 smithi064 ceph-mon[67959]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-13T10:10:38.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:38 smithi064 ceph-mon[67959]: osdmap e102: 8 total, 7 up, 8 in 2024-04-13T10:10:38.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:38 smithi064 ceph-mon[67959]: from='osd.4 [v2:172.21.15.64:6800/1580118991,v1:172.21.15.64:6801/1580118991]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2024-04-13T10:10:38.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:38 smithi064 ceph-mon[67959]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2024-04-13T10:10:38.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:38 smithi064 ceph-mon[67959]: pgmap v152: 129 pgs: 21 active+undersized, 33 active+undersized+degraded, 75 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 207 B/s wr, 0 op/s; 259/1644 objects degraded (15.754%) 2024-04-13T10:10:38.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:38 smithi064 ceph-mon[67959]: Health check update: Degraded data redundancy: 259/1644 objects degraded (15.754%), 33 pgs degraded (PG_DEGRADED) 2024-04-13T10:10:38.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:38 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:38.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:38 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:10:38.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:38 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:38.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:38 smithi062 ceph-mon[92254]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-13T10:10:38.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:38 smithi062 ceph-mon[92254]: osdmap e102: 8 total, 7 up, 8 in 2024-04-13T10:10:38.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:38 smithi062 ceph-mon[92254]: from='osd.4 [v2:172.21.15.64:6800/1580118991,v1:172.21.15.64:6801/1580118991]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2024-04-13T10:10:38.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:38 smithi062 ceph-mon[92254]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2024-04-13T10:10:38.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:38 smithi062 ceph-mon[92254]: pgmap v152: 129 pgs: 21 active+undersized, 33 active+undersized+degraded, 75 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 207 B/s wr, 0 op/s; 259/1644 objects degraded (15.754%) 2024-04-13T10:10:38.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:38 smithi062 ceph-mon[92254]: Health check update: Degraded data redundancy: 259/1644 objects degraded (15.754%), 33 pgs degraded (PG_DEGRADED) 2024-04-13T10:10:38.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:38 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:38.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:38 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:10:38.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:38 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:39.477 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:10:39.769 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:39 smithi064 ceph-mon[67959]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-13T10:10:39.770 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:39 smithi064 ceph-mon[67959]: osd.4 [v2:172.21.15.64:6800/1580118991,v1:172.21.15.64:6801/1580118991] boot 2024-04-13T10:10:39.770 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:39 smithi064 ceph-mon[67959]: osdmap e103: 8 total, 8 up, 8 in 2024-04-13T10:10:39.770 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:39 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-13T10:10:39.770 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:39 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:39.770 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:39 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:39.771 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:39 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:10:39.771 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:39 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:10:39.771 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:39 smithi064 ceph-mon[67959]: pgmap v154: 129 pgs: 21 active+undersized, 33 active+undersized+degraded, 75 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 292 B/s rd, 146 B/s wr, 0 op/s; 259/1644 objects degraded (15.754%) 2024-04-13T10:10:39.771 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:39 smithi064 ceph-mon[67959]: pgmap v155: 129 pgs: 21 active+undersized, 33 active+undersized+degraded, 75 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 409 B/s rd, 204 B/s wr, 0 op/s; 259/1644 objects degraded (15.754%) 2024-04-13T10:10:39.771 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:39 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:39.771 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:39 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:39.771 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:39 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:10:39.771 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:39 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:10:39.771 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:39 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:10:39.771 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:39 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:10:39.771 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:39 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-04-13T10:10:39.771 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:39 smithi064 ceph-mon[67959]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-04-13T10:10:39.771 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:39 smithi064 ceph-mon[67959]: Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-04-13T10:10:39.771 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:39 smithi064 ceph-mon[67959]: osdmap e104: 8 total, 8 up, 8 in 2024-04-13T10:10:39.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:39 smithi062 ceph-mon[92254]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-13T10:10:39.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:39 smithi062 ceph-mon[92254]: osd.4 [v2:172.21.15.64:6800/1580118991,v1:172.21.15.64:6801/1580118991] boot 2024-04-13T10:10:39.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:39 smithi062 ceph-mon[92254]: osdmap e103: 8 total, 8 up, 8 in 2024-04-13T10:10:39.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:39 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-13T10:10:39.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:39 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:39.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:39 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:39.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:39 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:10:39.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:39 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:10:39.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:39 smithi062 ceph-mon[92254]: pgmap v154: 129 pgs: 21 active+undersized, 33 active+undersized+degraded, 75 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 292 B/s rd, 146 B/s wr, 0 op/s; 259/1644 objects degraded (15.754%) 2024-04-13T10:10:39.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:39 smithi062 ceph-mon[92254]: pgmap v155: 129 pgs: 21 active+undersized, 33 active+undersized+degraded, 75 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 409 B/s rd, 204 B/s wr, 0 op/s; 259/1644 objects degraded (15.754%) 2024-04-13T10:10:39.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:39 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:39.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:39 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:39.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:39 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:10:39.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:39 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:10:39.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:39 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:10:39.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:39 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:10:39.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:39 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-04-13T10:10:39.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:39 smithi062 ceph-mon[92254]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-04-13T10:10:39.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:39 smithi062 ceph-mon[92254]: Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-04-13T10:10:39.795 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:39 smithi062 ceph-mon[92254]: osdmap e104: 8 total, 8 up, 8 in 2024-04-13T10:10:42.070 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T10:10:42.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:41 smithi064 ceph-mon[67959]: pgmap v157: 129 pgs: 19 peering, 16 active+undersized, 17 active+undersized+degraded, 77 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 589 B/s rd, 294 B/s wr, 1 op/s; 134/1644 objects degraded (8.151%); 0 B/s, 0 objects/s recovering 2024-04-13T10:10:42.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:41 smithi062 ceph-mon[92254]: pgmap v157: 129 pgs: 19 peering, 16 active+undersized, 17 active+undersized+degraded, 77 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 589 B/s rd, 294 B/s wr, 1 op/s; 134/1644 objects degraded (8.151%); 0 B/s, 0 objects/s recovering 2024-04-13T10:10:42.733 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T10:10:42.733 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (13m) 40s ago 24m 17.3M - 0.20.0 0881eb8f169f f67d46639f12 2024-04-13T10:10:42.733 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (2m) 40s ago 24m 6651k - 18.2.2-1173-g5108bc67 3464fd31103e 5ca3f5d851a8 2024-04-13T10:10:42.733 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (2m) 7s ago 23m 6651k - 18.2.2-1173-g5108bc67 3464fd31103e 4fccca2794ac 2024-04-13T10:10:42.733 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (11m) 40s ago 23m 34.1M - 6.7.4 557c83e11646 52a02116d022 2024-04-13T10:10:42.733 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (18m) 40s ago 18m 16.3M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T10:10:42.733 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (18m) 7s ago 18m 37.8M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T10:10:42.733 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:8443,9283,8765 running (4m) 40s ago 25m 500M - 18.2.2-1173-g5108bc67 3464fd31103e 5f0191e57ab0 2024-04-13T10:10:42.733 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283,8765 running (4m) 7s ago 23m 450M - 18.2.2-1173-g5108bc67 3464fd31103e 267484796b5c 2024-04-13T10:10:42.734 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (4m) 40s ago 25m 57.7M 2048M 18.2.2-1173-g5108bc67 3464fd31103e ea3d08dee67d 2024-04-13T10:10:42.734 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (3m) 7s ago 23m 47.3M 2048M 18.2.2-1173-g5108bc67 3464fd31103e 17cdca1b9f7e 2024-04-13T10:10:42.734 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (15m) 40s ago 15m 82.9M - 3.5 6933c2a0b7dd c23522e42b6b 2024-04-13T10:10:42.734 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (15m) 7s ago 15m 79.6M - 3.5 6933c2a0b7dd ab1f0d8d0bb5 2024-04-13T10:10:42.734 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (9m) 40s ago 23m 15.1M - 0.18.1 e5a616e4b9cf 69df71029afe 2024-04-13T10:10:42.734 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (4m) 7s ago 22m 10.7M - 0.18.1 e5a616e4b9cf 19e13c75f9ef 2024-04-13T10:10:42.734 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (2m) 40s ago 22m 130M 1944M 18.2.2-1173-g5108bc67 3464fd31103e 52e7889244fc 2024-04-13T10:10:42.734 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (117s) 40s ago 22m 107M 1944M 18.2.2-1173-g5108bc67 3464fd31103e aeb987d5b83d 2024-04-13T10:10:42.734 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (82s) 40s ago 21m 90.8M 1944M 18.2.2-1173-g5108bc67 3464fd31103e 9466e6d526dc 2024-04-13T10:10:42.734 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (47s) 40s ago 21m 10.9M 1944M 18.2.2-1173-g5108bc67 3464fd31103e fc3238095faa 2024-04-13T10:10:42.734 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (12s) 7s ago 21m 11.2M 2712M 18.2.2-1173-g5108bc67 3464fd31103e 58cf12652894 2024-04-13T10:10:42.734 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (20m) 7s ago 20m 429M 2712M 16.2.5 6933c2a0b7dd 26a5ff9fb082 2024-04-13T10:10:42.734 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (20m) 7s ago 20m 354M 2712M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T10:10:42.735 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (20m) 7s ago 20m 491M 2712M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T10:10:42.735 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 error 40s ago 23m - - 2024-04-13T10:10:43.135 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:10:43.135 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T10:10:43.135 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:10:43.135 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:10:43.135 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T10:10:43.135 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:10:43.135 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:10:43.135 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T10:10:43.136 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 3, 2024-04-13T10:10:43.136 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 5 2024-04-13T10:10:43.136 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:10:43.136 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T10:10:43.136 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:10:43.136 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:10:43.136 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T10:10:43.136 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 5, 2024-04-13T10:10:43.136 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 9 2024-04-13T10:10:43.136 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T10:10:43.136 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:10:43.265 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:42 smithi064 ceph-mon[67959]: from='client.34320 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:10:43.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:42 smithi062 ceph-mon[92254]: from='client.34320 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:10:43.475 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:10:43.475 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T10:10:43.476 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T10:10:43.476 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T10:10:43.476 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [ 2024-04-13T10:10:43.476 INFO:teuthology.orchestra.run.smithi062.stdout: "crash", 2024-04-13T10:10:43.476 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr", 2024-04-13T10:10:43.476 INFO:teuthology.orchestra.run.smithi062.stdout: "mon" 2024-04-13T10:10:43.476 INFO:teuthology.orchestra.run.smithi062.stdout: ], 2024-04-13T10:10:43.476 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "11/23 daemons upgraded", 2024-04-13T10:10:43.476 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "Currently upgrading osd daemons", 2024-04-13T10:10:43.476 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T10:10:43.476 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:10:43.884 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-13T10:10:43.884 INFO:teuthology.orchestra.run.smithi062.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-13T10:10:43.884 INFO:teuthology.orchestra.run.smithi062.stdout: daemon prometheus.smithi062 on smithi062 is in error state 2024-04-13T10:10:44.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:43 smithi064 ceph-mon[67959]: from='client.34324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:10:44.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:43 smithi064 ceph-mon[67959]: from='client.34328 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:10:44.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:43 smithi064 ceph-mon[67959]: pgmap v158: 129 pgs: 19 peering, 110 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 205 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-13T10:10:44.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:43 smithi064 ceph-mon[67959]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 134/1644 objects degraded (8.151%), 17 pgs degraded) 2024-04-13T10:10:44.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:43 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/455336190' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:10:44.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:43 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/3715166538' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:10:44.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:43 smithi062 ceph-mon[92254]: from='client.34324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:10:44.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:43 smithi062 ceph-mon[92254]: from='client.34328 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:10:44.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:43 smithi062 ceph-mon[92254]: pgmap v158: 129 pgs: 19 peering, 110 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 205 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-13T10:10:44.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:43 smithi062 ceph-mon[92254]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 134/1644 objects degraded (8.151%), 17 pgs degraded) 2024-04-13T10:10:44.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:43 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/455336190' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:10:44.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:43 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/3715166538' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:10:44.521 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:10:45.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:44 smithi064 ceph-mon[67959]: from='client.34336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:10:45.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:44 smithi062 ceph-mon[92254]: from='client.34336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:10:46.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:45 smithi064 ceph-mon[67959]: pgmap v159: 129 pgs: 129 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 158 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-13T10:10:46.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:45 smithi062 ceph-mon[92254]: pgmap v159: 129 pgs: 129 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 158 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-13T10:10:48.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:47 smithi064 ceph-mon[67959]: pgmap v160: 129 pgs: 129 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-13T10:10:48.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:47 smithi062 ceph-mon[92254]: pgmap v160: 129 pgs: 129 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-13T10:10:49.555 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:10:50.265 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:49 smithi064 ceph-mon[67959]: pgmap v161: 129 pgs: 129 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-13T10:10:50.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:49 smithi062 ceph-mon[92254]: pgmap v161: 129 pgs: 129 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-13T10:10:52.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:51 smithi064 ceph-mon[67959]: pgmap v162: 129 pgs: 129 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 178 B/s rd, 267 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-13T10:10:52.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:51 smithi062 ceph-mon[92254]: pgmap v162: 129 pgs: 129 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 178 B/s rd, 267 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-13T10:10:54.265 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:53 smithi064 ceph-mon[67959]: pgmap v163: 129 pgs: 129 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:10:54.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:53 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:54.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:53 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:10:54.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:53 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:54.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:53 smithi062 ceph-mon[92254]: pgmap v163: 129 pgs: 129 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:10:54.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:53 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:54.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:53 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:10:54.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:53 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:54.589 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:10:55.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:54 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-04-13T10:10:55.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:54 smithi064 ceph-mon[67959]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-04-13T10:10:55.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:54 smithi064 ceph-mon[67959]: Upgrade: osd.5 is safe to restart 2024-04-13T10:10:55.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:54 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-04-13T10:10:55.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:54 smithi062 ceph-mon[92254]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-04-13T10:10:55.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:54 smithi062 ceph-mon[92254]: Upgrade: osd.5 is safe to restart 2024-04-13T10:10:56.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:55 smithi064 ceph-mon[67959]: pgmap v164: 129 pgs: 129 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:10:56.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:55 smithi062 ceph-mon[92254]: pgmap v164: 129 pgs: 129 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:10:57.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:57 smithi064 ceph-mon[67959]: Upgrade: Updating osd.5 2024-04-13T10:10:57.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:57 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:57.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:57 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-13T10:10:57.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:57 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:10:57.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:57 smithi064 ceph-mon[67959]: Deploying daemon osd.5 on smithi064 2024-04-13T10:10:57.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:57 smithi064 ceph-mon[67959]: pgmap v165: 129 pgs: 129 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:10:57.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:57 smithi062 ceph-mon[92254]: Upgrade: Updating osd.5 2024-04-13T10:10:57.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:57 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:10:57.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:57 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-13T10:10:57.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:57 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:10:57.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:57 smithi062 ceph-mon[92254]: Deploying daemon osd.5 on smithi064 2024-04-13T10:10:57.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:57 smithi062 ceph-mon[92254]: pgmap v165: 129 pgs: 129 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:10:59.516 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:10:59 smithi064 systemd[1]: Stopping Ceph osd.5 for 66630ffe-f97a-11ee-bc8d-c7b262605968... 2024-04-13T10:10:59.516 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:10:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.5[45631]: debug 2024-04-13T10:10:59.335+0000 7ff6552d2700 -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-04-13T10:10:59.516 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:10:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.5[45631]: debug 2024-04-13T10:10:59.335+0000 7ff6552d2700 -1 osd.5 104 *** Got signal Terminated *** 2024-04-13T10:10:59.516 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:10:59 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.5[45631]: debug 2024-04-13T10:10:59.335+0000 7ff6552d2700 -1 osd.5 104 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-13T10:10:59.621 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:11:00.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:59 smithi064 ceph-mon[67959]: pgmap v166: 129 pgs: 129 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:11:00.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:59 smithi064 ceph-mon[67959]: osd.5 reported immediately failed by osd.2 2024-04-13T10:11:00.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:59 smithi064 ceph-mon[67959]: osd.5 failed (root=default,host=smithi064) (connection refused reported by osd.2) 2024-04-13T10:11:00.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:59 smithi064 ceph-mon[67959]: osd.5 reported immediately failed by osd.3 2024-04-13T10:11:00.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:59 smithi064 ceph-mon[67959]: osd.5 reported immediately failed by osd.6 2024-04-13T10:11:00.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:59 smithi064 ceph-mon[67959]: osd.5 reported immediately failed by osd.7 2024-04-13T10:11:00.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:59 smithi064 ceph-mon[67959]: osd.5 reported immediately failed by osd.0 2024-04-13T10:11:00.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:59 smithi064 ceph-mon[67959]: osd.5 reported immediately failed by osd.1 2024-04-13T10:11:00.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:59 smithi064 ceph-mon[67959]: osd.5 reported immediately failed by osd.2 2024-04-13T10:11:00.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:59 smithi064 ceph-mon[67959]: osd.5 reported immediately failed by osd.3 2024-04-13T10:11:00.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:59 smithi064 ceph-mon[67959]: osd.5 reported immediately failed by osd.4 2024-04-13T10:11:00.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:59 smithi064 ceph-mon[67959]: osd.5 reported immediately failed by osd.6 2024-04-13T10:11:00.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:59 smithi064 ceph-mon[67959]: osd.5 reported immediately failed by osd.7 2024-04-13T10:11:00.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:59 smithi064 ceph-mon[67959]: osd.5 reported immediately failed by osd.0 2024-04-13T10:11:00.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:59 smithi064 ceph-mon[67959]: osd.5 reported immediately failed by osd.1 2024-04-13T10:11:00.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:59 smithi064 ceph-mon[67959]: osd.5 reported immediately failed by osd.4 2024-04-13T10:11:00.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:59 smithi064 ceph-mon[67959]: osd.5 reported immediately failed by osd.6 2024-04-13T10:11:00.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:10:59 smithi064 ceph-mon[67959]: osd.5 reported immediately failed by osd.0 2024-04-13T10:11:00.018 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:10:59 smithi064 bash[76012]: ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.5 2024-04-13T10:11:00.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:59 smithi062 ceph-mon[92254]: pgmap v166: 129 pgs: 129 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:11:00.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:59 smithi062 ceph-mon[92254]: osd.5 reported immediately failed by osd.2 2024-04-13T10:11:00.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:59 smithi062 ceph-mon[92254]: osd.5 failed (root=default,host=smithi064) (connection refused reported by osd.2) 2024-04-13T10:11:00.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:59 smithi062 ceph-mon[92254]: osd.5 reported immediately failed by osd.3 2024-04-13T10:11:00.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:59 smithi062 ceph-mon[92254]: osd.5 reported immediately failed by osd.6 2024-04-13T10:11:00.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:59 smithi062 ceph-mon[92254]: osd.5 reported immediately failed by osd.7 2024-04-13T10:11:00.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:59 smithi062 ceph-mon[92254]: osd.5 reported immediately failed by osd.0 2024-04-13T10:11:00.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:59 smithi062 ceph-mon[92254]: osd.5 reported immediately failed by osd.1 2024-04-13T10:11:00.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:59 smithi062 ceph-mon[92254]: osd.5 reported immediately failed by osd.2 2024-04-13T10:11:00.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:59 smithi062 ceph-mon[92254]: osd.5 reported immediately failed by osd.3 2024-04-13T10:11:00.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:59 smithi062 ceph-mon[92254]: osd.5 reported immediately failed by osd.4 2024-04-13T10:11:00.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:59 smithi062 ceph-mon[92254]: osd.5 reported immediately failed by osd.6 2024-04-13T10:11:00.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:59 smithi062 ceph-mon[92254]: osd.5 reported immediately failed by osd.7 2024-04-13T10:11:00.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:59 smithi062 ceph-mon[92254]: osd.5 reported immediately failed by osd.0 2024-04-13T10:11:00.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:59 smithi062 ceph-mon[92254]: osd.5 reported immediately failed by osd.1 2024-04-13T10:11:00.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:59 smithi062 ceph-mon[92254]: osd.5 reported immediately failed by osd.4 2024-04-13T10:11:00.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:59 smithi062 ceph-mon[92254]: osd.5 reported immediately failed by osd.6 2024-04-13T10:11:00.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:10:59 smithi062 ceph-mon[92254]: osd.5 reported immediately failed by osd.0 2024-04-13T10:11:01.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:00 smithi064 ceph-mon[67959]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-13T10:11:01.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:00 smithi064 ceph-mon[67959]: osdmap e105: 8 total, 7 up, 8 in 2024-04-13T10:11:01.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:00 smithi062 ceph-mon[92254]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-13T10:11:01.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:00 smithi062 ceph-mon[92254]: osdmap e105: 8 total, 7 up, 8 in 2024-04-13T10:11:02.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:01 smithi064 ceph-mon[67959]: pgmap v168: 129 pgs: 7 peering, 15 stale+active+clean, 107 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-13T10:11:02.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:01 smithi064 ceph-mon[67959]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-04-13T10:11:02.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:01 smithi064 ceph-mon[67959]: osdmap e106: 8 total, 7 up, 8 in 2024-04-13T10:11:02.016 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:11:01 smithi064 systemd[1]: ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@osd.5.service: Succeeded. 2024-04-13T10:11:02.016 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:11:01 smithi064 systemd[1]: Stopped Ceph osd.5 for 66630ffe-f97a-11ee-bc8d-c7b262605968. 2024-04-13T10:11:02.016 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:11:01 smithi064 systemd[1]: Starting Ceph osd.5 for 66630ffe-f97a-11ee-bc8d-c7b262605968... 2024-04-13T10:11:02.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:01 smithi062 ceph-mon[92254]: pgmap v168: 129 pgs: 7 peering, 15 stale+active+clean, 107 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-13T10:11:02.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:01 smithi062 ceph-mon[92254]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-04-13T10:11:02.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:01 smithi062 ceph-mon[92254]: osdmap e106: 8 total, 7 up, 8 in 2024-04-13T10:11:03.136 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:02 smithi064 ceph-mon[67959]: Health check failed: Degraded data redundancy: 128/1644 objects degraded (7.786%), 14 pgs degraded (PG_DEGRADED) 2024-04-13T10:11:03.136 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:11:02 smithi064 bash[76307]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-04-13T10:11:03.136 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:11:02 smithi064 bash[76307]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-5 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-04-13T10:11:03.136 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:11:02 smithi064 bash[76307]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-04-13T10:11:03.136 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:11:02 smithi064 bash[76307]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-04-13T10:11:03.136 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:11:02 smithi064 bash[76307]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-04-13T10:11:03.136 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:11:02 smithi064 bash[76307]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-04-13T10:11:03.137 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:11:02 smithi064 bash[76307]: --> ceph-volume raw activate successful for osd ID: 5 2024-04-13T10:11:03.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:02 smithi062 ceph-mon[92254]: Health check failed: Degraded data redundancy: 128/1644 objects degraded (7.786%), 14 pgs degraded (PG_DEGRADED) 2024-04-13T10:11:04.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:03 smithi064 ceph-mon[67959]: pgmap v170: 129 pgs: 9 active+undersized, 14 active+undersized+degraded, 7 peering, 4 stale+active+clean, 95 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 128/1644 objects degraded (7.786%) 2024-04-13T10:11:04.267 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:11:03 smithi064 ceph-osd[76656]: -- 172.21.15.64:0/2717956940 <== mon.1 v2:172.21.15.64:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x563d89e851e0 con 0x563d89e55000 2024-04-13T10:11:04.267 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:11:03 smithi064 bash[76582]: af376f8dfbb378edcc4ed4f86b8e1ce896416ba018d4c911f6a09c608955baae 2024-04-13T10:11:04.267 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:11:03 smithi064 systemd[1]: Started Ceph osd.5 for 66630ffe-f97a-11ee-bc8d-c7b262605968. 2024-04-13T10:11:04.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:03 smithi062 ceph-mon[92254]: pgmap v170: 129 pgs: 9 active+undersized, 14 active+undersized+degraded, 7 peering, 4 stale+active+clean, 95 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 128/1644 objects degraded (7.786%) 2024-04-13T10:11:04.663 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:11:04.766 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:11:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:11:04.428+0000 7fea44f517c0 -1 Falling back to public interface 2024-04-13T10:11:05.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:05 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:05.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:05 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:05.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:05 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:11:05.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:05 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:05.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:05 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:05.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:05 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:11:06.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:06 smithi062 ceph-mon[92254]: pgmap v171: 129 pgs: 14 active+undersized, 22 active+undersized+degraded, 7 peering, 86 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 187/1644 objects degraded (11.375%) 2024-04-13T10:11:06.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:06 smithi064 ceph-mon[67959]: pgmap v171: 129 pgs: 14 active+undersized, 22 active+undersized+degraded, 7 peering, 86 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 187/1644 objects degraded (11.375%) 2024-04-13T10:11:07.484 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:07 smithi064 ceph-mon[67959]: pgmap v172: 129 pgs: 19 active+undersized, 24 active+undersized+degraded, 86 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 192/1644 objects degraded (11.679%) 2024-04-13T10:11:07.484 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:07 smithi064 ceph-mon[67959]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-04-13T10:11:07.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:07 smithi062 ceph-mon[92254]: pgmap v172: 129 pgs: 19 active+undersized, 24 active+undersized+degraded, 86 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 192/1644 objects degraded (11.679%) 2024-04-13T10:11:07.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:07 smithi062 ceph-mon[92254]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-04-13T10:11:09.156 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:08 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:09.156 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:08 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:09.156 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:08 smithi064 ceph-mon[67959]: Health check update: Degraded data redundancy: 192/1644 objects degraded (11.679%), 24 pgs degraded (PG_DEGRADED) 2024-04-13T10:11:09.156 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:08 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:09.156 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:08 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:11:09.156 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:08 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:09.156 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:08 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:09.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:08 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:09.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:08 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:09.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:08 smithi062 ceph-mon[92254]: Health check update: Degraded data redundancy: 192/1644 objects degraded (11.679%), 24 pgs degraded (PG_DEGRADED) 2024-04-13T10:11:09.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:08 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:09.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:08 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:11:09.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:08 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:09.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:08 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:09.515 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:11:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:11:09.205+0000 7fea44f517c0 -1 osd.5 0 read_superblock omap replica is missing. 2024-04-13T10:11:09.698 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:11:10.016 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:11:09 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:11:09.761+0000 7fea44f517c0 -1 osd.5 104 log_to_monitors true 2024-04-13T10:11:10.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:09 smithi064 ceph-mon[67959]: pgmap v173: 129 pgs: 19 active+undersized, 24 active+undersized+degraded, 86 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 228 B/s wr, 0 op/s; 192/1644 objects degraded (11.679%) 2024-04-13T10:11:10.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:09 smithi064 ceph-mon[67959]: from='osd.5 [v2:172.21.15.64:6808/2009671305,v1:172.21.15.64:6809/2009671305]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-13T10:11:10.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:09 smithi064 ceph-mon[67959]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-13T10:11:10.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:09 smithi062 ceph-mon[92254]: pgmap v173: 129 pgs: 19 active+undersized, 24 active+undersized+degraded, 86 active+clean; 323 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 228 B/s wr, 0 op/s; 192/1644 objects degraded (11.679%) 2024-04-13T10:11:10.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:09 smithi062 ceph-mon[92254]: from='osd.5 [v2:172.21.15.64:6808/2009671305,v1:172.21.15.64:6809/2009671305]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-13T10:11:10.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:09 smithi062 ceph-mon[92254]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-13T10:11:11.483 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:11:11 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:11:11.080+0000 7fea323a3700 -1 osd.5 104 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-13T10:11:11.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:11 smithi064 ceph-mon[67959]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-13T10:11:11.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:11 smithi064 ceph-mon[67959]: osdmap e107: 8 total, 7 up, 8 in 2024-04-13T10:11:11.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:11 smithi064 ceph-mon[67959]: from='osd.5 [v2:172.21.15.64:6808/2009671305,v1:172.21.15.64:6809/2009671305]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2024-04-13T10:11:11.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:11 smithi064 ceph-mon[67959]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2024-04-13T10:11:11.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:11 smithi064 ceph-mon[67959]: pgmap v175: 129 pgs: 19 active+undersized, 24 active+undersized+degraded, 86 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 206 B/s wr, 0 op/s; 192/1644 objects degraded (11.679%) 2024-04-13T10:11:11.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:11 smithi064 ceph-mon[67959]: from='osd.5 ' entity='osd.5' 2024-04-13T10:11:12.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:11 smithi062 ceph-mon[92254]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-13T10:11:12.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:11 smithi062 ceph-mon[92254]: osdmap e107: 8 total, 7 up, 8 in 2024-04-13T10:11:12.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:11 smithi062 ceph-mon[92254]: from='osd.5 [v2:172.21.15.64:6808/2009671305,v1:172.21.15.64:6809/2009671305]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2024-04-13T10:11:12.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:11 smithi062 ceph-mon[92254]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2024-04-13T10:11:12.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:11 smithi062 ceph-mon[92254]: pgmap v175: 129 pgs: 19 active+undersized, 24 active+undersized+degraded, 86 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 206 B/s wr, 0 op/s; 192/1644 objects degraded (11.679%) 2024-04-13T10:11:12.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:11 smithi062 ceph-mon[92254]: from='osd.5 ' entity='osd.5' 2024-04-13T10:11:13.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:12 smithi064 ceph-mon[67959]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-13T10:11:13.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:12 smithi064 ceph-mon[67959]: osd.5 [v2:172.21.15.64:6808/2009671305,v1:172.21.15.64:6809/2009671305] boot 2024-04-13T10:11:13.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:12 smithi064 ceph-mon[67959]: osdmap e108: 8 total, 8 up, 8 in 2024-04-13T10:11:13.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:12 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-13T10:11:13.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:12 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:13.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:12 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:13.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:12 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:11:13.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:12 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:11:13.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:12 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:13.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:12 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:13.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:12 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:11:13.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:12 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:11:13.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:12 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:11:13.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:12 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:11:13.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:12 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-04-13T10:11:13.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:12 smithi062 ceph-mon[92254]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-13T10:11:13.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:12 smithi062 ceph-mon[92254]: osd.5 [v2:172.21.15.64:6808/2009671305,v1:172.21.15.64:6809/2009671305] boot 2024-04-13T10:11:13.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:12 smithi062 ceph-mon[92254]: osdmap e108: 8 total, 8 up, 8 in 2024-04-13T10:11:13.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:12 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-13T10:11:13.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:12 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:13.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:12 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:13.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:12 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:11:13.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:12 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:11:13.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:12 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:13.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:12 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:13.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:12 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:11:13.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:12 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:11:13.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:12 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:11:13.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:12 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:11:13.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:12 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-04-13T10:11:14.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:13 smithi064 ceph-mon[67959]: pgmap v177: 129 pgs: 19 active+undersized, 24 active+undersized+degraded, 86 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 280 B/s rd, 280 B/s wr, 0 op/s; 192/1644 objects degraded (11.679%) 2024-04-13T10:11:14.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:13 smithi064 ceph-mon[67959]: pgmap v178: 129 pgs: 19 active+undersized, 24 active+undersized+degraded, 86 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 387 B/s rd, 193 B/s wr, 0 op/s; 192/1644 objects degraded (11.679%) 2024-04-13T10:11:14.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:13 smithi064 ceph-mon[67959]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-04-13T10:11:14.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:13 smithi064 ceph-mon[67959]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-04-13T10:11:14.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:13 smithi064 ceph-mon[67959]: osdmap e109: 8 total, 8 up, 8 in 2024-04-13T10:11:14.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:13 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:14.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:13 smithi062 ceph-mon[92254]: pgmap v177: 129 pgs: 19 active+undersized, 24 active+undersized+degraded, 86 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 280 B/s rd, 280 B/s wr, 0 op/s; 192/1644 objects degraded (11.679%) 2024-04-13T10:11:14.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:13 smithi062 ceph-mon[92254]: pgmap v178: 129 pgs: 19 active+undersized, 24 active+undersized+degraded, 86 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 387 B/s rd, 193 B/s wr, 0 op/s; 192/1644 objects degraded (11.679%) 2024-04-13T10:11:14.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:13 smithi062 ceph-mon[92254]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-04-13T10:11:14.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:13 smithi062 ceph-mon[92254]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-04-13T10:11:14.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:13 smithi062 ceph-mon[92254]: osdmap e109: 8 total, 8 up, 8 in 2024-04-13T10:11:14.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:13 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:14.253 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T10:11:14.744 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:11:14.922 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T10:11:14.922 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (13m) 73s ago 24m 17.3M - 0.20.0 0881eb8f169f f67d46639f12 2024-04-13T10:11:14.922 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (3m) 73s ago 24m 6651k - 18.2.2-1173-g5108bc67 3464fd31103e 5ca3f5d851a8 2024-04-13T10:11:14.922 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (3m) 7s ago 23m 6651k - 18.2.2-1173-g5108bc67 3464fd31103e 4fccca2794ac 2024-04-13T10:11:14.922 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (11m) 73s ago 24m 34.1M - 6.7.4 557c83e11646 52a02116d022 2024-04-13T10:11:14.922 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (19m) 73s ago 19m 16.3M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T10:11:14.922 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (19m) 7s ago 19m 37.8M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T10:11:14.922 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:8443,9283,8765 running (5m) 73s ago 26m 500M - 18.2.2-1173-g5108bc67 3464fd31103e 5f0191e57ab0 2024-04-13T10:11:14.922 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283,8765 running (4m) 7s ago 23m 450M - 18.2.2-1173-g5108bc67 3464fd31103e 267484796b5c 2024-04-13T10:11:14.923 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (4m) 73s ago 26m 57.7M 2048M 18.2.2-1173-g5108bc67 3464fd31103e ea3d08dee67d 2024-04-13T10:11:14.923 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (4m) 7s ago 23m 47.3M 2048M 18.2.2-1173-g5108bc67 3464fd31103e 17cdca1b9f7e 2024-04-13T10:11:14.923 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (16m) 73s ago 16m 82.9M - 3.5 6933c2a0b7dd c23522e42b6b 2024-04-13T10:11:14.923 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (16m) 7s ago 16m 79.6M - 3.5 6933c2a0b7dd ab1f0d8d0bb5 2024-04-13T10:11:14.923 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (9m) 73s ago 24m 15.1M - 0.18.1 e5a616e4b9cf 69df71029afe 2024-04-13T10:11:14.923 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (5m) 7s ago 23m 10.7M - 0.18.1 e5a616e4b9cf 19e13c75f9ef 2024-04-13T10:11:14.923 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (3m) 73s ago 23m 130M 1944M 18.2.2-1173-g5108bc67 3464fd31103e 52e7889244fc 2024-04-13T10:11:14.923 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (2m) 73s ago 22m 107M 1944M 18.2.2-1173-g5108bc67 3464fd31103e aeb987d5b83d 2024-04-13T10:11:14.923 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (114s) 73s ago 22m 90.8M 1944M 18.2.2-1173-g5108bc67 3464fd31103e 9466e6d526dc 2024-04-13T10:11:14.923 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (79s) 73s ago 21m 10.9M 1944M 18.2.2-1173-g5108bc67 3464fd31103e fc3238095faa 2024-04-13T10:11:14.923 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (44s) 7s ago 21m 131M 2712M 18.2.2-1173-g5108bc67 3464fd31103e 58cf12652894 2024-04-13T10:11:14.923 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (11s) 7s ago 21m 13.1M 2712M 18.2.2-1173-g5108bc67 3464fd31103e af376f8dfbb3 2024-04-13T10:11:14.923 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (20m) 7s ago 20m 355M 2712M 16.2.5 6933c2a0b7dd 6f58536bafbd 2024-04-13T10:11:14.924 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (20m) 7s ago 20m 492M 2712M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T10:11:14.924 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 error 73s ago 23m - - 2024-04-13T10:11:15.015 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:14 smithi064 ceph-mon[67959]: Health check update: Degraded data redundancy: 175/1644 objects degraded (10.645%), 21 pgs degraded (PG_DEGRADED) 2024-04-13T10:11:15.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:14 smithi062 ceph-mon[92254]: Health check update: Degraded data redundancy: 175/1644 objects degraded (10.645%), 21 pgs degraded (PG_DEGRADED) 2024-04-13T10:11:15.326 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:11:15.326 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T10:11:15.326 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:11:15.326 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:11:15.326 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T10:11:15.326 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:11:15.326 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:11:15.326 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T10:11:15.326 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2, 2024-04-13T10:11:15.326 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 6 2024-04-13T10:11:15.326 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:11:15.326 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T10:11:15.327 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:11:15.327 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:11:15.327 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T10:11:15.327 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 4, 2024-04-13T10:11:15.327 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 10 2024-04-13T10:11:15.327 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T10:11:15.327 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:11:15.666 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:11:15.667 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T10:11:15.667 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T10:11:15.667 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T10:11:15.667 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [ 2024-04-13T10:11:15.667 INFO:teuthology.orchestra.run.smithi062.stdout: "crash", 2024-04-13T10:11:15.667 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr", 2024-04-13T10:11:15.667 INFO:teuthology.orchestra.run.smithi062.stdout: "mon" 2024-04-13T10:11:15.667 INFO:teuthology.orchestra.run.smithi062.stdout: ], 2024-04-13T10:11:15.667 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "12/23 daemons upgraded", 2024-04-13T10:11:15.667 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "Currently upgrading osd daemons", 2024-04-13T10:11:15.667 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T10:11:15.667 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:11:16.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:15 smithi064 ceph-mon[67959]: pgmap v180: 129 pgs: 4 peering, 18 active+undersized, 21 active+undersized+degraded, 86 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 175/1644 objects degraded (10.645%) 2024-04-13T10:11:16.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:15 smithi064 ceph-mon[67959]: from='client.34348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:11:16.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:15 smithi064 ceph-mon[67959]: from='client.34352 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:11:16.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:15 smithi064 ceph-mon[67959]: from='client.34356 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:11:16.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:15 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/633292520' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:11:16.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:15 smithi062 ceph-mon[92254]: pgmap v180: 129 pgs: 4 peering, 18 active+undersized, 21 active+undersized+degraded, 86 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 175/1644 objects degraded (10.645%) 2024-04-13T10:11:16.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:15 smithi062 ceph-mon[92254]: from='client.34348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:11:16.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:15 smithi062 ceph-mon[92254]: from='client.34352 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:11:16.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:15 smithi062 ceph-mon[92254]: from='client.34356 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:11:16.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:15 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/633292520' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:11:16.079 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_WARN 1 failed cephadm daemon(s); Degraded data redundancy: 175/1644 objects degraded (10.645%), 21 pgs degraded 2024-04-13T10:11:16.079 INFO:teuthology.orchestra.run.smithi062.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-13T10:11:16.079 INFO:teuthology.orchestra.run.smithi062.stdout: daemon prometheus.smithi062 on smithi062 is in error state 2024-04-13T10:11:16.079 INFO:teuthology.orchestra.run.smithi062.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 175/1644 objects degraded (10.645%), 21 pgs degraded 2024-04-13T10:11:16.079 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.2 is active+undersized+degraded, acting [1,6] 2024-04-13T10:11:16.079 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.3 is active+undersized+degraded, acting [2,7] 2024-04-13T10:11:16.079 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.b is active+undersized+degraded, acting [7,4] 2024-04-13T10:11:16.079 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.c is active+undersized+degraded, acting [2,0] 2024-04-13T10:11:16.079 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.12 is active+undersized+degraded, acting [3,7] 2024-04-13T10:11:16.079 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.14 is active+undersized+degraded, acting [6,3] 2024-04-13T10:11:16.080 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.15 is active+undersized+degraded, acting [1,0] 2024-04-13T10:11:16.080 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.16 is active+undersized+degraded, acting [6,2] 2024-04-13T10:11:16.080 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.17 is active+undersized+degraded, acting [6,2] 2024-04-13T10:11:16.080 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.18 is active+undersized+degraded, acting [4,7] 2024-04-13T10:11:16.080 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.1c is active+undersized+degraded, acting [7,2] 2024-04-13T10:11:16.080 INFO:teuthology.orchestra.run.smithi062.stdout: pg 3.4 is active+undersized+degraded, acting [1,2] 2024-04-13T10:11:16.080 INFO:teuthology.orchestra.run.smithi062.stdout: pg 3.5 is active+undersized+degraded, acting [3,2] 2024-04-13T10:11:16.080 INFO:teuthology.orchestra.run.smithi062.stdout: pg 3.c is active+undersized+degraded, acting [3,6] 2024-04-13T10:11:16.080 INFO:teuthology.orchestra.run.smithi062.stdout: pg 3.d is active+undersized+degraded, acting [7,6] 2024-04-13T10:11:16.080 INFO:teuthology.orchestra.run.smithi062.stdout: pg 3.10 is active+undersized+degraded, acting [6,0] 2024-04-13T10:11:16.080 INFO:teuthology.orchestra.run.smithi062.stdout: pg 3.16 is active+undersized+degraded, acting [7,1] 2024-04-13T10:11:16.080 INFO:teuthology.orchestra.run.smithi062.stdout: pg 3.17 is active+undersized+degraded, acting [0,3] 2024-04-13T10:11:16.080 INFO:teuthology.orchestra.run.smithi062.stdout: pg 3.1c is active+undersized+degraded, acting [4,1] 2024-04-13T10:11:16.080 INFO:teuthology.orchestra.run.smithi062.stdout: pg 3.1d is active+undersized+degraded, acting [4,6] 2024-04-13T10:11:16.081 INFO:teuthology.orchestra.run.smithi062.stdout: pg 3.1f is active+undersized+degraded, acting [0,2] 2024-04-13T10:11:17.018 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:16 smithi064 ceph-mon[67959]: from='client.34364 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:11:17.019 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:16 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/1729373536' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:11:17.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:16 smithi062 ceph-mon[92254]: from='client.34364 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:11:17.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:16 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/1729373536' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:11:18.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:17 smithi064 ceph-mon[67959]: pgmap v181: 129 pgs: 4 peering, 4 active+undersized, 4 active+undersized+degraded, 117 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 193 B/s wr, 0 op/s; 52/1644 objects degraded (3.163%) 2024-04-13T10:11:18.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:17 smithi062 ceph-mon[92254]: pgmap v181: 129 pgs: 4 peering, 4 active+undersized, 4 active+undersized+degraded, 117 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 193 B/s wr, 0 op/s; 52/1644 objects degraded (3.163%) 2024-04-13T10:11:19.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:18 smithi064 ceph-mon[67959]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 52/1644 objects degraded (3.163%), 4 pgs degraded) 2024-04-13T10:11:19.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:18 smithi062 ceph-mon[92254]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 52/1644 objects degraded (3.163%), 4 pgs degraded) 2024-04-13T10:11:19.781 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:11:20.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:19 smithi064 ceph-mon[67959]: pgmap v182: 129 pgs: 129 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 336 B/s rd, 168 B/s wr, 0 op/s 2024-04-13T10:11:20.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:19 smithi062 ceph-mon[92254]: pgmap v182: 129 pgs: 129 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 336 B/s rd, 168 B/s wr, 0 op/s 2024-04-13T10:11:22.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:21 smithi064 ceph-mon[67959]: pgmap v183: 129 pgs: 129 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s 2024-04-13T10:11:22.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:21 smithi062 ceph-mon[92254]: pgmap v183: 129 pgs: 129 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s 2024-04-13T10:11:24.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:23 smithi064 ceph-mon[67959]: pgmap v184: 129 pgs: 129 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-13T10:11:24.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:23 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:24.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:23 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:11:24.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:23 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:24.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:23 smithi062 ceph-mon[92254]: pgmap v184: 129 pgs: 129 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-13T10:11:24.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:23 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:24.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:23 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:11:24.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:23 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:24.814 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:11:26.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:25 smithi064 ceph-mon[67959]: pgmap v185: 129 pgs: 129 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 184 B/s rd, 184 B/s wr, 0 op/s 2024-04-13T10:11:26.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:25 smithi062 ceph-mon[92254]: pgmap v185: 129 pgs: 129 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 184 B/s rd, 184 B/s wr, 0 op/s 2024-04-13T10:11:28.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:27 smithi064 ceph-mon[67959]: pgmap v186: 129 pgs: 129 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:11:28.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:27 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-04-13T10:11:28.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:27 smithi062 ceph-mon[92254]: pgmap v186: 129 pgs: 129 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:11:28.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:27 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-04-13T10:11:28.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:28 smithi064 ceph-mon[67959]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-04-13T10:11:28.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:28 smithi064 ceph-mon[67959]: Upgrade: osd.6 is safe to restart 2024-04-13T10:11:29.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:28 smithi062 ceph-mon[92254]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-04-13T10:11:29.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:28 smithi062 ceph-mon[92254]: Upgrade: osd.6 is safe to restart 2024-04-13T10:11:29.849 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:11:30.250 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:29 smithi064 ceph-mon[67959]: pgmap v187: 129 pgs: 129 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:11:30.250 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:29 smithi064 ceph-mon[67959]: Upgrade: Updating osd.6 2024-04-13T10:11:30.250 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:29 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:30.250 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:29 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-13T10:11:30.250 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:29 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:11:30.251 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:29 smithi064 ceph-mon[67959]: Deploying daemon osd.6 on smithi064 2024-04-13T10:11:30.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:29 smithi062 ceph-mon[92254]: pgmap v187: 129 pgs: 129 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:11:30.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:29 smithi062 ceph-mon[92254]: Upgrade: Updating osd.6 2024-04-13T10:11:30.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:29 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:30.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:29 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-13T10:11:30.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:29 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:11:30.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:29 smithi062 ceph-mon[92254]: Deploying daemon osd.6 on smithi064 2024-04-13T10:11:31.968 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:31 smithi064 ceph-mon[67959]: pgmap v188: 129 pgs: 129 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:11:32.265 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:11:31 smithi064 systemd[1]: Stopping Ceph osd.6 for 66630ffe-f97a-11ee-bc8d-c7b262605968... 2024-04-13T10:11:32.266 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:11:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.6[48521]: debug 2024-04-13T10:11:32.120+0000 7fd3984eb700 -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-04-13T10:11:32.266 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:11:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.6[48521]: debug 2024-04-13T10:11:32.120+0000 7fd3984eb700 -1 osd.6 109 *** Got signal Terminated *** 2024-04-13T10:11:32.266 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:11:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.6[48521]: debug 2024-04-13T10:11:32.120+0000 7fd3984eb700 -1 osd.6 109 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-13T10:11:32.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:31 smithi062 ceph-mon[92254]: pgmap v188: 129 pgs: 129 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:11:32.766 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:11:32 smithi064 bash[78757]: ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.6 2024-04-13T10:11:33.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:32 smithi064 ceph-mon[67959]: osd.6 reported immediately failed by osd.7 2024-04-13T10:11:33.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:32 smithi064 ceph-mon[67959]: osd.6 failed (root=default,host=smithi064) (connection refused reported by osd.7) 2024-04-13T10:11:33.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:32 smithi064 ceph-mon[67959]: osd.6 reported immediately failed by osd.5 2024-04-13T10:11:33.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:32 smithi064 ceph-mon[67959]: osd.6 reported immediately failed by osd.4 2024-04-13T10:11:33.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:32 smithi064 ceph-mon[67959]: osd.6 reported immediately failed by osd.7 2024-04-13T10:11:33.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:32 smithi064 ceph-mon[67959]: osd.6 reported immediately failed by osd.0 2024-04-13T10:11:33.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:32 smithi064 ceph-mon[67959]: osd.6 reported immediately failed by osd.1 2024-04-13T10:11:33.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:32 smithi064 ceph-mon[67959]: osd.6 reported immediately failed by osd.2 2024-04-13T10:11:33.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:32 smithi064 ceph-mon[67959]: osd.6 reported immediately failed by osd.3 2024-04-13T10:11:33.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:32 smithi064 ceph-mon[67959]: osd.6 reported immediately failed by osd.5 2024-04-13T10:11:33.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:32 smithi064 ceph-mon[67959]: osd.6 reported immediately failed by osd.0 2024-04-13T10:11:33.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:32 smithi064 ceph-mon[67959]: osd.6 reported immediately failed by osd.1 2024-04-13T10:11:33.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:32 smithi064 ceph-mon[67959]: osd.6 reported immediately failed by osd.2 2024-04-13T10:11:33.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:32 smithi064 ceph-mon[67959]: osd.6 reported immediately failed by osd.3 2024-04-13T10:11:33.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:32 smithi064 ceph-mon[67959]: osd.6 reported immediately failed by osd.4 2024-04-13T10:11:33.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:32 smithi064 ceph-mon[67959]: osd.6 reported immediately failed by osd.7 2024-04-13T10:11:33.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:32 smithi064 ceph-mon[67959]: osd.6 reported immediately failed by osd.5 2024-04-13T10:11:33.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:32 smithi064 ceph-mon[67959]: osd.6 reported immediately failed by osd.4 2024-04-13T10:11:33.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:32 smithi064 ceph-mon[67959]: osd.6 reported immediately failed by osd.0 2024-04-13T10:11:33.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:32 smithi064 ceph-mon[67959]: osd.6 reported immediately failed by osd.1 2024-04-13T10:11:33.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:32 smithi064 ceph-mon[67959]: osd.6 reported immediately failed by osd.2 2024-04-13T10:11:33.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:32 smithi064 ceph-mon[67959]: osd.6 reported immediately failed by osd.3 2024-04-13T10:11:33.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:32 smithi064 ceph-mon[67959]: osd.6 reported immediately failed by osd.5 2024-04-13T10:11:33.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:32 smithi064 ceph-mon[67959]: osd.6 reported immediately failed by osd.7 2024-04-13T10:11:33.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:32 smithi064 ceph-mon[67959]: osd.6 reported immediately failed by osd.0 2024-04-13T10:11:33.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:32 smithi064 ceph-mon[67959]: osd.6 reported immediately failed by osd.1 2024-04-13T10:11:33.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:32 smithi064 ceph-mon[67959]: osd.6 reported immediately failed by osd.2 2024-04-13T10:11:33.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:32 smithi064 ceph-mon[67959]: osd.6 reported immediately failed by osd.3 2024-04-13T10:11:33.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:32 smithi064 ceph-mon[67959]: osd.6 reported immediately failed by osd.4 2024-04-13T10:11:33.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:32 smithi064 ceph-mon[67959]: osd.6 reported immediately failed by osd.3 2024-04-13T10:11:33.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:32 smithi062 ceph-mon[92254]: osd.6 reported immediately failed by osd.7 2024-04-13T10:11:33.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:32 smithi062 ceph-mon[92254]: osd.6 failed (root=default,host=smithi064) (connection refused reported by osd.7) 2024-04-13T10:11:33.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:32 smithi062 ceph-mon[92254]: osd.6 reported immediately failed by osd.5 2024-04-13T10:11:33.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:32 smithi062 ceph-mon[92254]: osd.6 reported immediately failed by osd.4 2024-04-13T10:11:33.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:32 smithi062 ceph-mon[92254]: osd.6 reported immediately failed by osd.7 2024-04-13T10:11:33.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:32 smithi062 ceph-mon[92254]: osd.6 reported immediately failed by osd.0 2024-04-13T10:11:33.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:32 smithi062 ceph-mon[92254]: osd.6 reported immediately failed by osd.1 2024-04-13T10:11:33.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:32 smithi062 ceph-mon[92254]: osd.6 reported immediately failed by osd.2 2024-04-13T10:11:33.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:32 smithi062 ceph-mon[92254]: osd.6 reported immediately failed by osd.3 2024-04-13T10:11:33.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:32 smithi062 ceph-mon[92254]: osd.6 reported immediately failed by osd.5 2024-04-13T10:11:33.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:32 smithi062 ceph-mon[92254]: osd.6 reported immediately failed by osd.0 2024-04-13T10:11:33.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:32 smithi062 ceph-mon[92254]: osd.6 reported immediately failed by osd.1 2024-04-13T10:11:33.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:32 smithi062 ceph-mon[92254]: osd.6 reported immediately failed by osd.2 2024-04-13T10:11:33.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:32 smithi062 ceph-mon[92254]: osd.6 reported immediately failed by osd.3 2024-04-13T10:11:33.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:32 smithi062 ceph-mon[92254]: osd.6 reported immediately failed by osd.4 2024-04-13T10:11:33.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:32 smithi062 ceph-mon[92254]: osd.6 reported immediately failed by osd.7 2024-04-13T10:11:33.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:32 smithi062 ceph-mon[92254]: osd.6 reported immediately failed by osd.5 2024-04-13T10:11:33.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:32 smithi062 ceph-mon[92254]: osd.6 reported immediately failed by osd.4 2024-04-13T10:11:33.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:32 smithi062 ceph-mon[92254]: osd.6 reported immediately failed by osd.0 2024-04-13T10:11:33.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:32 smithi062 ceph-mon[92254]: osd.6 reported immediately failed by osd.1 2024-04-13T10:11:33.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:32 smithi062 ceph-mon[92254]: osd.6 reported immediately failed by osd.2 2024-04-13T10:11:33.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:32 smithi062 ceph-mon[92254]: osd.6 reported immediately failed by osd.3 2024-04-13T10:11:33.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:32 smithi062 ceph-mon[92254]: osd.6 reported immediately failed by osd.5 2024-04-13T10:11:33.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:32 smithi062 ceph-mon[92254]: osd.6 reported immediately failed by osd.7 2024-04-13T10:11:33.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:32 smithi062 ceph-mon[92254]: osd.6 reported immediately failed by osd.0 2024-04-13T10:11:33.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:32 smithi062 ceph-mon[92254]: osd.6 reported immediately failed by osd.1 2024-04-13T10:11:33.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:32 smithi062 ceph-mon[92254]: osd.6 reported immediately failed by osd.2 2024-04-13T10:11:33.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:32 smithi062 ceph-mon[92254]: osd.6 reported immediately failed by osd.3 2024-04-13T10:11:33.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:32 smithi062 ceph-mon[92254]: osd.6 reported immediately failed by osd.4 2024-04-13T10:11:33.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:32 smithi062 ceph-mon[92254]: osd.6 reported immediately failed by osd.3 2024-04-13T10:11:34.196 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:33 smithi064 ceph-mon[67959]: pgmap v189: 129 pgs: 129 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:11:34.196 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:33 smithi064 ceph-mon[67959]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-13T10:11:34.196 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:33 smithi064 ceph-mon[67959]: osdmap e110: 8 total, 7 up, 8 in 2024-04-13T10:11:34.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:33 smithi062 ceph-mon[92254]: pgmap v189: 129 pgs: 129 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:11:34.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:33 smithi062 ceph-mon[92254]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-13T10:11:34.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:33 smithi062 ceph-mon[92254]: osdmap e110: 8 total, 7 up, 8 in 2024-04-13T10:11:34.766 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:11:34 smithi064 systemd[1]: ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@osd.6.service: Succeeded. 2024-04-13T10:11:34.766 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:11:34 smithi064 systemd[1]: Stopped Ceph osd.6 for 66630ffe-f97a-11ee-bc8d-c7b262605968. 2024-04-13T10:11:34.766 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:11:34 smithi064 systemd[1]: Starting Ceph osd.6 for 66630ffe-f97a-11ee-bc8d-c7b262605968... 2024-04-13T10:11:34.884 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:11:35.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:34 smithi064 ceph-mon[67959]: osdmap e111: 8 total, 7 up, 8 in 2024-04-13T10:11:35.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:34 smithi062 ceph-mon[92254]: osdmap e111: 8 total, 7 up, 8 in 2024-04-13T10:11:35.913 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:11:35 smithi064 bash[79043]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-04-13T10:11:35.913 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:11:35 smithi064 bash[79043]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-6 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-04-13T10:11:35.913 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:11:35 smithi064 bash[79043]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-04-13T10:11:35.913 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:11:35 smithi064 bash[79043]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-04-13T10:11:35.913 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:11:35 smithi064 bash[79043]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-04-13T10:11:35.913 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:11:35 smithi064 bash[79043]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-04-13T10:11:35.913 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:11:35 smithi064 bash[79043]: --> ceph-volume raw activate successful for osd ID: 6 2024-04-13T10:11:36.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:35 smithi064 ceph-mon[67959]: pgmap v192: 129 pgs: 14 stale+active+clean, 115 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s 2024-04-13T10:11:36.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:35 smithi062 ceph-mon[92254]: pgmap v192: 129 pgs: 14 stale+active+clean, 115 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s 2024-04-13T10:11:37.016 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:11:36 smithi064 ceph-osd[79355]: -- 172.21.15.64:0/1539162021 <== mon.1 v2:172.21.15.64:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55fd94e971e0 con 0x55fd94e66c00 2024-04-13T10:11:37.016 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:11:36 smithi064 bash[79318]: b703506df37130417420653eeb0a35b32f4aa19dd9c4c278dff529ed37fb06de 2024-04-13T10:11:37.016 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:11:36 smithi064 systemd[1]: Started Ceph osd.6 for 66630ffe-f97a-11ee-bc8d-c7b262605968. 2024-04-13T10:11:37.672 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:11:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:11:37.268+0000 7f79e04c57c0 -1 Falling back to public interface 2024-04-13T10:11:38.015 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:37 smithi064 ceph-mon[67959]: pgmap v193: 129 pgs: 6 active+undersized, 10 active+undersized+degraded, 11 stale+active+clean, 102 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 79/1644 objects degraded (4.805%) 2024-04-13T10:11:38.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:37 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:38.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:37 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:38.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:37 smithi064 ceph-mon[67959]: Health check failed: Degraded data redundancy: 79/1644 objects degraded (4.805%), 10 pgs degraded (PG_DEGRADED) 2024-04-13T10:11:38.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:37 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:11:38.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:37 smithi062 ceph-mon[92254]: pgmap v193: 129 pgs: 6 active+undersized, 10 active+undersized+degraded, 11 stale+active+clean, 102 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 79/1644 objects degraded (4.805%) 2024-04-13T10:11:38.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:37 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:38.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:37 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:38.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:37 smithi062 ceph-mon[92254]: Health check failed: Degraded data redundancy: 79/1644 objects degraded (4.805%), 10 pgs degraded (PG_DEGRADED) 2024-04-13T10:11:38.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:37 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:11:39.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:39 smithi064 ceph-mon[67959]: pgmap v194: 129 pgs: 19 active+undersized, 27 active+undersized+degraded, 83 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 191/1644 objects degraded (11.618%) 2024-04-13T10:11:39.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:39 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:39.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:39 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:11:39.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:39 smithi062 ceph-mon[92254]: pgmap v194: 129 pgs: 19 active+undersized, 27 active+undersized+degraded, 83 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 191/1644 objects degraded (11.618%) 2024-04-13T10:11:39.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:39 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:39.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:39 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:11:39.918 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:11:42.006 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:41 smithi064 ceph-mon[67959]: pgmap v195: 129 pgs: 19 active+undersized, 27 active+undersized+degraded, 83 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 191/1644 objects degraded (11.618%) 2024-04-13T10:11:42.006 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:41 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:42.006 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:41 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:42.006 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:41 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:42.006 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:41 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:42.006 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:11:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:11:41.689+0000 7f79e04c57c0 -1 osd.6 0 read_superblock omap replica is missing. 2024-04-13T10:11:42.266 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:11:42 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:11:42.165+0000 7f79e04c57c0 -1 osd.6 109 log_to_monitors true 2024-04-13T10:11:42.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:41 smithi062 ceph-mon[92254]: pgmap v195: 129 pgs: 19 active+undersized, 27 active+undersized+degraded, 83 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 191/1644 objects degraded (11.618%) 2024-04-13T10:11:42.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:41 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:42.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:41 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:42.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:41 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:42.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:41 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:43.015 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:42 smithi064 ceph-mon[67959]: from='osd.6 [v2:172.21.15.64:6816/2120888361,v1:172.21.15.64:6817/2120888361]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-13T10:11:43.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:42 smithi064 ceph-mon[67959]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-13T10:11:43.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:42 smithi062 ceph-mon[92254]: from='osd.6 [v2:172.21.15.64:6816/2120888361,v1:172.21.15.64:6817/2120888361]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-13T10:11:43.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:42 smithi062 ceph-mon[92254]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-13T10:11:43.766 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:11:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:11:43.348+0000 7f79cd917700 -1 osd.6 109 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-13T10:11:44.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:43 smithi064 ceph-mon[67959]: pgmap v196: 129 pgs: 19 active+undersized, 27 active+undersized+degraded, 83 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 221 B/s wr, 0 op/s; 191/1644 objects degraded (11.618%) 2024-04-13T10:11:44.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:43 smithi064 ceph-mon[67959]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-04-13T10:11:44.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:43 smithi064 ceph-mon[67959]: osdmap e112: 8 total, 7 up, 8 in 2024-04-13T10:11:44.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:43 smithi064 ceph-mon[67959]: from='osd.6 [v2:172.21.15.64:6816/2120888361,v1:172.21.15.64:6817/2120888361]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2024-04-13T10:11:44.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:43 smithi064 ceph-mon[67959]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2024-04-13T10:11:44.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:43 smithi064 ceph-mon[67959]: Health check update: Degraded data redundancy: 191/1644 objects degraded (11.618%), 27 pgs degraded (PG_DEGRADED) 2024-04-13T10:11:44.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:43 smithi064 ceph-mon[67959]: from='osd.6 ' entity='osd.6' 2024-04-13T10:11:44.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:43 smithi062 ceph-mon[92254]: pgmap v196: 129 pgs: 19 active+undersized, 27 active+undersized+degraded, 83 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 221 B/s wr, 0 op/s; 191/1644 objects degraded (11.618%) 2024-04-13T10:11:44.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:43 smithi062 ceph-mon[92254]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-04-13T10:11:44.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:43 smithi062 ceph-mon[92254]: osdmap e112: 8 total, 7 up, 8 in 2024-04-13T10:11:44.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:43 smithi062 ceph-mon[92254]: from='osd.6 [v2:172.21.15.64:6816/2120888361,v1:172.21.15.64:6817/2120888361]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2024-04-13T10:11:44.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:43 smithi062 ceph-mon[92254]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2024-04-13T10:11:44.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:43 smithi062 ceph-mon[92254]: Health check update: Degraded data redundancy: 191/1644 objects degraded (11.618%), 27 pgs degraded (PG_DEGRADED) 2024-04-13T10:11:44.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:43 smithi062 ceph-mon[92254]: from='osd.6 ' entity='osd.6' 2024-04-13T10:11:44.957 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:11:44.974 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:44 smithi064 ceph-mon[67959]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-13T10:11:44.974 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:44 smithi064 ceph-mon[67959]: osd.6 [v2:172.21.15.64:6816/2120888361,v1:172.21.15.64:6817/2120888361] boot 2024-04-13T10:11:44.974 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:44 smithi064 ceph-mon[67959]: osdmap e113: 8 total, 8 up, 8 in 2024-04-13T10:11:44.974 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:44 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-13T10:11:45.176 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:44 smithi062 ceph-mon[92254]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-13T10:11:45.176 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:44 smithi062 ceph-mon[92254]: osd.6 [v2:172.21.15.64:6816/2120888361,v1:172.21.15.64:6817/2120888361] boot 2024-04-13T10:11:45.176 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:44 smithi062 ceph-mon[92254]: osdmap e113: 8 total, 8 up, 8 in 2024-04-13T10:11:45.176 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:44 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-13T10:11:46.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:46 smithi064 ceph-mon[67959]: pgmap v198: 129 pgs: 19 active+undersized, 27 active+undersized+degraded, 83 active+clean; 323 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 191/1644 objects degraded (11.618%) 2024-04-13T10:11:46.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:46 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:46.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:46 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:46.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:46 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:11:46.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:46 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:11:46.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:46 smithi064 ceph-mon[67959]: pgmap v200: 129 pgs: 19 active+undersized, 27 active+undersized+degraded, 83 active+clean; 323 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 149 B/s wr, 0 op/s; 191/1644 objects degraded (11.618%) 2024-04-13T10:11:46.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:46 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:46.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:46 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:46.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:46 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:11:46.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:46 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:11:46.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:46 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:11:46.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:46 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:11:46.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:46 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-04-13T10:11:46.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:46 smithi064 ceph-mon[67959]: osdmap e114: 8 total, 8 up, 8 in 2024-04-13T10:11:46.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:46 smithi062 ceph-mon[92254]: pgmap v198: 129 pgs: 19 active+undersized, 27 active+undersized+degraded, 83 active+clean; 323 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 191/1644 objects degraded (11.618%) 2024-04-13T10:11:46.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:46 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:46.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:46 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:46.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:46 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:11:46.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:46 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:11:46.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:46 smithi062 ceph-mon[92254]: pgmap v200: 129 pgs: 19 active+undersized, 27 active+undersized+degraded, 83 active+clean; 323 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 149 B/s wr, 0 op/s; 191/1644 objects degraded (11.618%) 2024-04-13T10:11:46.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:46 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:46.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:46 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:46.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:46 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:11:46.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:46 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:11:46.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:46 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:11:46.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:46 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:11:46.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:46 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-04-13T10:11:46.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:46 smithi062 ceph-mon[92254]: osdmap e114: 8 total, 8 up, 8 in 2024-04-13T10:11:46.446 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T10:11:47.110 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T10:11:47.110 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (14m) 105s ago 25m 17.3M - 0.20.0 0881eb8f169f f67d46639f12 2024-04-13T10:11:47.110 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (4m) 105s ago 25m 6651k - 18.2.2-1173-g5108bc67 3464fd31103e 5ca3f5d851a8 2024-04-13T10:11:47.110 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (3m) 6s ago 24m 6651k - 18.2.2-1173-g5108bc67 3464fd31103e 4fccca2794ac 2024-04-13T10:11:47.110 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (12m) 105s ago 25m 34.1M - 6.7.4 557c83e11646 52a02116d022 2024-04-13T10:11:47.111 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (19m) 105s ago 19m 16.3M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T10:11:47.111 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (19m) 6s ago 19m 37.8M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T10:11:47.111 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:8443,9283,8765 running (5m) 105s ago 26m 500M - 18.2.2-1173-g5108bc67 3464fd31103e 5f0191e57ab0 2024-04-13T10:11:47.111 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283,8765 running (5m) 6s ago 24m 450M - 18.2.2-1173-g5108bc67 3464fd31103e 267484796b5c 2024-04-13T10:11:47.111 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (5m) 105s ago 26m 57.7M 2048M 18.2.2-1173-g5108bc67 3464fd31103e ea3d08dee67d 2024-04-13T10:11:47.111 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (4m) 6s ago 24m 48.2M 2048M 18.2.2-1173-g5108bc67 3464fd31103e 17cdca1b9f7e 2024-04-13T10:11:47.111 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (16m) 105s ago 16m 82.9M - 3.5 6933c2a0b7dd c23522e42b6b 2024-04-13T10:11:47.111 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (16m) 6s ago 16m 79.6M - 3.5 6933c2a0b7dd ab1f0d8d0bb5 2024-04-13T10:11:47.111 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (10m) 105s ago 24m 15.1M - 0.18.1 e5a616e4b9cf 69df71029afe 2024-04-13T10:11:47.111 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (5m) 6s ago 23m 10.7M - 0.18.1 e5a616e4b9cf 19e13c75f9ef 2024-04-13T10:11:47.111 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (3m) 105s ago 23m 130M 1944M 18.2.2-1173-g5108bc67 3464fd31103e 52e7889244fc 2024-04-13T10:11:47.111 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (3m) 105s ago 23m 107M 1944M 18.2.2-1173-g5108bc67 3464fd31103e aeb987d5b83d 2024-04-13T10:11:47.111 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (2m) 105s ago 22m 90.8M 1944M 18.2.2-1173-g5108bc67 3464fd31103e 9466e6d526dc 2024-04-13T10:11:47.111 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (111s) 105s ago 22m 10.9M 1944M 18.2.2-1173-g5108bc67 3464fd31103e fc3238095faa 2024-04-13T10:11:47.111 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (76s) 6s ago 22m 132M 2712M 18.2.2-1173-g5108bc67 3464fd31103e 58cf12652894 2024-04-13T10:11:47.112 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (43s) 6s ago 21m 131M 2712M 18.2.2-1173-g5108bc67 3464fd31103e af376f8dfbb3 2024-04-13T10:11:47.112 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (10s) 6s ago 21m 10.9M 2712M 18.2.2-1173-g5108bc67 3464fd31103e b703506df371 2024-04-13T10:11:47.112 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (21m) 6s ago 21m 491M 2712M 16.2.5 6933c2a0b7dd e9a9fa5a8327 2024-04-13T10:11:47.112 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 error 105s ago 24m - - 2024-04-13T10:11:47.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:47 smithi064 ceph-mon[67959]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-04-13T10:11:47.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:47 smithi064 ceph-mon[67959]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-04-13T10:11:47.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:47 smithi062 ceph-mon[92254]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-04-13T10:11:47.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:47 smithi062 ceph-mon[92254]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-04-13T10:11:47.511 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:11:47.511 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T10:11:47.511 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:11:47.511 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:11:47.511 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T10:11:47.511 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:11:47.511 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:11:47.511 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T10:11:47.511 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-13T10:11:47.512 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 7 2024-04-13T10:11:47.512 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:11:47.512 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T10:11:47.512 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:11:47.512 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:11:47.512 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T10:11:47.512 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 3, 2024-04-13T10:11:47.512 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 11 2024-04-13T10:11:47.512 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T10:11:47.512 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:11:47.849 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:11:47.849 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T10:11:47.849 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T10:11:47.849 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T10:11:47.849 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [ 2024-04-13T10:11:47.849 INFO:teuthology.orchestra.run.smithi062.stdout: "crash", 2024-04-13T10:11:47.849 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr", 2024-04-13T10:11:47.849 INFO:teuthology.orchestra.run.smithi062.stdout: "mon" 2024-04-13T10:11:47.849 INFO:teuthology.orchestra.run.smithi062.stdout: ], 2024-04-13T10:11:47.849 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "13/23 daemons upgraded", 2024-04-13T10:11:47.849 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "Currently upgrading osd daemons", 2024-04-13T10:11:47.850 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T10:11:47.850 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:11:48.253 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_WARN 1 failed cephadm daemon(s); Degraded data redundancy: 132/1644 objects degraded (8.029%), 20 pgs degraded 2024-04-13T10:11:48.253 INFO:teuthology.orchestra.run.smithi062.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-13T10:11:48.254 INFO:teuthology.orchestra.run.smithi062.stdout: daemon prometheus.smithi062 on smithi062 is in error state 2024-04-13T10:11:48.254 INFO:teuthology.orchestra.run.smithi062.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 132/1644 objects degraded (8.029%), 20 pgs degraded 2024-04-13T10:11:48.254 INFO:teuthology.orchestra.run.smithi062.stdout: pg 1.0 is active+undersized+degraded, acting [7,0] 2024-04-13T10:11:48.254 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.7 is active+undersized+degraded, acting [7,2] 2024-04-13T10:11:48.254 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.11 is active+undersized+degraded, acting [4,1] 2024-04-13T10:11:48.254 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.14 is active+undersized+degraded, acting [3,5] 2024-04-13T10:11:48.254 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.17 is active+undersized+degraded, acting [5,2] 2024-04-13T10:11:48.254 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.19 is active+undersized+degraded, acting [3,0] 2024-04-13T10:11:48.254 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.1a is active+undersized+degraded, acting [4,7] 2024-04-13T10:11:48.254 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.1b is active+undersized+degraded, acting [3,7] 2024-04-13T10:11:48.254 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.1d is active+undersized+degraded, acting [7,0] 2024-04-13T10:11:48.254 INFO:teuthology.orchestra.run.smithi062.stdout: pg 3.2 is active+undersized+degraded, acting [3,5] 2024-04-13T10:11:48.254 INFO:teuthology.orchestra.run.smithi062.stdout: pg 3.3 is active+undersized+degraded, acting [4,0] 2024-04-13T10:11:48.254 INFO:teuthology.orchestra.run.smithi062.stdout: pg 3.a is active+undersized+degraded, acting [4,1] 2024-04-13T10:11:48.254 INFO:teuthology.orchestra.run.smithi062.stdout: pg 3.d is active+undersized+degraded, acting [7,5] 2024-04-13T10:11:48.255 INFO:teuthology.orchestra.run.smithi062.stdout: pg 3.10 is active+undersized+degraded, acting [0,5] 2024-04-13T10:11:48.255 INFO:teuthology.orchestra.run.smithi062.stdout: pg 3.11 is active+undersized+degraded, acting [7,4] 2024-04-13T10:11:48.255 INFO:teuthology.orchestra.run.smithi062.stdout: pg 3.14 is active+undersized+degraded, acting [4,7] 2024-04-13T10:11:48.255 INFO:teuthology.orchestra.run.smithi062.stdout: pg 3.1e is active+undersized+degraded, acting [3,2] 2024-04-13T10:11:48.255 INFO:teuthology.orchestra.run.smithi062.stdout: pg 4.1 is active+undersized+degraded, acting [4,5] 2024-04-13T10:11:48.255 INFO:teuthology.orchestra.run.smithi062.stdout: pg 4.5 is active+undersized+degraded, acting [4,7] 2024-04-13T10:11:48.255 INFO:teuthology.orchestra.run.smithi062.stdout: pg 4.a is active+undersized+degraded, acting [1,7] 2024-04-13T10:11:48.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:48 smithi062 ceph-mon[92254]: from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:11:48.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:48 smithi062 ceph-mon[92254]: from='client.34378 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:11:48.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:48 smithi062 ceph-mon[92254]: pgmap v202: 129 pgs: 14 active+undersized, 20 active+undersized+degraded, 95 active+clean; 323 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 211 B/s wr, 0 op/s; 132/1644 objects degraded (8.029%) 2024-04-13T10:11:48.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:48 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/3078749912' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:11:48.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:48 smithi064 ceph-mon[67959]: from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:11:48.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:48 smithi064 ceph-mon[67959]: from='client.34378 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:11:48.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:48 smithi064 ceph-mon[67959]: pgmap v202: 129 pgs: 14 active+undersized, 20 active+undersized+degraded, 95 active+clean; 323 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 211 B/s wr, 0 op/s; 132/1644 objects degraded (8.029%) 2024-04-13T10:11:48.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:48 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/3078749912' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:11:49.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:49 smithi062 ceph-mon[92254]: from='client.34382 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:11:49.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:49 smithi062 ceph-mon[92254]: from='client.34390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:11:49.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:49 smithi062 ceph-mon[92254]: Health check update: Degraded data redundancy: 132/1644 objects degraded (8.029%), 20 pgs degraded (PG_DEGRADED) 2024-04-13T10:11:49.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:49 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/4021971749' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:11:49.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:49 smithi064 ceph-mon[67959]: from='client.34382 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:11:49.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:49 smithi064 ceph-mon[67959]: from='client.34390 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:11:49.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:49 smithi064 ceph-mon[67959]: Health check update: Degraded data redundancy: 132/1644 objects degraded (8.029%), 20 pgs degraded (PG_DEGRADED) 2024-04-13T10:11:49.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:49 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/4021971749' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:11:49.999 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:11:50.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:50 smithi064 ceph-mon[67959]: pgmap v203: 129 pgs: 2 active+undersized, 4 active+undersized+degraded, 123 active+clean; 323 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 331 B/s rd, 165 B/s wr, 0 op/s; 34/1644 objects degraded (2.068%) 2024-04-13T10:11:50.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:50 smithi062 ceph-mon[92254]: pgmap v203: 129 pgs: 2 active+undersized, 4 active+undersized+degraded, 123 active+clean; 323 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 331 B/s rd, 165 B/s wr, 0 op/s; 34/1644 objects degraded (2.068%) 2024-04-13T10:11:51.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:51 smithi064 ceph-mon[67959]: pgmap v204: 129 pgs: 129 active+clean; 323 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 299 B/s rd, 299 B/s wr, 0 op/s 2024-04-13T10:11:51.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:51 smithi064 ceph-mon[67959]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 34/1644 objects degraded (2.068%), 4 pgs degraded) 2024-04-13T10:11:51.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:51 smithi062 ceph-mon[92254]: pgmap v204: 129 pgs: 129 active+clean; 323 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 299 B/s rd, 299 B/s wr, 0 op/s 2024-04-13T10:11:51.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:51 smithi062 ceph-mon[92254]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 34/1644 objects degraded (2.068%), 4 pgs degraded) 2024-04-13T10:11:54.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:54 smithi064 ceph-mon[67959]: pgmap v205: 129 pgs: 129 active+clean; 323 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 235 B/s rd, 235 B/s wr, 0 op/s 2024-04-13T10:11:54.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:54 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:54.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:54 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:11:54.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:54 smithi062 ceph-mon[92254]: pgmap v205: 129 pgs: 129 active+clean; 323 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 235 B/s rd, 235 B/s wr, 0 op/s 2024-04-13T10:11:54.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:54 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:54.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:54 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:11:55.039 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:11:55.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:55 smithi064 ceph-mon[67959]: pgmap v206: 129 pgs: 129 active+clean; 323 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-13T10:11:55.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:55 smithi062 ceph-mon[92254]: pgmap v206: 129 pgs: 129 active+clean; 323 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-13T10:11:58.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:58 smithi064 ceph-mon[67959]: pgmap v207: 129 pgs: 129 active+clean; 323 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 175 B/s rd, 175 B/s wr, 0 op/s 2024-04-13T10:11:58.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:58 smithi062 ceph-mon[92254]: pgmap v207: 129 pgs: 129 active+clean; 323 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 175 B/s rd, 175 B/s wr, 0 op/s 2024-04-13T10:11:59.765 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:59 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:59.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:11:59 smithi064 ceph-mon[67959]: pgmap v208: 129 pgs: 129 active+clean; 323 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:11:59.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:59 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:11:59.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:11:59 smithi062 ceph-mon[92254]: pgmap v208: 129 pgs: 129 active+clean; 323 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:12:00.084 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:12:00.683 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:00 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-04-13T10:12:00.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:00 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-04-13T10:12:01.654 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:01 smithi064 ceph-mon[67959]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-04-13T10:12:01.654 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:01 smithi064 ceph-mon[67959]: Upgrade: osd.7 is safe to restart 2024-04-13T10:12:01.654 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:01 smithi064 ceph-mon[67959]: pgmap v209: 129 pgs: 129 active+clean; 323 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:12:01.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:01 smithi062 ceph-mon[92254]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-04-13T10:12:01.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:01 smithi062 ceph-mon[92254]: Upgrade: osd.7 is safe to restart 2024-04-13T10:12:01.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:01 smithi062 ceph-mon[92254]: pgmap v209: 129 pgs: 129 active+clean; 323 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:12:03.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:02 smithi064 ceph-mon[67959]: Upgrade: Updating osd.7 2024-04-13T10:12:03.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:02 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:03.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:02 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-13T10:12:03.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:02 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:12:03.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:02 smithi064 ceph-mon[67959]: Deploying daemon osd.7 on smithi064 2024-04-13T10:12:03.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:02 smithi062 ceph-mon[92254]: Upgrade: Updating osd.7 2024-04-13T10:12:03.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:02 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:03.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:02 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-13T10:12:03.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:02 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:12:03.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:02 smithi062 ceph-mon[92254]: Deploying daemon osd.7 on smithi064 2024-04-13T10:12:04.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:03 smithi064 ceph-mon[67959]: pgmap v210: 129 pgs: 129 active+clean; 323 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:12:04.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:03 smithi062 ceph-mon[92254]: pgmap v210: 129 pgs: 129 active+clean; 323 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:12:05.016 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:12:04 smithi064 systemd[1]: Stopping Ceph osd.7 for 66630ffe-f97a-11ee-bc8d-c7b262605968... 2024-04-13T10:12:05.016 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:12:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.7[51418]: debug 2024-04-13T10:12:04.902+0000 7f449788c700 -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-04-13T10:12:05.016 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:12:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.7[51418]: debug 2024-04-13T10:12:04.902+0000 7f449788c700 -1 osd.7 114 *** Got signal Terminated *** 2024-04-13T10:12:05.016 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:12:04 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.7[51418]: debug 2024-04-13T10:12:04.902+0000 7f449788c700 -1 osd.7 114 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-13T10:12:05.135 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:12:05.432 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:05 smithi064 ceph-mon[67959]: pgmap v211: 129 pgs: 129 active+clean; 323 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:12:05.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:05 smithi062 ceph-mon[92254]: pgmap v211: 129 pgs: 129 active+clean; 323 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-13T10:12:05.744 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:12:05 smithi064 bash[81477]: ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd.7 2024-04-13T10:12:06.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:06 smithi064 ceph-mon[67959]: osd.7 reported immediately failed by osd.4 2024-04-13T10:12:06.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:06 smithi064 ceph-mon[67959]: osd.7 failed (root=default,host=smithi064) (connection refused reported by osd.4) 2024-04-13T10:12:06.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:06 smithi064 ceph-mon[67959]: osd.7 reported immediately failed by osd.5 2024-04-13T10:12:06.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:06 smithi064 ceph-mon[67959]: osd.7 reported immediately failed by osd.2 2024-04-13T10:12:06.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:06 smithi064 ceph-mon[67959]: osd.7 reported immediately failed by osd.3 2024-04-13T10:12:06.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:06 smithi064 ceph-mon[67959]: osd.7 reported immediately failed by osd.6 2024-04-13T10:12:06.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:06 smithi064 ceph-mon[67959]: osd.7 reported immediately failed by osd.0 2024-04-13T10:12:06.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:06 smithi064 ceph-mon[67959]: osd.7 reported immediately failed by osd.1 2024-04-13T10:12:06.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:06 smithi064 ceph-mon[67959]: osd.7 reported immediately failed by osd.2 2024-04-13T10:12:06.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:06 smithi064 ceph-mon[67959]: osd.7 reported immediately failed by osd.3 2024-04-13T10:12:06.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:06 smithi064 ceph-mon[67959]: osd.7 reported immediately failed by osd.4 2024-04-13T10:12:06.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:06 smithi064 ceph-mon[67959]: osd.7 reported immediately failed by osd.0 2024-04-13T10:12:06.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:06 smithi064 ceph-mon[67959]: osd.7 reported immediately failed by osd.1 2024-04-13T10:12:06.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:06 smithi064 ceph-mon[67959]: osd.7 reported immediately failed by osd.5 2024-04-13T10:12:06.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:06 smithi064 ceph-mon[67959]: osd.7 reported immediately failed by osd.6 2024-04-13T10:12:06.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:06 smithi064 ceph-mon[67959]: osd.7 reported immediately failed by osd.5 2024-04-13T10:12:06.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:06 smithi064 ceph-mon[67959]: osd.7 reported immediately failed by osd.4 2024-04-13T10:12:06.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:06 smithi064 ceph-mon[67959]: osd.7 reported immediately failed by osd.0 2024-04-13T10:12:06.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:06 smithi064 ceph-mon[67959]: osd.7 reported immediately failed by osd.1 2024-04-13T10:12:06.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:06 smithi064 ceph-mon[67959]: osd.7 reported immediately failed by osd.2 2024-04-13T10:12:06.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:06 smithi064 ceph-mon[67959]: osd.7 reported immediately failed by osd.3 2024-04-13T10:12:06.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:06 smithi064 ceph-mon[67959]: osd.7 reported immediately failed by osd.5 2024-04-13T10:12:06.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:06 smithi064 ceph-mon[67959]: osd.7 reported immediately failed by osd.0 2024-04-13T10:12:06.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:06 smithi064 ceph-mon[67959]: osd.7 reported immediately failed by osd.1 2024-04-13T10:12:06.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:06 smithi064 ceph-mon[67959]: osd.7 reported immediately failed by osd.2 2024-04-13T10:12:06.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:06 smithi064 ceph-mon[67959]: osd.7 reported immediately failed by osd.3 2024-04-13T10:12:06.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:06 smithi064 ceph-mon[67959]: osd.7 reported immediately failed by osd.6 2024-04-13T10:12:06.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:06 smithi064 ceph-mon[67959]: osd.7 reported immediately failed by osd.4 2024-04-13T10:12:06.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:06 smithi064 ceph-mon[67959]: osd.7 reported immediately failed by osd.6 2024-04-13T10:12:06.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:06 smithi064 ceph-mon[67959]: osd.7 reported immediately failed by osd.1 2024-04-13T10:12:06.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:06 smithi064 ceph-mon[67959]: osd.7 reported immediately failed by osd.3 2024-04-13T10:12:06.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:06 smithi064 ceph-mon[67959]: osd.7 reported immediately failed by osd.1 2024-04-13T10:12:06.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:06 smithi064 ceph-mon[67959]: osd.7 reported immediately failed by osd.3 2024-04-13T10:12:06.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:06 smithi062 ceph-mon[92254]: osd.7 reported immediately failed by osd.4 2024-04-13T10:12:06.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:06 smithi062 ceph-mon[92254]: osd.7 failed (root=default,host=smithi064) (connection refused reported by osd.4) 2024-04-13T10:12:06.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:06 smithi062 ceph-mon[92254]: osd.7 reported immediately failed by osd.5 2024-04-13T10:12:06.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:06 smithi062 ceph-mon[92254]: osd.7 reported immediately failed by osd.2 2024-04-13T10:12:06.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:06 smithi062 ceph-mon[92254]: osd.7 reported immediately failed by osd.3 2024-04-13T10:12:06.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:06 smithi062 ceph-mon[92254]: osd.7 reported immediately failed by osd.6 2024-04-13T10:12:06.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:06 smithi062 ceph-mon[92254]: osd.7 reported immediately failed by osd.0 2024-04-13T10:12:06.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:06 smithi062 ceph-mon[92254]: osd.7 reported immediately failed by osd.1 2024-04-13T10:12:06.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:06 smithi062 ceph-mon[92254]: osd.7 reported immediately failed by osd.2 2024-04-13T10:12:06.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:06 smithi062 ceph-mon[92254]: osd.7 reported immediately failed by osd.3 2024-04-13T10:12:06.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:06 smithi062 ceph-mon[92254]: osd.7 reported immediately failed by osd.4 2024-04-13T10:12:06.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:06 smithi062 ceph-mon[92254]: osd.7 reported immediately failed by osd.0 2024-04-13T10:12:06.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:06 smithi062 ceph-mon[92254]: osd.7 reported immediately failed by osd.1 2024-04-13T10:12:06.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:06 smithi062 ceph-mon[92254]: osd.7 reported immediately failed by osd.5 2024-04-13T10:12:06.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:06 smithi062 ceph-mon[92254]: osd.7 reported immediately failed by osd.6 2024-04-13T10:12:06.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:06 smithi062 ceph-mon[92254]: osd.7 reported immediately failed by osd.5 2024-04-13T10:12:06.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:06 smithi062 ceph-mon[92254]: osd.7 reported immediately failed by osd.4 2024-04-13T10:12:06.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:06 smithi062 ceph-mon[92254]: osd.7 reported immediately failed by osd.0 2024-04-13T10:12:06.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:06 smithi062 ceph-mon[92254]: osd.7 reported immediately failed by osd.1 2024-04-13T10:12:06.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:06 smithi062 ceph-mon[92254]: osd.7 reported immediately failed by osd.2 2024-04-13T10:12:06.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:06 smithi062 ceph-mon[92254]: osd.7 reported immediately failed by osd.3 2024-04-13T10:12:06.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:06 smithi062 ceph-mon[92254]: osd.7 reported immediately failed by osd.5 2024-04-13T10:12:06.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:06 smithi062 ceph-mon[92254]: osd.7 reported immediately failed by osd.0 2024-04-13T10:12:06.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:06 smithi062 ceph-mon[92254]: osd.7 reported immediately failed by osd.1 2024-04-13T10:12:06.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:06 smithi062 ceph-mon[92254]: osd.7 reported immediately failed by osd.2 2024-04-13T10:12:06.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:06 smithi062 ceph-mon[92254]: osd.7 reported immediately failed by osd.3 2024-04-13T10:12:06.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:06 smithi062 ceph-mon[92254]: osd.7 reported immediately failed by osd.6 2024-04-13T10:12:06.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:06 smithi062 ceph-mon[92254]: osd.7 reported immediately failed by osd.4 2024-04-13T10:12:06.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:06 smithi062 ceph-mon[92254]: osd.7 reported immediately failed by osd.6 2024-04-13T10:12:06.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:06 smithi062 ceph-mon[92254]: osd.7 reported immediately failed by osd.1 2024-04-13T10:12:06.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:06 smithi062 ceph-mon[92254]: osd.7 reported immediately failed by osd.3 2024-04-13T10:12:06.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:06 smithi062 ceph-mon[92254]: osd.7 reported immediately failed by osd.1 2024-04-13T10:12:06.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:06 smithi062 ceph-mon[92254]: osd.7 reported immediately failed by osd.3 2024-04-13T10:12:07.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:07 smithi064 ceph-mon[67959]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-13T10:12:07.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:07 smithi064 ceph-mon[67959]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-04-13T10:12:07.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:07 smithi064 ceph-mon[67959]: osdmap e115: 8 total, 7 up, 8 in 2024-04-13T10:12:07.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:07 smithi064 ceph-mon[67959]: pgmap v213: 129 pgs: 15 peering, 13 stale+active+clean, 101 active+clean; 323 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 204 B/s wr, 0 op/s 2024-04-13T10:12:07.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:07 smithi062 ceph-mon[92254]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-13T10:12:07.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:07 smithi062 ceph-mon[92254]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-04-13T10:12:07.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:07 smithi062 ceph-mon[92254]: osdmap e115: 8 total, 7 up, 8 in 2024-04-13T10:12:07.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:07 smithi062 ceph-mon[92254]: pgmap v213: 129 pgs: 15 peering, 13 stale+active+clean, 101 active+clean; 323 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 204 B/s wr, 0 op/s 2024-04-13T10:12:08.016 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:12:07 smithi064 systemd[1]: ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@osd.7.service: Succeeded. 2024-04-13T10:12:08.016 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:12:07 smithi064 systemd[1]: Stopped Ceph osd.7 for 66630ffe-f97a-11ee-bc8d-c7b262605968. 2024-04-13T10:12:08.016 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:12:07 smithi064 systemd[1]: Starting Ceph osd.7 for 66630ffe-f97a-11ee-bc8d-c7b262605968... 2024-04-13T10:12:08.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:08 smithi064 ceph-mon[67959]: Health check failed: Reduced data availability: 4 pgs peering (PG_AVAILABILITY) 2024-04-13T10:12:08.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:08 smithi064 ceph-mon[67959]: osdmap e116: 8 total, 7 up, 8 in 2024-04-13T10:12:08.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:08 smithi062 ceph-mon[92254]: Health check failed: Reduced data availability: 4 pgs peering (PG_AVAILABILITY) 2024-04-13T10:12:08.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:08 smithi062 ceph-mon[92254]: osdmap e116: 8 total, 7 up, 8 in 2024-04-13T10:12:09.005 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:12:08 smithi064 bash[81765]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-04-13T10:12:09.005 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:12:08 smithi064 bash[81765]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-7 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-04-13T10:12:09.005 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:12:08 smithi064 bash[81765]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-04-13T10:12:09.006 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:12:08 smithi064 bash[81765]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-04-13T10:12:09.006 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:12:08 smithi064 bash[81765]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-04-13T10:12:09.006 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:12:08 smithi064 bash[81765]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-04-13T10:12:09.006 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:12:08 smithi064 bash[81765]: --> ceph-volume raw activate successful for osd ID: 7 2024-04-13T10:12:09.690 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:09.690 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:12:09.690 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:09 smithi064 ceph-mon[67959]: pgmap v215: 129 pgs: 8 active+undersized, 20 active+undersized+degraded, 15 peering, 3 stale+active+clean, 83 active+clean; 323 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 136/1644 objects degraded (8.273%) 2024-04-13T10:12:09.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:09.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:12:09.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:09 smithi062 ceph-mon[92254]: pgmap v215: 129 pgs: 8 active+undersized, 20 active+undersized+degraded, 15 peering, 3 stale+active+clean, 83 active+clean; 323 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 136/1644 objects degraded (8.273%) 2024-04-13T10:12:10.171 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:12:10.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:12:09 smithi064 ceph-osd[82085]: -- 172.21.15.64:0/1855853199 <== mon.1 v2:172.21.15.64:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x561f3538b1e0 con 0x561f3535b000 2024-04-13T10:12:10.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:12:09 smithi064 bash[82048]: e8e8baf6d84e31d677ae64ea0300afae137dded81b84f3e171fdb7a4f98e387c 2024-04-13T10:12:10.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:12:09 smithi064 systemd[1]: Started Ceph osd.7 for 66630ffe-f97a-11ee-bc8d-c7b262605968. 2024-04-13T10:12:10.633 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:12:10 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:12:10.301+0000 7f0f5c96d7c0 -1 Falling back to public interface 2024-04-13T10:12:10.634 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:10 smithi064 ceph-mon[67959]: Health check failed: Degraded data redundancy: 136/1644 objects degraded (8.273%), 20 pgs degraded (PG_DEGRADED) 2024-04-13T10:12:10.634 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:10 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:10.634 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:10 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:10.634 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:10 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:12:10.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:10 smithi062 ceph-mon[92254]: Health check failed: Degraded data redundancy: 136/1644 objects degraded (8.273%), 20 pgs degraded (PG_DEGRADED) 2024-04-13T10:12:10.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:10 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:10.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:10 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:10.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:10 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:12:11.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:11 smithi064 ceph-mon[67959]: pgmap v216: 129 pgs: 13 active+undersized, 26 active+undersized+degraded, 15 peering, 75 active+clean; 323 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 171/1644 objects degraded (10.401%) 2024-04-13T10:12:11.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:11 smithi062 ceph-mon[92254]: pgmap v216: 129 pgs: 13 active+undersized, 26 active+undersized+degraded, 15 peering, 75 active+clean; 323 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 171/1644 objects degraded (10.401%) 2024-04-13T10:12:13.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:13 smithi064 ceph-mon[67959]: pgmap v217: 129 pgs: 17 active+undersized, 37 active+undersized+degraded, 75 active+clean; 323 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 230/1644 objects degraded (13.990%) 2024-04-13T10:12:13.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:13 smithi064 ceph-mon[67959]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs peering) 2024-04-13T10:12:13.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:13 smithi062 ceph-mon[92254]: pgmap v217: 129 pgs: 17 active+undersized, 37 active+undersized+degraded, 75 active+clean; 323 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 230/1644 objects degraded (13.990%) 2024-04-13T10:12:13.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:13 smithi062 ceph-mon[92254]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs peering) 2024-04-13T10:12:14.947 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:14 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:14.948 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:14 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:14.948 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:14 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:14.948 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:14 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:15.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:14 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:15.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:14 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:15.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:14 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:15.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:14 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:15.212 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:12:15.699 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:12:15 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:12:15.446+0000 7f0f5c96d7c0 -1 osd.7 0 read_superblock omap replica is missing. 2024-04-13T10:12:15.962 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:15 smithi064 ceph-mon[67959]: pgmap v218: 129 pgs: 17 active+undersized, 37 active+undersized+degraded, 75 active+clean; 323 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 115 B/s wr, 0 op/s; 230/1644 objects degraded (13.990%) 2024-04-13T10:12:16.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:15 smithi062 ceph-mon[92254]: pgmap v218: 129 pgs: 17 active+undersized, 37 active+undersized+degraded, 75 active+clean; 323 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 115 B/s wr, 0 op/s; 230/1644 objects degraded (13.990%) 2024-04-13T10:12:16.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:12:16 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:12:16.084+0000 7f0f5c96d7c0 -1 osd.7 114 log_to_monitors true 2024-04-13T10:12:17.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:16 smithi064 ceph-mon[67959]: from='osd.7 [v2:172.21.15.64:6824/3910621196,v1:172.21.15.64:6825/3910621196]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-13T10:12:17.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:16 smithi064 ceph-mon[67959]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-13T10:12:17.017 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:12:16 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:12:16.726+0000 7f0f4ddc7700 -1 osd.7 114 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-13T10:12:17.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:16 smithi062 ceph-mon[92254]: from='osd.7 [v2:172.21.15.64:6824/3910621196,v1:172.21.15.64:6825/3910621196]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-13T10:12:17.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:16 smithi062 ceph-mon[92254]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-13T10:12:17.842 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:17 smithi064 ceph-mon[67959]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-04-13T10:12:17.842 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:17 smithi064 ceph-mon[67959]: osdmap e117: 8 total, 7 up, 8 in 2024-04-13T10:12:17.842 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:17 smithi064 ceph-mon[67959]: from='osd.7 [v2:172.21.15.64:6824/3910621196,v1:172.21.15.64:6825/3910621196]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2024-04-13T10:12:17.842 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:17 smithi064 ceph-mon[67959]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2024-04-13T10:12:17.843 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:17 smithi064 ceph-mon[67959]: pgmap v220: 129 pgs: 17 active+undersized, 37 active+undersized+degraded, 75 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 207 B/s wr, 0 op/s; 230/1644 objects degraded (13.990%) 2024-04-13T10:12:18.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:17 smithi062 ceph-mon[92254]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-04-13T10:12:18.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:17 smithi062 ceph-mon[92254]: osdmap e117: 8 total, 7 up, 8 in 2024-04-13T10:12:18.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:17 smithi062 ceph-mon[92254]: from='osd.7 [v2:172.21.15.64:6824/3910621196,v1:172.21.15.64:6825/3910621196]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2024-04-13T10:12:18.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:17 smithi062 ceph-mon[92254]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi064", "root=default"]}]: dispatch 2024-04-13T10:12:18.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:17 smithi062 ceph-mon[92254]: pgmap v220: 129 pgs: 17 active+undersized, 37 active+undersized+degraded, 75 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 207 B/s wr, 0 op/s; 230/1644 objects degraded (13.990%) 2024-04-13T10:12:18.607 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T10:12:19.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-13T10:12:19.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: osd.7 [v2:172.21.15.64:6824/3910621196,v1:172.21.15.64:6825/3910621196] boot 2024-04-13T10:12:19.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: osdmap e118: 8 total, 8 up, 8 in 2024-04-13T10:12:19.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-13T10:12:19.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:19.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:19.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:12:19.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:12:19.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: pgmap v222: 129 pgs: 14 peering, 13 active+undersized, 27 active+undersized+degraded, 75 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 296 B/s rd, 148 B/s wr, 0 op/s; 195/1644 objects degraded (11.861%) 2024-04-13T10:12:19.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: pgmap v223: 129 pgs: 14 peering, 13 active+undersized, 27 active+undersized+degraded, 75 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 418 B/s rd, 209 B/s wr, 0 op/s; 195/1644 objects degraded (11.861%) 2024-04-13T10:12:19.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:19.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:19.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: Health check update: Degraded data redundancy: 230/1644 objects degraded (13.990%), 37 pgs degraded (PG_DEGRADED) 2024-04-13T10:12:19.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:12:19.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:19.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:19.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:19.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:19.018 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: Upgrade: Setting container_image for all osd 2024-04-13T10:12:19.018 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:19.018 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-04-13T10:12:19.018 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-04-13T10:12:19.018 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-04-13T10:12:19.018 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-04-13T10:12:19.018 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-04-13T10:12:19.018 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-04-13T10:12:19.018 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-04-13T10:12:19.018 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-04-13T10:12:19.018 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-04-13T10:12:19.018 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-04-13T10:12:19.018 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-04-13T10:12:19.018 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-04-13T10:12:19.018 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-04-13T10:12:19.019 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-04-13T10:12:19.019 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-04-13T10:12:19.019 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-04-13T10:12:19.019 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd require-osd-release", "release": "reef"}]: dispatch 2024-04-13T10:12:19.019 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:19.019 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-04-13T10:12:19.019 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd require-osd-release", "release": "reef"}]': finished 2024-04-13T10:12:19.019 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:18 smithi064 ceph-mon[67959]: osdmap e119: 8 total, 8 up, 8 in 2024-04-13T10:12:19.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-13T10:12:19.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: osd.7 [v2:172.21.15.64:6824/3910621196,v1:172.21.15.64:6825/3910621196] boot 2024-04-13T10:12:19.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: osdmap e118: 8 total, 8 up, 8 in 2024-04-13T10:12:19.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-13T10:12:19.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:19.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:19.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:12:19.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:12:19.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: pgmap v222: 129 pgs: 14 peering, 13 active+undersized, 27 active+undersized+degraded, 75 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 296 B/s rd, 148 B/s wr, 0 op/s; 195/1644 objects degraded (11.861%) 2024-04-13T10:12:19.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: pgmap v223: 129 pgs: 14 peering, 13 active+undersized, 27 active+undersized+degraded, 75 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 418 B/s rd, 209 B/s wr, 0 op/s; 195/1644 objects degraded (11.861%) 2024-04-13T10:12:19.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:19.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:19.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: Health check update: Degraded data redundancy: 230/1644 objects degraded (13.990%), 37 pgs degraded (PG_DEGRADED) 2024-04-13T10:12:19.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:12:19.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:19.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:19.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:19.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:19.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: Upgrade: Setting container_image for all osd 2024-04-13T10:12:19.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:19.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-04-13T10:12:19.045 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-04-13T10:12:19.045 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-04-13T10:12:19.045 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-04-13T10:12:19.045 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-04-13T10:12:19.045 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-04-13T10:12:19.045 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-04-13T10:12:19.045 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-04-13T10:12:19.045 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-04-13T10:12:19.045 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-04-13T10:12:19.045 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-04-13T10:12:19.045 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-04-13T10:12:19.045 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-04-13T10:12:19.045 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-04-13T10:12:19.045 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-04-13T10:12:19.046 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-04-13T10:12:19.046 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd require-osd-release", "release": "reef"}]: dispatch 2024-04-13T10:12:19.046 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:19.046 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-04-13T10:12:19.046 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd require-osd-release", "release": "reef"}]': finished 2024-04-13T10:12:19.046 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:18 smithi062 ceph-mon[92254]: osdmap e119: 8 total, 8 up, 8 in 2024-04-13T10:12:19.319 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T10:12:19.319 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (15m) 2m ago 25m 17.3M - 0.20.0 0881eb8f169f f67d46639f12 2024-04-13T10:12:19.319 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (4m) 2m ago 25m 6651k - 18.2.2-1173-g5108bc67 3464fd31103e 5ca3f5d851a8 2024-04-13T10:12:19.319 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (4m) 5s ago 24m 6651k - 18.2.2-1173-g5108bc67 3464fd31103e 4fccca2794ac 2024-04-13T10:12:19.319 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (12m) 2m ago 25m 34.1M - 6.7.4 557c83e11646 52a02116d022 2024-04-13T10:12:19.319 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (20m) 2m ago 20m 16.3M - 16.2.5 6933c2a0b7dd 8875a27647ac 2024-04-13T10:12:19.320 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (20m) 5s ago 20m 37.8M - 16.2.5 6933c2a0b7dd ac4018b7f8cb 2024-04-13T10:12:19.320 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:8443,9283,8765 running (6m) 2m ago 27m 500M - 18.2.2-1173-g5108bc67 3464fd31103e 5f0191e57ab0 2024-04-13T10:12:19.320 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283,8765 running (5m) 5s ago 24m 450M - 18.2.2-1173-g5108bc67 3464fd31103e 267484796b5c 2024-04-13T10:12:19.320 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (5m) 2m ago 27m 57.7M 2048M 18.2.2-1173-g5108bc67 3464fd31103e ea3d08dee67d 2024-04-13T10:12:19.320 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (5m) 5s ago 24m 54.8M 2048M 18.2.2-1173-g5108bc67 3464fd31103e 17cdca1b9f7e 2024-04-13T10:12:19.320 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (17m) 2m ago 17m 82.9M - 3.5 6933c2a0b7dd c23522e42b6b 2024-04-13T10:12:19.320 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (17m) 5s ago 17m 79.6M - 3.5 6933c2a0b7dd ab1f0d8d0bb5 2024-04-13T10:12:19.320 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (10m) 2m ago 25m 15.1M - 0.18.1 e5a616e4b9cf 69df71029afe 2024-04-13T10:12:19.320 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (6m) 5s ago 24m 8942k - 0.18.1 e5a616e4b9cf 19e13c75f9ef 2024-04-13T10:12:19.320 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (4m) 2m ago 24m 130M 1944M 18.2.2-1173-g5108bc67 3464fd31103e 52e7889244fc 2024-04-13T10:12:19.320 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (3m) 2m ago 23m 107M 1944M 18.2.2-1173-g5108bc67 3464fd31103e aeb987d5b83d 2024-04-13T10:12:19.320 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (2m) 2m ago 23m 90.8M 1944M 18.2.2-1173-g5108bc67 3464fd31103e 9466e6d526dc 2024-04-13T10:12:19.320 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (2m) 2m ago 22m 10.9M 1944M 18.2.2-1173-g5108bc67 3464fd31103e fc3238095faa 2024-04-13T10:12:19.320 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (109s) 5s ago 22m 133M 2712M 18.2.2-1173-g5108bc67 3464fd31103e 58cf12652894 2024-04-13T10:12:19.320 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (75s) 5s ago 22m 131M 2712M 18.2.2-1173-g5108bc67 3464fd31103e af376f8dfbb3 2024-04-13T10:12:19.321 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (42s) 5s ago 22m 117M 2712M 18.2.2-1173-g5108bc67 3464fd31103e b703506df371 2024-04-13T10:12:19.321 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (9s) 5s ago 21m 11.4M 2712M 18.2.2-1173-g5108bc67 3464fd31103e e8e8baf6d84e 2024-04-13T10:12:19.321 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 error 2m ago 25m - - 2024-04-13T10:12:19.724 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:12:19.724 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T10:12:19.724 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:12:19.725 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:12:19.725 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T10:12:19.725 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:12:19.725 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:12:19.725 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T10:12:19.725 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 8 2024-04-13T10:12:19.725 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:12:19.725 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T10:12:19.725 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-13T10:12:19.725 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:12:19.725 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T10:12:19.725 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2, 2024-04-13T10:12:19.725 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 12 2024-04-13T10:12:19.726 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T10:12:19.726 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:12:20.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:19 smithi064 ceph-mon[67959]: Upgrade: Setting require_osd_release to 18 reef 2024-04-13T10:12:20.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:19 smithi064 ceph-mon[67959]: from='client.34402 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:12:20.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:19 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi062.hadckm"]}]: dispatch 2024-04-13T10:12:20.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:19 smithi064 ceph-mon[67959]: Upgrade: It appears safe to stop mds.foofs.smithi062.hadckm 2024-04-13T10:12:20.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:19 smithi064 ceph-mon[67959]: from='client.34406 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:12:20.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:19 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/1908501309' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:20.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:19 smithi062 ceph-mon[92254]: Upgrade: Setting require_osd_release to 18 reef 2024-04-13T10:12:20.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:19 smithi062 ceph-mon[92254]: from='client.34402 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:12:20.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:19 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi062.hadckm"]}]: dispatch 2024-04-13T10:12:20.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:19 smithi062 ceph-mon[92254]: Upgrade: It appears safe to stop mds.foofs.smithi062.hadckm 2024-04-13T10:12:20.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:19 smithi062 ceph-mon[92254]: from='client.34406 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:12:20.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:19 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/1908501309' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:20.078 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:12:20.078 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T10:12:20.078 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T10:12:20.078 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T10:12:20.078 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [ 2024-04-13T10:12:20.078 INFO:teuthology.orchestra.run.smithi062.stdout: "crash", 2024-04-13T10:12:20.078 INFO:teuthology.orchestra.run.smithi062.stdout: "osd", 2024-04-13T10:12:20.078 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr", 2024-04-13T10:12:20.078 INFO:teuthology.orchestra.run.smithi062.stdout: "mon" 2024-04-13T10:12:20.078 INFO:teuthology.orchestra.run.smithi062.stdout: ], 2024-04-13T10:12:20.079 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "14/23 daemons upgraded", 2024-04-13T10:12:20.079 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "Currently upgrading mds daemons", 2024-04-13T10:12:20.079 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T10:12:20.079 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:12:20.246 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:12:20.485 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_WARN 1 failed cephadm daemon(s); Degraded data redundancy: 195/1644 objects degraded (11.861%), 27 pgs degraded 2024-04-13T10:12:20.485 INFO:teuthology.orchestra.run.smithi062.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-13T10:12:20.486 INFO:teuthology.orchestra.run.smithi062.stdout: daemon prometheus.smithi062 on smithi062 is in error state 2024-04-13T10:12:20.486 INFO:teuthology.orchestra.run.smithi062.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 195/1644 objects degraded (11.861%), 27 pgs degraded 2024-04-13T10:12:20.486 INFO:teuthology.orchestra.run.smithi062.stdout: pg 1.0 is active+undersized+degraded, acting [0,6] 2024-04-13T10:12:20.486 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.0 is active+undersized+degraded, acting [1,0] 2024-04-13T10:12:20.486 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.3 is active+undersized+degraded, acting [5,2] 2024-04-13T10:12:20.486 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.4 is active+undersized+degraded, acting [1,0] 2024-04-13T10:12:20.486 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.5 is active+undersized+degraded, acting [0,4] 2024-04-13T10:12:20.486 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.8 is active+undersized+degraded, acting [0,1] 2024-04-13T10:12:20.486 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.9 is active+undersized+degraded, acting [1,3] 2024-04-13T10:12:20.486 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.a is active+undersized+degraded, acting [1,3] 2024-04-13T10:12:20.486 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.b is active+undersized+degraded, acting [4,5] 2024-04-13T10:12:20.486 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.f is active+undersized+degraded, acting [4,0] 2024-04-13T10:12:20.487 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.12 is active+undersized+degraded, acting [5,3] 2024-04-13T10:12:20.487 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.18 is active+undersized+degraded, acting [5,4] 2024-04-13T10:12:20.487 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.1c is active+undersized+degraded, acting [5,2] 2024-04-13T10:12:20.487 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.1d is active+undersized+degraded, acting [6,0] 2024-04-13T10:12:20.487 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.1f is active+undersized+degraded, acting [0,4] 2024-04-13T10:12:20.487 INFO:teuthology.orchestra.run.smithi062.stdout: pg 3.9 is active+undersized+degraded, acting [4,2] 2024-04-13T10:12:20.487 INFO:teuthology.orchestra.run.smithi062.stdout: pg 3.d is active+undersized+degraded, acting [5,6] 2024-04-13T10:12:20.487 INFO:teuthology.orchestra.run.smithi062.stdout: pg 3.e is active+undersized+degraded, acting [4,1] 2024-04-13T10:12:20.487 INFO:teuthology.orchestra.run.smithi062.stdout: pg 3.f is active+undersized+degraded, acting [4,0] 2024-04-13T10:12:20.487 INFO:teuthology.orchestra.run.smithi062.stdout: pg 3.11 is active+undersized+degraded, acting [4,6] 2024-04-13T10:12:20.487 INFO:teuthology.orchestra.run.smithi062.stdout: pg 3.12 is active+undersized+degraded, acting [0,3] 2024-04-13T10:12:20.487 INFO:teuthology.orchestra.run.smithi062.stdout: pg 3.13 is active+undersized+degraded, acting [4,2] 2024-04-13T10:12:20.487 INFO:teuthology.orchestra.run.smithi062.stdout: pg 3.14 is active+undersized+degraded, acting [4,6] 2024-04-13T10:12:20.487 INFO:teuthology.orchestra.run.smithi062.stdout: pg 3.15 is active+undersized+degraded, acting [3,4] 2024-04-13T10:12:20.488 INFO:teuthology.orchestra.run.smithi062.stdout: pg 3.16 is active+undersized+degraded, acting [5,1] 2024-04-13T10:12:20.488 INFO:teuthology.orchestra.run.smithi062.stdout: pg 3.1b is active+undersized+degraded, acting [0,4] 2024-04-13T10:12:20.488 INFO:teuthology.orchestra.run.smithi062.stdout: pg 5.19 is active+undersized+degraded, acting [1,6] 2024-04-13T10:12:21.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:20 smithi064 ceph-mon[67959]: from='client.34410 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:12:21.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:20 smithi064 ceph-mon[67959]: pgmap v225: 129 pgs: 14 peering, 13 active+undersized, 27 active+undersized+degraded, 75 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 637 B/s rd, 0 op/s; 195/1644 objects degraded (11.861%) 2024-04-13T10:12:21.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:20 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/3305452382' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:12:21.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:20 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:21.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:20 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi062.hadckm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-13T10:12:21.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:20 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:12:21.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:20 smithi062 ceph-mon[92254]: from='client.34410 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:12:21.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:20 smithi062 ceph-mon[92254]: pgmap v225: 129 pgs: 14 peering, 13 active+undersized, 27 active+undersized+degraded, 75 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 637 B/s rd, 0 op/s; 195/1644 objects degraded (11.861%) 2024-04-13T10:12:21.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:20 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/3305452382' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:12:21.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:20 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:21.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:20 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi062.hadckm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-13T10:12:21.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:20 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:12:22.015 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:21 smithi064 ceph-mon[67959]: from='client.34418 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:12:22.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:21 smithi064 ceph-mon[67959]: Upgrade: Updating mds.foofs.smithi062.hadckm 2024-04-13T10:12:22.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:21 smithi064 ceph-mon[67959]: Deploying daemon mds.foofs.smithi062.hadckm on smithi062 2024-04-13T10:12:22.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:21 smithi062 ceph-mon[92254]: from='client.34418 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:12:22.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:21 smithi062 ceph-mon[92254]: Upgrade: Updating mds.foofs.smithi062.hadckm 2024-04-13T10:12:22.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:21 smithi062 ceph-mon[92254]: Deploying daemon mds.foofs.smithi062.hadckm on smithi062 2024-04-13T10:12:23.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:22 smithi064 ceph-mon[67959]: pgmap v226: 129 pgs: 14 peering, 5 active+undersized, 6 active+undersized+degraded, 104 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 418 B/s rd, 209 B/s wr, 0 op/s; 61/1644 objects degraded (3.710%) 2024-04-13T10:12:23.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:22 smithi064 ceph-mon[67959]: daemon mds.foofs.smithi062.hadckm compat changed unexpectedly 2024-04-13T10:12:23.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:22 smithi064 ceph-mon[67959]: osdmap e120: 8 total, 8 up, 8 in 2024-04-13T10:12:23.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:22 smithi062 ceph-mon[92254]: pgmap v226: 129 pgs: 14 peering, 5 active+undersized, 6 active+undersized+degraded, 104 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 418 B/s rd, 209 B/s wr, 0 op/s; 61/1644 objects degraded (3.710%) 2024-04-13T10:12:23.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:22 smithi062 ceph-mon[92254]: daemon mds.foofs.smithi062.hadckm compat changed unexpectedly 2024-04-13T10:12:23.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:22 smithi062 ceph-mon[92254]: osdmap e120: 8 total, 8 up, 8 in 2024-04-13T10:12:24.015 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:23 smithi064 ceph-mon[67959]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-04-13T10:12:24.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:23 smithi064 ceph-mon[67959]: fsmap foofs:1 {0=foofs.smithi064.zvuvtq=up:active} 2024-04-13T10:12:24.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:23 smithi064 ceph-mon[67959]: Health check update: Degraded data redundancy: 61/1644 objects degraded (3.710%), 6 pgs degraded (PG_DEGRADED) 2024-04-13T10:12:24.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:23 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:24.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:23 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:12:24.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:23 smithi062 ceph-mon[92254]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-04-13T10:12:24.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:23 smithi062 ceph-mon[92254]: fsmap foofs:1 {0=foofs.smithi064.zvuvtq=up:active} 2024-04-13T10:12:24.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:23 smithi062 ceph-mon[92254]: Health check update: Degraded data redundancy: 61/1644 objects degraded (3.710%), 6 pgs degraded (PG_DEGRADED) 2024-04-13T10:12:24.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:23 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:24.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:23 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:12:25.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:24 smithi064 ceph-mon[67959]: pgmap v228: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-04-13T10:12:25.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:24 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi062.hadckm"}]: dispatch 2024-04-13T10:12:25.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:24 smithi062 ceph-mon[92254]: pgmap v228: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-04-13T10:12:25.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:24 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi062.hadckm"}]: dispatch 2024-04-13T10:12:25.286 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:12:26.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:25 smithi064 ceph-mon[67959]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 61/1644 objects degraded (3.710%), 6 pgs degraded) 2024-04-13T10:12:26.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:25 smithi062 ceph-mon[92254]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 61/1644 objects degraded (3.710%), 6 pgs degraded) 2024-04-13T10:12:27.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:26 smithi064 ceph-mon[67959]: pgmap v229: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-04-13T10:12:27.039 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:26 smithi062 ceph-mon[92254]: pgmap v229: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-04-13T10:12:29.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:28 smithi064 ceph-mon[67959]: pgmap v230: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 222 B/s rd, 222 B/s wr, 0 op/s 2024-04-13T10:12:29.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:28 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:29.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:28 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:29.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:28 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:12:29.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:28 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:29.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:28 smithi062 ceph-mon[92254]: pgmap v230: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 222 B/s rd, 222 B/s wr, 0 op/s 2024-04-13T10:12:29.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:28 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:29.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:28 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:29.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:28 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:12:29.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:28 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:30.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:29 smithi064 ceph-mon[67959]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-04-13T10:12:30.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:29 smithi064 ceph-mon[67959]: mds.? [v2:172.21.15.62:6834/4246554111,v1:172.21.15.62:6835/4246554111] up:boot 2024-04-13T10:12:30.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:29 smithi064 ceph-mon[67959]: fsmap foofs:1 {0=foofs.smithi064.zvuvtq=up:active} 1 up:standby 2024-04-13T10:12:30.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:29 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi062.hadckm"}]: dispatch 2024-04-13T10:12:30.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:29 smithi062 ceph-mon[92254]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-04-13T10:12:30.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:29 smithi062 ceph-mon[92254]: mds.? [v2:172.21.15.62:6834/4246554111,v1:172.21.15.62:6835/4246554111] up:boot 2024-04-13T10:12:30.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:29 smithi062 ceph-mon[92254]: fsmap foofs:1 {0=foofs.smithi064.zvuvtq=up:active} 1 up:standby 2024-04-13T10:12:30.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:29 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi062.hadckm"}]: dispatch 2024-04-13T10:12:30.318 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:12:31.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:30 smithi064 ceph-mon[67959]: pgmap v231: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-13T10:12:31.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:30 smithi062 ceph-mon[92254]: pgmap v231: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-13T10:12:33.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:32 smithi064 ceph-mon[67959]: pgmap v232: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-13T10:12:33.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:32 smithi062 ceph-mon[92254]: pgmap v232: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-13T10:12:34.623 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:34 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:34.623 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:34 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:34.623 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:34 smithi062 ceph-mon[92254]: pgmap v233: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 178 B/s rd, 178 B/s wr, 0 op/s 2024-04-13T10:12:34.623 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:34 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:34.623 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:34 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:34.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:34 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:34.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:34 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:34.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:34 smithi064 ceph-mon[67959]: pgmap v233: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 178 B/s rd, 178 B/s wr, 0 op/s 2024-04-13T10:12:34.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:34 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:34.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:34 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:35.370 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:12:37.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:36 smithi064 ceph-mon[67959]: pgmap v234: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:12:37.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:36 smithi062 ceph-mon[92254]: pgmap v234: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:12:38.984 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:38 smithi064 ceph-mon[67959]: Detected new or changed devices on smithi062 2024-04-13T10:12:38.984 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:38 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:38.984 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:38 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:38.984 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:38 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:12:38.984 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:38 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:12:38.984 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:38 smithi064 ceph-mon[67959]: pgmap v235: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 172 B/s rd, 172 B/s wr, 0 op/s 2024-04-13T10:12:38.984 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:38 smithi064 ceph-mon[67959]: pgmap v236: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 207 B/s wr, 0 op/s 2024-04-13T10:12:38.984 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:38 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:38.984 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:38 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:38.984 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:38 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:12:38.984 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:38 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:38.984 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:38 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:38.985 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:38 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:38.985 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:38 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:38.985 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:38 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi064.zvuvtq"]}]: dispatch 2024-04-13T10:12:38.985 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:38 smithi064 ceph-mon[67959]: Upgrade: It appears safe to stop mds.foofs.smithi064.zvuvtq 2024-04-13T10:12:38.985 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:38 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:38.985 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:38 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:12:39.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:38 smithi062 ceph-mon[92254]: Detected new or changed devices on smithi062 2024-04-13T10:12:39.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:38 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:39.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:38 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:39.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:38 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:12:39.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:38 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:12:39.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:38 smithi062 ceph-mon[92254]: pgmap v235: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 172 B/s rd, 172 B/s wr, 0 op/s 2024-04-13T10:12:39.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:38 smithi062 ceph-mon[92254]: pgmap v236: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 207 B/s wr, 0 op/s 2024-04-13T10:12:39.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:38 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:39.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:38 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:39.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:38 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:12:39.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:38 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:39.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:38 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:39.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:38 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:39.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:38 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:39.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:38 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi064.zvuvtq"]}]: dispatch 2024-04-13T10:12:39.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:38 smithi062 ceph-mon[92254]: Upgrade: It appears safe to stop mds.foofs.smithi064.zvuvtq 2024-04-13T10:12:39.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:38 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:39.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:38 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:12:40.411 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:12:40.765 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:40 smithi064 ceph-mon[67959]: Upgrade: Updating mds.foofs.smithi064.zvuvtq 2024-04-13T10:12:40.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:40 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:40.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:40 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi064.zvuvtq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-13T10:12:40.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:40 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:12:40.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:40 smithi064 ceph-mon[67959]: Deploying daemon mds.foofs.smithi064.zvuvtq on smithi064 2024-04-13T10:12:40.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:40 smithi064 ceph-mon[67959]: pgmap v237: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 207 B/s rd, 207 B/s wr, 0 op/s 2024-04-13T10:12:40.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:40 smithi062 ceph-mon[92254]: Upgrade: Updating mds.foofs.smithi064.zvuvtq 2024-04-13T10:12:40.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:40 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:40.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:40 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi064.zvuvtq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-13T10:12:40.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:40 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:12:40.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:40 smithi062 ceph-mon[92254]: Deploying daemon mds.foofs.smithi064.zvuvtq on smithi064 2024-04-13T10:12:40.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:40 smithi062 ceph-mon[92254]: pgmap v237: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 207 B/s rd, 207 B/s wr, 0 op/s 2024-04-13T10:12:41.516 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:12:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:12:41.171+0000 7fea1b375700 -1 bdev(0x563d8ac4e000 /var/lib/ceph/osd/ceph-5/block) aio_submit retries 3 2024-04-13T10:12:41.516 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:12:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:12:41.166+0000 7f0f3ada1700 -1 bdev(0x561f36154000 /var/lib/ceph/osd/ceph-7/block) aio_submit retries 3 2024-04-13T10:12:41.516 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:12:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:12:41.166+0000 7f0f35d97700 -1 bdev(0x561f36154000 /var/lib/ceph/osd/ceph-7/block) aio_submit retries 4 2024-04-13T10:12:41.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:41 smithi064 ceph-mon[67959]: daemon mds.foofs.smithi064.zvuvtq compat changed unexpectedly 2024-04-13T10:12:41.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:41 smithi064 ceph-mon[67959]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-04-13T10:12:41.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:41 smithi064 ceph-mon[67959]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-04-13T10:12:41.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:41 smithi064 ceph-mon[67959]: osdmap e121: 8 total, 8 up, 8 in 2024-04-13T10:12:41.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:41 smithi064 ceph-mon[67959]: Standby daemon mds.foofs.smithi062.hadckm assigned to filesystem foofs as rank 0 2024-04-13T10:12:41.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:41 smithi064 ceph-mon[67959]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-04-13T10:12:41.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:41 smithi064 ceph-mon[67959]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-04-13T10:12:41.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:41 smithi064 ceph-mon[67959]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-04-13T10:12:41.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:41 smithi064 ceph-mon[67959]: fsmap foofs:1/1 {0=foofs.smithi062.hadckm=up:replay} 2024-04-13T10:12:41.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon-smithi062[92231]: 2024-04-13T10:12:41.135+0000 7fb196f08700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-04-13T10:12:41.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:41 smithi062 ceph-mon[92254]: daemon mds.foofs.smithi064.zvuvtq compat changed unexpectedly 2024-04-13T10:12:41.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:41 smithi062 ceph-mon[92254]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-04-13T10:12:41.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:41 smithi062 ceph-mon[92254]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-04-13T10:12:41.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:41 smithi062 ceph-mon[92254]: osdmap e121: 8 total, 8 up, 8 in 2024-04-13T10:12:41.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:41 smithi062 ceph-mon[92254]: Standby daemon mds.foofs.smithi062.hadckm assigned to filesystem foofs as rank 0 2024-04-13T10:12:41.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:41 smithi062 ceph-mon[92254]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-04-13T10:12:41.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:41 smithi062 ceph-mon[92254]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-04-13T10:12:41.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:41 smithi062 ceph-mon[92254]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-04-13T10:12:41.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:41 smithi062 ceph-mon[92254]: fsmap foofs:1/1 {0=foofs.smithi062.hadckm=up:replay} 2024-04-13T10:12:42.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:42 smithi064 ceph-mon[67959]: pgmap v239: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.6 MiB/s rd, 130 B/s wr, 1 op/s 2024-04-13T10:12:42.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:42 smithi062 ceph-mon[92254]: pgmap v239: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.6 MiB/s rd, 130 B/s wr, 1 op/s 2024-04-13T10:12:43.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:43 smithi064 ceph-mon[67959]: mds.? [v2:172.21.15.62:6834/4246554111,v1:172.21.15.62:6835/4246554111] up:reconnect 2024-04-13T10:12:43.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:43 smithi064 ceph-mon[67959]: fsmap foofs:1/1 {0=foofs.smithi062.hadckm=up:reconnect} 2024-04-13T10:12:43.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:43 smithi062 ceph-mon[92254]: mds.? [v2:172.21.15.62:6834/4246554111,v1:172.21.15.62:6835/4246554111] up:reconnect 2024-04-13T10:12:43.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:43 smithi062 ceph-mon[92254]: fsmap foofs:1/1 {0=foofs.smithi062.hadckm=up:reconnect} 2024-04-13T10:12:44.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:44 smithi064 ceph-mon[67959]: mds.? [v2:172.21.15.62:6834/4246554111,v1:172.21.15.62:6835/4246554111] up:rejoin 2024-04-13T10:12:44.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:44 smithi064 ceph-mon[67959]: fsmap foofs:1/1 {0=foofs.smithi062.hadckm=up:rejoin} 2024-04-13T10:12:44.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:44 smithi064 ceph-mon[67959]: daemon mds.foofs.smithi062.hadckm is now active in filesystem foofs as rank 0 2024-04-13T10:12:44.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:44 smithi064 ceph-mon[67959]: pgmap v240: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 0 B/s wr, 6 op/s 2024-04-13T10:12:44.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:44 smithi062 ceph-mon[92254]: mds.? [v2:172.21.15.62:6834/4246554111,v1:172.21.15.62:6835/4246554111] up:rejoin 2024-04-13T10:12:44.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:44 smithi062 ceph-mon[92254]: fsmap foofs:1/1 {0=foofs.smithi062.hadckm=up:rejoin} 2024-04-13T10:12:44.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:44 smithi062 ceph-mon[92254]: daemon mds.foofs.smithi062.hadckm is now active in filesystem foofs as rank 0 2024-04-13T10:12:44.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:44 smithi062 ceph-mon[92254]: pgmap v240: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 0 B/s wr, 6 op/s 2024-04-13T10:12:45.452 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:12:45.720 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:45 smithi064 ceph-mon[67959]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-04-13T10:12:45.721 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:45 smithi064 ceph-mon[67959]: mds.? [v2:172.21.15.62:6834/4246554111,v1:172.21.15.62:6835/4246554111] up:active 2024-04-13T10:12:45.721 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:45 smithi064 ceph-mon[67959]: fsmap foofs:1 {0=foofs.smithi062.hadckm=up:active} 2024-04-13T10:12:45.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:45 smithi062 ceph-mon[92254]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-04-13T10:12:45.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:45 smithi062 ceph-mon[92254]: mds.? [v2:172.21.15.62:6834/4246554111,v1:172.21.15.62:6835/4246554111] up:active 2024-04-13T10:12:45.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:45 smithi062 ceph-mon[92254]: fsmap foofs:1 {0=foofs.smithi062.hadckm=up:active} 2024-04-13T10:12:46.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:46 smithi064 ceph-mon[67959]: pgmap v241: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 26 MiB/s rd, 127 B/s wr, 10 op/s 2024-04-13T10:12:46.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:46 smithi062 ceph-mon[92254]: pgmap v241: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 26 MiB/s rd, 127 B/s wr, 10 op/s 2024-04-13T10:12:48.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:48 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:48.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:48 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:48.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:48 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:12:48.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:48 smithi064 ceph-mon[67959]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-04-13T10:12:48.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:48 smithi064 ceph-mon[67959]: mds.? [v2:172.21.15.64:6832/2183157885,v1:172.21.15.64:6833/2183157885] up:boot 2024-04-13T10:12:48.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:48 smithi064 ceph-mon[67959]: fsmap foofs:1 {0=foofs.smithi062.hadckm=up:active} 1 up:standby 2024-04-13T10:12:48.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:48 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi064.zvuvtq"}]: dispatch 2024-04-13T10:12:48.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:48 smithi064 ceph-mon[67959]: pgmap v242: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 102 B/s wr, 9 op/s 2024-04-13T10:12:48.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:48 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:48.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:48 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:48.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:48 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:12:48.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:48 smithi062 ceph-mon[92254]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-04-13T10:12:48.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:48 smithi062 ceph-mon[92254]: mds.? [v2:172.21.15.64:6832/2183157885,v1:172.21.15.64:6833/2183157885] up:boot 2024-04-13T10:12:48.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:48 smithi062 ceph-mon[92254]: fsmap foofs:1 {0=foofs.smithi062.hadckm=up:active} 1 up:standby 2024-04-13T10:12:48.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:48 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi064.zvuvtq"}]: dispatch 2024-04-13T10:12:48.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:48 smithi062 ceph-mon[92254]: pgmap v242: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 102 B/s wr, 9 op/s 2024-04-13T10:12:50.490 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:12:50.865 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T10:12:51.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:50 smithi064 ceph-mon[67959]: pgmap v243: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 102 B/s wr, 10 op/s 2024-04-13T10:12:51.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:50 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:51.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:50 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:51.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:50 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:51.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:50 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:51.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:50 smithi062 ceph-mon[92254]: pgmap v243: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 102 B/s wr, 10 op/s 2024-04-13T10:12:51.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:50 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:51.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:50 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:51.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:50 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:51.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:50 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:51.531 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T10:12:51.531 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (15m) 18s ago 26m 17.2M - 0.20.0 0881eb8f169f f67d46639f12 2024-04-13T10:12:51.531 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (5m) 18s ago 26m 6651k - 18.2.2-1173-g5108bc67 3464fd31103e 5ca3f5d851a8 2024-04-13T10:12:51.532 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (5m) 1s ago 25m 6651k - 18.2.2-1173-g5108bc67 3464fd31103e 4fccca2794ac 2024-04-13T10:12:51.532 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (13m) 18s ago 26m 34.3M - 6.7.4 557c83e11646 52a02116d022 2024-04-13T10:12:51.532 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (23s) 18s ago 20m 11.1M - 18.2.2-1173-g5108bc67 3464fd31103e ffc1eb0c3e93 2024-04-13T10:12:51.532 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (5s) 1s ago 20m 12.3M - 18.2.2-1173-g5108bc67 3464fd31103e 04b5aa1680d6 2024-04-13T10:12:51.532 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:8443,9283,8765 running (6m) 18s ago 27m 505M - 18.2.2-1173-g5108bc67 3464fd31103e 5f0191e57ab0 2024-04-13T10:12:51.532 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283,8765 running (6m) 1s ago 25m 450M - 18.2.2-1173-g5108bc67 3464fd31103e 267484796b5c 2024-04-13T10:12:51.532 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (6m) 18s ago 28m 78.1M 2048M 18.2.2-1173-g5108bc67 3464fd31103e ea3d08dee67d 2024-04-13T10:12:51.532 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (5m) 1s ago 25m 56.3M 2048M 18.2.2-1173-g5108bc67 3464fd31103e 17cdca1b9f7e 2024-04-13T10:12:51.532 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (17m) 18s ago 17m 83.0M - 3.5 6933c2a0b7dd c23522e42b6b 2024-04-13T10:12:51.532 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (17m) 1s ago 17m 79.6M - 3.5 6933c2a0b7dd ab1f0d8d0bb5 2024-04-13T10:12:51.532 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (11m) 18s ago 25m 14.5M - 0.18.1 e5a616e4b9cf 69df71029afe 2024-04-13T10:12:51.532 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (7m) 1s ago 25m 8942k - 0.18.1 e5a616e4b9cf 19e13c75f9ef 2024-04-13T10:12:51.532 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (4m) 18s ago 24m 135M 1944M 18.2.2-1173-g5108bc67 3464fd31103e 52e7889244fc 2024-04-13T10:12:51.532 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (4m) 18s ago 24m 112M 1944M 18.2.2-1173-g5108bc67 3464fd31103e aeb987d5b83d 2024-04-13T10:12:51.533 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (3m) 18s ago 23m 95.3M 1944M 18.2.2-1173-g5108bc67 3464fd31103e 9466e6d526dc 2024-04-13T10:12:51.533 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (2m) 18s ago 23m 126M 1944M 18.2.2-1173-g5108bc67 3464fd31103e fc3238095faa 2024-04-13T10:12:51.533 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (2m) 1s ago 23m 136M 2712M 18.2.2-1173-g5108bc67 3464fd31103e 58cf12652894 2024-04-13T10:12:51.533 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (108s) 1s ago 22m 136M 2712M 18.2.2-1173-g5108bc67 3464fd31103e af376f8dfbb3 2024-04-13T10:12:51.533 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (75s) 1s ago 22m 121M 2712M 18.2.2-1173-g5108bc67 3464fd31103e b703506df371 2024-04-13T10:12:51.533 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (42s) 1s ago 22m 143M 2712M 18.2.2-1173-g5108bc67 3464fd31103e e8e8baf6d84e 2024-04-13T10:12:51.533 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 error 18s ago 25m - - 2024-04-13T10:12:51.932 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:12:51.932 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T10:12:51.932 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:12:51.932 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:12:51.932 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T10:12:51.933 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:12:51.933 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:12:51.933 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T10:12:51.933 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 8 2024-04-13T10:12:51.933 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:12:51.933 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T10:12:51.933 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:12:51.933 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:12:51.933 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T10:12:51.933 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 14 2024-04-13T10:12:51.933 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T10:12:51.933 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:12:52.265 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:51 smithi064 ceph-mon[67959]: from='client.34432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:12:52.272 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:12:52.272 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T10:12:52.272 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T10:12:52.272 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T10:12:52.272 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [ 2024-04-13T10:12:52.272 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr", 2024-04-13T10:12:52.272 INFO:teuthology.orchestra.run.smithi062.stdout: "mon", 2024-04-13T10:12:52.272 INFO:teuthology.orchestra.run.smithi062.stdout: "mds", 2024-04-13T10:12:52.273 INFO:teuthology.orchestra.run.smithi062.stdout: "osd", 2024-04-13T10:12:52.273 INFO:teuthology.orchestra.run.smithi062.stdout: "crash" 2024-04-13T10:12:52.273 INFO:teuthology.orchestra.run.smithi062.stdout: ], 2024-04-13T10:12:52.273 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "16/23 daemons upgraded", 2024-04-13T10:12:52.273 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "Currently upgrading mds daemons", 2024-04-13T10:12:52.273 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T10:12:52.273 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:12:52.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:51 smithi062 ceph-mon[92254]: from='client.34432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:12:52.673 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-13T10:12:52.674 INFO:teuthology.orchestra.run.smithi062.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-13T10:12:52.674 INFO:teuthology.orchestra.run.smithi062.stdout: daemon prometheus.smithi062 on smithi062 is in error state 2024-04-13T10:12:53.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:52 smithi064 ceph-mon[67959]: from='client.34436 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:12:53.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:52 smithi064 ceph-mon[67959]: from='client.34440 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:12:53.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:52 smithi064 ceph-mon[67959]: pgmap v244: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 19 MiB/s rd, 192 B/s wr, 10 op/s 2024-04-13T10:12:53.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:52 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/4004915449' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:53.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:52 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/1098539466' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:12:53.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:52 smithi062 ceph-mon[92254]: from='client.34436 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:12:53.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:52 smithi062 ceph-mon[92254]: from='client.34440 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:12:53.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:52 smithi062 ceph-mon[92254]: pgmap v244: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 19 MiB/s rd, 192 B/s wr, 10 op/s 2024-04-13T10:12:53.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:52 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/4004915449' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:53.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:52 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/1098539466' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:12:54.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:54 smithi064 ceph-mon[67959]: from='client.34448 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:12:54.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:54 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:12:54.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:54 smithi062 ceph-mon[92254]: from='client.34448 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:12:54.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:54 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:12:55.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:55 smithi062 ceph-mon[92254]: pgmap v245: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 6.2 KiB/s wr, 10 op/s 2024-04-13T10:12:55.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:55.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:55.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:12:55.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:12:55.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:55.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:55.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:12:55.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:55.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:55.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:55.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:55.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:55.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:55.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi062.hadckm"}]: dispatch 2024-04-13T10:12:55.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi062.hadckm"}]': finished 2024-04-13T10:12:55.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi064.zvuvtq"}]: dispatch 2024-04-13T10:12:55.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi064.zvuvtq"}]': finished 2024-04-13T10:12:55.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:55.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:55.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:55.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:55.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:55.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:55.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:55.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:55.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:55.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:55 smithi064 ceph-mon[67959]: pgmap v245: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 6.2 KiB/s wr, 10 op/s 2024-04-13T10:12:55.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:55.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:55.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:12:55.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:12:55.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:55.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:55.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:12:55.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:55.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:55.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:55.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:55.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:55.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:55.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi062.hadckm"}]: dispatch 2024-04-13T10:12:55.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi062.hadckm"}]': finished 2024-04-13T10:12:55.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi064.zvuvtq"}]: dispatch 2024-04-13T10:12:55.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi064.zvuvtq"}]': finished 2024-04-13T10:12:55.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:55.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:55.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:55.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:55.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:55.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:55.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:55.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:12:55.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:55.523 INFO:teuthology.orchestra.run.smithi062.stderr:mount.nfs: mounting smithi062:/fake failed, reason given by server: No such file or directory 2024-04-13T10:12:56.147 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:56 smithi062 ceph-mon[92254]: Detected new or changed devices on smithi064 2024-04-13T10:12:56.147 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:56 smithi062 ceph-mon[92254]: pgmap v246: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.4 MiB/s rd, 7.1 KiB/s wr, 8 op/s 2024-04-13T10:12:56.147 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:56 smithi062 ceph-mon[92254]: Upgrade: Setting container_image for all mds 2024-04-13T10:12:56.147 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:56 smithi062 ceph-mon[92254]: Upgrade: Setting container_image for all rgw 2024-04-13T10:12:56.147 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:56 smithi062 ceph-mon[92254]: Upgrade: Setting container_image for all rbd-mirror 2024-04-13T10:12:56.147 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:56 smithi062 ceph-mon[92254]: Upgrade: Setting container_image for all ceph-exporter 2024-04-13T10:12:56.147 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:56 smithi062 ceph-mon[92254]: Upgrade: Setting container_image for all iscsi 2024-04-13T10:12:56.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:56 smithi064 ceph-mon[67959]: Detected new or changed devices on smithi064 2024-04-13T10:12:56.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:56 smithi064 ceph-mon[67959]: pgmap v246: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.4 MiB/s rd, 7.1 KiB/s wr, 8 op/s 2024-04-13T10:12:56.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:56 smithi064 ceph-mon[67959]: Upgrade: Setting container_image for all mds 2024-04-13T10:12:56.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:56 smithi064 ceph-mon[67959]: Upgrade: Setting container_image for all rgw 2024-04-13T10:12:56.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:56 smithi064 ceph-mon[67959]: Upgrade: Setting container_image for all rbd-mirror 2024-04-13T10:12:56.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:56 smithi064 ceph-mon[67959]: Upgrade: Setting container_image for all ceph-exporter 2024-04-13T10:12:56.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:56 smithi064 ceph-mon[67959]: Upgrade: Setting container_image for all iscsi 2024-04-13T10:12:57.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:57 smithi062 ceph-mon[92254]: Upgrade: Updating nfs.foo.0.1.smithi062.ifhjdg (1/2) 2024-04-13T10:12:57.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:57 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:57.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:57 smithi062 ceph-mon[92254]: Creating key for client.nfs.foo.0.1.smithi062.ifhjdg 2024-04-13T10:12:57.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:57 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi062.ifhjdg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-13T10:12:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:57 smithi062 ceph-mon[92254]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-04-13T10:12:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:57 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-13T10:12:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:57 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-13T10:12:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:57 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:12:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:57 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-13T10:12:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:57 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-13T10:12:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:57 smithi062 ceph-mon[92254]: Rados config object exists: conf-nfs.foo 2024-04-13T10:12:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:57 smithi062 ceph-mon[92254]: Creating key for client.nfs.foo.0.1.smithi062.ifhjdg-rgw 2024-04-13T10:12:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:57 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi062.ifhjdg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-13T10:12:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:57 smithi062 ceph-mon[92254]: Bind address in nfs.foo.0.1.smithi062.ifhjdg's ganesha conf is defaulting to empty 2024-04-13T10:12:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:57 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:12:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:57 smithi062 ceph-mon[92254]: Deploying daemon nfs.foo.0.1.smithi062.ifhjdg on smithi062 2024-04-13T10:12:57.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:57 smithi062 ceph-mon[92254]: pgmap v247: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 2.6 KiB/s rd, 7.1 KiB/s wr, 5 op/s 2024-04-13T10:12:57.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:57 smithi064 ceph-mon[67959]: Upgrade: Updating nfs.foo.0.1.smithi062.ifhjdg (1/2) 2024-04-13T10:12:57.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:57 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:12:57.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:57 smithi064 ceph-mon[67959]: Creating key for client.nfs.foo.0.1.smithi062.ifhjdg 2024-04-13T10:12:57.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:57 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi062.ifhjdg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-13T10:12:57.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:57 smithi064 ceph-mon[67959]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-04-13T10:12:57.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:57 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-13T10:12:57.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:57 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-13T10:12:57.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:57 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:12:57.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:57 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-13T10:12:57.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:57 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-13T10:12:57.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:57 smithi064 ceph-mon[67959]: Rados config object exists: conf-nfs.foo 2024-04-13T10:12:57.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:57 smithi064 ceph-mon[67959]: Creating key for client.nfs.foo.0.1.smithi062.ifhjdg-rgw 2024-04-13T10:12:57.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:57 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi062.ifhjdg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-13T10:12:57.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:57 smithi064 ceph-mon[67959]: Bind address in nfs.foo.0.1.smithi062.ifhjdg's ganesha conf is defaulting to empty 2024-04-13T10:12:57.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:57 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:12:57.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:57 smithi064 ceph-mon[67959]: Deploying daemon nfs.foo.0.1.smithi062.ifhjdg on smithi062 2024-04-13T10:12:57.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:57 smithi064 ceph-mon[67959]: pgmap v247: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 2.6 KiB/s rd, 7.1 KiB/s wr, 5 op/s 2024-04-13T10:12:59.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:12:59 smithi064 ceph-mon[67959]: pgmap v248: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 7.3 KiB/s wr, 4 op/s 2024-04-13T10:12:59.781 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:12:59 smithi062 ceph-mon[92254]: pgmap v248: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 7.3 KiB/s wr, 4 op/s 2024-04-13T10:13:01.105 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:00 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:01.106 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:00 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:01.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:00 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:01.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:00 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:02.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:01 smithi064 ceph-mon[67959]: pgmap v249: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 482 B/s rd, 7.4 KiB/s wr, 4 op/s 2024-04-13T10:13:02.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:01 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:02.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:01 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi064.xvgwfa", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-13T10:13:02.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:01 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-13T10:13:02.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:01 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-13T10:13:02.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:01 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:13:02.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:01 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-13T10:13:02.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:01 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-13T10:13:02.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:01 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi064.xvgwfa-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-13T10:13:02.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:01 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:13:02.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:01 smithi062 ceph-mon[92254]: pgmap v249: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 482 B/s rd, 7.4 KiB/s wr, 4 op/s 2024-04-13T10:13:02.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:01 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:02.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:01 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi064.xvgwfa", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-13T10:13:02.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:01 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-13T10:13:02.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:01 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-13T10:13:02.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:01 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:13:02.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:01 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-13T10:13:02.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:01 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-13T10:13:02.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:01 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi064.xvgwfa-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-13T10:13:02.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:01 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:13:03.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:02 smithi064 ceph-mon[67959]: Upgrade: Updating nfs.foo.1.1.smithi064.xvgwfa (2/2) 2024-04-13T10:13:03.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:02 smithi064 ceph-mon[67959]: Creating key for client.nfs.foo.1.1.smithi064.xvgwfa 2024-04-13T10:13:03.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:02 smithi064 ceph-mon[67959]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-04-13T10:13:03.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:02 smithi064 ceph-mon[67959]: Rados config object exists: conf-nfs.foo 2024-04-13T10:13:03.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:02 smithi064 ceph-mon[67959]: Creating key for client.nfs.foo.1.1.smithi064.xvgwfa-rgw 2024-04-13T10:13:03.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:02 smithi064 ceph-mon[67959]: Bind address in nfs.foo.1.1.smithi064.xvgwfa's ganesha conf is defaulting to empty 2024-04-13T10:13:03.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:02 smithi064 ceph-mon[67959]: Deploying daemon nfs.foo.1.1.smithi064.xvgwfa on smithi064 2024-04-13T10:13:03.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:02 smithi062 ceph-mon[92254]: Upgrade: Updating nfs.foo.1.1.smithi064.xvgwfa (2/2) 2024-04-13T10:13:03.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:02 smithi062 ceph-mon[92254]: Creating key for client.nfs.foo.1.1.smithi064.xvgwfa 2024-04-13T10:13:03.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:02 smithi062 ceph-mon[92254]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-04-13T10:13:03.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:02 smithi062 ceph-mon[92254]: Rados config object exists: conf-nfs.foo 2024-04-13T10:13:03.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:02 smithi062 ceph-mon[92254]: Creating key for client.nfs.foo.1.1.smithi064.xvgwfa-rgw 2024-04-13T10:13:03.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:02 smithi062 ceph-mon[92254]: Bind address in nfs.foo.1.1.smithi064.xvgwfa's ganesha conf is defaulting to empty 2024-04-13T10:13:03.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:02 smithi062 ceph-mon[92254]: Deploying daemon nfs.foo.1.1.smithi064.xvgwfa on smithi064 2024-04-13T10:13:03.596 DEBUG:teuthology.orchestra.run.smithi062:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2024-04-13T10:13:03.663 INFO:teuthology.orchestra.run.smithi062.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-04-13T10:13:03.663 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-13T10:13:03.663 INFO:teuthology.orchestra.run.smithi062.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2024-04-13T10:13:03.663 INFO:teuthology.orchestra.run.smithi062.stdout:3 of 5 processes prepared for launch 0 sec 2024-04-13T10:13:03.762 INFO:teuthology.orchestra.run.smithi062.stdout:5 of 5 processes prepared for launch 0 sec 2024-04-13T10:13:03.763 INFO:teuthology.orchestra.run.smithi062.stdout:releasing clients 2024-04-13T10:13:04.265 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:03 smithi064 ceph-mon[67959]: pgmap v250: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 771 B/s rd, 7.3 KiB/s wr, 4 op/s 2024-04-13T10:13:04.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:03 smithi062 ceph-mon[92254]: pgmap v250: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 771 B/s rd, 7.3 KiB/s wr, 4 op/s 2024-04-13T10:13:04.763 INFO:teuthology.orchestra.run.smithi062.stdout: 0 1 0.00 MB/sec warmup 1 sec latency 1000.028 ms 2024-04-13T10:13:05.763 INFO:teuthology.orchestra.run.smithi062.stdout: 0 1 0.00 MB/sec warmup 2 sec latency 2000.074 ms 2024-04-13T10:13:06.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:05 smithi064 ceph-mon[67959]: pgmap v251: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.4 KiB/s rd, 2.4 KiB/s wr, 5 op/s 2024-04-13T10:13:06.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:05 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:06.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:05 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:06.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:05 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:13:06.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:05 smithi062 ceph-mon[92254]: pgmap v251: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.4 KiB/s rd, 2.4 KiB/s wr, 5 op/s 2024-04-13T10:13:06.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:05 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:06.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:05 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:06.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:05 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:13:06.763 INFO:teuthology.orchestra.run.smithi062.stdout: 0 1 0.00 MB/sec warmup 3 sec latency 3000.103 ms 2024-04-13T10:13:07.763 INFO:teuthology.orchestra.run.smithi062.stdout: 0 1 0.00 MB/sec warmup 4 sec latency 4000.152 ms 2024-04-13T10:13:08.116 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:07 smithi064 ceph-mon[67959]: pgmap v252: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2024-04-13T10:13:08.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:07 smithi062 ceph-mon[92254]: pgmap v252: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2024-04-13T10:13:08.763 INFO:teuthology.orchestra.run.smithi062.stdout: 0 1 0.00 MB/sec warmup 5 sec latency 5000.189 ms 2024-04-13T10:13:09.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:09.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:09.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:13:09.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:09 smithi062 ceph-mon[92254]: pgmap v253: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 3.5 KiB/s wr, 12 op/s 2024-04-13T10:13:09.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:09.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:09 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:09.574 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:09.574 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:09.574 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:13:09.574 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:09 smithi064 ceph-mon[67959]: pgmap v253: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 3.5 KiB/s wr, 12 op/s 2024-04-13T10:13:09.574 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:09.574 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:09 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:09.763 INFO:teuthology.orchestra.run.smithi062.stdout: 0 1 0.00 MB/sec warmup 6 sec latency 6000.238 ms 2024-04-13T10:13:10.765 INFO:teuthology.orchestra.run.smithi062.stdout: 1 17 0.45 MB/sec warmup 7 sec latency 7002.834 ms 2024-04-13T10:13:11.273 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:11 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:11.273 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:11 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:11.273 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:11 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:11.273 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:11 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:11.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:11 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:11.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:11 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:11.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:11 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:11.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:11 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:11.770 INFO:teuthology.orchestra.run.smithi062.stdout: 4 180 4.37 MB/sec warmup 8 sec latency 8007.588 ms 2024-04-13T10:13:12.306 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:12 smithi062 ceph-mon[92254]: pgmap v254: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 3.2 KiB/s wr, 12 op/s 2024-04-13T10:13:12.386 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:12 smithi064 ceph-mon[67959]: pgmap v254: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 3.2 KiB/s wr, 12 op/s 2024-04-13T10:13:13.770 INFO:teuthology.orchestra.run.smithi062.stdout: 5 491 23.77 MB/sec execute 1 sec latency 126.320 ms 2024-04-13T10:13:13.869 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:13 smithi062 ceph-mon[92254]: pgmap v255: 129 pgs: 129 active+clean; 341 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 1.5 MiB/s wr, 48 op/s 2024-04-13T10:13:13.870 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:13 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:13.870 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:13 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:14.265 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:13 smithi064 ceph-mon[67959]: pgmap v255: 129 pgs: 129 active+clean; 341 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 1.5 MiB/s wr, 48 op/s 2024-04-13T10:13:14.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:13 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:14.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:13 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:14.771 INFO:teuthology.orchestra.run.smithi062.stdout: 5 736 20.36 MB/sec execute 2 sec latency 113.317 ms 2024-04-13T10:13:15.770 INFO:teuthology.orchestra.run.smithi062.stdout: 5 979 16.85 MB/sec execute 3 sec latency 111.007 ms 2024-04-13T10:13:15.943 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:15 smithi062 ceph-mon[92254]: pgmap v256: 129 pgs: 129 active+clean; 331 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 32 KiB/s rd, 3.5 MiB/s wr, 69 op/s 2024-04-13T10:13:16.265 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:15 smithi064 ceph-mon[67959]: pgmap v256: 129 pgs: 129 active+clean; 331 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 32 KiB/s rd, 3.5 MiB/s wr, 69 op/s 2024-04-13T10:13:16.774 INFO:teuthology.orchestra.run.smithi062.stdout: 5 1312 15.42 MB/sec execute 4 sec latency 96.467 ms 2024-04-13T10:13:17.774 INFO:teuthology.orchestra.run.smithi062.stdout: 5 cleanup 5 sec 2024-04-13T10:13:17.972 INFO:teuthology.orchestra.run.smithi062.stdout:[1793] unlink './clients/client4/~dmtmp/PARADOX/.nfs0000010000004c0700000013' failed - Device or resource busy 2024-04-13T10:13:17.972 INFO:teuthology.orchestra.run.smithi062.stdout:[1793] unlink './clients/client4/~dmtmp/PARADOX/.nfs0000010000004be700000012' failed - Device or resource busy 2024-04-13T10:13:17.972 INFO:teuthology.orchestra.run.smithi062.stdout:[1793] unlink './clients/client4/~dmtmp/PARADOX/.nfs0000010000004bed00000003' failed - Device or resource busy 2024-04-13T10:13:17.973 INFO:teuthology.orchestra.run.smithi062.stdout:[1793] unlink './clients/client4/~dmtmp/PARADOX/.nfs0000010000004c0400000015' failed - Device or resource busy 2024-04-13T10:13:17.991 INFO:teuthology.orchestra.run.smithi062.stdout:[1793] unlink './clients/client4/~dmtmp/PARADOX/.nfs0000010000004c000000000f' failed - Device or resource busy 2024-04-13T10:13:18.150 INFO:teuthology.orchestra.run.smithi062.stdout:[1394] unlink './clients/client2/~dmtmp/PARADOX/.nfs0000010000004c5000000022' failed - Device or resource busy 2024-04-13T10:13:18.151 INFO:teuthology.orchestra.run.smithi062.stdout:[1394] unlink './clients/client2/~dmtmp/PARADOX/.nfs0000010000004c5500000023' failed - Device or resource busy 2024-04-13T10:13:18.153 INFO:teuthology.orchestra.run.smithi062.stdout:[1394] unlink './clients/client2/~dmtmp/PARADOX/.nfs0000010000004c5300000020' failed - Device or resource busy 2024-04-13T10:13:18.154 INFO:teuthology.orchestra.run.smithi062.stdout:[1394] unlink './clients/client2/~dmtmp/PARADOX/.nfs0000010000004c510000001f' failed - Device or resource busy 2024-04-13T10:13:18.237 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:18 smithi062 ceph-mon[92254]: pgmap v257: 129 pgs: 129 active+clean; 328 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 37 KiB/s rd, 4.7 MiB/s wr, 84 op/s 2024-04-13T10:13:18.237 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:18.238 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:18.238 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:13:18.238 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:13:18.238 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:18 smithi062 ceph-mon[92254]: pgmap v258: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 39 KiB/s rd, 8.9 MiB/s wr, 291 op/s 2024-04-13T10:13:18.238 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:18 smithi062 ceph-mon[92254]: pgmap v259: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 35 KiB/s rd, 11 MiB/s wr, 350 op/s 2024-04-13T10:13:18.238 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:18.238 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:18.238 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:13:18.238 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:13:18.238 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:13:18.238 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:13:18.239 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:13:18.239 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:13:18.239 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:13:18.239 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:13:18.239 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:13:18.239 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:13:18.239 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:13:18.239 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:13:18.239 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:18.239 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi062.ifhjdg"}]: dispatch 2024-04-13T10:13:18.239 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi062.ifhjdg"}]': finished 2024-04-13T10:13:18.239 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi064.xvgwfa"}]: dispatch 2024-04-13T10:13:18.240 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi064.xvgwfa"}]': finished 2024-04-13T10:13:18.240 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:13:18.240 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:18 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:18.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:18 smithi064 ceph-mon[67959]: pgmap v257: 129 pgs: 129 active+clean; 328 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 37 KiB/s rd, 4.7 MiB/s wr, 84 op/s 2024-04-13T10:13:18.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:18.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:18.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:13:18.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:13:18.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:18 smithi064 ceph-mon[67959]: pgmap v258: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 39 KiB/s rd, 8.9 MiB/s wr, 291 op/s 2024-04-13T10:13:18.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:18 smithi064 ceph-mon[67959]: pgmap v259: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 35 KiB/s rd, 11 MiB/s wr, 350 op/s 2024-04-13T10:13:18.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:18.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:18.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:13:18.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:13:18.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:13:18.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:13:18.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:13:18.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:13:18.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:13:18.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:13:18.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:13:18.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:13:18.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:13:18.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:13:18.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:18.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi062.ifhjdg"}]: dispatch 2024-04-13T10:13:18.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi062.ifhjdg"}]': finished 2024-04-13T10:13:18.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi064.xvgwfa"}]: dispatch 2024-04-13T10:13:18.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi064.xvgwfa"}]': finished 2024-04-13T10:13:18.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:13:18.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:18 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' 2024-04-13T10:13:18.774 INFO:teuthology.orchestra.run.smithi062.stdout: 2 cleanup 6 sec 2024-04-13T10:13:19.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:19 smithi062 ceph-mon[92254]: Upgrade: Setting container_image for all nfs 2024-04-13T10:13:19.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:19 smithi062 ceph-mon[92254]: Upgrade: Setting container_image for all nvmeof 2024-04-13T10:13:19.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:19 smithi064 ceph-mon[67959]: Upgrade: Setting container_image for all nfs 2024-04-13T10:13:19.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:19 smithi064 ceph-mon[67959]: Upgrade: Setting container_image for all nvmeof 2024-04-13T10:13:19.774 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 7 sec 2024-04-13T10:13:20.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:20 smithi064 ceph-mon[67959]: pgmap v260: 129 pgs: 129 active+clean; 319 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 34 KiB/s rd, 14 MiB/s wr, 389 op/s 2024-04-13T10:13:20.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:20 smithi062 ceph-mon[92254]: pgmap v260: 129 pgs: 129 active+clean; 319 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 34 KiB/s rd, 14 MiB/s wr, 389 op/s 2024-04-13T10:13:20.774 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 8 sec 2024-04-13T10:13:21.774 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 9 sec 2024-04-13T10:13:22.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:22 smithi064 ceph-mon[67959]: pgmap v261: 129 pgs: 129 active+clean; 306 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 12 MiB/s wr, 350 op/s 2024-04-13T10:13:22.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:22 smithi062 ceph-mon[92254]: pgmap v261: 129 pgs: 129 active+clean; 306 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 12 MiB/s wr, 350 op/s 2024-04-13T10:13:22.774 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 10 sec 2024-04-13T10:13:23.221 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T10:13:23.774 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 11 sec 2024-04-13T10:13:23.898 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T10:13:23.898 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (16m) 13s ago 26m 17.2M - 0.20.0 0881eb8f169f f67d46639f12 2024-04-13T10:13:23.898 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (5m) 13s ago 26m 6651k - 18.2.2-1173-g5108bc67 3464fd31103e 5ca3f5d851a8 2024-04-13T10:13:23.898 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (5m) 15s ago 25m 6651k - 18.2.2-1173-g5108bc67 3464fd31103e 4fccca2794ac 2024-04-13T10:13:23.898 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (13m) 13s ago 26m 34.4M - 6.7.4 557c83e11646 52a02116d022 2024-04-13T10:13:23.899 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (56s) 13s ago 21m 27.3M - 18.2.2-1173-g5108bc67 3464fd31103e ffc1eb0c3e93 2024-04-13T10:13:23.899 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (37s) 15s ago 21m 13.7M - 18.2.2-1173-g5108bc67 3464fd31103e 04b5aa1680d6 2024-04-13T10:13:23.899 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:8443,9283,8765 running (7m) 13s ago 28m 507M - 18.2.2-1173-g5108bc67 3464fd31103e 5f0191e57ab0 2024-04-13T10:13:23.899 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283,8765 running (6m) 15s ago 25m 450M - 18.2.2-1173-g5108bc67 3464fd31103e 267484796b5c 2024-04-13T10:13:23.899 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (6m) 13s ago 28m 79.9M 2048M 18.2.2-1173-g5108bc67 3464fd31103e ea3d08dee67d 2024-04-13T10:13:23.899 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (6m) 15s ago 25m 57.3M 2048M 18.2.2-1173-g5108bc67 3464fd31103e 17cdca1b9f7e 2024-04-13T10:13:23.899 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (24s) 13s ago 18m 64.9M - 5.5 3464fd31103e 57e3d96d2b64 2024-04-13T10:13:23.899 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (19s) 15s ago 18m 19.1M - 5.5 3464fd31103e a90a8915cfc0 2024-04-13T10:13:23.899 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (11m) 13s ago 26m 14.5M - 0.18.1 e5a616e4b9cf 69df71029afe 2024-04-13T10:13:23.899 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (7m) 15s ago 25m 8942k - 0.18.1 e5a616e4b9cf 19e13c75f9ef 2024-04-13T10:13:23.899 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (5m) 13s ago 25m 138M 1944M 18.2.2-1173-g5108bc67 3464fd31103e 52e7889244fc 2024-04-13T10:13:23.899 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (4m) 13s ago 24m 117M 1944M 18.2.2-1173-g5108bc67 3464fd31103e aeb987d5b83d 2024-04-13T10:13:23.899 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (4m) 13s ago 24m 99.5M 1944M 18.2.2-1173-g5108bc67 3464fd31103e 9466e6d526dc 2024-04-13T10:13:23.899 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (3m) 13s ago 24m 132M 1944M 18.2.2-1173-g5108bc67 3464fd31103e fc3238095faa 2024-04-13T10:13:23.899 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (2m) 15s ago 23m 136M 2712M 18.2.2-1173-g5108bc67 3464fd31103e 58cf12652894 2024-04-13T10:13:23.900 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (2m) 15s ago 23m 137M 2712M 18.2.2-1173-g5108bc67 3464fd31103e af376f8dfbb3 2024-04-13T10:13:23.900 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (107s) 15s ago 23m 121M 2712M 18.2.2-1173-g5108bc67 3464fd31103e b703506df371 2024-04-13T10:13:23.900 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (74s) 15s ago 22m 143M 2712M 18.2.2-1173-g5108bc67 3464fd31103e e8e8baf6d84e 2024-04-13T10:13:23.900 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 error 13s ago 26m - - 2024-04-13T10:13:24.302 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:13:24.302 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T10:13:24.302 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:13:24.303 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:13:24.303 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T10:13:24.303 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:13:24.303 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:13:24.303 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T10:13:24.303 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 8 2024-04-13T10:13:24.303 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:13:24.303 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T10:13:24.303 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:13:24.303 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:13:24.303 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T10:13:24.303 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 14 2024-04-13T10:13:24.303 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T10:13:24.304 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:13:24.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:24 smithi064 ceph-mon[67959]: pgmap v262: 129 pgs: 129 active+clean; 223 MiB data, 1021 MiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 9.2 MiB/s wr, 405 op/s 2024-04-13T10:13:24.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:24 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:13:24.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:24 smithi062 ceph-mon[92254]: pgmap v262: 129 pgs: 129 active+clean; 223 MiB data, 1021 MiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 9.2 MiB/s wr, 405 op/s 2024-04-13T10:13:24.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:24 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:13:24.639 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:13:24.640 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T10:13:24.640 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T10:13:24.640 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T10:13:24.640 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [ 2024-04-13T10:13:24.640 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr", 2024-04-13T10:13:24.640 INFO:teuthology.orchestra.run.smithi062.stdout: "nfs", 2024-04-13T10:13:24.640 INFO:teuthology.orchestra.run.smithi062.stdout: "mon", 2024-04-13T10:13:24.640 INFO:teuthology.orchestra.run.smithi062.stdout: "mds", 2024-04-13T10:13:24.640 INFO:teuthology.orchestra.run.smithi062.stdout: "osd", 2024-04-13T10:13:24.640 INFO:teuthology.orchestra.run.smithi062.stdout: "crash" 2024-04-13T10:13:24.640 INFO:teuthology.orchestra.run.smithi062.stdout: ], 2024-04-13T10:13:24.640 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "18/23 daemons upgraded", 2024-04-13T10:13:24.641 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "Currently upgrading node-exporter daemons", 2024-04-13T10:13:24.641 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T10:13:24.641 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:13:24.774 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 12 sec 2024-04-13T10:13:25.042 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-13T10:13:25.042 INFO:teuthology.orchestra.run.smithi062.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-13T10:13:25.042 INFO:teuthology.orchestra.run.smithi062.stdout: daemon prometheus.smithi062 on smithi062 is in error state 2024-04-13T10:13:25.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:25 smithi064 ceph-mon[67959]: from='client.34498 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:13:25.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:25 smithi064 ceph-mon[67959]: from='client.34502 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:13:25.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:25 smithi064 ceph-mon[67959]: from='client.34506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:13:25.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:25 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/703649356' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:13:25.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:25 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/3687233422' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:13:25.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:25 smithi062 ceph-mon[92254]: from='client.34498 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:13:25.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:25 smithi062 ceph-mon[92254]: from='client.34502 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:13:25.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:25 smithi062 ceph-mon[92254]: from='client.34506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:13:25.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:25 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/703649356' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:13:25.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:25 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/3687233422' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:13:25.774 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 13 sec 2024-04-13T10:13:26.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:26 smithi064 ceph-mon[67959]: from='client.34514 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:13:26.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:26 smithi064 ceph-mon[67959]: pgmap v263: 129 pgs: 129 active+clean; 223 MiB data, 1021 MiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 7.5 MiB/s wr, 379 op/s 2024-04-13T10:13:26.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:26 smithi062 ceph-mon[92254]: from='client.34514 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:13:26.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:26 smithi062 ceph-mon[92254]: pgmap v263: 129 pgs: 129 active+clean; 223 MiB data, 1021 MiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 7.5 MiB/s wr, 379 op/s 2024-04-13T10:13:26.774 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 14 sec 2024-04-13T10:13:27.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:27 smithi064 ceph-mon[67959]: pgmap v264: 129 pgs: 129 active+clean; 219 MiB data, 960 MiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.7 MiB/s wr, 118 op/s 2024-04-13T10:13:27.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:27 smithi062 ceph-mon[92254]: pgmap v264: 129 pgs: 129 active+clean; 219 MiB data, 960 MiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.7 MiB/s wr, 118 op/s 2024-04-13T10:13:27.774 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 15 sec 2024-04-13T10:13:28.774 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 16 sec 2024-04-13T10:13:29.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:29 smithi064 ceph-mon[67959]: pgmap v265: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.2 MiB/s wr, 99 op/s 2024-04-13T10:13:29.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:29 smithi062 ceph-mon[92254]: pgmap v265: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.2 MiB/s wr, 99 op/s 2024-04-13T10:13:29.774 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 17 sec 2024-04-13T10:13:30.774 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 18 sec 2024-04-13T10:13:31.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:31 smithi064 ceph-mon[67959]: pgmap v266: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 4.3 KiB/s rd, 357 KiB/s wr, 71 op/s 2024-04-13T10:13:31.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:31 smithi062 ceph-mon[92254]: pgmap v266: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 4.3 KiB/s rd, 357 KiB/s wr, 71 op/s 2024-04-13T10:13:31.774 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 19 sec 2024-04-13T10:13:32.774 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 20 sec 2024-04-13T10:13:33.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:33 smithi064 ceph-mon[67959]: pgmap v267: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 682 B/s rd, 290 KiB/s wr, 63 op/s 2024-04-13T10:13:33.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:33 smithi062 ceph-mon[92254]: pgmap v267: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 682 B/s rd, 290 KiB/s wr, 63 op/s 2024-04-13T10:13:33.774 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 21 sec 2024-04-13T10:13:34.774 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 22 sec 2024-04-13T10:13:35.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:35 smithi064 ceph-mon[67959]: pgmap v268: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 21 KiB/s wr, 2 op/s 2024-04-13T10:13:35.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:35 smithi062 ceph-mon[92254]: pgmap v268: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 21 KiB/s wr, 2 op/s 2024-04-13T10:13:35.774 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 23 sec 2024-04-13T10:13:36.774 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 24 sec 2024-04-13T10:13:37.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:37 smithi064 ceph-mon[67959]: pgmap v269: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 21 KiB/s wr, 2 op/s 2024-04-13T10:13:37.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:37 smithi062 ceph-mon[92254]: pgmap v269: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 21 KiB/s wr, 2 op/s 2024-04-13T10:13:37.774 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 25 sec 2024-04-13T10:13:38.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:38 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:13:38.774 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 26 sec 2024-04-13T10:13:38.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:38 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:13:39.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:39 smithi064 ceph-mon[67959]: pgmap v270: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 1.8 KiB/s wr, 1 op/s 2024-04-13T10:13:39.774 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 27 sec 2024-04-13T10:13:39.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:39 smithi062 ceph-mon[92254]: pgmap v270: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 1.8 KiB/s wr, 1 op/s 2024-04-13T10:13:40.774 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 28 sec 2024-04-13T10:13:41.778 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 29 sec 2024-04-13T10:13:42.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:42 smithi064 ceph-mon[67959]: pgmap v271: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 1.7 KiB/s wr, 0 op/s 2024-04-13T10:13:42.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:42 smithi062 ceph-mon[92254]: pgmap v271: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 1.7 KiB/s wr, 0 op/s 2024-04-13T10:13:42.774 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 30 sec 2024-04-13T10:13:43.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:43 smithi064 ceph-mon[67959]: pgmap v272: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 2.0 KiB/s wr, 1 op/s 2024-04-13T10:13:43.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:43 smithi062 ceph-mon[92254]: pgmap v272: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 2.0 KiB/s wr, 1 op/s 2024-04-13T10:13:43.774 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 31 sec 2024-04-13T10:13:44.774 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 32 sec 2024-04-13T10:13:45.775 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 33 sec 2024-04-13T10:13:46.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:46 smithi064 ceph-mon[67959]: pgmap v273: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:13:46.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:46 smithi062 ceph-mon[92254]: pgmap v273: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:13:46.775 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 34 sec 2024-04-13T10:13:47.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:47 smithi064 ceph-mon[67959]: pgmap v274: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:13:47.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:47 smithi062 ceph-mon[92254]: pgmap v274: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:13:47.775 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 35 sec 2024-04-13T10:13:48.775 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 36 sec 2024-04-13T10:13:49.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:49 smithi064 ceph-mon[67959]: pgmap v275: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:13:49.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:49 smithi062 ceph-mon[92254]: pgmap v275: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:13:49.775 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 37 sec 2024-04-13T10:13:50.775 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 38 sec 2024-04-13T10:13:51.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:51 smithi064 ceph-mon[67959]: pgmap v276: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:13:51.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:51 smithi062 ceph-mon[92254]: pgmap v276: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:13:51.775 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 39 sec 2024-04-13T10:13:52.775 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 40 sec 2024-04-13T10:13:53.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:53 smithi064 ceph-mon[67959]: pgmap v277: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:13:53.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:53 smithi062 ceph-mon[92254]: pgmap v277: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-13T10:13:53.775 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 41 sec 2024-04-13T10:13:54.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:54 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:13:54.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:54 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:13:54.775 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 42 sec 2024-04-13T10:13:55.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:55 smithi064 ceph-mon[67959]: pgmap v278: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:13:55.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:55 smithi062 ceph-mon[92254]: pgmap v278: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:13:55.587 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T10:13:55.775 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 43 sec 2024-04-13T10:13:56.444 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T10:13:56.444 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (16m) 46s ago 27m 17.2M - 0.20.0 0881eb8f169f f67d46639f12 2024-04-13T10:13:56.444 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (6m) 46s ago 27m 6651k - 18.2.2-1173-g5108bc67 3464fd31103e 5ca3f5d851a8 2024-04-13T10:13:56.444 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (6m) 48s ago 26m 6651k - 18.2.2-1173-g5108bc67 3464fd31103e 4fccca2794ac 2024-04-13T10:13:56.444 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (14m) 46s ago 27m 34.4M - 6.7.4 557c83e11646 52a02116d022 2024-04-13T10:13:56.444 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (88s) 46s ago 21m 27.3M - 18.2.2-1173-g5108bc67 3464fd31103e ffc1eb0c3e93 2024-04-13T10:13:56.444 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (69s) 48s ago 21m 13.7M - 18.2.2-1173-g5108bc67 3464fd31103e 04b5aa1680d6 2024-04-13T10:13:56.444 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:8443,9283,8765 running (8m) 46s ago 28m 507M - 18.2.2-1173-g5108bc67 3464fd31103e 5f0191e57ab0 2024-04-13T10:13:56.444 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283,8765 running (7m) 48s ago 26m 450M - 18.2.2-1173-g5108bc67 3464fd31103e 267484796b5c 2024-04-13T10:13:56.445 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (7m) 46s ago 29m 79.9M 2048M 18.2.2-1173-g5108bc67 3464fd31103e ea3d08dee67d 2024-04-13T10:13:56.445 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (6m) 48s ago 26m 57.3M 2048M 18.2.2-1173-g5108bc67 3464fd31103e 17cdca1b9f7e 2024-04-13T10:13:56.445 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (57s) 46s ago 18m 64.9M - 5.5 3464fd31103e 57e3d96d2b64 2024-04-13T10:13:56.445 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (51s) 48s ago 18m 19.1M - 5.5 3464fd31103e a90a8915cfc0 2024-04-13T10:13:56.445 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (12m) 46s ago 26m 14.5M - 0.18.1 e5a616e4b9cf 69df71029afe 2024-04-13T10:13:56.445 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (8m) 48s ago 26m 8942k - 0.18.1 e5a616e4b9cf 19e13c75f9ef 2024-04-13T10:13:56.445 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (5m) 46s ago 25m 138M 1944M 18.2.2-1173-g5108bc67 3464fd31103e 52e7889244fc 2024-04-13T10:13:56.445 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (5m) 46s ago 25m 117M 1944M 18.2.2-1173-g5108bc67 3464fd31103e aeb987d5b83d 2024-04-13T10:13:56.445 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (4m) 46s ago 24m 99.5M 1944M 18.2.2-1173-g5108bc67 3464fd31103e 9466e6d526dc 2024-04-13T10:13:56.445 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (4m) 46s ago 24m 132M 1944M 18.2.2-1173-g5108bc67 3464fd31103e fc3238095faa 2024-04-13T10:13:56.445 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (3m) 48s ago 24m 136M 2712M 18.2.2-1173-g5108bc67 3464fd31103e 58cf12652894 2024-04-13T10:13:56.445 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (2m) 48s ago 23m 137M 2712M 18.2.2-1173-g5108bc67 3464fd31103e af376f8dfbb3 2024-04-13T10:13:56.445 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (2m) 48s ago 23m 121M 2712M 18.2.2-1173-g5108bc67 3464fd31103e b703506df371 2024-04-13T10:13:56.446 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (106s) 48s ago 23m 143M 2712M 18.2.2-1173-g5108bc67 3464fd31103e e8e8baf6d84e 2024-04-13T10:13:56.446 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 error 46s ago 26m - - 2024-04-13T10:13:56.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:56 smithi064 ceph-mon[67959]: from='client.34522 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:13:56.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:56 smithi064 ceph-mon[67959]: from='client.34526 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:13:56.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:56 smithi062 ceph-mon[92254]: from='client.34522 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:13:56.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:56 smithi062 ceph-mon[92254]: from='client.34526 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:13:56.775 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 44 sec 2024-04-13T10:13:56.846 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:13:56.847 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T10:13:56.847 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:13:56.847 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:13:56.847 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T10:13:56.847 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:13:56.847 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:13:56.847 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T10:13:56.847 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 8 2024-04-13T10:13:56.847 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:13:56.847 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T10:13:56.847 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:13:56.847 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:13:56.847 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T10:13:56.847 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 14 2024-04-13T10:13:56.848 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T10:13:56.848 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:13:57.372 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:13:57.372 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T10:13:57.372 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T10:13:57.372 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T10:13:57.372 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [ 2024-04-13T10:13:57.372 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr", 2024-04-13T10:13:57.373 INFO:teuthology.orchestra.run.smithi062.stdout: "nfs", 2024-04-13T10:13:57.373 INFO:teuthology.orchestra.run.smithi062.stdout: "mon", 2024-04-13T10:13:57.373 INFO:teuthology.orchestra.run.smithi062.stdout: "mds", 2024-04-13T10:13:57.373 INFO:teuthology.orchestra.run.smithi062.stdout: "osd", 2024-04-13T10:13:57.373 INFO:teuthology.orchestra.run.smithi062.stdout: "crash" 2024-04-13T10:13:57.373 INFO:teuthology.orchestra.run.smithi062.stdout: ], 2024-04-13T10:13:57.373 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "18/23 daemons upgraded", 2024-04-13T10:13:57.373 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "Currently upgrading node-exporter daemons", 2024-04-13T10:13:57.373 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T10:13:57.373 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:13:57.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:57 smithi064 ceph-mon[67959]: from='client.34530 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:13:57.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:57 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/3241990818' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:13:57.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:57 smithi064 ceph-mon[67959]: pgmap v279: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:13:57.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:57 smithi062 ceph-mon[92254]: from='client.34530 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:13:57.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:57 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/3241990818' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:13:57.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:57 smithi062 ceph-mon[92254]: pgmap v279: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:13:57.775 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 45 sec 2024-04-13T10:13:57.780 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-13T10:13:57.780 INFO:teuthology.orchestra.run.smithi062.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-13T10:13:57.780 INFO:teuthology.orchestra.run.smithi062.stdout: daemon prometheus.smithi062 on smithi062 is in error state 2024-04-13T10:13:58.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:58 smithi064 ceph-mon[67959]: from='client.34538 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:13:58.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:58 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/1296058854' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:13:58.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:58 smithi062 ceph-mon[92254]: from='client.34538 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:13:58.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:58 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/1296058854' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:13:58.775 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 46 sec 2024-04-13T10:13:59.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:13:59 smithi064 ceph-mon[67959]: pgmap v280: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:13:59.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:13:59 smithi062 ceph-mon[92254]: pgmap v280: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:13:59.775 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 47 sec 2024-04-13T10:14:00.775 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 48 sec 2024-04-13T10:14:01.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:01 smithi064 ceph-mon[67959]: pgmap v281: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:14:01.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:01 smithi062 ceph-mon[92254]: pgmap v281: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:14:01.775 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 49 sec 2024-04-13T10:14:02.775 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 50 sec 2024-04-13T10:14:03.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:03 smithi064 ceph-mon[67959]: pgmap v282: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-13T10:14:03.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:03 smithi062 ceph-mon[92254]: pgmap v282: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-13T10:14:03.776 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 51 sec 2024-04-13T10:14:04.775 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 52 sec 2024-04-13T10:14:05.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:05 smithi064 ceph-mon[67959]: pgmap v283: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:14:05.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:05 smithi062 ceph-mon[92254]: pgmap v283: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:14:05.775 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 53 sec 2024-04-13T10:14:06.775 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 54 sec 2024-04-13T10:14:07.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:07 smithi064 ceph-mon[67959]: pgmap v284: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:14:07.546 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:07 smithi062 ceph-mon[92254]: pgmap v284: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:14:07.775 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 55 sec 2024-04-13T10:14:08.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:08 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:14:08.775 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 56 sec 2024-04-13T10:14:08.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:08 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:14:09.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:09 smithi064 ceph-mon[67959]: pgmap v285: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:14:09.775 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 57 sec 2024-04-13T10:14:09.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:09 smithi062 ceph-mon[92254]: pgmap v285: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:14:10.775 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 58 sec 2024-04-13T10:14:11.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:11 smithi064 ceph-mon[67959]: pgmap v286: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:14:11.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:11 smithi062 ceph-mon[92254]: pgmap v286: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:14:11.776 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 59 sec 2024-04-13T10:14:12.776 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 60 sec 2024-04-13T10:14:13.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:13 smithi064 ceph-mon[67959]: pgmap v287: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-13T10:14:13.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:13 smithi062 ceph-mon[92254]: pgmap v287: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-13T10:14:13.776 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 61 sec 2024-04-13T10:14:14.776 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 62 sec 2024-04-13T10:14:15.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:15 smithi064 ceph-mon[67959]: pgmap v288: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:14:15.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:15 smithi062 ceph-mon[92254]: pgmap v288: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:14:15.778 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 63 sec 2024-04-13T10:14:16.776 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 64 sec 2024-04-13T10:14:17.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:17 smithi064 ceph-mon[67959]: pgmap v289: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:14:17.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:17 smithi062 ceph-mon[92254]: pgmap v289: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:14:17.776 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 65 sec 2024-04-13T10:14:18.776 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 66 sec 2024-04-13T10:14:19.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:19 smithi062 ceph-mon[92254]: pgmap v290: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:14:19.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:19 smithi064 ceph-mon[67959]: pgmap v290: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:14:19.776 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 67 sec 2024-04-13T10:14:20.776 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 68 sec 2024-04-13T10:14:21.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:21 smithi064 ceph-mon[67959]: pgmap v291: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:14:21.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:21 smithi062 ceph-mon[92254]: pgmap v291: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:14:21.776 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 69 sec 2024-04-13T10:14:22.776 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 70 sec 2024-04-13T10:14:23.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:23 smithi064 ceph-mon[67959]: pgmap v292: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:14:23.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:23 smithi062 ceph-mon[92254]: pgmap v292: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:14:23.776 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 71 sec 2024-04-13T10:14:24.776 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 72 sec 2024-04-13T10:14:25.776 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 73 sec 2024-04-13T10:14:26.776 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 74 sec 2024-04-13T10:14:27.776 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 75 sec 2024-04-13T10:14:28.134 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T10:14:28.776 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 76 sec 2024-04-13T10:14:28.805 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T10:14:28.805 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (17m) 78s ago 28m 17.2M - 0.20.0 0881eb8f169f f67d46639f12 2024-04-13T10:14:28.805 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (6m) 78s ago 27m 6651k - 18.2.2-1173-g5108bc67 3464fd31103e 5ca3f5d851a8 2024-04-13T10:14:28.806 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (6m) 80s ago 27m 6651k - 18.2.2-1173-g5108bc67 3464fd31103e 4fccca2794ac 2024-04-13T10:14:28.806 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (14m) 78s ago 27m 34.4M - 6.7.4 557c83e11646 52a02116d022 2024-04-13T10:14:28.806 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (2m) 78s ago 22m 27.3M - 18.2.2-1173-g5108bc67 3464fd31103e ffc1eb0c3e93 2024-04-13T10:14:28.806 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (102s) 80s ago 22m 13.7M - 18.2.2-1173-g5108bc67 3464fd31103e 04b5aa1680d6 2024-04-13T10:14:28.806 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:8443,9283,8765 running (8m) 78s ago 29m 507M - 18.2.2-1173-g5108bc67 3464fd31103e 5f0191e57ab0 2024-04-13T10:14:28.806 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283,8765 running (8m) 80s ago 26m 450M - 18.2.2-1173-g5108bc67 3464fd31103e 267484796b5c 2024-04-13T10:14:28.806 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (7m) 78s ago 29m 79.9M 2048M 18.2.2-1173-g5108bc67 3464fd31103e ea3d08dee67d 2024-04-13T10:14:28.806 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (7m) 80s ago 26m 57.3M 2048M 18.2.2-1173-g5108bc67 3464fd31103e 17cdca1b9f7e 2024-04-13T10:14:28.806 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (89s) 78s ago 19m 64.9M - 5.5 3464fd31103e 57e3d96d2b64 2024-04-13T10:14:28.806 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (84s) 80s ago 19m 19.1M - 5.5 3464fd31103e a90a8915cfc0 2024-04-13T10:14:28.806 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (12m) 78s ago 27m 14.5M - 0.18.1 e5a616e4b9cf 69df71029afe 2024-04-13T10:14:28.806 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (8m) 80s ago 26m 8942k - 0.18.1 e5a616e4b9cf 19e13c75f9ef 2024-04-13T10:14:28.806 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (6m) 78s ago 26m 138M 1944M 18.2.2-1173-g5108bc67 3464fd31103e 52e7889244fc 2024-04-13T10:14:28.806 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (5m) 78s ago 25m 117M 1944M 18.2.2-1173-g5108bc67 3464fd31103e aeb987d5b83d 2024-04-13T10:14:28.807 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (5m) 78s ago 25m 99.5M 1944M 18.2.2-1173-g5108bc67 3464fd31103e 9466e6d526dc 2024-04-13T10:14:28.807 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (4m) 78s ago 25m 132M 1944M 18.2.2-1173-g5108bc67 3464fd31103e fc3238095faa 2024-04-13T10:14:28.807 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (3m) 80s ago 24m 136M 2712M 18.2.2-1173-g5108bc67 3464fd31103e 58cf12652894 2024-04-13T10:14:28.807 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (3m) 80s ago 24m 137M 2712M 18.2.2-1173-g5108bc67 3464fd31103e af376f8dfbb3 2024-04-13T10:14:28.807 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (2m) 80s ago 24m 121M 2712M 18.2.2-1173-g5108bc67 3464fd31103e b703506df371 2024-04-13T10:14:28.807 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (2m) 80s ago 23m 143M 2712M 18.2.2-1173-g5108bc67 3464fd31103e e8e8baf6d84e 2024-04-13T10:14:28.807 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 error 78s ago 27m - - 2024-04-13T10:14:29.211 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:14:29.212 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T10:14:29.212 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:14:29.212 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:14:29.212 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T10:14:29.212 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:14:29.212 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:14:29.212 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T10:14:29.212 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 8 2024-04-13T10:14:29.212 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:14:29.212 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T10:14:29.212 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:14:29.212 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:14:29.212 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T10:14:29.213 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 14 2024-04-13T10:14:29.213 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T10:14:29.213 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:14:41.516 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:14:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:14:41.249+0000 7f0f4f5ca700 -1 osd.7 121 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2024-04-13T10:14:29.205937+0000 front 2024-04-13T10:14:15.704115+0000 (oldest deadline 2024-04-13T10:14:41.004253+0000) 2024-04-13T10:14:42.766 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:14:42 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:14:42.295+0000 7f0f4f5ca700 -1 osd.7 121 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2024-04-13T10:14:29.205937+0000 front 2024-04-13T10:14:15.704115+0000 (oldest deadline 2024-04-13T10:14:41.004253+0000) 2024-04-13T10:14:43.262 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:14:42 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:14:42.912+0000 7fde56d1e700 -1 osd.4 121 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:14:16.454868+0000 front 2024-04-13T10:14:26.456147+0000 (oldest deadline 2024-04-13T10:14:42.355036+0000) 2024-04-13T10:14:43.262 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:14:42 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:14:42.912+0000 7fde56d1e700 -1 osd.4 121 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2024-04-13T10:14:26.456181+0000 front 2024-04-13T10:14:16.455121+0000 (oldest deadline 2024-04-13T10:14:42.355036+0000) 2024-04-13T10:14:43.515 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:14:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:14:43.262+0000 7f0f4f5ca700 -1 osd.7 121 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2024-04-13T10:14:29.205937+0000 front 2024-04-13T10:14:15.704115+0000 (oldest deadline 2024-04-13T10:14:41.004253+0000) 2024-04-13T10:14:44.215 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:14:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:14:43.923+0000 7fde56d1e700 -1 osd.4 121 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:14:16.454868+0000 front 2024-04-13T10:14:26.456147+0000 (oldest deadline 2024-04-13T10:14:42.355036+0000) 2024-04-13T10:14:44.215 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:14:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:14:43.923+0000 7fde56d1e700 -1 osd.4 121 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2024-04-13T10:14:26.456181+0000 front 2024-04-13T10:14:16.455121+0000 (oldest deadline 2024-04-13T10:14:42.355036+0000) 2024-04-13T10:14:44.515 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:14:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:14:44.214+0000 7fea33ba6700 -1 osd.5 121 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:14:28.798503+0000 front 2024-04-13T10:14:18.197397+0000 (oldest deadline 2024-04-13T10:14:44.097538+0000) 2024-04-13T10:14:44.516 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:14:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:14:44.240+0000 7f0f4f5ca700 -1 osd.7 121 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2024-04-13T10:14:29.205937+0000 front 2024-04-13T10:14:15.704115+0000 (oldest deadline 2024-04-13T10:14:41.004253+0000) 2024-04-13T10:14:45.199 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:14:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:14:44.885+0000 7fde56d1e700 -1 osd.4 121 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:14:16.454868+0000 front 2024-04-13T10:14:26.456147+0000 (oldest deadline 2024-04-13T10:14:42.355036+0000) 2024-04-13T10:14:45.200 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:14:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:14:44.885+0000 7fde56d1e700 -1 osd.4 121 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2024-04-13T10:14:26.456181+0000 front 2024-04-13T10:14:16.455121+0000 (oldest deadline 2024-04-13T10:14:42.355036+0000) 2024-04-13T10:14:45.516 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:14:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:14:45.199+0000 7fea33ba6700 -1 osd.5 121 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:14:28.798503+0000 front 2024-04-13T10:14:18.197397+0000 (oldest deadline 2024-04-13T10:14:44.097538+0000) 2024-04-13T10:14:45.516 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:14:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:14:45.282+0000 7f0f4f5ca700 -1 osd.7 121 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2024-04-13T10:14:29.205937+0000 front 2024-04-13T10:14:15.704115+0000 (oldest deadline 2024-04-13T10:14:41.004253+0000) 2024-04-13T10:14:46.152 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:14:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:14:45.899+0000 7fde56d1e700 -1 osd.4 121 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:14:16.454868+0000 front 2024-04-13T10:14:26.456147+0000 (oldest deadline 2024-04-13T10:14:42.355036+0000) 2024-04-13T10:14:46.152 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:14:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:14:45.899+0000 7fde56d1e700 -1 osd.4 121 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2024-04-13T10:14:26.456181+0000 front 2024-04-13T10:14:16.455121+0000 (oldest deadline 2024-04-13T10:14:42.355036+0000) 2024-04-13T10:14:46.516 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:14:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:14:46.152+0000 7fea33ba6700 -1 osd.5 121 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:14:28.798503+0000 front 2024-04-13T10:14:18.197397+0000 (oldest deadline 2024-04-13T10:14:44.097538+0000) 2024-04-13T10:14:46.516 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:14:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:14:46.308+0000 7f0f4f5ca700 -1 osd.7 121 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2024-04-13T10:14:29.205937+0000 front 2024-04-13T10:14:15.704115+0000 (oldest deadline 2024-04-13T10:14:41.004253+0000) 2024-04-13T10:14:47.266 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:14:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:14:47.113+0000 7fea33ba6700 -1 osd.5 121 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:14:28.798503+0000 front 2024-04-13T10:14:18.197397+0000 (oldest deadline 2024-04-13T10:14:44.097538+0000) 2024-04-13T10:14:47.266 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:14:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:14:46.935+0000 7fde56d1e700 -1 osd.4 121 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:14:16.454868+0000 front 2024-04-13T10:14:26.456147+0000 (oldest deadline 2024-04-13T10:14:42.355036+0000) 2024-04-13T10:14:47.266 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:14:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:14:46.935+0000 7fde56d1e700 -1 osd.4 121 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2024-04-13T10:14:26.456181+0000 front 2024-04-13T10:14:16.455121+0000 (oldest deadline 2024-04-13T10:14:42.355036+0000) 2024-04-13T10:14:47.765 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:14:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:14:47.306+0000 7f0f4f5ca700 -1 osd.7 121 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2024-04-13T10:14:29.205937+0000 front 2024-04-13T10:14:15.704115+0000 (oldest deadline 2024-04-13T10:14:41.004253+0000) 2024-04-13T10:14:48.266 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:14:48 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:14:48.150+0000 7fea33ba6700 -1 osd.5 121 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:14:28.798503+0000 front 2024-04-13T10:14:18.197397+0000 (oldest deadline 2024-04-13T10:14:44.097538+0000) 2024-04-13T10:14:48.266 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:14:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:14:47.971+0000 7fde56d1e700 -1 osd.4 121 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:14:16.454868+0000 front 2024-04-13T10:14:26.456147+0000 (oldest deadline 2024-04-13T10:14:42.355036+0000) 2024-04-13T10:14:48.266 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:14:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:14:47.971+0000 7fde56d1e700 -1 osd.4 121 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2024-04-13T10:14:26.456181+0000 front 2024-04-13T10:14:16.455121+0000 (oldest deadline 2024-04-13T10:14:42.355036+0000) 2024-04-13T10:14:48.766 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:14:48 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:14:48.349+0000 7f0f4f5ca700 -1 osd.7 121 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2024-04-13T10:14:29.205937+0000 front 2024-04-13T10:14:15.704115+0000 (oldest deadline 2024-04-13T10:14:41.004253+0000) 2024-04-13T10:14:49.266 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:14:48 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:14:48.964+0000 7fde56d1e700 -1 osd.4 121 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:14:16.454868+0000 front 2024-04-13T10:14:26.456147+0000 (oldest deadline 2024-04-13T10:14:42.355036+0000) 2024-04-13T10:14:49.266 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:14:48 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:14:48.964+0000 7fde56d1e700 -1 osd.4 121 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2024-04-13T10:14:26.456181+0000 front 2024-04-13T10:14:16.455121+0000 (oldest deadline 2024-04-13T10:14:42.355036+0000) 2024-04-13T10:14:49.266 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:14:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:14:49.131+0000 7fea33ba6700 -1 osd.5 121 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:14:28.798637+0000 front 2024-04-13T10:14:24.097947+0000 (oldest deadline 2024-04-13T10:14:48.798069+0000) 2024-04-13T10:14:49.266 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:14:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:14:49.131+0000 7fea33ba6700 -1 osd.5 121 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:14:28.798503+0000 front 2024-04-13T10:14:18.197397+0000 (oldest deadline 2024-04-13T10:14:44.097538+0000) 2024-04-13T10:14:49.765 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:14:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:14:49.320+0000 7f0f4f5ca700 -1 osd.7 121 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2024-04-13T10:14:29.205937+0000 front 2024-04-13T10:14:15.704115+0000 (oldest deadline 2024-04-13T10:14:41.004253+0000) 2024-04-13T10:14:50.266 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:14:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:14:49.993+0000 7fde56d1e700 -1 osd.4 121 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:14:16.454868+0000 front 2024-04-13T10:14:26.456147+0000 (oldest deadline 2024-04-13T10:14:42.355036+0000) 2024-04-13T10:14:50.266 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:14:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:14:49.993+0000 7fde56d1e700 -1 osd.4 121 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2024-04-13T10:14:26.456181+0000 front 2024-04-13T10:14:16.455121+0000 (oldest deadline 2024-04-13T10:14:42.355036+0000) 2024-04-13T10:14:50.266 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:14:50 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:14:50.135+0000 7fea33ba6700 -1 osd.5 121 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:14:28.798637+0000 front 2024-04-13T10:14:24.097947+0000 (oldest deadline 2024-04-13T10:14:48.798069+0000) 2024-04-13T10:14:50.266 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:14:50 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:14:50.135+0000 7fea33ba6700 -1 osd.5 121 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:14:28.798503+0000 front 2024-04-13T10:14:18.197397+0000 (oldest deadline 2024-04-13T10:14:44.097538+0000) 2024-04-13T10:14:50.765 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:14:50 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:14:50.367+0000 7f0f4f5ca700 -1 osd.7 121 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2024-04-13T10:14:29.205937+0000 front 2024-04-13T10:14:15.704115+0000 (oldest deadline 2024-04-13T10:14:41.004253+0000) 2024-04-13T10:14:51.295 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:14:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:14:51.026+0000 7fde56d1e700 -1 osd.4 121 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:14:16.454868+0000 front 2024-04-13T10:14:26.456147+0000 (oldest deadline 2024-04-13T10:14:42.355036+0000) 2024-04-13T10:14:51.296 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:14:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:14:51.026+0000 7fde56d1e700 -1 osd.4 121 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2024-04-13T10:14:26.456181+0000 front 2024-04-13T10:14:16.455121+0000 (oldest deadline 2024-04-13T10:14:42.355036+0000) 2024-04-13T10:14:51.296 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:14:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:14:51.170+0000 7fea33ba6700 -1 osd.5 121 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:14:28.798637+0000 front 2024-04-13T10:14:24.097947+0000 (oldest deadline 2024-04-13T10:14:48.798069+0000) 2024-04-13T10:14:51.296 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:14:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:14:51.170+0000 7fea33ba6700 -1 osd.5 121 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:14:28.798503+0000 front 2024-04-13T10:14:18.197397+0000 (oldest deadline 2024-04-13T10:14:44.097538+0000) 2024-04-13T10:14:51.766 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:14:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:14:51.321+0000 7f0f4f5ca700 -1 osd.7 121 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2024-04-13T10:14:29.205937+0000 front 2024-04-13T10:14:15.704115+0000 (oldest deadline 2024-04-13T10:14:41.004253+0000) 2024-04-13T10:14:51.766 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:14:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:14:51.296+0000 7f79cf11a700 -1 osd.6 121 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:14:28.293279+0000 front 2024-04-13T10:14:28.293124+0000 (oldest deadline 2024-04-13T10:14:50.593177+0000) 2024-04-13T10:14:51.766 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:14:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:14:51.296+0000 7f79cf11a700 -1 osd.6 121 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:14:28.293188+0000 front 2024-04-13T10:14:28.293063+0000 (oldest deadline 2024-04-13T10:14:50.593177+0000) 2024-04-13T10:14:51.766 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:14:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:14:51.296+0000 7f79cf11a700 -1 osd.6 121 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:14:28.293095+0000 front 2024-04-13T10:14:28.293262+0000 (oldest deadline 2024-04-13T10:14:50.593177+0000) 2024-04-13T10:14:51.766 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:14:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:14:51.296+0000 7f79cf11a700 -1 osd.6 121 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2024-04-13T10:14:28.293005+0000 front 2024-04-13T10:14:28.293233+0000 (oldest deadline 2024-04-13T10:14:50.593177+0000) 2024-04-13T10:14:52.316 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:14:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:14:52.025+0000 7fde56d1e700 -1 osd.4 121 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:14:16.454868+0000 front 2024-04-13T10:14:26.456147+0000 (oldest deadline 2024-04-13T10:14:42.355036+0000) 2024-04-13T10:14:52.317 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:14:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:14:52.025+0000 7fde56d1e700 -1 osd.4 121 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:14:26.456016+0000 front 2024-04-13T10:14:26.456269+0000 (oldest deadline 2024-04-13T10:14:51.756229+0000) 2024-04-13T10:14:52.317 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:14:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:14:52.025+0000 7fde56d1e700 -1 osd.4 121 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:14:26.456229+0000 front 2024-04-13T10:14:26.456126+0000 (oldest deadline 2024-04-13T10:14:51.756229+0000) 2024-04-13T10:14:52.317 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:14:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:14:52.025+0000 7fde56d1e700 -1 osd.4 121 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2024-04-13T10:14:26.456181+0000 front 2024-04-13T10:14:16.455121+0000 (oldest deadline 2024-04-13T10:14:42.355036+0000) 2024-04-13T10:14:52.317 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:14:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:14:52.180+0000 7fea33ba6700 -1 osd.5 121 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:14:28.798637+0000 front 2024-04-13T10:14:24.097947+0000 (oldest deadline 2024-04-13T10:14:48.798069+0000) 2024-04-13T10:14:52.317 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:14:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:14:52.180+0000 7fea33ba6700 -1 osd.5 121 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:14:28.798503+0000 front 2024-04-13T10:14:18.197397+0000 (oldest deadline 2024-04-13T10:14:44.097538+0000) 2024-04-13T10:14:52.327 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:14:52.328 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T10:14:52.328 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T10:14:52.328 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T10:14:52.328 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [ 2024-04-13T10:14:52.328 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr", 2024-04-13T10:14:52.328 INFO:teuthology.orchestra.run.smithi062.stdout: "nfs", 2024-04-13T10:14:52.328 INFO:teuthology.orchestra.run.smithi062.stdout: "mon", 2024-04-13T10:14:52.328 INFO:teuthology.orchestra.run.smithi062.stdout: "mds", 2024-04-13T10:14:52.328 INFO:teuthology.orchestra.run.smithi062.stdout: "osd", 2024-04-13T10:14:52.328 INFO:teuthology.orchestra.run.smithi062.stdout: "crash" 2024-04-13T10:14:52.328 INFO:teuthology.orchestra.run.smithi062.stdout: ], 2024-04-13T10:14:52.328 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "18/23 daemons upgraded", 2024-04-13T10:14:52.328 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "Currently upgrading node-exporter daemons", 2024-04-13T10:14:52.328 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T10:14:52.328 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:14:52.329 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 77 sec 2024-04-13T10:14:52.329 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-13T10:14:52.329 INFO:teuthology.orchestra.run.smithi062.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-13T10:14:52.329 INFO:teuthology.orchestra.run.smithi062.stdout: daemon prometheus.smithi062 on smithi062 is in error state 2024-04-13T10:14:52.330 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 78 sec 2024-04-13T10:14:52.331 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 79 sec 2024-04-13T10:14:52.331 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 80 sec 2024-04-13T10:14:52.331 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 81 sec 2024-04-13T10:14:52.331 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 82 sec 2024-04-13T10:14:52.331 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 83 sec 2024-04-13T10:14:52.331 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 84 sec 2024-04-13T10:14:52.331 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 85 sec 2024-04-13T10:14:52.331 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 86 sec 2024-04-13T10:14:52.331 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 87 sec 2024-04-13T10:14:52.331 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 88 sec 2024-04-13T10:14:52.331 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:40 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6804 osd.4 since back 2024-04-13T10:14:16.062009+0000 front 2024-04-13T10:14:28.363226+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.331 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:40 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6812 osd.5 since back 2024-04-13T10:14:28.363314+0000 front 2024-04-13T10:14:16.061992+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.332 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:40 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6828 osd.7 since back 2024-04-13T10:14:28.363287+0000 front 2024-04-13T10:14:16.062093+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.332 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 89 sec 2024-04-13T10:14:52.332 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6804 osd.4 since back 2024-04-13T10:14:16.062009+0000 front 2024-04-13T10:14:28.363226+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.332 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6812 osd.5 since back 2024-04-13T10:14:28.363314+0000 front 2024-04-13T10:14:16.061992+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.332 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:41 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6828 osd.7 since back 2024-04-13T10:14:28.363287+0000 front 2024-04-13T10:14:16.062093+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.332 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 90 sec 2024-04-13T10:14:52.333 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:42 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6804 osd.4 since back 2024-04-13T10:14:16.062009+0000 front 2024-04-13T10:14:28.363226+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.333 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:42 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6812 osd.5 since back 2024-04-13T10:14:28.363314+0000 front 2024-04-13T10:14:16.061992+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.333 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:42 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6828 osd.7 since back 2024-04-13T10:14:28.363287+0000 front 2024-04-13T10:14:16.062093+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.333 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 91 sec 2024-04-13T10:14:52.333 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6804 osd.4 since back 2024-04-13T10:14:16.062009+0000 front 2024-04-13T10:14:28.363226+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.334 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6812 osd.5 since back 2024-04-13T10:14:28.363314+0000 front 2024-04-13T10:14:16.061992+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.334 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:43 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6828 osd.7 since back 2024-04-13T10:14:28.363287+0000 front 2024-04-13T10:14:16.062093+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.334 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 92 sec 2024-04-13T10:14:52.334 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:14:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-3[110065]: 2024-04-13T10:14:18.967+0000 7fac6368e700 -1 osd.3 121 heartbeat_check: no reply from 172.21.15.64:6804 osd.4 since back 2024-04-13T10:14:18.845204+0000 front 2024-04-13T10:14:29.446034+0000 (oldest deadline 2024-04-13T10:14:44.145157+0000) 2024-04-13T10:14:52.334 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:44 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6804 osd.4 since back 2024-04-13T10:14:16.062009+0000 front 2024-04-13T10:14:28.363226+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.335 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:44 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6812 osd.5 since back 2024-04-13T10:14:28.363314+0000 front 2024-04-13T10:14:16.061992+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.335 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:44 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6828 osd.7 since back 2024-04-13T10:14:28.363287+0000 front 2024-04-13T10:14:16.062093+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.335 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 93 sec 2024-04-13T10:14:52.335 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:14:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-3[110065]: 2024-04-13T10:14:18.967+0000 7fac6368e700 -1 osd.3 121 heartbeat_check: no reply from 172.21.15.64:6804 osd.4 since back 2024-04-13T10:14:18.845204+0000 front 2024-04-13T10:14:29.446034+0000 (oldest deadline 2024-04-13T10:14:44.145157+0000) 2024-04-13T10:14:52.335 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6804 osd.4 since back 2024-04-13T10:14:16.062009+0000 front 2024-04-13T10:14:28.363226+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.335 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6812 osd.5 since back 2024-04-13T10:14:28.363314+0000 front 2024-04-13T10:14:16.061992+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.336 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:45 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6828 osd.7 since back 2024-04-13T10:14:28.363287+0000 front 2024-04-13T10:14:16.062093+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.336 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 94 sec 2024-04-13T10:14:52.336 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:14:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-3[110065]: 2024-04-13T10:14:18.967+0000 7fac6368e700 -1 osd.3 121 heartbeat_check: no reply from 172.21.15.64:6804 osd.4 since back 2024-04-13T10:14:18.845204+0000 front 2024-04-13T10:14:29.446034+0000 (oldest deadline 2024-04-13T10:14:44.145157+0000) 2024-04-13T10:14:52.336 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6804 osd.4 since back 2024-04-13T10:14:16.062009+0000 front 2024-04-13T10:14:28.363226+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.336 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6812 osd.5 since back 2024-04-13T10:14:28.363314+0000 front 2024-04-13T10:14:16.061992+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.336 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:46 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6828 osd.7 since back 2024-04-13T10:14:28.363287+0000 front 2024-04-13T10:14:16.062093+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.337 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 95 sec 2024-04-13T10:14:52.337 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6804 osd.4 since back 2024-04-13T10:14:16.062009+0000 front 2024-04-13T10:14:28.363226+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.337 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6812 osd.5 since back 2024-04-13T10:14:28.363314+0000 front 2024-04-13T10:14:16.061992+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.337 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:47 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6828 osd.7 since back 2024-04-13T10:14:28.363287+0000 front 2024-04-13T10:14:16.062093+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.337 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:14:48 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-3[110065]: 2024-04-13T10:14:18.967+0000 7fac6368e700 -1 osd.3 121 heartbeat_check: no reply from 172.21.15.64:6804 osd.4 since back 2024-04-13T10:14:18.845204+0000 front 2024-04-13T10:14:29.446034+0000 (oldest deadline 2024-04-13T10:14:44.145157+0000) 2024-04-13T10:14:52.338 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 96 sec 2024-04-13T10:14:52.338 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:14:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-3[110065]: 2024-04-13T10:14:18.967+0000 7fac6368e700 -1 osd.3 121 heartbeat_check: no reply from 172.21.15.64:6804 osd.4 since back 2024-04-13T10:14:18.845204+0000 front 2024-04-13T10:14:29.446034+0000 (oldest deadline 2024-04-13T10:14:44.145157+0000) 2024-04-13T10:14:52.338 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:48 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6804 osd.4 since back 2024-04-13T10:14:16.062009+0000 front 2024-04-13T10:14:28.363226+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.338 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:48 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6812 osd.5 since back 2024-04-13T10:14:28.363314+0000 front 2024-04-13T10:14:16.061992+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.338 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:48 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6828 osd.7 since back 2024-04-13T10:14:28.363287+0000 front 2024-04-13T10:14:16.062093+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.339 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 97 sec 2024-04-13T10:14:52.339 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6804 osd.4 since back 2024-04-13T10:14:16.062009+0000 front 2024-04-13T10:14:28.363226+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.339 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6812 osd.5 since back 2024-04-13T10:14:28.363314+0000 front 2024-04-13T10:14:16.061992+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.339 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6828 osd.7 since back 2024-04-13T10:14:28.363287+0000 front 2024-04-13T10:14:16.062093+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.339 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:14:50 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-3[110065]: 2024-04-13T10:14:18.967+0000 7fac6368e700 -1 osd.3 121 heartbeat_check: no reply from 172.21.15.64:6804 osd.4 since back 2024-04-13T10:14:18.845204+0000 front 2024-04-13T10:14:29.446034+0000 (oldest deadline 2024-04-13T10:14:44.145157+0000) 2024-04-13T10:14:52.340 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 98 sec 2024-04-13T10:14:52.340 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:14:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-3[110065]: 2024-04-13T10:14:18.967+0000 7fac6368e700 -1 osd.3 121 heartbeat_check: no reply from 172.21.15.64:6804 osd.4 since back 2024-04-13T10:14:18.845204+0000 front 2024-04-13T10:14:29.446034+0000 (oldest deadline 2024-04-13T10:14:44.145157+0000) 2024-04-13T10:14:52.340 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:50 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6804 osd.4 since back 2024-04-13T10:14:16.062009+0000 front 2024-04-13T10:14:28.363226+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.340 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:50 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6812 osd.5 since back 2024-04-13T10:14:28.363314+0000 front 2024-04-13T10:14:16.061992+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.340 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:50 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6828 osd.7 since back 2024-04-13T10:14:28.363287+0000 front 2024-04-13T10:14:16.062093+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.341 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 99 sec 2024-04-13T10:14:52.341 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6804 osd.4 since back 2024-04-13T10:14:16.062009+0000 front 2024-04-13T10:14:28.363226+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.341 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6812 osd.5 since back 2024-04-13T10:14:28.363314+0000 front 2024-04-13T10:14:16.061992+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.341 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6820 osd.6 since back 2024-04-13T10:14:28.363189+0000 front 2024-04-13T10:14:28.363366+0000 (oldest deadline 2024-04-13T10:14:51.263107+0000) 2024-04-13T10:14:52.341 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:14:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:14:18.967+0000 7f2cda864700 -1 osd.2 121 heartbeat_check: no reply from 172.21.15.64:6828 osd.7 since back 2024-04-13T10:14:28.363287+0000 front 2024-04-13T10:14:16.062093+0000 (oldest deadline 2024-04-13T10:14:40.161919+0000) 2024-04-13T10:14:52.469 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:52 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:14:52.470 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:14:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-3[110065]: 2024-04-13T10:14:18.967+0000 7fac6368e700 -1 osd.3 121 heartbeat_check: no reply from 172.21.15.64:6804 osd.4 since back 2024-04-13T10:14:18.845204+0000 front 2024-04-13T10:14:29.446034+0000 (oldest deadline 2024-04-13T10:14:44.145157+0000) 2024-04-13T10:14:52.470 INFO:journalctl@ceph.osd.0.smithi062.stdout:Apr 13 10:14:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-0[100401]: 2024-04-13T10:14:52.327+0000 7f70fb7bb700 -1 osd.0 121 heartbeat_check: no reply from 172.21.15.64:6804 osd.4 since back 2024-04-13T10:14:17.230056+0000 front 2024-04-13T10:14:26.630732+0000 (oldest deadline 2024-04-13T10:14:41.929966+0000) 2024-04-13T10:14:52.470 INFO:journalctl@ceph.osd.0.smithi062.stdout:Apr 13 10:14:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-0[100401]: 2024-04-13T10:14:52.327+0000 7f70fb7bb700 -1 osd.0 121 heartbeat_check: no reply from 172.21.15.64:6812 osd.5 since back 2024-04-13T10:14:26.630782+0000 front 2024-04-13T10:14:26.630808+0000 (oldest deadline 2024-04-13T10:14:51.930667+0000) 2024-04-13T10:14:52.470 INFO:journalctl@ceph.osd.0.smithi062.stdout:Apr 13 10:14:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-0[100401]: 2024-04-13T10:14:52.328+0000 7f70fb7bb700 -1 osd.0 121 heartbeat_check: no reply from 172.21.15.64:6820 osd.6 since back 2024-04-13T10:14:26.630761+0000 front 2024-04-13T10:14:21.930628+0000 (oldest deadline 2024-04-13T10:14:46.630315+0000) 2024-04-13T10:14:52.470 INFO:journalctl@ceph.osd.0.smithi062.stdout:Apr 13 10:14:52 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-0[100401]: 2024-04-13T10:14:52.328+0000 7f70fb7bb700 -1 osd.0 121 heartbeat_check: no reply from 172.21.15.64:6828 osd.7 since back 2024-04-13T10:14:17.230150+0000 front 2024-04-13T10:14:26.630818+0000 (oldest deadline 2024-04-13T10:14:41.929966+0000) 2024-04-13T10:14:52.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:52 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:14:52.766 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:14:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:14:52.317+0000 7f79cf11a700 -1 osd.6 121 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:14:28.293279+0000 front 2024-04-13T10:14:28.293124+0000 (oldest deadline 2024-04-13T10:14:50.593177+0000) 2024-04-13T10:14:52.766 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:14:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:14:52.317+0000 7f79cf11a700 -1 osd.6 121 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:14:28.293188+0000 front 2024-04-13T10:14:28.293063+0000 (oldest deadline 2024-04-13T10:14:50.593177+0000) 2024-04-13T10:14:52.766 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:14:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:14:52.317+0000 7f79cf11a700 -1 osd.6 121 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:14:28.293095+0000 front 2024-04-13T10:14:28.293262+0000 (oldest deadline 2024-04-13T10:14:50.593177+0000) 2024-04-13T10:14:52.766 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:14:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:14:52.317+0000 7f79cf11a700 -1 osd.6 121 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2024-04-13T10:14:28.293005+0000 front 2024-04-13T10:14:28.293233+0000 (oldest deadline 2024-04-13T10:14:50.593177+0000) 2024-04-13T10:14:52.777 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 100 sec 2024-04-13T10:14:53.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: pgmap v293: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-04-13T10:14:53.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: pgmap v294: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-04-13T10:14:53.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: from='client.34546 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:14:53.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: from='client.34550 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:14:53.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: from='client.34554 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:14:53.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: pgmap v295: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-04-13T10:14:53.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/542258616' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:14:53.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: from='client.34562 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:14:53.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/1132735418' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:14:53.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: pgmap v296: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-04-13T10:14:53.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: pgmap v297: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-04-13T10:14:53.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: pgmap v298: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-04-13T10:14:53.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: pgmap v299: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-04-13T10:14:53.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: pgmap v300: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-04-13T10:14:53.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: pgmap v301: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-04-13T10:14:53.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: pgmap v302: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-04-13T10:14:53.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: pgmap v303: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-04-13T10:14:53.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: pgmap v304: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-04-13T10:14:53.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: pgmap v305: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-04-13T10:14:53.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: pgmap v306: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-04-13T10:14:53.546 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: mon.smithi062 calling monitor election 2024-04-13T10:14:53.546 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: mon.smithi064 calling monitor election 2024-04-13T10:14:53.546 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:14:53.546 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2024-04-13T10:14:53.546 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2024-04-13T10:14:53.546 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: mon.smithi062 is new leader, mons smithi062,smithi064 in quorum (ranks 0,1) 2024-04-13T10:14:53.546 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: monmap e3: 2 mons at {smithi062=[v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0],smithi064=[v2:172.21.15.64:3300/0,v1:172.21.15.64:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-13T10:14:53.546 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: fsmap foofs:1 {0=foofs.smithi062.hadckm=up:active} 1 up:standby 2024-04-13T10:14:53.546 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: osdmap e121: 8 total, 8 up, 8 in 2024-04-13T10:14:53.546 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: mgrmap e43: smithi062.wofrer(active, since 7m), standbys: smithi064.lcvmyw 2024-04-13T10:14:53.546 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-13T10:14:53.546 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-13T10:14:53.546 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: daemon prometheus.smithi062 on smithi062 is in error state 2024-04-13T10:14:53.546 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: osd.4 reported failed by osd.2 2024-04-13T10:14:53.546 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: osd.5 reported failed by osd.2 2024-04-13T10:14:53.547 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: osd.7 reported failed by osd.2 2024-04-13T10:14:53.547 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: osd.4 reported failed by osd.3 2024-04-13T10:14:53.547 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: osd.4 failed (root=default,host=smithi064) (2 reporters from different osd after 33.325277 >= grace 20.000000) 2024-04-13T10:14:53.547 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: osd.5 failure report canceled by osd.2 2024-04-13T10:14:53.547 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: osd.4 failure report canceled by osd.3 2024-04-13T10:14:53.547 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: osd.7 failure report canceled by osd.2 2024-04-13T10:14:53.547 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: osd.4 failure report canceled by osd.2 2024-04-13T10:14:53.547 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: osd.2 reported failed by osd.5 2024-04-13T10:14:53.547 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: osd.0 reported failed by osd.4 2024-04-13T10:14:53.547 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: osd.3 reported failed by osd.7 2024-04-13T10:14:53.547 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: osd.3 reported failed by osd.4 2024-04-13T10:14:53.547 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: osd.3 failed (root=default,host=smithi062) (2 reporters from different osd after 31.000308 >= grace 20.000000) 2024-04-13T10:14:53.547 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: osd.3 failure report canceled by osd.7 2024-04-13T10:14:53.547 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: osd.0 failure report canceled by osd.4 2024-04-13T10:14:53.548 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: osd.2 failure report canceled by osd.5 2024-04-13T10:14:53.548 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: osd.3 failure report canceled by osd.4 2024-04-13T10:14:53.548 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:14:53.548 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: Upgrade: Updating node-exporter.smithi062 (1/2) 2024-04-13T10:14:53.548 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: Deploying daemon node-exporter.smithi062 on smithi062 2024-04-13T10:14:53.548 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:53 smithi062 ceph-mon[92254]: pgmap v307: 129 pgs: 1 active+clean+laggy, 128 active+clean; 215 MiB data, 955 MiB used, 714 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-04-13T10:14:53.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: pgmap v293: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-04-13T10:14:53.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: pgmap v294: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-04-13T10:14:53.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: from='client.34546 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:14:53.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: from='client.34550 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:14:53.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: from='client.34554 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:14:53.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: pgmap v295: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-04-13T10:14:53.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/542258616' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:14:53.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: from='client.34562 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:14:53.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/1132735418' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:14:53.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: pgmap v296: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-04-13T10:14:53.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: pgmap v297: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-04-13T10:14:53.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: pgmap v298: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-04-13T10:14:53.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: pgmap v299: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-04-13T10:14:53.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: pgmap v300: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-04-13T10:14:53.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: pgmap v301: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-04-13T10:14:53.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: pgmap v302: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-04-13T10:14:53.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: pgmap v303: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-04-13T10:14:53.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: pgmap v304: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-04-13T10:14:53.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: pgmap v305: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-04-13T10:14:53.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: pgmap v306: 129 pgs: 129 active+clean; 215 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-04-13T10:14:53.768 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: mon.smithi062 calling monitor election 2024-04-13T10:14:53.768 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: mon.smithi064 calling monitor election 2024-04-13T10:14:53.768 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:14:53.768 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2024-04-13T10:14:53.768 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "mon metadata", "id": "smithi064"}]: dispatch 2024-04-13T10:14:53.768 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: mon.smithi062 is new leader, mons smithi062,smithi064 in quorum (ranks 0,1) 2024-04-13T10:14:53.768 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: monmap e3: 2 mons at {smithi062=[v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0],smithi064=[v2:172.21.15.64:3300/0,v1:172.21.15.64:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-13T10:14:53.768 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: fsmap foofs:1 {0=foofs.smithi062.hadckm=up:active} 1 up:standby 2024-04-13T10:14:53.768 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: osdmap e121: 8 total, 8 up, 8 in 2024-04-13T10:14:53.768 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: mgrmap e43: smithi062.wofrer(active, since 7m), standbys: smithi064.lcvmyw 2024-04-13T10:14:53.768 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-13T10:14:53.768 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-13T10:14:53.768 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: daemon prometheus.smithi062 on smithi062 is in error state 2024-04-13T10:14:53.768 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: osd.4 reported failed by osd.2 2024-04-13T10:14:53.768 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: osd.5 reported failed by osd.2 2024-04-13T10:14:53.769 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: osd.7 reported failed by osd.2 2024-04-13T10:14:53.769 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: osd.4 reported failed by osd.3 2024-04-13T10:14:53.769 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: osd.4 failed (root=default,host=smithi064) (2 reporters from different osd after 33.325277 >= grace 20.000000) 2024-04-13T10:14:53.769 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: osd.5 failure report canceled by osd.2 2024-04-13T10:14:53.769 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: osd.4 failure report canceled by osd.3 2024-04-13T10:14:53.769 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: osd.7 failure report canceled by osd.2 2024-04-13T10:14:53.769 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: osd.4 failure report canceled by osd.2 2024-04-13T10:14:53.769 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: osd.2 reported failed by osd.5 2024-04-13T10:14:53.769 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: osd.0 reported failed by osd.4 2024-04-13T10:14:53.769 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: osd.3 reported failed by osd.7 2024-04-13T10:14:53.769 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: osd.3 reported failed by osd.4 2024-04-13T10:14:53.769 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: osd.3 failed (root=default,host=smithi062) (2 reporters from different osd after 31.000308 >= grace 20.000000) 2024-04-13T10:14:53.769 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: osd.3 failure report canceled by osd.7 2024-04-13T10:14:53.769 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: osd.0 failure report canceled by osd.4 2024-04-13T10:14:53.770 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: osd.2 failure report canceled by osd.5 2024-04-13T10:14:53.770 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: osd.3 failure report canceled by osd.4 2024-04-13T10:14:53.770 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:14:53.770 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: Upgrade: Updating node-exporter.smithi062 (1/2) 2024-04-13T10:14:53.770 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: Deploying daemon node-exporter.smithi062 on smithi062 2024-04-13T10:14:53.770 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:53 smithi064 ceph-mon[67959]: pgmap v307: 129 pgs: 1 active+clean+laggy, 128 active+clean; 215 MiB data, 955 MiB used, 714 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-04-13T10:14:53.777 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 101 sec 2024-04-13T10:14:54.516 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:14:54 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:14:54.161+0000 7fde5551b700 -1 osd.4 122 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-13T10:14:54.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:54 smithi064 ceph-mon[67959]: Health check failed: 2 osds down (OSD_DOWN) 2024-04-13T10:14:54.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:54 smithi064 ceph-mon[67959]: Health check failed: Slow OSD heartbeats on back (longest 2725.637ms) (OSD_SLOW_PING_TIME_BACK) 2024-04-13T10:14:54.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:54 smithi064 ceph-mon[67959]: Health check failed: Slow OSD heartbeats on front (longest 2726.407ms) (OSD_SLOW_PING_TIME_FRONT) 2024-04-13T10:14:54.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:54 smithi064 ceph-mon[67959]: osdmap e122: 8 total, 6 up, 8 in 2024-04-13T10:14:54.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:54 smithi064 ceph-mon[67959]: osd.4 marked itself dead as of e122 2024-04-13T10:14:54.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:54 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 3]}]: dispatch 2024-04-13T10:14:54.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:54 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 3]}]: dispatch 2024-04-13T10:14:54.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:54 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 3]}]: dispatch 2024-04-13T10:14:54.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:54 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.c", "id": [0, 3]}]: dispatch 2024-04-13T10:14:54.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:54 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 3]}]: dispatch 2024-04-13T10:14:54.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:54 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.10", "id": [0, 4]}]: dispatch 2024-04-13T10:14:54.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:54 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.c", "id": [0, 3]}]: dispatch 2024-04-13T10:14:54.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:54 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 4]}]: dispatch 2024-04-13T10:14:54.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:54 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.10", "id": [0, 4]}]: dispatch 2024-04-13T10:14:54.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:54 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 4]}]: dispatch 2024-04-13T10:14:54.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:54 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 4]}]: dispatch 2024-04-13T10:14:54.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:54 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 4]}]: dispatch 2024-04-13T10:14:54.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:54 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2024-04-13T10:14:54.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:54 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.11"}]: dispatch 2024-04-13T10:14:54.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:54 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2024-04-13T10:14:54.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:54 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.1c"}]: dispatch 2024-04-13T10:14:54.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:54 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.11"}]: dispatch 2024-04-13T10:14:54.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:54 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.1d"}]: dispatch 2024-04-13T10:14:54.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:54 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.1c"}]: dispatch 2024-04-13T10:14:54.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:54 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.1d"}]: dispatch 2024-04-13T10:14:54.693 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:54 smithi062 ceph-mon[92254]: Health check failed: 2 osds down (OSD_DOWN) 2024-04-13T10:14:54.693 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:54 smithi062 ceph-mon[92254]: Health check failed: Slow OSD heartbeats on back (longest 2725.637ms) (OSD_SLOW_PING_TIME_BACK) 2024-04-13T10:14:54.693 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:54 smithi062 ceph-mon[92254]: Health check failed: Slow OSD heartbeats on front (longest 2726.407ms) (OSD_SLOW_PING_TIME_FRONT) 2024-04-13T10:14:54.693 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:54 smithi062 ceph-mon[92254]: osdmap e122: 8 total, 6 up, 8 in 2024-04-13T10:14:54.693 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:54 smithi062 ceph-mon[92254]: osd.4 marked itself dead as of e122 2024-04-13T10:14:54.693 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:54 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 3]}]: dispatch 2024-04-13T10:14:54.693 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:54 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 3]}]: dispatch 2024-04-13T10:14:54.694 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:54 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 3]}]: dispatch 2024-04-13T10:14:54.694 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:54 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.c", "id": [0, 3]}]: dispatch 2024-04-13T10:14:54.694 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:54 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 3]}]: dispatch 2024-04-13T10:14:54.694 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:54 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.10", "id": [0, 4]}]: dispatch 2024-04-13T10:14:54.694 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:54 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.c", "id": [0, 3]}]: dispatch 2024-04-13T10:14:54.694 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:54 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 4]}]: dispatch 2024-04-13T10:14:54.694 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:54 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.10", "id": [0, 4]}]: dispatch 2024-04-13T10:14:54.694 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:54 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 4]}]: dispatch 2024-04-13T10:14:54.694 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:54 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 4]}]: dispatch 2024-04-13T10:14:54.694 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:54 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 4]}]: dispatch 2024-04-13T10:14:54.694 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:54 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2024-04-13T10:14:54.694 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:54 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.11"}]: dispatch 2024-04-13T10:14:54.694 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:54 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2024-04-13T10:14:54.694 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:54 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.1c"}]: dispatch 2024-04-13T10:14:54.695 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:54 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.11"}]: dispatch 2024-04-13T10:14:54.695 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:54 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.1d"}]: dispatch 2024-04-13T10:14:54.695 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:54 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.1c"}]: dispatch 2024-04-13T10:14:54.695 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:54 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.1d"}]: dispatch 2024-04-13T10:14:54.777 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 102 sec 2024-04-13T10:14:55.043 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:14:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-1[103635]: 2024-04-13T10:14:54.832+0000 7f9581e19700 -1 osd.1 123 heartbeat_check: no reply from 172.21.15.64:6812 osd.5 since back 2024-04-13T10:14:29.699613+0000 front 2024-04-13T10:14:29.699398+0000 (oldest deadline 2024-04-13T10:14:54.399383+0000) 2024-04-13T10:14:55.043 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:14:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-1[103635]: 2024-04-13T10:14:54.832+0000 7f9581e19700 -1 osd.1 123 heartbeat_check: no reply from 172.21.15.64:6820 osd.6 since back 2024-04-13T10:14:29.699484+0000 front 2024-04-13T10:14:29.699527+0000 (oldest deadline 2024-04-13T10:14:54.399383+0000) 2024-04-13T10:14:55.043 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:14:54 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-1[103635]: 2024-04-13T10:14:54.832+0000 7f9581e19700 -1 osd.1 123 heartbeat_check: no reply from 172.21.15.64:6828 osd.7 since back 2024-04-13T10:14:29.699557+0000 front 2024-04-13T10:14:29.699549+0000 (oldest deadline 2024-04-13T10:14:54.399383+0000) 2024-04-13T10:14:55.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:55 smithi062 ceph-mon[92254]: Monitor daemon marked osd.4 down, but it is still running 2024-04-13T10:14:55.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:55 smithi062 ceph-mon[92254]: map e122 wrongly marked me down at e122 2024-04-13T10:14:55.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:55 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 3]}]': finished 2024-04-13T10:14:55.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:55 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 3]}]': finished 2024-04-13T10:14:55.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:55 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.c", "id": [0, 3]}]': finished 2024-04-13T10:14:55.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:55 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.10", "id": [0, 4]}]': finished 2024-04-13T10:14:55.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:55 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 4]}]': finished 2024-04-13T10:14:55.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:55 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 4]}]': finished 2024-04-13T10:14:55.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:55 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]': finished 2024-04-13T10:14:55.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:55 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.11"}]': finished 2024-04-13T10:14:55.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:55 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.1c"}]': finished 2024-04-13T10:14:55.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:55 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.1d"}]': finished 2024-04-13T10:14:55.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:55 smithi062 ceph-mon[92254]: osd.4 [v2:172.21.15.64:6800/1580118991,v1:172.21.15.64:6801/1580118991] boot 2024-04-13T10:14:55.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:55 smithi062 ceph-mon[92254]: osdmap e123: 8 total, 7 up, 8 in 2024-04-13T10:14:55.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:55 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-13T10:14:55.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:55 smithi062 ceph-mon[92254]: pgmap v310: 129 pgs: 1 stale+active+clean+laggy, 37 stale+active+clean, 91 active+clean; 215 MiB data, 955 MiB used, 714 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-04-13T10:14:55.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:55 smithi062 ceph-mon[92254]: osd.3 marked itself dead as of e123 2024-04-13T10:14:55.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:55 smithi064 ceph-mon[67959]: Monitor daemon marked osd.4 down, but it is still running 2024-04-13T10:14:55.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:55 smithi064 ceph-mon[67959]: map e122 wrongly marked me down at e122 2024-04-13T10:14:55.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:55 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 3]}]': finished 2024-04-13T10:14:55.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:55 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 3]}]': finished 2024-04-13T10:14:55.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:55 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.c", "id": [0, 3]}]': finished 2024-04-13T10:14:55.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:55 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.10", "id": [0, 4]}]': finished 2024-04-13T10:14:55.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:55 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 4]}]': finished 2024-04-13T10:14:55.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:55 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 4]}]': finished 2024-04-13T10:14:55.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:55 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]': finished 2024-04-13T10:14:55.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:55 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.11"}]': finished 2024-04-13T10:14:55.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:55 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.1c"}]': finished 2024-04-13T10:14:55.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:55 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.1d"}]': finished 2024-04-13T10:14:55.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:55 smithi064 ceph-mon[67959]: osd.4 [v2:172.21.15.64:6800/1580118991,v1:172.21.15.64:6801/1580118991] boot 2024-04-13T10:14:55.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:55 smithi064 ceph-mon[67959]: osdmap e123: 8 total, 7 up, 8 in 2024-04-13T10:14:55.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:55 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-13T10:14:55.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:55 smithi064 ceph-mon[67959]: pgmap v310: 129 pgs: 1 stale+active+clean+laggy, 37 stale+active+clean, 91 active+clean; 215 MiB data, 955 MiB used, 714 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-04-13T10:14:55.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:55 smithi064 ceph-mon[67959]: osd.3 marked itself dead as of e123 2024-04-13T10:14:55.777 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 103 sec 2024-04-13T10:14:56.043 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:14:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-3[110065]: 2024-04-13T10:14:55.817+0000 7fac61e8b700 -1 osd.3 124 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-13T10:14:56.043 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:14:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-1[103635]: 2024-04-13T10:14:55.788+0000 7f9581e19700 -1 osd.1 124 heartbeat_check: no reply from 172.21.15.64:6812 osd.5 since back 2024-04-13T10:14:29.699613+0000 front 2024-04-13T10:14:29.699398+0000 (oldest deadline 2024-04-13T10:14:54.399383+0000) 2024-04-13T10:14:56.043 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:14:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-1[103635]: 2024-04-13T10:14:55.788+0000 7f9581e19700 -1 osd.1 124 heartbeat_check: no reply from 172.21.15.64:6820 osd.6 since back 2024-04-13T10:14:29.699484+0000 front 2024-04-13T10:14:29.699527+0000 (oldest deadline 2024-04-13T10:14:54.399383+0000) 2024-04-13T10:14:56.043 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:14:55 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-1[103635]: 2024-04-13T10:14:55.788+0000 7f9581e19700 -1 osd.1 124 heartbeat_check: no reply from 172.21.15.64:6828 osd.7 since back 2024-04-13T10:14:29.699557+0000 front 2024-04-13T10:14:29.699549+0000 (oldest deadline 2024-04-13T10:14:54.399383+0000) 2024-04-13T10:14:56.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:56 smithi064 ceph-mon[67959]: Monitor daemon marked osd.3 down, but it is still running 2024-04-13T10:14:56.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:56 smithi064 ceph-mon[67959]: map e123 wrongly marked me down at e122 2024-04-13T10:14:56.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:56 smithi064 ceph-mon[67959]: osdmap e124: 8 total, 7 up, 8 in 2024-04-13T10:14:56.778 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 104 sec 2024-04-13T10:14:56.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:56 smithi062 ceph-mon[92254]: Monitor daemon marked osd.3 down, but it is still running 2024-04-13T10:14:56.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:56 smithi062 ceph-mon[92254]: map e123 wrongly marked me down at e122 2024-04-13T10:14:56.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:56 smithi062 ceph-mon[92254]: osdmap e124: 8 total, 7 up, 8 in 2024-04-13T10:14:57.188 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:14:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-1[103635]: 2024-04-13T10:14:56.824+0000 7f9581e19700 -1 osd.1 125 heartbeat_check: no reply from 172.21.15.64:6812 osd.5 since back 2024-04-13T10:14:29.699613+0000 front 2024-04-13T10:14:29.699398+0000 (oldest deadline 2024-04-13T10:14:54.399383+0000) 2024-04-13T10:14:57.189 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:14:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-1[103635]: 2024-04-13T10:14:56.824+0000 7f9581e19700 -1 osd.1 125 heartbeat_check: no reply from 172.21.15.64:6820 osd.6 since back 2024-04-13T10:14:29.699484+0000 front 2024-04-13T10:14:29.699527+0000 (oldest deadline 2024-04-13T10:14:54.399383+0000) 2024-04-13T10:14:57.189 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:14:56 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-1[103635]: 2024-04-13T10:14:56.824+0000 7f9581e19700 -1 osd.1 125 heartbeat_check: no reply from 172.21.15.64:6828 osd.7 since back 2024-04-13T10:14:29.699557+0000 front 2024-04-13T10:14:29.699549+0000 (oldest deadline 2024-04-13T10:14:54.399383+0000) 2024-04-13T10:14:57.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:57 smithi062 ceph-mon[92254]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-13T10:14:57.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:57 smithi062 ceph-mon[92254]: osd.3 [v2:172.21.15.62:6826/731314553,v1:172.21.15.62:6827/731314553] boot 2024-04-13T10:14:57.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:57 smithi062 ceph-mon[92254]: osdmap e125: 8 total, 8 up, 8 in 2024-04-13T10:14:57.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:57 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-13T10:14:57.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:57 smithi062 ceph-mon[92254]: pgmap v313: 129 pgs: 5 activating, 3 active+undersized, 1 remapped+peering, 2 active+undersized+degraded, 2 active+undersized+wait, 21 peering, 3 active+undersized+degraded+wait, 1 stale+active+clean+laggy, 1 active+clean+laggy, 34 stale+active+clean, 56 active+clean; 215 MiB data, 943 MiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 9/489 objects degraded (1.840%) 2024-04-13T10:14:57.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:57 smithi062 ceph-mon[92254]: osdmap e126: 8 total, 8 up, 8 in 2024-04-13T10:14:57.765 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:57 smithi064 ceph-mon[67959]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-13T10:14:57.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:57 smithi064 ceph-mon[67959]: osd.3 [v2:172.21.15.62:6826/731314553,v1:172.21.15.62:6827/731314553] boot 2024-04-13T10:14:57.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:57 smithi064 ceph-mon[67959]: osdmap e125: 8 total, 8 up, 8 in 2024-04-13T10:14:57.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:57 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-13T10:14:57.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:57 smithi064 ceph-mon[67959]: pgmap v313: 129 pgs: 5 activating, 3 active+undersized, 1 remapped+peering, 2 active+undersized+degraded, 2 active+undersized+wait, 21 peering, 3 active+undersized+degraded+wait, 1 stale+active+clean+laggy, 1 active+clean+laggy, 34 stale+active+clean, 56 active+clean; 215 MiB data, 943 MiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 9/489 objects degraded (1.840%) 2024-04-13T10:14:57.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:57 smithi064 ceph-mon[67959]: osdmap e126: 8 total, 8 up, 8 in 2024-04-13T10:14:57.778 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 105 sec 2024-04-13T10:14:58.043 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:14:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-1[103635]: 2024-04-13T10:14:57.854+0000 7f9581e19700 -1 osd.1 126 heartbeat_check: no reply from 172.21.15.64:6812 osd.5 since back 2024-04-13T10:14:29.699613+0000 front 2024-04-13T10:14:29.699398+0000 (oldest deadline 2024-04-13T10:14:54.399383+0000) 2024-04-13T10:14:58.043 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:14:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-1[103635]: 2024-04-13T10:14:57.854+0000 7f9581e19700 -1 osd.1 126 heartbeat_check: no reply from 172.21.15.64:6820 osd.6 since back 2024-04-13T10:14:29.699484+0000 front 2024-04-13T10:14:29.699527+0000 (oldest deadline 2024-04-13T10:14:54.399383+0000) 2024-04-13T10:14:58.043 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:14:57 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-1[103635]: 2024-04-13T10:14:57.854+0000 7f9581e19700 -1 osd.1 126 heartbeat_check: no reply from 172.21.15.64:6828 osd.7 since back 2024-04-13T10:14:29.699557+0000 front 2024-04-13T10:14:29.699549+0000 (oldest deadline 2024-04-13T10:14:54.399383+0000) 2024-04-13T10:14:58.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:58 smithi064 ceph-mon[67959]: Health check failed: Reduced data availability: 1 pg inactive, 10 pgs peering (PG_AVAILABILITY) 2024-04-13T10:14:58.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:58 smithi064 ceph-mon[67959]: Health check failed: Degraded data redundancy: 9/489 objects degraded (1.840%), 5 pgs degraded (PG_DEGRADED) 2024-04-13T10:14:58.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:58 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:14:58.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:58 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:14:58.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:58 smithi064 ceph-mon[67959]: osdmap e127: 8 total, 8 up, 8 in 2024-04-13T10:14:58.778 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 106 sec 2024-04-13T10:14:58.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:58 smithi062 ceph-mon[92254]: Health check failed: Reduced data availability: 1 pg inactive, 10 pgs peering (PG_AVAILABILITY) 2024-04-13T10:14:58.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:58 smithi062 ceph-mon[92254]: Health check failed: Degraded data redundancy: 9/489 objects degraded (1.840%), 5 pgs degraded (PG_DEGRADED) 2024-04-13T10:14:58.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:58 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:14:58.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:58 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:14:58.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:58 smithi062 ceph-mon[92254]: osdmap e127: 8 total, 8 up, 8 in 2024-04-13T10:14:59.293 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:14:58 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-1[103635]: 2024-04-13T10:14:58.839+0000 7f9581e19700 -1 osd.1 127 heartbeat_check: no reply from 172.21.15.64:6812 osd.5 since back 2024-04-13T10:14:29.699613+0000 front 2024-04-13T10:14:29.699398+0000 (oldest deadline 2024-04-13T10:14:54.399383+0000) 2024-04-13T10:14:59.293 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:14:58 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-1[103635]: 2024-04-13T10:14:58.839+0000 7f9581e19700 -1 osd.1 127 heartbeat_check: no reply from 172.21.15.64:6820 osd.6 since back 2024-04-13T10:14:29.699484+0000 front 2024-04-13T10:14:29.699527+0000 (oldest deadline 2024-04-13T10:14:54.399383+0000) 2024-04-13T10:14:59.293 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:14:58 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-1[103635]: 2024-04-13T10:14:58.839+0000 7f9581e19700 -1 osd.1 127 heartbeat_check: no reply from 172.21.15.64:6828 osd.7 since back 2024-04-13T10:14:29.699557+0000 front 2024-04-13T10:14:29.699549+0000 (oldest deadline 2024-04-13T10:14:54.399383+0000) 2024-04-13T10:14:59.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:59 smithi064 ceph-mon[67959]: osd.5 reported failed by osd.1 2024-04-13T10:14:59.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:59 smithi064 ceph-mon[67959]: osd.6 reported failed by osd.1 2024-04-13T10:14:59.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:59 smithi064 ceph-mon[67959]: osd.7 reported failed by osd.1 2024-04-13T10:14:59.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:14:59 smithi064 ceph-mon[67959]: pgmap v316: 129 pgs: 1 unknown, 5 activating, 3 active+undersized, 1 remapped+peering, 1 active+undersized+degraded, 2 active+undersized+wait, 41 peering, 2 active+undersized+degraded+wait, 1 active+clean+laggy, 1 stale+active+clean, 71 active+clean; 211 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 7/480 objects degraded (1.458%) 2024-04-13T10:14:59.778 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 107 sec 2024-04-13T10:14:59.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:59 smithi062 ceph-mon[92254]: osd.5 reported failed by osd.1 2024-04-13T10:14:59.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:59 smithi062 ceph-mon[92254]: osd.6 reported failed by osd.1 2024-04-13T10:14:59.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:59 smithi062 ceph-mon[92254]: osd.7 reported failed by osd.1 2024-04-13T10:14:59.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:14:59 smithi062 ceph-mon[92254]: pgmap v316: 129 pgs: 1 unknown, 5 activating, 3 active+undersized, 1 remapped+peering, 1 active+undersized+degraded, 2 active+undersized+wait, 41 peering, 2 active+undersized+degraded+wait, 1 active+clean+laggy, 1 stale+active+clean, 71 active+clean; 211 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 7/480 objects degraded (1.458%) 2024-04-13T10:15:00.293 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:14:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-1[103635]: 2024-04-13T10:14:59.854+0000 7f9581e19700 -1 osd.1 128 heartbeat_check: no reply from 172.21.15.64:6812 osd.5 since back 2024-04-13T10:14:29.699613+0000 front 2024-04-13T10:14:29.699398+0000 (oldest deadline 2024-04-13T10:14:54.399383+0000) 2024-04-13T10:15:00.293 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:14:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-1[103635]: 2024-04-13T10:14:59.854+0000 7f9581e19700 -1 osd.1 128 heartbeat_check: no reply from 172.21.15.64:6820 osd.6 since back 2024-04-13T10:14:29.699484+0000 front 2024-04-13T10:14:29.699527+0000 (oldest deadline 2024-04-13T10:14:54.399383+0000) 2024-04-13T10:15:00.293 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:14:59 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-1[103635]: 2024-04-13T10:14:59.854+0000 7f9581e19700 -1 osd.1 128 heartbeat_check: no reply from 172.21.15.64:6828 osd.7 since back 2024-04-13T10:14:29.699557+0000 front 2024-04-13T10:14:29.699549+0000 (oldest deadline 2024-04-13T10:14:54.399383+0000) 2024-04-13T10:15:00.319 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T10:15:00.721 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:00 smithi064 ceph-mon[67959]: osdmap e128: 8 total, 8 up, 8 in 2024-04-13T10:15:00.721 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:00 smithi064 ceph-mon[67959]: Upgrade: Updating node-exporter.smithi064 (2/2) 2024-04-13T10:15:00.721 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:00 smithi064 ceph-mon[67959]: Deploying daemon node-exporter.smithi064 on smithi064 2024-04-13T10:15:00.778 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 108 sec 2024-04-13T10:15:00.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:00 smithi062 ceph-mon[92254]: osdmap e128: 8 total, 8 up, 8 in 2024-04-13T10:15:00.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:00 smithi062 ceph-mon[92254]: Upgrade: Updating node-exporter.smithi064 (2/2) 2024-04-13T10:15:00.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:00 smithi062 ceph-mon[92254]: Deploying daemon node-exporter.smithi064 on smithi064 2024-04-13T10:15:00.998 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T10:15:00.999 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (17m) 110s ago 28m 17.2M - 0.20.0 0881eb8f169f f67d46639f12 2024-04-13T10:15:00.999 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (7m) 110s ago 28m 6651k - 18.2.2-1173-g5108bc67 3464fd31103e 5ca3f5d851a8 2024-04-13T10:15:00.999 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (7m) 112s ago 27m 6651k - 18.2.2-1173-g5108bc67 3464fd31103e 4fccca2794ac 2024-04-13T10:15:00.999 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (15m) 110s ago 28m 34.4M - 6.7.4 557c83e11646 52a02116d022 2024-04-13T10:15:00.999 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (2m) 110s ago 22m 27.3M - 18.2.2-1173-g5108bc67 3464fd31103e ffc1eb0c3e93 2024-04-13T10:15:00.999 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (2m) 112s ago 22m 13.7M - 18.2.2-1173-g5108bc67 3464fd31103e 04b5aa1680d6 2024-04-13T10:15:00.999 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:8443,9283,8765 running (9m) 110s ago 30m 507M - 18.2.2-1173-g5108bc67 3464fd31103e 5f0191e57ab0 2024-04-13T10:15:00.999 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283,8765 running (8m) 112s ago 27m 450M - 18.2.2-1173-g5108bc67 3464fd31103e 267484796b5c 2024-04-13T10:15:00.999 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (8m) 110s ago 30m 79.9M 2048M 18.2.2-1173-g5108bc67 3464fd31103e ea3d08dee67d 2024-04-13T10:15:00.999 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (7m) 112s ago 27m 57.3M 2048M 18.2.2-1173-g5108bc67 3464fd31103e 17cdca1b9f7e 2024-04-13T10:15:00.999 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (2m) 110s ago 20m 64.9M - 5.5 3464fd31103e 57e3d96d2b64 2024-04-13T10:15:00.999 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (116s) 112s ago 19m 19.1M - 5.5 3464fd31103e a90a8915cfc0 2024-04-13T10:15:00.999 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 starting - - - - 2024-04-13T10:15:00.999 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (9m) 112s ago 27m 8942k - 0.18.1 e5a616e4b9cf 19e13c75f9ef 2024-04-13T10:15:01.000 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (6m) 110s ago 26m 138M 1944M 18.2.2-1173-g5108bc67 3464fd31103e 52e7889244fc 2024-04-13T10:15:01.000 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (6m) 110s ago 26m 117M 1944M 18.2.2-1173-g5108bc67 3464fd31103e aeb987d5b83d 2024-04-13T10:15:01.000 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (5m) 110s ago 26m 99.5M 1944M 18.2.2-1173-g5108bc67 3464fd31103e 9466e6d526dc 2024-04-13T10:15:01.000 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (5m) 110s ago 25m 132M 1944M 18.2.2-1173-g5108bc67 3464fd31103e fc3238095faa 2024-04-13T10:15:01.000 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (4m) 112s ago 25m 136M 2712M 18.2.2-1173-g5108bc67 3464fd31103e 58cf12652894 2024-04-13T10:15:01.000 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (3m) 112s ago 25m 137M 2712M 18.2.2-1173-g5108bc67 3464fd31103e af376f8dfbb3 2024-04-13T10:15:01.000 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (3m) 112s ago 24m 121M 2712M 18.2.2-1173-g5108bc67 3464fd31103e b703506df371 2024-04-13T10:15:01.000 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (2m) 112s ago 24m 143M 2712M 18.2.2-1173-g5108bc67 3464fd31103e e8e8baf6d84e 2024-04-13T10:15:01.000 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 error 110s ago 27m - - 2024-04-13T10:15:01.418 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:15:01.418 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T10:15:01.418 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:15:01.418 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:15:01.418 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T10:15:01.419 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:15:01.419 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:15:01.419 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T10:15:01.419 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 8 2024-04-13T10:15:01.419 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:15:01.419 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T10:15:01.419 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:15:01.419 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:15:01.419 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T10:15:01.419 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 14 2024-04-13T10:15:01.419 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T10:15:01.419 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:15:01.585 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:01 smithi062 ceph-mon[92254]: from='client.34570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:15:01.586 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:01 smithi062 ceph-mon[92254]: osdmap e129: 8 total, 8 up, 8 in 2024-04-13T10:15:01.586 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:01 smithi062 ceph-mon[92254]: from='client.34574 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:15:01.586 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:01 smithi062 ceph-mon[92254]: osd.6 failure report canceled by osd.1 2024-04-13T10:15:01.586 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:01 smithi062 ceph-mon[92254]: osd.5 failure report canceled by osd.1 2024-04-13T10:15:01.586 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:01 smithi062 ceph-mon[92254]: osd.7 failure report canceled by osd.1 2024-04-13T10:15:01.586 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:01 smithi062 ceph-mon[92254]: from='client.34578 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:15:01.586 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:01 smithi062 ceph-mon[92254]: pgmap v319: 129 pgs: 1 unknown, 5 activating, 38 peering, 1 active+clean+laggy, 1 stale+active+clean, 83 active+clean; 211 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 1024 KiB/s, 13 keys/s, 3 objects/s recovering 2024-04-13T10:15:01.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:01 smithi064 ceph-mon[67959]: from='client.34570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:15:01.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:01 smithi064 ceph-mon[67959]: osdmap e129: 8 total, 8 up, 8 in 2024-04-13T10:15:01.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:01 smithi064 ceph-mon[67959]: from='client.34574 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:15:01.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:01 smithi064 ceph-mon[67959]: osd.6 failure report canceled by osd.1 2024-04-13T10:15:01.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:01 smithi064 ceph-mon[67959]: osd.5 failure report canceled by osd.1 2024-04-13T10:15:01.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:01 smithi064 ceph-mon[67959]: osd.7 failure report canceled by osd.1 2024-04-13T10:15:01.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:01 smithi064 ceph-mon[67959]: from='client.34578 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:15:01.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:01 smithi064 ceph-mon[67959]: pgmap v319: 129 pgs: 1 unknown, 5 activating, 38 peering, 1 active+clean+laggy, 1 stale+active+clean, 83 active+clean; 211 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 1024 KiB/s, 13 keys/s, 3 objects/s recovering 2024-04-13T10:15:01.767 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:15:01.767 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T10:15:01.767 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T10:15:01.767 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T10:15:01.767 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [ 2024-04-13T10:15:01.767 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr", 2024-04-13T10:15:01.768 INFO:teuthology.orchestra.run.smithi062.stdout: "nfs", 2024-04-13T10:15:01.768 INFO:teuthology.orchestra.run.smithi062.stdout: "mon", 2024-04-13T10:15:01.768 INFO:teuthology.orchestra.run.smithi062.stdout: "mds", 2024-04-13T10:15:01.768 INFO:teuthology.orchestra.run.smithi062.stdout: "osd", 2024-04-13T10:15:01.768 INFO:teuthology.orchestra.run.smithi062.stdout: "crash" 2024-04-13T10:15:01.768 INFO:teuthology.orchestra.run.smithi062.stdout: ], 2024-04-13T10:15:01.768 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "18/23 daemons upgraded", 2024-04-13T10:15:01.768 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "Currently upgrading node-exporter daemons", 2024-04-13T10:15:01.768 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T10:15:01.768 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:15:01.778 INFO:teuthology.orchestra.run.smithi062.stdout: 1 cleanup 109 sec 2024-04-13T10:15:01.917 INFO:teuthology.orchestra.run.smithi062.stdout: 0 cleanup 109 sec 2024-04-13T10:15:01.917 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-13T10:15:01.917 INFO:teuthology.orchestra.run.smithi062.stdout: Operation Count AvgLat MaxLat 2024-04-13T10:15:01.917 INFO:teuthology.orchestra.run.smithi062.stdout: ---------------------------------------- 2024-04-13T10:15:01.918 INFO:teuthology.orchestra.run.smithi062.stdout: NTCreateX 1062 8.806 126.316 2024-04-13T10:15:01.918 INFO:teuthology.orchestra.run.smithi062.stdout: Close 917 3.810 53.674 2024-04-13T10:15:01.918 INFO:teuthology.orchestra.run.smithi062.stdout: Rename 52 13.046 96.463 2024-04-13T10:15:01.918 INFO:teuthology.orchestra.run.smithi062.stdout: Unlink 109 5.785 48.117 2024-04-13T10:15:01.918 INFO:teuthology.orchestra.run.smithi062.stdout: Qpathinfo 741 3.672 86.334 2024-04-13T10:15:01.918 INFO:teuthology.orchestra.run.smithi062.stdout: Qfileinfo 331 9.198 32.605 2024-04-13T10:15:01.918 INFO:teuthology.orchestra.run.smithi062.stdout: Qfsinfo 165 1.490 16.926 2024-04-13T10:15:01.918 INFO:teuthology.orchestra.run.smithi062.stdout: Sfileinfo 170 10.213 44.375 2024-04-13T10:15:01.918 INFO:teuthology.orchestra.run.smithi062.stdout: Find 296 7.136 109.746 2024-04-13T10:15:01.918 INFO:teuthology.orchestra.run.smithi062.stdout: WriteX 1387 0.021 0.072 2024-04-13T10:15:01.918 INFO:teuthology.orchestra.run.smithi062.stdout: ReadX 1299 0.018 1.522 2024-04-13T10:15:01.918 INFO:teuthology.orchestra.run.smithi062.stdout: Flush 132 8.411 24.166 2024-04-13T10:15:01.918 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-13T10:15:01.918 INFO:teuthology.orchestra.run.smithi062.stdout:Throughput 15.4204 MB/sec 5 clients 5 procs max_latency=126.320 ms 2024-04-13T10:15:01.920 DEBUG:teuthology.parallel:result is None 2024-04-13T10:15:02.173 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_WARN 1 failed cephadm daemon(s); Slow OSD heartbeats on back (longest 3574.952ms); Slow OSD heartbeats on front (longest 3577.827ms); Reduced data availability: 2 pgs inactive, 11 pgs peering 2024-04-13T10:15:02.173 INFO:teuthology.orchestra.run.smithi062.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-13T10:15:02.173 INFO:teuthology.orchestra.run.smithi062.stdout: daemon prometheus.smithi062 on smithi062 is in error state 2024-04-13T10:15:02.173 INFO:teuthology.orchestra.run.smithi062.stdout:[WRN] OSD_SLOW_PING_TIME_BACK: Slow OSD heartbeats on back (longest 3574.952ms) 2024-04-13T10:15:02.173 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on back from osd.2 [] to osd.4 [] 3574.952 msec 2024-04-13T10:15:02.173 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on back from osd.3 [] to osd.4 [] 2819.897 msec 2024-04-13T10:15:02.173 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on back from osd.4 [] to osd.3 [] 2725.637 msec 2024-04-13T10:15:02.173 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on back from osd.4 [] to osd.0 [] 2725.520 msec 2024-04-13T10:15:02.173 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on back from osd.0 [] to osd.4 [] 2339.055 msec 2024-04-13T10:15:02.173 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on back from osd.6 [] to osd.1 [] 2175.031 msec 2024-04-13T10:15:02.174 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on back from osd.6 [] to osd.2 [] 2174.615 msec 2024-04-13T10:15:02.174 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on back from osd.6 [] to osd.3 [] 2174.490 msec 2024-04-13T10:15:02.174 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on back from osd.6 [] to osd.0 [] 2174.376 msec 2024-04-13T10:15:02.174 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on back from osd.2 [] to osd.6 [] 1915.877 msec 2024-04-13T10:15:02.174 INFO:teuthology.orchestra.run.smithi062.stdout: Truncated long network list. Use ceph daemon mgr.# dump_osd_network for more information 2024-04-13T10:15:02.174 INFO:teuthology.orchestra.run.smithi062.stdout:[WRN] OSD_SLOW_PING_TIME_FRONT: Slow OSD heartbeats on front (longest 3577.827ms) 2024-04-13T10:15:02.174 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on front from osd.2 [] to osd.4 [] 3577.827 msec 2024-04-13T10:15:02.174 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on front from osd.4 [] to osd.3 [] 2726.407 msec 2024-04-13T10:15:02.174 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on front from osd.6 [] to osd.0 [] 2178.914 msec 2024-04-13T10:15:02.174 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on front from osd.6 [] to osd.2 [] 2178.844 msec 2024-04-13T10:15:02.174 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on front from osd.6 [] to osd.1 [] 2174.466 msec 2024-04-13T10:15:02.174 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on front from osd.6 [] to osd.3 [] 2174.251 msec 2024-04-13T10:15:02.174 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on front from osd.0 [] to osd.6 [] 2142.336 msec 2024-04-13T10:15:02.175 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on front from osd.2 [] to osd.6 [] 1918.744 msec 2024-04-13T10:15:02.175 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on front from osd.2 [] to osd.7 [] 1693.639 msec 2024-04-13T10:15:02.175 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on front from osd.7 [] to osd.3 [] 1649.419 msec 2024-04-13T10:15:02.175 INFO:teuthology.orchestra.run.smithi062.stdout: Truncated long network list. Use ceph daemon mgr.# dump_osd_network for more information 2024-04-13T10:15:02.175 INFO:teuthology.orchestra.run.smithi062.stdout:[WRN] PG_AVAILABILITY: Reduced data availability: 2 pgs inactive, 11 pgs peering 2024-04-13T10:15:02.175 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.9 is stuck peering for 102s, current state peering, last acting [1,7,3] 2024-04-13T10:15:02.175 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.a is stuck peering for 82s, current state peering, last acting [1,3,7] 2024-04-13T10:15:02.175 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.19 is stuck peering for 109s, current state peering, last acting [3,6,0] 2024-04-13T10:15:02.175 INFO:teuthology.orchestra.run.smithi062.stdout: pg 2.1f is stuck peering for 107s, current state peering, last acting [0,2,4] 2024-04-13T10:15:02.175 INFO:teuthology.orchestra.run.smithi062.stdout: pg 3.12 is stuck peering for 100s, current state peering, last acting [0,7,3] 2024-04-13T10:15:02.175 INFO:teuthology.orchestra.run.smithi062.stdout: pg 3.1b is stuck peering for 95s, current state peering, last acting [0,4,7] 2024-04-13T10:15:02.175 INFO:teuthology.orchestra.run.smithi062.stdout: pg 4.16 is stuck peering for 114s, current state peering, last acting [0,3,7] 2024-04-13T10:15:02.175 INFO:teuthology.orchestra.run.smithi062.stdout: pg 4.19 is stuck peering for 20m, current state peering, last acting [3,2,0] 2024-04-13T10:15:02.175 INFO:teuthology.orchestra.run.smithi062.stdout: pg 4.1d is stuck peering for 2m, current state peering, last acting [3,1,4] 2024-04-13T10:15:02.175 INFO:teuthology.orchestra.run.smithi062.stdout: pg 5.17 is stuck peering for 2m, current state peering, last acting [2,7] 2024-04-13T10:15:02.176 INFO:teuthology.orchestra.run.smithi062.stdout: pg 5.1c is stuck peering for 4m, current state peering, last acting [4,3,2] 2024-04-13T10:15:02.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:02 smithi064 ceph-mon[67959]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 7/480 objects degraded (1.458%), 3 pgs degraded) 2024-04-13T10:15:02.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:02 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/1188203534' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:02.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:02 smithi064 ceph-mon[67959]: osdmap e130: 8 total, 8 up, 8 in 2024-04-13T10:15:02.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:02 smithi064 ceph-mon[67959]: from='client.34586 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:15:02.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:02 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/1009383050' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:15:02.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:02 smithi062 ceph-mon[92254]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 7/480 objects degraded (1.458%), 3 pgs degraded) 2024-04-13T10:15:02.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:02 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/1188203534' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:02.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:02 smithi062 ceph-mon[92254]: osdmap e130: 8 total, 8 up, 8 in 2024-04-13T10:15:02.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:02 smithi062 ceph-mon[92254]: from='client.34586 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:15:02.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:02 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/1009383050' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:15:03.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:03 smithi064 ceph-mon[67959]: osdmap e131: 8 total, 8 up, 8 in 2024-04-13T10:15:03.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:03 smithi064 ceph-mon[67959]: Health check update: Slow OSD heartbeats on back (longest 3574.952ms) (OSD_SLOW_PING_TIME_BACK) 2024-04-13T10:15:03.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:03 smithi064 ceph-mon[67959]: Health check update: Slow OSD heartbeats on front (longest 3577.827ms) (OSD_SLOW_PING_TIME_FRONT) 2024-04-13T10:15:03.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:03 smithi064 ceph-mon[67959]: Health check update: Reduced data availability: 2 pgs inactive, 11 pgs peering (PG_AVAILABILITY) 2024-04-13T10:15:03.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:03 smithi064 ceph-mon[67959]: osdmap e132: 8 total, 8 up, 8 in 2024-04-13T10:15:03.767 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:03 smithi064 ceph-mon[67959]: pgmap v323: 129 pgs: 2 remapped+peering, 2 peering, 125 active+clean; 215 MiB data, 974 MiB used, 714 GiB / 715 GiB avail; 1.1 MiB/s rd, 5.0 MiB/s wr, 1.09k op/s; 2.2 MiB/s, 16 keys/s, 4 objects/s recovering 2024-04-13T10:15:03.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:03 smithi062 ceph-mon[92254]: osdmap e131: 8 total, 8 up, 8 in 2024-04-13T10:15:03.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:03 smithi062 ceph-mon[92254]: Health check update: Slow OSD heartbeats on back (longest 3574.952ms) (OSD_SLOW_PING_TIME_BACK) 2024-04-13T10:15:03.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:03 smithi062 ceph-mon[92254]: Health check update: Slow OSD heartbeats on front (longest 3577.827ms) (OSD_SLOW_PING_TIME_FRONT) 2024-04-13T10:15:03.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:03 smithi062 ceph-mon[92254]: Health check update: Reduced data availability: 2 pgs inactive, 11 pgs peering (PG_AVAILABILITY) 2024-04-13T10:15:03.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:03 smithi062 ceph-mon[92254]: osdmap e132: 8 total, 8 up, 8 in 2024-04-13T10:15:03.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:03 smithi062 ceph-mon[92254]: pgmap v323: 129 pgs: 2 remapped+peering, 2 peering, 125 active+clean; 215 MiB data, 974 MiB used, 714 GiB / 715 GiB avail; 1.1 MiB/s rd, 5.0 MiB/s wr, 1.09k op/s; 2.2 MiB/s, 16 keys/s, 4 objects/s recovering 2024-04-13T10:15:05.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:05 smithi062 ceph-mon[92254]: osdmap e133: 8 total, 8 up, 8 in 2024-04-13T10:15:05.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:05 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:05.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:05 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:05.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:05 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:15:05.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:05 smithi064 ceph-mon[67959]: osdmap e133: 8 total, 8 up, 8 in 2024-04-13T10:15:05.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:05 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:05.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:05 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:05.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:05 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:15:06.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:06 smithi064 ceph-mon[67959]: pgmap v325: 129 pgs: 2 remapped+peering, 2 peering, 125 active+clean; 215 MiB data, 974 MiB used, 714 GiB / 715 GiB avail; 1.0 MiB/s rd, 4.6 MiB/s wr, 999 op/s; 1024 KiB/s, 1 keys/s, 0 objects/s recovering 2024-04-13T10:15:06.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:06 smithi062 ceph-mon[92254]: pgmap v325: 129 pgs: 2 remapped+peering, 2 peering, 125 active+clean; 215 MiB data, 974 MiB used, 714 GiB / 715 GiB avail; 1.0 MiB/s rd, 4.6 MiB/s wr, 999 op/s; 1024 KiB/s, 1 keys/s, 0 objects/s recovering 2024-04-13T10:15:07.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:07 smithi064 ceph-mon[67959]: pgmap v326: 129 pgs: 1 peering, 128 active+clean; 209 MiB data, 960 MiB used, 714 GiB / 715 GiB avail; 727 KiB/s rd, 3.3 MiB/s wr, 713 op/s; 2.1 MiB/s, 4 keys/s, 2 objects/s recovering 2024-04-13T10:15:07.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:07 smithi062 ceph-mon[92254]: pgmap v326: 129 pgs: 1 peering, 128 active+clean; 209 MiB data, 960 MiB used, 714 GiB / 715 GiB avail; 727 KiB/s rd, 3.3 MiB/s wr, 713 op/s; 2.1 MiB/s, 4 keys/s, 2 objects/s recovering 2024-04-13T10:15:08.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:08 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:08.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:08 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:08.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:08 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:08.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:08 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:15:08.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:08 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:08.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:08 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:08.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:08 smithi064 ceph-mon[67959]: Health check update: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-04-13T10:15:08.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:08 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:08.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:08 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:08.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:08 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:08.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:08 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:15:08.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:08 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:08.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:08 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:08.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:08 smithi062 ceph-mon[92254]: Health check update: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-04-13T10:15:09.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:09 smithi064 ceph-mon[67959]: pgmap v327: 129 pgs: 129 active+clean; 208 MiB data, 954 MiB used, 714 GiB / 715 GiB avail; 462 B/s rd, 5.4 KiB/s wr, 4 op/s; 1.8 MiB/s, 5 keys/s, 2 objects/s recovering 2024-04-13T10:15:09.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:09 smithi062 ceph-mon[92254]: pgmap v327: 129 pgs: 129 active+clean; 208 MiB data, 954 MiB used, 714 GiB / 715 GiB avail; 462 B/s rd, 5.4 KiB/s wr, 4 op/s; 1.8 MiB/s, 5 keys/s, 2 objects/s recovering 2024-04-13T10:15:10.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:10 smithi064 ceph-mon[67959]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-04-13T10:15:10.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:10 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:10.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:10 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:10.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:10 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:10.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:10 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:10.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:10 smithi062 ceph-mon[92254]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-04-13T10:15:10.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:10 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:10.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:10 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:10.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:10 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:10.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:10 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:11.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:11 smithi064 ceph-mon[67959]: pgmap v328: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 636 B/s rd, 4.6 KiB/s wr, 4 op/s; 1.5 MiB/s, 4 keys/s, 1 objects/s recovering 2024-04-13T10:15:11.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:11 smithi062 ceph-mon[92254]: pgmap v328: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 636 B/s rd, 4.6 KiB/s wr, 4 op/s; 1.5 MiB/s, 4 keys/s, 1 objects/s recovering 2024-04-13T10:15:12.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:12 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:12.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:12 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:12.765 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:12 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:12.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:12 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:13.491 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:13 smithi062 ceph-mon[92254]: pgmap v329: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 716 B/s rd, 5.8 KiB/s wr, 4 op/s; 1.2 MiB/s, 3 keys/s, 1 objects/s recovering 2024-04-13T10:15:13.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:13 smithi064 ceph-mon[67959]: pgmap v329: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 716 B/s rd, 5.8 KiB/s wr, 4 op/s; 1.2 MiB/s, 3 keys/s, 1 objects/s recovering 2024-04-13T10:15:15.366 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:15 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:15.366 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:15 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:15.367 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:15 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:15:15.367 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:15 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:15:15.367 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:15 smithi062 ceph-mon[92254]: pgmap v330: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 709 B/s rd, 5.7 KiB/s wr, 4 op/s; 1.2 MiB/s, 3 keys/s, 1 objects/s recovering 2024-04-13T10:15:15.367 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:15 smithi062 ceph-mon[92254]: pgmap v331: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 790 B/s rd, 6.4 KiB/s wr, 4 op/s; 1.3 MiB/s, 3 keys/s, 1 objects/s recovering 2024-04-13T10:15:15.367 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:15 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:15.367 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:15 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:15.367 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:15 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:15:15.367 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:15 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:15.367 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:15 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:15.367 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:15 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:15.367 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:15 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:15.367 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:15 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:15.367 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:15 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:15.367 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:15 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:15.368 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:15 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:15.368 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:15 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:15.368 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:15 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:15.368 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:15 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:15.368 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:15 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:15.368 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:15 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:15.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:15 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:15.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:15 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:15.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:15 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:15:15.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:15 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:15:15.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:15 smithi064 ceph-mon[67959]: pgmap v330: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 709 B/s rd, 5.7 KiB/s wr, 4 op/s; 1.2 MiB/s, 3 keys/s, 1 objects/s recovering 2024-04-13T10:15:15.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:15 smithi064 ceph-mon[67959]: pgmap v331: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 790 B/s rd, 6.4 KiB/s wr, 4 op/s; 1.3 MiB/s, 3 keys/s, 1 objects/s recovering 2024-04-13T10:15:15.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:15 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:15.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:15 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:15.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:15 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:15:15.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:15 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:15.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:15 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:15.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:15 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:15.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:15 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:15.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:15 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:15.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:15 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:15.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:15 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:15.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:15 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:15.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:15 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:15.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:15 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:15.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:15 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:15.517 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:15 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:15.518 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:15 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:16.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:16 smithi064 ceph-mon[67959]: Upgrade: Updating prometheus.smithi062 2024-04-13T10:15:16.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:16 smithi064 ceph-mon[67959]: Deploying daemon prometheus.smithi062 on smithi062 2024-04-13T10:15:16.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:16 smithi062 ceph-mon[92254]: Upgrade: Updating prometheus.smithi062 2024-04-13T10:15:16.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:16 smithi062 ceph-mon[92254]: Deploying daemon prometheus.smithi062 on smithi062 2024-04-13T10:15:17.432 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:17 smithi062 ceph-mon[92254]: pgmap v332: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 451 B/s rd, 2.5 KiB/s wr, 1 op/s; 452 KiB/s, 1 keys/s, 0 objects/s recovering 2024-04-13T10:15:17.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:17 smithi064 ceph-mon[67959]: pgmap v332: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 451 B/s rd, 2.5 KiB/s wr, 1 op/s; 452 KiB/s, 1 keys/s, 0 objects/s recovering 2024-04-13T10:15:19.701 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:19 smithi062 ceph-mon[92254]: pgmap v333: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 451 B/s rd, 2.5 KiB/s wr, 1 op/s 2024-04-13T10:15:19.701 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:19 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:19.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:19 smithi064 ceph-mon[67959]: pgmap v333: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 451 B/s rd, 2.5 KiB/s wr, 1 op/s 2024-04-13T10:15:19.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:19 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:21.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:21 smithi062 ceph-mon[92254]: pgmap v334: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 225 B/s rd, 2.3 KiB/s wr, 0 op/s 2024-04-13T10:15:21.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:21 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:21.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:21 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:21.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:21 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:15:21.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:21 smithi064 ceph-mon[67959]: pgmap v334: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 225 B/s rd, 2.3 KiB/s wr, 0 op/s 2024-04-13T10:15:21.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:21 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:21.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:21 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:21.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:21 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:15:23.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:23 smithi064 ceph-mon[67959]: pgmap v335: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail 2024-04-13T10:15:23.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:23 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:23.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:23 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:15:23.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:23 smithi064 ceph-mon[67959]: Health check update: Slow OSD heartbeats on back (longest 7200.419ms) (OSD_SLOW_PING_TIME_BACK) 2024-04-13T10:15:23.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:23 smithi064 ceph-mon[67959]: Health check update: Slow OSD heartbeats on front (longest 7200.678ms) (OSD_SLOW_PING_TIME_FRONT) 2024-04-13T10:15:23.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:23 smithi062 ceph-mon[92254]: pgmap v335: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail 2024-04-13T10:15:23.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:23 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:23.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:23 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:15:23.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:23 smithi062 ceph-mon[92254]: Health check update: Slow OSD heartbeats on back (longest 7200.419ms) (OSD_SLOW_PING_TIME_BACK) 2024-04-13T10:15:23.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:23 smithi062 ceph-mon[92254]: Health check update: Slow OSD heartbeats on front (longest 7200.678ms) (OSD_SLOW_PING_TIME_FRONT) 2024-04-13T10:15:25.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:25 smithi064 ceph-mon[67959]: pgmap v336: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-04-13T10:15:25.793 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:25 smithi062 ceph-mon[92254]: pgmap v336: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-04-13T10:15:27.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:27 smithi062 ceph-mon[92254]: pgmap v337: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:15:27.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:27 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:27.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:27 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:27.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:27 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:27.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:27 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:27.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:27 smithi064 ceph-mon[67959]: pgmap v337: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:15:27.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:27 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:27.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:27 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:27.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:27 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:27.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:27 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:29.564 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:29 smithi062 ceph-mon[92254]: pgmap v338: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:15:29.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:29 smithi064 ceph-mon[67959]: pgmap v338: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:15:31.944 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:31 smithi062 ceph-mon[92254]: pgmap v339: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:15:31.944 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:31 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:31.944 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:31 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:31.945 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:31 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:15:31.945 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:31 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:15:31.945 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:31 smithi062 ceph-mon[92254]: pgmap v340: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-04-13T10:15:31.945 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:31 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:31.945 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:31 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:31.945 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:31 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-13T10:15:31.945 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:31 smithi062 ceph-mon[92254]: from='mon.1 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-13T10:15:31.945 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:31 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:15:31.945 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:31 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:31.945 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:31 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:31.945 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:31 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:31.945 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:31 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:31.945 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:31 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:31.945 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:31 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:31.945 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:31 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:31.946 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:31 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:31.946 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:31 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:31.946 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:31 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:31.946 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:31 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:31.946 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:31 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:31.946 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:31 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:31.946 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:31 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:32.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:31 smithi064 ceph-mon[67959]: pgmap v339: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:15:32.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:31 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:32.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:31 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:32.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:31 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:15:32.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:31 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:15:32.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:31 smithi064 ceph-mon[67959]: pgmap v340: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-04-13T10:15:32.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:31 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:32.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:31 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:32.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:31 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-13T10:15:32.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:31 smithi064 ceph-mon[67959]: from='mon.1 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-13T10:15:32.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:31 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:15:32.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:31 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:32.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:31 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:32.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:31 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:32.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:31 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:32.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:31 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:32.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:31 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:32.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:31 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:32.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:31 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:32.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:31 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:32.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:31 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:32.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:31 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:32.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:31 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:32.017 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:31 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:32.018 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:31 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:32.540 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T10:15:33.010 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:32 smithi062 ceph-mon[92254]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-13T10:15:33.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:32 smithi064 ceph-mon[67959]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-13T10:15:33.219 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T10:15:33.219 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (18m) 6s ago 29m 17.2M - 0.20.0 0881eb8f169f f67d46639f12 2024-04-13T10:15:33.219 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (7m) 6s ago 29m 6651k - 18.2.2-1173-g5108bc67 3464fd31103e 5ca3f5d851a8 2024-04-13T10:15:33.219 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (7m) 25s ago 28m 6651k - 18.2.2-1173-g5108bc67 3464fd31103e 4fccca2794ac 2024-04-13T10:15:33.219 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (15m) 6s ago 28m 34.5M - 6.7.4 557c83e11646 52a02116d022 2024-04-13T10:15:33.219 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (3m) 6s ago 23m 40.7M - 18.2.2-1173-g5108bc67 3464fd31103e ffc1eb0c3e93 2024-04-13T10:15:33.219 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (2m) 25s ago 23m 14.7M - 18.2.2-1173-g5108bc67 3464fd31103e 04b5aa1680d6 2024-04-13T10:15:33.219 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:8443,9283,8765 running (9m) 6s ago 30m 510M - 18.2.2-1173-g5108bc67 3464fd31103e 5f0191e57ab0 2024-04-13T10:15:33.219 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283,8765 running (9m) 25s ago 28m 451M - 18.2.2-1173-g5108bc67 3464fd31103e 267484796b5c 2024-04-13T10:15:33.220 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (8m) 6s ago 30m 85.3M 2048M 18.2.2-1173-g5108bc67 3464fd31103e ea3d08dee67d 2024-04-13T10:15:33.220 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (8m) 25s ago 27m 60.1M 2048M 18.2.2-1173-g5108bc67 3464fd31103e 17cdca1b9f7e 2024-04-13T10:15:33.220 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (2m) 6s ago 20m 205M - 5.5 3464fd31103e 57e3d96d2b64 2024-04-13T10:15:33.220 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (2m) 25s ago 20m 79.1M - 5.5 3464fd31103e a90a8915cfc0 2024-04-13T10:15:33.220 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (35s) 6s ago 28m 3565k - 1.5.0 0da6a335fe13 d7ee1e76cb2e 2024-04-13T10:15:33.220 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (29s) 25s ago 27m 3573k - 1.5.0 0da6a335fe13 7413624c2f63 2024-04-13T10:15:33.220 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (7m) 6s ago 27m 168M 1944M 18.2.2-1173-g5108bc67 3464fd31103e 52e7889244fc 2024-04-13T10:15:33.220 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (6m) 6s ago 26m 140M 1944M 18.2.2-1173-g5108bc67 3464fd31103e aeb987d5b83d 2024-04-13T10:15:33.220 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (6m) 6s ago 26m 117M 1944M 18.2.2-1173-g5108bc67 3464fd31103e 9466e6d526dc 2024-04-13T10:15:33.220 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (5m) 6s ago 26m 164M 1944M 18.2.2-1173-g5108bc67 3464fd31103e fc3238095faa 2024-04-13T10:15:33.220 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (5m) 25s ago 25m 163M 2712M 18.2.2-1173-g5108bc67 3464fd31103e 58cf12652894 2024-04-13T10:15:33.220 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (4m) 25s ago 25m 148M 2712M 18.2.2-1173-g5108bc67 3464fd31103e af376f8dfbb3 2024-04-13T10:15:33.220 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (3m) 25s ago 25m 142M 2712M 18.2.2-1173-g5108bc67 3464fd31103e b703506df371 2024-04-13T10:15:33.220 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (3m) 25s ago 24m 172M 2712M 18.2.2-1173-g5108bc67 3464fd31103e e8e8baf6d84e 2024-04-13T10:15:33.220 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 running (13s) 6s ago 28m 45.2M - 2.43.0 a07b618ecd1d 11d857971608 2024-04-13T10:15:33.636 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:15:33.636 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T10:15:33.636 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:15:33.636 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:15:33.636 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T10:15:33.636 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:15:33.636 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:15:33.637 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T10:15:33.637 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 8 2024-04-13T10:15:33.637 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:15:33.637 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T10:15:33.637 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:15:33.637 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:15:33.637 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T10:15:33.637 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 14 2024-04-13T10:15:33.637 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T10:15:33.637 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:15:33.932 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:33 smithi062 ceph-mon[92254]: Upgrade: Updating alertmanager.smithi062 2024-04-13T10:15:33.933 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:33 smithi062 ceph-mon[92254]: Deploying daemon alertmanager.smithi062 on smithi062 2024-04-13T10:15:33.933 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:33 smithi062 ceph-mon[92254]: from='client.34594 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:15:33.933 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:33 smithi062 ceph-mon[92254]: pgmap v341: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 388 B/s rd, 0 op/s 2024-04-13T10:15:33.933 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:33 smithi062 ceph-mon[92254]: from='client.34598 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:15:33.933 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:33 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/2216224475' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:33.984 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:15:33.984 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", 2024-04-13T10:15:33.985 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": true, 2024-04-13T10:15:33.985 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-13T10:15:33.985 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [ 2024-04-13T10:15:33.985 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr", 2024-04-13T10:15:33.985 INFO:teuthology.orchestra.run.smithi062.stdout: "nfs", 2024-04-13T10:15:33.985 INFO:teuthology.orchestra.run.smithi062.stdout: "mon", 2024-04-13T10:15:33.985 INFO:teuthology.orchestra.run.smithi062.stdout: "mds", 2024-04-13T10:15:33.985 INFO:teuthology.orchestra.run.smithi062.stdout: "osd", 2024-04-13T10:15:33.985 INFO:teuthology.orchestra.run.smithi062.stdout: "crash" 2024-04-13T10:15:33.985 INFO:teuthology.orchestra.run.smithi062.stdout: ], 2024-04-13T10:15:33.985 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": "18/23 daemons upgraded", 2024-04-13T10:15:33.985 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "Currently upgrading alertmanager daemons", 2024-04-13T10:15:33.985 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T10:15:33.985 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:15:34.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:33 smithi064 ceph-mon[67959]: Upgrade: Updating alertmanager.smithi062 2024-04-13T10:15:34.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:33 smithi064 ceph-mon[67959]: Deploying daemon alertmanager.smithi062 on smithi062 2024-04-13T10:15:34.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:33 smithi064 ceph-mon[67959]: from='client.34594 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:15:34.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:33 smithi064 ceph-mon[67959]: pgmap v341: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 388 B/s rd, 0 op/s 2024-04-13T10:15:34.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:33 smithi064 ceph-mon[67959]: from='client.34598 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:15:34.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:33 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/2216224475' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:34.387 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_WARN Slow OSD heartbeats on back (longest 7200.419ms); Slow OSD heartbeats on front (longest 7200.678ms) 2024-04-13T10:15:34.388 INFO:teuthology.orchestra.run.smithi062.stdout:[WRN] OSD_SLOW_PING_TIME_BACK: Slow OSD heartbeats on back (longest 7200.419ms) 2024-04-13T10:15:34.388 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on back from osd.1 [] to osd.5 [] 7200.419 msec 2024-04-13T10:15:34.388 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on back from osd.1 [] to osd.7 [] 6840.812 msec 2024-04-13T10:15:34.388 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on back from osd.5 [] to osd.2 [] 5774.787 msec 2024-04-13T10:15:34.388 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on back from osd.0 [] to osd.5 [] 4995.549 msec 2024-04-13T10:15:34.388 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on back from osd.5 [] to osd.0 [] 4429.678 msec 2024-04-13T10:15:34.388 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on back from osd.2 [] to osd.4 [] 3574.952 msec 2024-04-13T10:15:34.388 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on back from osd.7 [] to osd.0 [] 3497.901 msec 2024-04-13T10:15:34.388 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on back from osd.7 [] to osd.2 [] 3497.667 msec 2024-04-13T10:15:34.388 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on back from osd.7 [] to osd.1 [] 3496.652 msec 2024-04-13T10:15:34.388 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on back from osd.5 [] to osd.1 [] 3307.695 msec 2024-04-13T10:15:34.388 INFO:teuthology.orchestra.run.smithi062.stdout: Truncated long network list. Use ceph daemon mgr.# dump_osd_network for more information 2024-04-13T10:15:34.388 INFO:teuthology.orchestra.run.smithi062.stdout:[WRN] OSD_SLOW_PING_TIME_FRONT: Slow OSD heartbeats on front (longest 7200.678ms) 2024-04-13T10:15:34.389 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on front from osd.1 [] to osd.5 [] 7200.678 msec 2024-04-13T10:15:34.389 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on front from osd.1 [] to osd.7 [] 6840.420 msec 2024-04-13T10:15:34.389 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on front from osd.5 [] to osd.2 [] 5775.878 msec 2024-04-13T10:15:34.389 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on front from osd.0 [] to osd.5 [] 4995.493 msec 2024-04-13T10:15:34.389 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on front from osd.5 [] to osd.0 [] 4431.504 msec 2024-04-13T10:15:34.389 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on front from osd.2 [] to osd.4 [] 3577.827 msec 2024-04-13T10:15:34.389 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on front from osd.7 [] to osd.2 [] 3496.432 msec 2024-04-13T10:15:34.389 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on front from osd.7 [] to osd.0 [] 3496.302 msec 2024-04-13T10:15:34.389 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on front from osd.7 [] to osd.1 [] 3495.116 msec 2024-04-13T10:15:34.389 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on front from osd.5 [] to osd.1 [] 3309.261 msec 2024-04-13T10:15:34.389 INFO:teuthology.orchestra.run.smithi062.stdout: Truncated long network list. Use ceph daemon mgr.# dump_osd_network for more information 2024-04-13T10:15:35.001 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:34 smithi062 ceph-mon[92254]: from='client.34602 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:15:35.001 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:34 smithi062 ceph-mon[92254]: from='client.34610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:15:35.001 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:34 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/2797376881' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:15:35.015 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:34 smithi064 ceph-mon[67959]: from='client.34602 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:15:35.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:34 smithi064 ceph-mon[67959]: from='client.34610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:15:35.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:34 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/2797376881' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:15:35.940 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:35 smithi062 ceph-mon[92254]: pgmap v342: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-04-13T10:15:36.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:35 smithi064 ceph-mon[67959]: pgmap v342: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-04-13T10:15:38.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:37 smithi064 ceph-mon[67959]: pgmap v343: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-04-13T10:15:38.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:37 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:38.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:37 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:15:38.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:37 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:38.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:37 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:38.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:37 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:15:38.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:37 smithi062 ceph-mon[92254]: pgmap v343: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-04-13T10:15:38.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:37 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:38.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:37 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:15:38.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:37 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:38.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:37 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:38.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:37 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:15:40.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:39 smithi064 ceph-mon[67959]: pgmap v344: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-04-13T10:15:40.046 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:39 smithi062 ceph-mon[92254]: pgmap v344: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-04-13T10:15:42.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:41 smithi064 ceph-mon[67959]: pgmap v345: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-04-13T10:15:42.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:41 smithi062 ceph-mon[92254]: pgmap v345: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-04-13T10:15:44.263 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:43 smithi062 ceph-mon[92254]: pgmap v346: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-13T10:15:44.264 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:43 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:44.264 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:43 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:44.264 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:43 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:44.264 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:43 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:44.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:43 smithi064 ceph-mon[67959]: pgmap v346: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-13T10:15:44.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:43 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:44.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:43 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:44.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:43 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:44.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:43 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:46.098 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:45 smithi062 ceph-mon[92254]: pgmap v347: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:15:46.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:45 smithi064 ceph-mon[67959]: pgmap v347: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:15:48.197 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:47 smithi062 ceph-mon[92254]: pgmap v348: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:15:48.197 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:47 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:48.197 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:47 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:48.197 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:47 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:15:48.197 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:47 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:15:48.198 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:47 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:48.198 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:47 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:48.198 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:47 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-13T10:15:48.198 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:47 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:15:48.198 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:47 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:48.198 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:47 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:48.198 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:47 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:48.198 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:47 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:48.198 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:47 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:48.198 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:47 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:48.198 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:47 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:48.198 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:47 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:48.198 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:47 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:48.198 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:47 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:48.199 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:47 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:48.199 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:47 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:48.199 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:47 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:48.199 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:47 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:48.199 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:47 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:48.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:47 smithi064 ceph-mon[67959]: pgmap v348: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:15:48.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:47 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:48.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:47 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:48.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:47 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:15:48.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:47 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:15:48.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:47 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:48.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:47 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:48.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:47 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-13T10:15:48.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:47 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:15:48.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:47 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:48.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:47 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:48.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:47 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:48.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:47 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:48.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:47 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:48.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:47 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:48.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:47 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:48.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:47 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:48.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:47 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:48.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:47 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:48.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:47 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:48.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:47 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:48.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:47 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:48.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:47 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:48.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:47 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:15:49.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:48 smithi064 ceph-mon[67959]: from='mon.1 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-13T10:15:49.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:48 smithi062 ceph-mon[92254]: from='mon.1 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-13T10:15:50.009 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:49 smithi062 ceph-mon[92254]: pgmap v349: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:15:50.009 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:49 smithi062 ceph-mon[92254]: Upgrade: Updating grafana.smithi062 2024-04-13T10:15:50.009 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:49 smithi062 ceph-mon[92254]: Deploying daemon grafana.smithi062 on smithi062 2024-04-13T10:15:50.265 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:49 smithi064 ceph-mon[67959]: pgmap v349: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:15:50.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:49 smithi064 ceph-mon[67959]: Upgrade: Updating grafana.smithi062 2024-04-13T10:15:50.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:49 smithi064 ceph-mon[67959]: Deploying daemon grafana.smithi062 on smithi062 2024-04-13T10:15:52.263 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:51 smithi062 ceph-mon[92254]: pgmap v350: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:15:52.265 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:51 smithi064 ceph-mon[67959]: pgmap v350: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:15:53.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:52 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:15:53.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:52 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:15:54.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:53 smithi062 ceph-mon[92254]: pgmap v351: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-13T10:15:54.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:53 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:54.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:53 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:54.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:53 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:15:54.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:53 smithi064 ceph-mon[67959]: pgmap v351: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-13T10:15:54.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:53 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:54.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:53 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:15:54.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:53 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:15:56.201 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:55 smithi062 ceph-mon[92254]: pgmap v352: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:15:56.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:55 smithi064 ceph-mon[67959]: pgmap v352: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:15:58.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:57 smithi064 ceph-mon[67959]: pgmap v353: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:15:58.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:57 smithi062 ceph-mon[92254]: pgmap v353: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:00.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:59 smithi064 ceph-mon[67959]: pgmap v354: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:00.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:59 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:00.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:59 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:00.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:59 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:00.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:15:59 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:00.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:59 smithi062 ceph-mon[92254]: pgmap v354: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:00.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:59 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:00.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:59 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:00.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:59 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:00.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:15:59 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:02.192 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:01 smithi062 ceph-mon[92254]: pgmap v355: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:02.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:01 smithi064 ceph-mon[67959]: pgmap v355: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:04.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: pgmap v356: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-13T10:16:04.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:04.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:04.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:16:04.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:16:04.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:04.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:04.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-13T10:16:04.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:16:04.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.267 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.268 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:04.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-04-13T10:16:04.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-04-13T10:16:04.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-04-13T10:16:04.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-13T10:16:04.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-13T10:16:04.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-04-13T10:16:04.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-04-13T10:16:04.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-04-13T10:16:04.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-04-13T10:16:04.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-04-13T10:16:04.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-04-13T10:16:04.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-04-13T10:16:04.269 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-04-13T10:16:04.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-04-13T10:16:04.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-04-13T10:16:04.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-04-13T10:16:04.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-04-13T10:16:04.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-04-13T10:16:04.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-04-13T10:16:04.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-04-13T10:16:04.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-04-13T10:16:04.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-13T10:16:04.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-13T10:16:04.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-04-13T10:16:04.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-04-13T10:16:04.270 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-04-13T10:16:04.271 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-04-13T10:16:04.271 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-04-13T10:16:04.271 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-04-13T10:16:04.271 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-04-13T10:16:04.271 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-04-13T10:16:04.271 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-04-13T10:16:04.271 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-04-13T10:16:04.271 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-04-13T10:16:04.271 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-04-13T10:16:04.271 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-13T10:16:04.271 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-13T10:16:04.273 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-13T10:16:04.273 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-13T10:16:04.273 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-13T10:16:04.273 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-13T10:16:04.273 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-13T10:16:04.273 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-13T10:16:04.273 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-13T10:16:04.273 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-13T10:16:04.273 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-13T10:16:04.273 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-13T10:16:04.274 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-04-13T10:16:04.274 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-04-13T10:16:04.274 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-04-13T10:16:04.274 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-04-13T10:16:04.274 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-04-13T10:16:04.274 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-04-13T10:16:04.274 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:16:04.274 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:04.274 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:04.274 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:04.274 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:04.274 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:16:04.274 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:16:04.275 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:04.275 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:03 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:04.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: pgmap v356: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-13T10:16:04.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:04.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:04.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:16:04.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:16:04.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:04.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:04.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-13T10:16:04.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:16:04.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:04.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:04.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-04-13T10:16:04.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-04-13T10:16:04.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-04-13T10:16:04.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-13T10:16:04.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-13T10:16:04.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-04-13T10:16:04.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-04-13T10:16:04.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-04-13T10:16:04.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-04-13T10:16:04.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-04-13T10:16:04.297 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-04-13T10:16:04.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-04-13T10:16:04.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-04-13T10:16:04.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-04-13T10:16:04.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-04-13T10:16:04.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-04-13T10:16:04.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-04-13T10:16:04.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-04-13T10:16:04.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-04-13T10:16:04.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-04-13T10:16:04.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-04-13T10:16:04.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-13T10:16:04.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-13T10:16:04.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-04-13T10:16:04.299 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-04-13T10:16:04.299 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-04-13T10:16:04.299 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-04-13T10:16:04.299 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-04-13T10:16:04.299 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-04-13T10:16:04.299 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-04-13T10:16:04.299 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-04-13T10:16:04.299 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-04-13T10:16:04.300 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-04-13T10:16:04.300 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-04-13T10:16:04.300 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-04-13T10:16:04.300 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-13T10:16:04.300 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-13T10:16:04.300 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-13T10:16:04.300 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-13T10:16:04.300 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-13T10:16:04.300 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-13T10:16:04.300 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-13T10:16:04.300 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-13T10:16:04.300 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-13T10:16:04.300 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-13T10:16:04.301 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-13T10:16:04.301 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-13T10:16:04.301 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-04-13T10:16:04.301 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-04-13T10:16:04.301 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-04-13T10:16:04.301 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-04-13T10:16:04.301 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-04-13T10:16:04.301 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-04-13T10:16:04.301 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:16:04.301 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:04.301 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:04.301 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:04.301 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:04.301 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:16:04.302 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:16:04.302 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:04.302 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:03 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:05.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:04 smithi062 ceph-mon[92254]: from='mon.1 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-13T10:16:05.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:04 smithi062 ceph-mon[92254]: Upgrade: Finalizing container_image settings 2024-04-13T10:16:05.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:04 smithi062 ceph-mon[92254]: Upgrade: Complete! 2024-04-13T10:16:05.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:04 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:16:05.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:04 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:16:05.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:04 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:16:05.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:04 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:05.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:04 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:05.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:04 smithi064 ceph-mon[67959]: from='mon.1 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-13T10:16:05.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:04 smithi064 ceph-mon[67959]: Upgrade: Finalizing container_image settings 2024-04-13T10:16:05.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:04 smithi064 ceph-mon[67959]: Upgrade: Complete! 2024-04-13T10:16:05.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:04 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:16:05.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:04 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:16:05.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:04 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:16:05.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:04 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:05.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:04 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:05.417 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -e sha1=5108bc67b831101bc32a1061150595384640c56c -- bash -c 'ceph orch ps' 2024-04-13T10:16:06.123 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:06 smithi062 ceph-mon[92254]: pgmap v357: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:06.124 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:06 smithi062 ceph-mon[92254]: from='client.34618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:16:06.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:06 smithi064 ceph-mon[67959]: pgmap v357: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:06.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:06 smithi064 ceph-mon[67959]: from='client.34618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:16:07.593 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T10:16:07.593 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (30s) 8s ago 29m 16.0M - 0.25.0 c8568f914cd2 9b0525d71fec 2024-04-13T10:16:07.593 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (8m) 8s ago 29m 6651k - 18.2.2-1173-g5108bc67 3464fd31103e 5ca3f5d851a8 2024-04-13T10:16:07.593 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (8m) 60s ago 28m 6651k - 18.2.2-1173-g5108bc67 3464fd31103e 4fccca2794ac 2024-04-13T10:16:07.593 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (14s) 8s ago 29m 31.1M - 9.4.7 954c08fa6188 ec0288167606 2024-04-13T10:16:07.593 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (3m) 8s ago 23m 40.7M - 18.2.2-1173-g5108bc67 3464fd31103e ffc1eb0c3e93 2024-04-13T10:16:07.593 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (3m) 60s ago 23m 14.7M - 18.2.2-1173-g5108bc67 3464fd31103e 04b5aa1680d6 2024-04-13T10:16:07.593 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:8443,9283,8765 running (10m) 8s ago 31m 515M - 18.2.2-1173-g5108bc67 3464fd31103e 5f0191e57ab0 2024-04-13T10:16:07.594 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283,8765 running (9m) 60s ago 28m 451M - 18.2.2-1173-g5108bc67 3464fd31103e 267484796b5c 2024-04-13T10:16:07.594 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (9m) 8s ago 31m 87.2M 2048M 18.2.2-1173-g5108bc67 3464fd31103e ea3d08dee67d 2024-04-13T10:16:07.594 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (9m) 60s ago 28m 60.1M 2048M 18.2.2-1173-g5108bc67 3464fd31103e 17cdca1b9f7e 2024-04-13T10:16:07.594 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (3m) 8s ago 21m 218M - 5.5 3464fd31103e 57e3d96d2b64 2024-04-13T10:16:07.594 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (3m) 60s ago 21m 79.1M - 5.5 3464fd31103e a90a8915cfc0 2024-04-13T10:16:07.594 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (70s) 8s ago 29m 8426k - 1.5.0 0da6a335fe13 d7ee1e76cb2e 2024-04-13T10:16:07.594 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (63s) 60s ago 28m 3573k - 1.5.0 0da6a335fe13 7413624c2f63 2024-04-13T10:16:07.594 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (7m) 8s ago 27m 168M 1944M 18.2.2-1173-g5108bc67 3464fd31103e 52e7889244fc 2024-04-13T10:16:07.594 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (7m) 8s ago 27m 139M 1944M 18.2.2-1173-g5108bc67 3464fd31103e aeb987d5b83d 2024-04-13T10:16:07.594 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (6m) 8s ago 27m 116M 1944M 18.2.2-1173-g5108bc67 3464fd31103e 9466e6d526dc 2024-04-13T10:16:07.594 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (6m) 8s ago 26m 163M 1944M 18.2.2-1173-g5108bc67 3464fd31103e fc3238095faa 2024-04-13T10:16:07.594 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (5m) 60s ago 26m 163M 2712M 18.2.2-1173-g5108bc67 3464fd31103e 58cf12652894 2024-04-13T10:16:07.594 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (5m) 60s ago 26m 148M 2712M 18.2.2-1173-g5108bc67 3464fd31103e af376f8dfbb3 2024-04-13T10:16:07.594 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (4m) 60s ago 25m 142M 2712M 18.2.2-1173-g5108bc67 3464fd31103e b703506df371 2024-04-13T10:16:07.595 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (3m) 60s ago 25m 172M 2712M 18.2.2-1173-g5108bc67 3464fd31103e e8e8baf6d84e 2024-04-13T10:16:07.595 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 running (47s) 8s ago 28m 47.8M - 2.43.0 a07b618ecd1d 11d857971608 2024-04-13T10:16:08.175 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:08 smithi062 ceph-mon[92254]: pgmap v358: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:08.175 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:08 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:16:08.195 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -e sha1=5108bc67b831101bc32a1061150595384640c56c -- bash -c 'ceph versions' 2024-04-13T10:16:08.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:08 smithi064 ceph-mon[67959]: pgmap v358: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:08.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:08 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:16:09.278 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:09 smithi062 ceph-mon[92254]: from='client.34622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:16:09.278 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:09 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:09.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:09 smithi064 ceph-mon[67959]: from='client.34622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:16:09.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:09 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:16:10.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:10 smithi062 ceph-mon[92254]: pgmap v359: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:10.380 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:16:10.380 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T10:16:10.380 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:16:10.380 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:16:10.380 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T10:16:10.380 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:16:10.381 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:16:10.381 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T10:16:10.381 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 8 2024-04-13T10:16:10.381 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:16:10.381 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T10:16:10.381 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:16:10.381 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:16:10.381 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T10:16:10.381 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 14 2024-04-13T10:16:10.381 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T10:16:10.382 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:16:10.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:10 smithi064 ceph-mon[67959]: pgmap v359: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:11.025 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -e sha1=5108bc67b831101bc32a1061150595384640c56c -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-04-13T10:16:11.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:11 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/853511268' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:11.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:11 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/853511268' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:16:12.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:12 smithi062 ceph-mon[92254]: pgmap v360: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:12.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:12 smithi064 ceph-mon[67959]: pgmap v360: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:12.926 INFO:teuthology.orchestra.run.smithi062.stdout:wait for servicemap items w/ changing names to refresh 2024-04-13T10:16:13.518 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -e sha1=5108bc67b831101bc32a1061150595384640c56c -- bash -c 'sleep 60' 2024-04-13T10:16:14.220 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:14 smithi062 ceph-mon[92254]: pgmap v361: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-13T10:16:14.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:14 smithi064 ceph-mon[67959]: pgmap v361: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-13T10:16:16.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:16 smithi062 ceph-mon[92254]: pgmap v362: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:16.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:16 smithi064 ceph-mon[67959]: pgmap v362: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:18.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:18 smithi064 ceph-mon[67959]: pgmap v363: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:18.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:18 smithi062 ceph-mon[92254]: pgmap v363: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:20.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:20 smithi064 ceph-mon[67959]: pgmap v364: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:20.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:20 smithi062 ceph-mon[92254]: pgmap v364: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:22.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:22 smithi064 ceph-mon[67959]: pgmap v365: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:22.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:22 smithi062 ceph-mon[92254]: pgmap v365: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:23.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:23 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:16:23.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:23 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:16:24.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:24 smithi062 ceph-mon[92254]: pgmap v366: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-13T10:16:24.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:24 smithi062 ceph-mon[92254]: Health check update: Slow OSD heartbeats on back (longest 6840.812ms) (OSD_SLOW_PING_TIME_BACK) 2024-04-13T10:16:24.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:24 smithi062 ceph-mon[92254]: Health check update: Slow OSD heartbeats on front (longest 6840.420ms) (OSD_SLOW_PING_TIME_FRONT) 2024-04-13T10:16:24.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:24 smithi064 ceph-mon[67959]: pgmap v366: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-13T10:16:24.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:24 smithi064 ceph-mon[67959]: Health check update: Slow OSD heartbeats on back (longest 6840.812ms) (OSD_SLOW_PING_TIME_BACK) 2024-04-13T10:16:24.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:24 smithi064 ceph-mon[67959]: Health check update: Slow OSD heartbeats on front (longest 6840.420ms) (OSD_SLOW_PING_TIME_FRONT) 2024-04-13T10:16:26.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:26 smithi064 ceph-mon[67959]: pgmap v367: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:26.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:26 smithi062 ceph-mon[92254]: pgmap v367: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:28.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:28 smithi064 ceph-mon[67959]: pgmap v368: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:28.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:28 smithi062 ceph-mon[92254]: pgmap v368: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:29.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:29 smithi064 ceph-mon[67959]: Health check update: Slow OSD heartbeats on back (longest 4420.869ms) (OSD_SLOW_PING_TIME_BACK) 2024-04-13T10:16:29.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:29 smithi064 ceph-mon[67959]: Health check update: Slow OSD heartbeats on front (longest 4420.887ms) (OSD_SLOW_PING_TIME_FRONT) 2024-04-13T10:16:29.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:29 smithi062 ceph-mon[92254]: Health check update: Slow OSD heartbeats on back (longest 4420.869ms) (OSD_SLOW_PING_TIME_BACK) 2024-04-13T10:16:29.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:29 smithi062 ceph-mon[92254]: Health check update: Slow OSD heartbeats on front (longest 4420.887ms) (OSD_SLOW_PING_TIME_FRONT) 2024-04-13T10:16:30.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:30 smithi064 ceph-mon[67959]: pgmap v369: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:30.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:30 smithi062 ceph-mon[92254]: pgmap v369: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:32.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:32 smithi064 ceph-mon[67959]: pgmap v370: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:32.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:32 smithi062 ceph-mon[92254]: pgmap v370: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:34.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:34 smithi062 ceph-mon[92254]: pgmap v371: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-13T10:16:34.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:34 smithi064 ceph-mon[67959]: pgmap v371: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-13T10:16:36.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:36 smithi064 ceph-mon[67959]: pgmap v372: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:36.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:36 smithi062 ceph-mon[92254]: pgmap v372: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:38.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:38 smithi064 ceph-mon[67959]: pgmap v373: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:38.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:38 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:16:38.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:38 smithi062 ceph-mon[92254]: pgmap v373: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:38.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:38 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:16:40.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:40 smithi064 ceph-mon[67959]: pgmap v374: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:40.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:40 smithi062 ceph-mon[92254]: pgmap v374: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:41.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:41 smithi064 ceph-mon[67959]: pgmap v375: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:41.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:41 smithi062 ceph-mon[92254]: pgmap v375: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:44.016 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:43 smithi064 ceph-mon[67959]: pgmap v376: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-13T10:16:44.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:43 smithi062 ceph-mon[92254]: pgmap v376: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-13T10:16:46.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:45 smithi062 ceph-mon[92254]: pgmap v377: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:46.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:45 smithi064 ceph-mon[67959]: pgmap v377: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:48.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:47 smithi062 ceph-mon[92254]: pgmap v378: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:48.265 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:47 smithi064 ceph-mon[67959]: pgmap v378: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:50.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:49 smithi062 ceph-mon[92254]: pgmap v379: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:50.265 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:49 smithi064 ceph-mon[67959]: pgmap v379: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:52.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:51 smithi062 ceph-mon[92254]: pgmap v380: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:52.265 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:51 smithi064 ceph-mon[67959]: pgmap v380: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:53.043 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:52 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:16:53.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:52 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:16:54.293 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:54 smithi062 ceph-mon[92254]: pgmap v381: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-13T10:16:54.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:54 smithi064 ceph-mon[67959]: pgmap v381: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-13T10:16:56.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:56 smithi064 ceph-mon[67959]: pgmap v382: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:56.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:56 smithi062 ceph-mon[92254]: pgmap v382: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:58.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:16:58 smithi064 ceph-mon[67959]: pgmap v383: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:16:58.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:16:58 smithi062 ceph-mon[92254]: pgmap v383: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:00.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:00 smithi064 ceph-mon[67959]: pgmap v384: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:00.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:00 smithi062 ceph-mon[92254]: pgmap v384: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:01.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:01 smithi064 ceph-mon[67959]: Health check update: Slow OSD heartbeats on back (longest 3806.352ms) (OSD_SLOW_PING_TIME_BACK) 2024-04-13T10:17:01.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:01 smithi064 ceph-mon[67959]: Health check update: Slow OSD heartbeats on front (longest 3806.311ms) (OSD_SLOW_PING_TIME_FRONT) 2024-04-13T10:17:01.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:01 smithi062 ceph-mon[92254]: Health check update: Slow OSD heartbeats on back (longest 3806.352ms) (OSD_SLOW_PING_TIME_BACK) 2024-04-13T10:17:01.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:01 smithi062 ceph-mon[92254]: Health check update: Slow OSD heartbeats on front (longest 3806.311ms) (OSD_SLOW_PING_TIME_FRONT) 2024-04-13T10:17:02.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:02 smithi064 ceph-mon[67959]: pgmap v385: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:02.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:02 smithi062 ceph-mon[92254]: pgmap v385: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:04.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:04 smithi062 ceph-mon[92254]: pgmap v386: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-13T10:17:04.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:04 smithi064 ceph-mon[67959]: pgmap v386: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-13T10:17:05.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:05 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:17:05.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:05 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:17:05.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:05 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:17:05.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:05 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:17:05.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:05 smithi064 ceph-mon[67959]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:17:05.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:05 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-13T10:17:05.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:05 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-13T10:17:05.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:05 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-13T10:17:05.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:05 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:17:05.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:05 smithi062 ceph-mon[92254]: from='mgr.34104 ' entity='mgr.smithi062.wofrer' 2024-04-13T10:17:06.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:06 smithi064 ceph-mon[67959]: pgmap v387: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:06.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:06 smithi062 ceph-mon[92254]: pgmap v387: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:08.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:08 smithi064 ceph-mon[67959]: pgmap v388: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:08.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:08 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:17:08.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:08 smithi062 ceph-mon[92254]: pgmap v388: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:08.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:08 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:17:09.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:09 smithi064 ceph-mon[67959]: pgmap v389: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:09.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:09 smithi064 ceph-mon[67959]: Health check update: Slow OSD heartbeats on back (longest 1441.696ms) (OSD_SLOW_PING_TIME_BACK) 2024-04-13T10:17:09.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:09 smithi064 ceph-mon[67959]: Health check update: Slow OSD heartbeats on front (longest 1441.266ms) (OSD_SLOW_PING_TIME_FRONT) 2024-04-13T10:17:09.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:09 smithi062 ceph-mon[92254]: pgmap v389: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:09.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:09 smithi062 ceph-mon[92254]: Health check update: Slow OSD heartbeats on back (longest 1441.696ms) (OSD_SLOW_PING_TIME_BACK) 2024-04-13T10:17:09.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:09 smithi062 ceph-mon[92254]: Health check update: Slow OSD heartbeats on front (longest 1441.266ms) (OSD_SLOW_PING_TIME_FRONT) 2024-04-13T10:17:12.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:11 smithi062 ceph-mon[92254]: pgmap v390: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:12.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:11 smithi064 ceph-mon[67959]: pgmap v390: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:14.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:13 smithi062 ceph-mon[92254]: pgmap v391: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-13T10:17:14.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:13 smithi064 ceph-mon[67959]: pgmap v391: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-13T10:17:15.969 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:15 smithi062 ceph-mon[92254]: pgmap v392: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:15.993 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -e sha1=5108bc67b831101bc32a1061150595384640c56c -- bash -c 'ceph orch ps' 2024-04-13T10:17:16.265 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:15 smithi064 ceph-mon[67959]: pgmap v392: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:18.001 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:17 smithi062 ceph-mon[92254]: pgmap v393: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:18.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:17 smithi064 ceph-mon[67959]: pgmap v393: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:18.508 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-13T10:17:18.509 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (101s) 79s ago 30m 16.0M - 0.25.0 c8568f914cd2 9b0525d71fec 2024-04-13T10:17:18.509 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (9m) 79s ago 30m 6651k - 18.2.2-1173-g5108bc67 3464fd31103e 5ca3f5d851a8 2024-04-13T10:17:18.509 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi064 smithi064 running (9m) 2m ago 29m 6651k - 18.2.2-1173-g5108bc67 3464fd31103e 4fccca2794ac 2024-04-13T10:17:18.509 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (85s) 79s ago 30m 31.1M - 9.4.7 954c08fa6188 ec0288167606 2024-04-13T10:17:18.509 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi062.hadckm smithi062 running (4m) 79s ago 25m 40.7M - 18.2.2-1173-g5108bc67 3464fd31103e ffc1eb0c3e93 2024-04-13T10:17:18.509 INFO:teuthology.orchestra.run.smithi062.stdout:mds.foofs.smithi064.zvuvtq smithi064 running (4m) 2m ago 25m 14.7M - 18.2.2-1173-g5108bc67 3464fd31103e 04b5aa1680d6 2024-04-13T10:17:18.509 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.wofrer smithi062 *:8443,9283,8765 running (11m) 79s ago 32m 515M - 18.2.2-1173-g5108bc67 3464fd31103e 5f0191e57ab0 2024-04-13T10:17:18.509 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi064.lcvmyw smithi064 *:8443,9283,8765 running (10m) 2m ago 29m 451M - 18.2.2-1173-g5108bc67 3464fd31103e 267484796b5c 2024-04-13T10:17:18.509 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (10m) 79s ago 32m 87.2M 2048M 18.2.2-1173-g5108bc67 3464fd31103e ea3d08dee67d 2024-04-13T10:17:18.509 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi064 smithi064 running (10m) 2m ago 29m 60.1M 2048M 18.2.2-1173-g5108bc67 3464fd31103e 17cdca1b9f7e 2024-04-13T10:17:18.509 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.0.1.smithi062.ifhjdg smithi062 *:2049 running (4m) 79s ago 22m 218M - 5.5 3464fd31103e 57e3d96d2b64 2024-04-13T10:17:18.509 INFO:teuthology.orchestra.run.smithi062.stdout:nfs.foo.1.1.smithi064.xvgwfa smithi064 *:2049 running (4m) 2m ago 22m 79.1M - 5.5 3464fd31103e a90a8915cfc0 2024-04-13T10:17:18.510 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (2m) 79s ago 30m 8426k - 1.5.0 0da6a335fe13 d7ee1e76cb2e 2024-04-13T10:17:18.510 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi064 smithi064 *:9100 running (2m) 2m ago 29m 3573k - 1.5.0 0da6a335fe13 7413624c2f63 2024-04-13T10:17:18.510 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi062 running (9m) 79s ago 29m 168M 1944M 18.2.2-1173-g5108bc67 3464fd31103e 52e7889244fc 2024-04-13T10:17:18.510 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (8m) 79s ago 28m 139M 1944M 18.2.2-1173-g5108bc67 3464fd31103e aeb987d5b83d 2024-04-13T10:17:18.510 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi062 running (7m) 79s ago 28m 116M 1944M 18.2.2-1173-g5108bc67 3464fd31103e 9466e6d526dc 2024-04-13T10:17:18.510 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (7m) 79s ago 27m 163M 1944M 18.2.2-1173-g5108bc67 3464fd31103e fc3238095faa 2024-04-13T10:17:18.510 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi064 running (6m) 2m ago 27m 163M 2712M 18.2.2-1173-g5108bc67 3464fd31103e 58cf12652894 2024-04-13T10:17:18.510 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi064 running (6m) 2m ago 27m 148M 2712M 18.2.2-1173-g5108bc67 3464fd31103e af376f8dfbb3 2024-04-13T10:17:18.510 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi064 running (5m) 2m ago 26m 142M 2712M 18.2.2-1173-g5108bc67 3464fd31103e b703506df371 2024-04-13T10:17:18.510 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi064 running (5m) 2m ago 26m 172M 2712M 18.2.2-1173-g5108bc67 3464fd31103e e8e8baf6d84e 2024-04-13T10:17:18.510 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 running (118s) 79s ago 30m 47.8M - 2.43.0 a07b618ecd1d 11d857971608 2024-04-13T10:17:19.192 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -e sha1=5108bc67b831101bc32a1061150595384640c56c -- bash -c 'ceph orch upgrade status' 2024-04-13T10:17:20.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:19 smithi062 ceph-mon[92254]: from='client.34630 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:17:20.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:19 smithi062 ceph-mon[92254]: pgmap v394: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:20.265 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:19 smithi064 ceph-mon[67959]: from='client.34630 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:17:20.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:19 smithi064 ceph-mon[67959]: pgmap v394: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:21.485 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:17:21.486 INFO:teuthology.orchestra.run.smithi062.stdout: "target_image": null, 2024-04-13T10:17:21.486 INFO:teuthology.orchestra.run.smithi062.stdout: "in_progress": false, 2024-04-13T10:17:21.486 INFO:teuthology.orchestra.run.smithi062.stdout: "which": "", 2024-04-13T10:17:21.486 INFO:teuthology.orchestra.run.smithi062.stdout: "services_complete": [], 2024-04-13T10:17:21.486 INFO:teuthology.orchestra.run.smithi062.stdout: "progress": null, 2024-04-13T10:17:21.486 INFO:teuthology.orchestra.run.smithi062.stdout: "message": "", 2024-04-13T10:17:21.486 INFO:teuthology.orchestra.run.smithi062.stdout: "is_paused": false 2024-04-13T10:17:21.486 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:17:22.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:21 smithi062 ceph-mon[92254]: pgmap v395: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:22.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:21 smithi064 ceph-mon[67959]: pgmap v395: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:22.464 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -e sha1=5108bc67b831101bc32a1061150595384640c56c -- bash -c 'ceph health detail' 2024-04-13T10:17:23.195 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:22 smithi062 ceph-mon[92254]: from='client.34634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:17:23.196 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:22 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:17:23.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:22 smithi064 ceph-mon[67959]: from='client.34634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:17:23.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:22 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:17:24.333 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:24 smithi062 ceph-mon[92254]: pgmap v396: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-13T10:17:24.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:24 smithi064 ceph-mon[67959]: pgmap v396: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-13T10:17:24.922 INFO:teuthology.orchestra.run.smithi062.stdout:HEALTH_WARN Slow OSD heartbeats on back (longest 1441.696ms); Slow OSD heartbeats on front (longest 1441.266ms) 2024-04-13T10:17:24.923 INFO:teuthology.orchestra.run.smithi062.stdout:[WRN] OSD_SLOW_PING_TIME_BACK: Slow OSD heartbeats on back (longest 1441.696ms) 2024-04-13T10:17:24.923 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on back from osd.1 [] to osd.5 [] 1441.696 msec 2024-04-13T10:17:24.923 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on back from osd.1 [] to osd.7 [] 1368.899 msec 2024-04-13T10:17:24.923 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on back from osd.2 [] to osd.5 [] 1206.468 msec 2024-04-13T10:17:24.923 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on back from osd.5 [] to osd.2 [] 1155.386 msec 2024-04-13T10:17:24.923 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on back from osd.1 [] to osd.6 [] 1139.355 msec 2024-04-13T10:17:24.923 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on back from osd.6 [] to osd.1 [] 1097.401 msec 2024-04-13T10:17:24.923 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on back from osd.6 [] to osd.2 [] 1097.035 msec 2024-04-13T10:17:24.923 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on back from osd.6 [] to osd.0 [] 1096.946 msec 2024-04-13T10:17:24.923 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on back from osd.0 [] to osd.7 [] 1052.072 msec 2024-04-13T10:17:24.923 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on back from osd.0 [] to osd.5 [] 1000.867 msec 2024-04-13T10:17:24.923 INFO:teuthology.orchestra.run.smithi062.stdout:[WRN] OSD_SLOW_PING_TIME_FRONT: Slow OSD heartbeats on front (longest 1441.266ms) 2024-04-13T10:17:24.924 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on front from osd.1 [] to osd.5 [] 1441.266 msec 2024-04-13T10:17:24.924 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on front from osd.1 [] to osd.7 [] 1368.709 msec 2024-04-13T10:17:24.924 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on front from osd.2 [] to osd.7 [] 1223.307 msec 2024-04-13T10:17:24.924 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on front from osd.2 [] to osd.5 [] 1206.313 msec 2024-04-13T10:17:24.924 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on front from osd.5 [] to osd.2 [] 1155.631 msec 2024-04-13T10:17:24.924 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on front from osd.1 [] to osd.6 [] 1139.433 msec 2024-04-13T10:17:24.924 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on front from osd.6 [] to osd.2 [] 1098.659 msec 2024-04-13T10:17:24.924 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on front from osd.6 [] to osd.0 [] 1098.190 msec 2024-04-13T10:17:24.924 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on front from osd.6 [] to osd.1 [] 1096.922 msec 2024-04-13T10:17:24.924 INFO:teuthology.orchestra.run.smithi062.stdout: Slow OSD heartbeats on front from osd.0 [] to osd.5 [] 1000.467 msec 2024-04-13T10:17:25.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:25 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/475754146' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:17:25.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:25 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/475754146' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-13T10:17:25.636 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -e sha1=5108bc67b831101bc32a1061150595384640c56c -- bash -c 'ceph versions' 2024-04-13T10:17:26.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:26 smithi064 ceph-mon[67959]: pgmap v397: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:26.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:26 smithi062 ceph-mon[92254]: pgmap v397: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:28.109 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-04-13T10:17:28.110 INFO:teuthology.orchestra.run.smithi062.stdout: "mon": { 2024-04-13T10:17:28.110 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:17:28.110 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:17:28.110 INFO:teuthology.orchestra.run.smithi062.stdout: "mgr": { 2024-04-13T10:17:28.110 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:17:28.110 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:17:28.110 INFO:teuthology.orchestra.run.smithi062.stdout: "osd": { 2024-04-13T10:17:28.110 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 8 2024-04-13T10:17:28.110 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:17:28.111 INFO:teuthology.orchestra.run.smithi062.stdout: "mds": { 2024-04-13T10:17:28.111 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 2 2024-04-13T10:17:28.111 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:17:28.111 INFO:teuthology.orchestra.run.smithi062.stdout: "overall": { 2024-04-13T10:17:28.111 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)": 14 2024-04-13T10:17:28.111 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T10:17:28.111 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-04-13T10:17:28.457 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:28 smithi062 ceph-mon[92254]: pgmap v398: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:28.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:28 smithi064 ceph-mon[67959]: pgmap v398: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:28.727 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -e sha1=5108bc67b831101bc32a1061150595384640c56c -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-04-13T10:17:29.403 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:29 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/2205912031' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:17:29.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:29 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/2205912031' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:17:30.370 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:30 smithi062 ceph-mon[92254]: pgmap v399: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:30.370 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:30 smithi062 ceph-mon[92254]: Health check update: Slow OSD heartbeats on back (longest 1441.706ms) (OSD_SLOW_PING_TIME_BACK) 2024-04-13T10:17:30.370 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:30 smithi062 ceph-mon[92254]: Health check update: Slow OSD heartbeats on front (longest 1441.276ms) (OSD_SLOW_PING_TIME_FRONT) 2024-04-13T10:17:30.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:30 smithi064 ceph-mon[67959]: pgmap v399: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:30.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:30 smithi064 ceph-mon[67959]: Health check update: Slow OSD heartbeats on back (longest 1441.706ms) (OSD_SLOW_PING_TIME_BACK) 2024-04-13T10:17:30.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:30 smithi064 ceph-mon[67959]: Health check update: Slow OSD heartbeats on front (longest 1441.276ms) (OSD_SLOW_PING_TIME_FRONT) 2024-04-13T10:17:30.889 INFO:teuthology.orchestra.run.smithi062.stdout:true 2024-04-13T10:17:31.219 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:31 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/545600657' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:17:31.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:31 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/545600657' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:17:31.537 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -e sha1=5108bc67b831101bc32a1061150595384640c56c -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-04-13T10:17:32.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:32 smithi062 ceph-mon[92254]: pgmap v400: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:32.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:32 smithi064 ceph-mon[67959]: pgmap v400: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:33.714 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph version 18.2.2-1173-g5108bc67 (5108bc67b831101bc32a1061150595384640c56c) reef (stable)" 2024-04-13T10:17:34.450 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:34 smithi062 ceph-mon[92254]: pgmap v401: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-13T10:17:34.450 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:34 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/1110171817' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:17:34.467 INFO:teuthology.task.sequential:In sequential, running task cephadm.wait_for_service... 2024-04-13T10:17:34.468 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-04-13T10:17:34.468 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- ceph orch ls -f json 2024-04-13T10:17:34.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:34 smithi064 ceph-mon[67959]: pgmap v401: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-13T10:17:34.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:34 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/1110171817' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-13T10:17:36.295 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:36 smithi062 ceph-mon[92254]: pgmap v402: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:36.514 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-13T10:17:36.514 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-13T09:45:48.915791Z", "last_refresh": "2024-04-13T10:15:58.916847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-13T09:45:35.477862Z", "last_refresh": "2024-04-13T10:15:07.243271Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-13T09:45:45.531698Z", "last_refresh": "2024-04-13T10:15:58.916985Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-13T09:52:06.297990Z", "last_refresh": "2024-04-13T10:15:07.243835Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-13T09:45:34.036822Z", "last_refresh": "2024-04-13T10:15:07.243361Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi064:172.21.15.64=smithi064"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-13T09:46:27.694059Z", "last_refresh": "2024-04-13T10:15:07.243431Z", "running": 2, "size": 2}}, {"events": ["2024-04-13T10:17:04.589262Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2024-04-13T09:54:56.352580Z", "last_refresh": "2024-04-13T10:15:07.243900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-13T09:45:47.526077Z", "last_refresh": "2024-04-13T10:15:07.243498Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "3464fd31103e9f5fc01ec323e6fac01a344c07b20d6c1cde7d50ba62a7ddecf0", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:d0f3373246181f8bd5bf4b498100ce7aec5216a82ea0749582fbd645c3287a39", "last_refresh": "2024-04-13T10:15:07.243565Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-13T09:45:43.916777Z", "last_refresh": "2024-04-13T10:15:58.917120Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-13T10:17:36.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:36 smithi064 ceph-mon[67959]: pgmap v402: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:37.221 INFO:tasks.cephadm:nfs.foo has 2/2 2024-04-13T10:17:37.221 DEBUG:teuthology.parallel:result is None 2024-04-13T10:17:37.222 INFO:teuthology.run_tasks:Running task vip.exec... 2024-04-13T10:17:37.235 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi062.front.sepia.ceph.com 2024-04-13T10:17:37.235 DEBUG:teuthology.orchestra.run.smithi062:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'umount /mnt/foo' 2024-04-13T10:17:37.265 INFO:teuthology.orchestra.run.smithi062.stderr:+ umount /mnt/foo 2024-04-13T10:17:37.297 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-13T10:17:37.307 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi062.front.sepia.ceph.com 2024-04-13T10:17:37.307 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- bash -c 'ceph nfs cluster ls | grep foo' 2024-04-13T10:17:38.402 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:38 smithi062 ceph-mon[92254]: from='client.34654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-13T10:17:38.403 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:38 smithi062 ceph-mon[92254]: pgmap v403: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:38.403 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:38 smithi062 ceph-mon[92254]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:17:38.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:38 smithi064 ceph-mon[67959]: from='client.34654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-13T10:17:38.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:38 smithi064 ceph-mon[67959]: pgmap v403: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:38.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:38 smithi064 ceph-mon[67959]: from='mgr.34104 172.21.15.62:0/2679904515' entity='mgr.smithi062.wofrer' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-13T10:17:39.598 INFO:teuthology.orchestra.run.smithi062.stdout: "foo" 2024-04-13T10:17:40.281 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:40 smithi062 ceph-mon[92254]: pgmap v404: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:40.303 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- bash -c 'ceph nfs export ls foo --detailed' 2024-04-13T10:17:40.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:40 smithi064 ceph-mon[67959]: pgmap v404: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:41.465 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:41 smithi062 ceph-mon[92254]: from='client.34658 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:17:41.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:41 smithi064 ceph-mon[67959]: from='client.34658 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:17:42.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:42 smithi064 ceph-mon[67959]: pgmap v405: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:42.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:42 smithi062 ceph-mon[92254]: pgmap v405: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:42.572 INFO:teuthology.orchestra.run.smithi062.stdout:[ 2024-04-13T10:17:42.573 INFO:teuthology.orchestra.run.smithi062.stdout: { 2024-04-13T10:17:42.573 INFO:teuthology.orchestra.run.smithi062.stdout: "access_type": "RW", 2024-04-13T10:17:42.573 INFO:teuthology.orchestra.run.smithi062.stdout: "clients": [], 2024-04-13T10:17:42.573 INFO:teuthology.orchestra.run.smithi062.stdout: "cluster_id": "foo", 2024-04-13T10:17:42.573 INFO:teuthology.orchestra.run.smithi062.stdout: "export_id": 1, 2024-04-13T10:17:42.573 INFO:teuthology.orchestra.run.smithi062.stdout: "fsal": { 2024-04-13T10:17:42.574 INFO:teuthology.orchestra.run.smithi062.stdout: "fs_name": "foofs", 2024-04-13T10:17:42.574 INFO:teuthology.orchestra.run.smithi062.stdout: "name": "CEPH", 2024-04-13T10:17:42.574 INFO:teuthology.orchestra.run.smithi062.stdout: "user_id": "nfs.foo.1" 2024-04-13T10:17:42.574 INFO:teuthology.orchestra.run.smithi062.stdout: }, 2024-04-13T10:17:42.574 INFO:teuthology.orchestra.run.smithi062.stdout: "path": "/", 2024-04-13T10:17:42.574 INFO:teuthology.orchestra.run.smithi062.stdout: "protocols": [ 2024-04-13T10:17:42.574 INFO:teuthology.orchestra.run.smithi062.stdout: 4 2024-04-13T10:17:42.574 INFO:teuthology.orchestra.run.smithi062.stdout: ], 2024-04-13T10:17:42.575 INFO:teuthology.orchestra.run.smithi062.stdout: "pseudo": "/fake", 2024-04-13T10:17:42.575 INFO:teuthology.orchestra.run.smithi062.stdout: "security_label": true, 2024-04-13T10:17:42.575 INFO:teuthology.orchestra.run.smithi062.stdout: "squash": "no_root_squash", 2024-04-13T10:17:42.575 INFO:teuthology.orchestra.run.smithi062.stdout: "transports": [ 2024-04-13T10:17:42.575 INFO:teuthology.orchestra.run.smithi062.stdout: "TCP" 2024-04-13T10:17:42.575 INFO:teuthology.orchestra.run.smithi062.stdout: ] 2024-04-13T10:17:42.575 INFO:teuthology.orchestra.run.smithi062.stdout: } 2024-04-13T10:17:42.575 INFO:teuthology.orchestra.run.smithi062.stdout:] 2024-04-13T10:17:43.248 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- bash -c 'rados -p .nfs --all ls -' 2024-04-13T10:17:44.372 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:44 smithi062 ceph-mon[92254]: from='client.34662 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:17:44.372 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:44 smithi062 ceph-mon[92254]: pgmap v406: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-13T10:17:44.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:44 smithi064 ceph-mon[67959]: from='client.34662 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-13T10:17:44.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:44 smithi064 ceph-mon[67959]: pgmap v406: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-13T10:17:45.141 INFO:teuthology.orchestra.run.smithi062.stdout:foo grace 2024-04-13T10:17:45.141 INFO:teuthology.orchestra.run.smithi062.stdout:foo rec-0000000000000005:nfs.foo.1 2024-04-13T10:17:45.141 INFO:teuthology.orchestra.run.smithi062.stdout:foo rec-0000000000000005:nfs.foo.0 2024-04-13T10:17:45.141 INFO:teuthology.orchestra.run.smithi062.stdout:foo conf-nfs.foo 2024-04-13T10:17:45.141 INFO:teuthology.orchestra.run.smithi062.stdout:foo export-1 2024-04-13T10:17:45.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:45 smithi062 ceph-mon[92254]: mgrmap e44: smithi062.wofrer(active, since 10m), standbys: smithi064.lcvmyw 2024-04-13T10:17:45.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:45 smithi064 ceph-mon[67959]: mgrmap e44: smithi062.wofrer(active, since 10m), standbys: smithi064.lcvmyw 2024-04-13T10:17:45.731 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 -- bash -c 'ceph config get mgr mgr/cephadm/migration_current | grep 6' 2024-04-13T10:17:46.422 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:46 smithi062 ceph-mon[92254]: pgmap v407: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:46.515 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:46 smithi064 ceph-mon[67959]: pgmap v407: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:47.980 INFO:teuthology.orchestra.run.smithi062.stdout:6 2024-04-13T10:17:48.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:48 smithi062 ceph-mon[92254]: pgmap v408: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:48.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:48 smithi062 ceph-mon[92254]: from='client.? 172.21.15.62:0/3319588968' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-04-13T10:17:48.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:48 smithi064 ceph-mon[67959]: pgmap v408: 129 pgs: 129 active+clean; 208 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-13T10:17:48.516 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:48 smithi064 ceph-mon[67959]: from='client.? 172.21.15.62:0/3319588968' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-04-13T10:17:48.717 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-13T10:17:48.727 INFO:tasks.cephadm:Teardown begin 2024-04-13T10:17:48.727 DEBUG:teuthology.orchestra.run.smithi062:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-13T10:17:48.761 DEBUG:teuthology.orchestra.run.smithi064:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-13T10:17:48.800 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-13T10:17:48.800 DEBUG:teuthology.orchestra.run.smithi062:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-13T10:17:48.821 DEBUG:teuthology.orchestra.run.smithi064:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-13T10:17:48.862 INFO:tasks.cephadm:Stopping all daemons... 2024-04-13T10:17:48.862 INFO:tasks.cephadm.mon.smithi062:Stopping mon.smithi062... 2024-04-13T10:17:48.862 DEBUG:teuthology.orchestra.run.smithi062:> sudo systemctl stop ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@mon.smithi062 2024-04-13T10:17:49.044 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:48 smithi062 systemd[1]: Stopping Ceph mon.smithi062 for 66630ffe-f97a-11ee-bc8d-c7b262605968... 2024-04-13T10:17:49.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon-smithi062[92231]: 2024-04-13T10:17:49.166+0000 7fb19c713700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi062 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-13T10:17:49.544 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:49 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon-smithi062[92231]: 2024-04-13T10:17:49.166+0000 7fb19c713700 -1 mon.smithi062@0(leader) e3 *** Got Signal Terminated *** 2024-04-13T10:17:49.986 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Apr 13 10:17:49 smithi062 bash[150318]: ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon-smithi062 2024-04-13T10:17:49.993 DEBUG:teuthology.orchestra.run.smithi062:> sudo pkill -f 'journalctl -f -n 0 -u ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@mon.smithi062.service' 2024-04-13T10:17:50.051 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-13T10:17:50.052 INFO:tasks.cephadm.mon.smithi062:Stopped mon.smithi062 2024-04-13T10:17:50.052 INFO:tasks.cephadm.mon.smithi064:Stopping mon.smithi064... 2024-04-13T10:17:50.052 DEBUG:teuthology.orchestra.run.smithi064:> sudo systemctl stop ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@mon.smithi064 2024-04-13T10:17:50.344 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:50 smithi064 systemd[1]: Stopping Ceph mon.smithi064 for 66630ffe-f97a-11ee-bc8d-c7b262605968... 2024-04-13T10:17:50.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:50 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon-smithi064[67936]: 2024-04-13T10:17:50.342+0000 7f3ecb7ee700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi064 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-13T10:17:50.766 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:50 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon-smithi064[67936]: 2024-04-13T10:17:50.342+0000 7f3ecb7ee700 -1 mon.smithi064@1(peon) e3 *** Got Signal Terminated *** 2024-04-13T10:17:51.266 INFO:journalctl@ceph.mon.smithi064.smithi064.stdout:Apr 13 10:17:51 smithi064 bash[101176]: ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-mon-smithi064 2024-04-13T10:17:51.538 DEBUG:teuthology.orchestra.run.smithi064:> sudo pkill -f 'journalctl -f -n 0 -u ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@mon.smithi064.service' 2024-04-13T10:17:51.592 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-13T10:17:51.592 INFO:tasks.cephadm.mon.smithi064:Stopped mon.smithi064 2024-04-13T10:17:51.592 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-04-13T10:17:51.592 DEBUG:teuthology.orchestra.run.smithi062:> sudo systemctl stop ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@osd.0 2024-04-13T10:17:51.895 INFO:journalctl@ceph.osd.0.smithi062.stdout:Apr 13 10:17:51 smithi062 systemd[1]: Stopping Ceph osd.0 for 66630ffe-f97a-11ee-bc8d-c7b262605968... 2024-04-13T10:17:52.294 INFO:journalctl@ceph.osd.0.smithi062.stdout:Apr 13 10:17:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-0[100401]: 2024-04-13T10:17:51.894+0000 7f71031cd700 -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-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-13T10:17:52.294 INFO:journalctl@ceph.osd.0.smithi062.stdout:Apr 13 10:17:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-0[100401]: 2024-04-13T10:17:51.894+0000 7f71031cd700 -1 osd.0 133 *** Got signal Terminated *** 2024-04-13T10:17:52.294 INFO:journalctl@ceph.osd.0.smithi062.stdout:Apr 13 10:17:51 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-0[100401]: 2024-04-13T10:17:51.894+0000 7f71031cd700 -1 osd.0 133 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-13T10:17:58.044 INFO:journalctl@ceph.osd.0.smithi062.stdout:Apr 13 10:17:57 smithi062 bash[150463]: ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-0 2024-04-13T10:18:00.166 DEBUG:teuthology.orchestra.run.smithi062:> sudo pkill -f 'journalctl -f -n 0 -u ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@osd.0.service' 2024-04-13T10:18:00.209 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-13T10:18:00.209 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-04-13T10:18:00.210 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-04-13T10:18:00.210 DEBUG:teuthology.orchestra.run.smithi062:> sudo systemctl stop ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@osd.1 2024-04-13T10:18:00.542 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:18:00 smithi062 systemd[1]: Stopping Ceph osd.1 for 66630ffe-f97a-11ee-bc8d-c7b262605968... 2024-04-13T10:18:00.794 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:18:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-1[103635]: 2024-04-13T10:18:00.540+0000 7f9585823700 -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-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-13T10:18:00.794 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:18:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-1[103635]: 2024-04-13T10:18:00.540+0000 7f9585823700 -1 osd.1 133 *** Got signal Terminated *** 2024-04-13T10:18:00.794 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:18:00 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-1[103635]: 2024-04-13T10:18:00.540+0000 7f9585823700 -1 osd.1 133 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-13T10:18:06.545 INFO:journalctl@ceph.osd.1.smithi062.stdout:Apr 13 10:18:06 smithi062 bash[150764]: ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-1 2024-04-13T10:18:08.094 DEBUG:teuthology.orchestra.run.smithi062:> sudo pkill -f 'journalctl -f -n 0 -u ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@osd.1.service' 2024-04-13T10:18:08.137 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-13T10:18:08.137 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-04-13T10:18:08.137 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-04-13T10:18:08.138 DEBUG:teuthology.orchestra.run.smithi062:> sudo systemctl stop ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@osd.2 2024-04-13T10:18:08.460 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:18:08 smithi062 systemd[1]: Stopping Ceph osd.2 for 66630ffe-f97a-11ee-bc8d-c7b262605968... 2024-04-13T10:18:08.794 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:18:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:18:08.458+0000 7f2cde26e700 -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-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-13T10:18:08.794 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:18:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:18:08.458+0000 7f2cde26e700 -1 osd.2 133 *** Got signal Terminated *** 2024-04-13T10:18:08.794 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:18:08 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2[106840]: 2024-04-13T10:18:08.458+0000 7f2cde26e700 -1 osd.2 133 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-13T10:18:14.794 INFO:journalctl@ceph.osd.2.smithi062.stdout:Apr 13 10:18:14 smithi062 bash[151040]: ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-2 2024-04-13T10:18:16.015 DEBUG:teuthology.orchestra.run.smithi062:> sudo pkill -f 'journalctl -f -n 0 -u ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@osd.2.service' 2024-04-13T10:18:16.057 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-13T10:18:16.058 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-04-13T10:18:16.058 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-04-13T10:18:16.058 DEBUG:teuthology.orchestra.run.smithi062:> sudo systemctl stop ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@osd.3 2024-04-13T10:18:16.294 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:18:16 smithi062 systemd[1]: Stopping Ceph osd.3 for 66630ffe-f97a-11ee-bc8d-c7b262605968... 2024-04-13T10:18:16.794 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:18:16 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-3[110065]: 2024-04-13T10:18:16.396+0000 7fac67098700 -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-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-13T10:18:16.794 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:18:16 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-3[110065]: 2024-04-13T10:18:16.396+0000 7fac67098700 -1 osd.3 133 *** Got signal Terminated *** 2024-04-13T10:18:16.794 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:18:16 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-3[110065]: 2024-04-13T10:18:16.396+0000 7fac67098700 -1 osd.3 133 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-13T10:18:18.294 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:18:17 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-3[110065]: 2024-04-13T10:18:17.799+0000 7fac6368e700 -1 osd.3 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:56.495191+0000 front 2024-04-13T10:17:56.495295+0000 (oldest deadline 2024-04-13T10:18:17.595242+0000) 2024-04-13T10:18:19.016 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:18 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:18.642+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:19.294 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:18:18 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-3[110065]: 2024-04-13T10:18:18.817+0000 7fac6368e700 -1 osd.3 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:56.495191+0000 front 2024-04-13T10:17:56.495295+0000 (oldest deadline 2024-04-13T10:18:17.595242+0000) 2024-04-13T10:18:19.476 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:18:19.046+0000 7fea33ba6700 -1 osd.5 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.329589+0000 front 2024-04-13T10:17:53.329431+0000 (oldest deadline 2024-04-13T10:18:18.629390+0000) 2024-04-13T10:18:19.766 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:19.681+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:19.766 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:19 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:19.476+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:55.826808+0000 front 2024-04-13T10:17:55.826688+0000 (oldest deadline 2024-04-13T10:18:18.726598+0000) 2024-04-13T10:18:20.044 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:18:19 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-3[110065]: 2024-04-13T10:18:19.776+0000 7fac6368e700 -1 osd.3 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:56.495191+0000 front 2024-04-13T10:17:56.495295+0000 (oldest deadline 2024-04-13T10:18:17.595242+0000) 2024-04-13T10:18:20.465 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:20 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:18:20.054+0000 7fea33ba6700 -1 osd.5 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.329589+0000 front 2024-04-13T10:17:53.329431+0000 (oldest deadline 2024-04-13T10:18:18.629390+0000) 2024-04-13T10:18:20.765 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:20 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:20.640+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:20.766 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:20 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:20.465+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:55.826808+0000 front 2024-04-13T10:17:55.826688+0000 (oldest deadline 2024-04-13T10:18:18.726598+0000) 2024-04-13T10:18:21.044 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:18:20 smithi062 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-3[110065]: 2024-04-13T10:18:20.761+0000 7fac6368e700 -1 osd.3 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:56.495191+0000 front 2024-04-13T10:17:56.495295+0000 (oldest deadline 2024-04-13T10:18:17.595242+0000) 2024-04-13T10:18:21.422 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:18:21.074+0000 7fea33ba6700 -1 osd.5 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.329589+0000 front 2024-04-13T10:17:53.329431+0000 (oldest deadline 2024-04-13T10:18:18.629390+0000) 2024-04-13T10:18:21.766 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:21.615+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:21.766 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:21 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:21.423+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:55.826808+0000 front 2024-04-13T10:17:55.826688+0000 (oldest deadline 2024-04-13T10:18:18.726598+0000) 2024-04-13T10:18:22.440 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:22 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:18:22.115+0000 7fea33ba6700 -1 osd.5 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.329589+0000 front 2024-04-13T10:17:53.329431+0000 (oldest deadline 2024-04-13T10:18:18.629390+0000) 2024-04-13T10:18:22.544 INFO:journalctl@ceph.osd.3.smithi062.stdout:Apr 13 10:18:22 smithi062 bash[151344]: ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-3 2024-04-13T10:18:22.765 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:22 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:22.650+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:22.766 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:22 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:22.441+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:55.826808+0000 front 2024-04-13T10:17:55.826688+0000 (oldest deadline 2024-04-13T10:18:18.726598+0000) 2024-04-13T10:18:23.266 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:18:22 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:18:22.951+0000 7fde56d1e700 -1 osd.4 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.196919+0000 front 2024-04-13T10:17:53.196785+0000 (oldest deadline 2024-04-13T10:18:21.997297+0000) 2024-04-13T10:18:23.267 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:18:23.161+0000 7fea33ba6700 -1 osd.5 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.329589+0000 front 2024-04-13T10:17:53.329431+0000 (oldest deadline 2024-04-13T10:18:18.629390+0000) 2024-04-13T10:18:23.697 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:23.447+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:55.826808+0000 front 2024-04-13T10:17:55.826688+0000 (oldest deadline 2024-04-13T10:18:18.726598+0000) 2024-04-13T10:18:23.993 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:23.698+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:24.010 DEBUG:teuthology.orchestra.run.smithi062:> sudo pkill -f 'journalctl -f -n 0 -u ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@osd.3.service' 2024-04-13T10:18:24.057 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-13T10:18:24.058 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-04-13T10:18:24.058 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-04-13T10:18:24.058 DEBUG:teuthology.orchestra.run.smithi064:> sudo systemctl stop ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@osd.4 2024-04-13T10:18:24.266 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:18:23 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:18:23.993+0000 7fde56d1e700 -1 osd.4 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.196919+0000 front 2024-04-13T10:17:53.196785+0000 (oldest deadline 2024-04-13T10:18:21.997297+0000) 2024-04-13T10:18:24.266 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:18:24 smithi064 systemd[1]: Stopping Ceph osd.4 for 66630ffe-f97a-11ee-bc8d-c7b262605968... 2024-04-13T10:18:24.266 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:24 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:18:24.196+0000 7fea33ba6700 -1 osd.5 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.329589+0000 front 2024-04-13T10:17:53.329431+0000 (oldest deadline 2024-04-13T10:18:18.629390+0000) 2024-04-13T10:18:24.707 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:24 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:24.494+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:55.826808+0000 front 2024-04-13T10:17:55.826688+0000 (oldest deadline 2024-04-13T10:18:18.726598+0000) 2024-04-13T10:18:24.707 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:18:24 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:18:24.345+0000 7fde5a728700 -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-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-13T10:18:24.707 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:18:24 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:18:24.345+0000 7fde5a728700 -1 osd.4 133 *** Got signal Terminated *** 2024-04-13T10:18:24.707 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:18:24 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:18:24.345+0000 7fde5a728700 -1 osd.4 133 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-13T10:18:25.016 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:24 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:24.707+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:25.497 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:18:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:18:25.018+0000 7fde56d1e700 -1 osd.4 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.196919+0000 front 2024-04-13T10:17:53.196785+0000 (oldest deadline 2024-04-13T10:18:21.997297+0000) 2024-04-13T10:18:25.498 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:18:25.241+0000 7fea33ba6700 -1 osd.5 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.329589+0000 front 2024-04-13T10:17:53.329431+0000 (oldest deadline 2024-04-13T10:18:18.629390+0000) 2024-04-13T10:18:25.766 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:25.683+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:25.766 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:25.498+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:55.826808+0000 front 2024-04-13T10:17:55.826688+0000 (oldest deadline 2024-04-13T10:18:18.726598+0000) 2024-04-13T10:18:26.264 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:18:25 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:18:25.974+0000 7fde56d1e700 -1 osd.4 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.196919+0000 front 2024-04-13T10:17:53.196785+0000 (oldest deadline 2024-04-13T10:18:21.997297+0000) 2024-04-13T10:18:26.515 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:26 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:18:26.264+0000 7fea33ba6700 -1 osd.5 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.329589+0000 front 2024-04-13T10:17:53.329431+0000 (oldest deadline 2024-04-13T10:18:18.629390+0000) 2024-04-13T10:18:26.516 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:26 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:26.454+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:55.826808+0000 front 2024-04-13T10:17:55.826688+0000 (oldest deadline 2024-04-13T10:18:18.726598+0000) 2024-04-13T10:18:26.960 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:26 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:26.689+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:27.258 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:18:26 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:18:26.961+0000 7fde56d1e700 -1 osd.4 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.196919+0000 front 2024-04-13T10:17:53.196785+0000 (oldest deadline 2024-04-13T10:18:21.997297+0000) 2024-04-13T10:18:27.516 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:27 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:18:27.258+0000 7fea33ba6700 -1 osd.5 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.329589+0000 front 2024-04-13T10:17:53.329431+0000 (oldest deadline 2024-04-13T10:18:18.629390+0000) 2024-04-13T10:18:27.516 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:27 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:27.422+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:55.826808+0000 front 2024-04-13T10:17:55.826688+0000 (oldest deadline 2024-04-13T10:18:18.726598+0000) 2024-04-13T10:18:28.016 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:18:27 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:18:27.937+0000 7fde56d1e700 -1 osd.4 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.196919+0000 front 2024-04-13T10:17:53.196785+0000 (oldest deadline 2024-04-13T10:18:21.997297+0000) 2024-04-13T10:18:28.016 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:27 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:27.698+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:28.016 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:27 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:27.698+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.440875+0000 front 2024-04-13T10:18:04.440729+0000 (oldest deadline 2024-04-13T10:18:27.340618+0000) 2024-04-13T10:18:28.713 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:18:28.280+0000 7fea33ba6700 -1 osd.5 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.329589+0000 front 2024-04-13T10:17:53.329431+0000 (oldest deadline 2024-04-13T10:18:18.629390+0000) 2024-04-13T10:18:28.713 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:18:28.280+0000 7fea33ba6700 -1 osd.5 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:02.130430+0000 front 2024-04-13T10:18:02.130383+0000 (oldest deadline 2024-04-13T10:18:27.430304+0000) 2024-04-13T10:18:28.713 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:28.397+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:55.826808+0000 front 2024-04-13T10:17:55.826688+0000 (oldest deadline 2024-04-13T10:18:18.726598+0000) 2024-04-13T10:18:29.016 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:18:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4[73885]: 2024-04-13T10:18:28.933+0000 7fde56d1e700 -1 osd.4 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.196919+0000 front 2024-04-13T10:17:53.196785+0000 (oldest deadline 2024-04-13T10:18:21.997297+0000) 2024-04-13T10:18:29.016 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:28.713+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:29.016 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:28 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:28.713+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.440875+0000 front 2024-04-13T10:18:04.440729+0000 (oldest deadline 2024-04-13T10:18:27.340618+0000) 2024-04-13T10:18:29.516 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:29 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:18:29.249+0000 7fea33ba6700 -1 osd.5 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.329589+0000 front 2024-04-13T10:17:53.329431+0000 (oldest deadline 2024-04-13T10:18:18.629390+0000) 2024-04-13T10:18:29.516 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:29 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:18:29.249+0000 7fea33ba6700 -1 osd.5 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:02.130430+0000 front 2024-04-13T10:18:02.130383+0000 (oldest deadline 2024-04-13T10:18:27.430304+0000) 2024-04-13T10:18:29.516 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:29 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:29.385+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:55.826808+0000 front 2024-04-13T10:17:55.826688+0000 (oldest deadline 2024-04-13T10:18:18.726598+0000) 2024-04-13T10:18:30.016 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:29 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:29.751+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:30.016 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:29 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:29.751+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.440875+0000 front 2024-04-13T10:18:04.440729+0000 (oldest deadline 2024-04-13T10:18:27.340618+0000) 2024-04-13T10:18:30.410 INFO:journalctl@ceph.osd.4.smithi064.stdout:Apr 13 10:18:30 smithi064 bash[101405]: ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-4 2024-04-13T10:18:30.411 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:30 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:18:30.214+0000 7fea33ba6700 -1 osd.5 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.329589+0000 front 2024-04-13T10:17:53.329431+0000 (oldest deadline 2024-04-13T10:18:18.629390+0000) 2024-04-13T10:18:30.411 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:30 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:18:30.214+0000 7fea33ba6700 -1 osd.5 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:02.130430+0000 front 2024-04-13T10:18:02.130383+0000 (oldest deadline 2024-04-13T10:18:27.430304+0000) 2024-04-13T10:18:30.765 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:30 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:30.411+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:55.826808+0000 front 2024-04-13T10:17:55.826688+0000 (oldest deadline 2024-04-13T10:18:18.726598+0000) 2024-04-13T10:18:30.766 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:30 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:30.411+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.027754+0000 front 2024-04-13T10:18:04.027851+0000 (oldest deadline 2024-04-13T10:18:29.927517+0000) 2024-04-13T10:18:31.066 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:30 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:30.783+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:31.066 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:30 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:30.783+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.440875+0000 front 2024-04-13T10:18:04.440729+0000 (oldest deadline 2024-04-13T10:18:27.340618+0000) 2024-04-13T10:18:31.389 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:31 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:18:31.197+0000 7fea33ba6700 -1 osd.5 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.329589+0000 front 2024-04-13T10:17:53.329431+0000 (oldest deadline 2024-04-13T10:18:18.629390+0000) 2024-04-13T10:18:31.389 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:31 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:18:31.197+0000 7fea33ba6700 -1 osd.5 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:02.130430+0000 front 2024-04-13T10:18:02.130383+0000 (oldest deadline 2024-04-13T10:18:27.430304+0000) 2024-04-13T10:18:31.766 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:31 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:31.389+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:55.826808+0000 front 2024-04-13T10:17:55.826688+0000 (oldest deadline 2024-04-13T10:18:18.726598+0000) 2024-04-13T10:18:31.766 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:31 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:31.389+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.027754+0000 front 2024-04-13T10:18:04.027851+0000 (oldest deadline 2024-04-13T10:18:29.927517+0000) 2024-04-13T10:18:32.065 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:31 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:31.817+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:32.065 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:31 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:31.817+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.440875+0000 front 2024-04-13T10:18:04.440729+0000 (oldest deadline 2024-04-13T10:18:27.340618+0000) 2024-04-13T10:18:32.075 DEBUG:teuthology.orchestra.run.smithi064:> sudo pkill -f 'journalctl -f -n 0 -u ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@osd.4.service' 2024-04-13T10:18:32.119 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-13T10:18:32.119 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-04-13T10:18:32.119 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-04-13T10:18:32.120 DEBUG:teuthology.orchestra.run.smithi064:> sudo systemctl stop ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@osd.5 2024-04-13T10:18:32.392 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:32 smithi064 systemd[1]: Stopping Ceph osd.5 for 66630ffe-f97a-11ee-bc8d-c7b262605968... 2024-04-13T10:18:32.393 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:18:32.214+0000 7fea33ba6700 -1 osd.5 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.329589+0000 front 2024-04-13T10:17:53.329431+0000 (oldest deadline 2024-04-13T10:18:18.629390+0000) 2024-04-13T10:18:32.393 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:18:32.214+0000 7fea33ba6700 -1 osd.5 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:02.130430+0000 front 2024-04-13T10:18:02.130383+0000 (oldest deadline 2024-04-13T10:18:27.430304+0000) 2024-04-13T10:18:32.766 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:18:32.418+0000 7fea3b5b8700 -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-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-13T10:18:32.766 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:18:32.418+0000 7fea3b5b8700 -1 osd.5 133 *** Got signal Terminated *** 2024-04-13T10:18:32.766 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:18:32.418+0000 7fea3b5b8700 -1 osd.5 133 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-13T10:18:32.766 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:32.391+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:55.826808+0000 front 2024-04-13T10:17:55.826688+0000 (oldest deadline 2024-04-13T10:18:18.726598+0000) 2024-04-13T10:18:32.766 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:32.391+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.027754+0000 front 2024-04-13T10:18:04.027851+0000 (oldest deadline 2024-04-13T10:18:29.927517+0000) 2024-04-13T10:18:33.255 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:32.823+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:33.255 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:32 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:32.823+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.440875+0000 front 2024-04-13T10:18:04.440729+0000 (oldest deadline 2024-04-13T10:18:27.340618+0000) 2024-04-13T10:18:33.516 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:18:33.255+0000 7fea33ba6700 -1 osd.5 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.329589+0000 front 2024-04-13T10:17:53.329431+0000 (oldest deadline 2024-04-13T10:18:18.629390+0000) 2024-04-13T10:18:33.516 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:18:33.255+0000 7fea33ba6700 -1 osd.5 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:02.130430+0000 front 2024-04-13T10:18:02.130383+0000 (oldest deadline 2024-04-13T10:18:27.430304+0000) 2024-04-13T10:18:33.516 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:33.397+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:55.826808+0000 front 2024-04-13T10:17:55.826688+0000 (oldest deadline 2024-04-13T10:18:18.726598+0000) 2024-04-13T10:18:33.516 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:33.397+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.027754+0000 front 2024-04-13T10:18:04.027851+0000 (oldest deadline 2024-04-13T10:18:29.927517+0000) 2024-04-13T10:18:34.265 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:33.793+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:34.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:33 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:33.793+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.440875+0000 front 2024-04-13T10:18:04.440729+0000 (oldest deadline 2024-04-13T10:18:27.340618+0000) 2024-04-13T10:18:34.766 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:18:34.274+0000 7fea33ba6700 -1 osd.5 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.329589+0000 front 2024-04-13T10:17:53.329431+0000 (oldest deadline 2024-04-13T10:18:18.629390+0000) 2024-04-13T10:18:34.766 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:18:34.274+0000 7fea33ba6700 -1 osd.5 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:02.130430+0000 front 2024-04-13T10:18:02.130383+0000 (oldest deadline 2024-04-13T10:18:27.430304+0000) 2024-04-13T10:18:34.766 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:34.435+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:55.826808+0000 front 2024-04-13T10:17:55.826688+0000 (oldest deadline 2024-04-13T10:18:18.726598+0000) 2024-04-13T10:18:34.766 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:34.435+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.027754+0000 front 2024-04-13T10:18:04.027851+0000 (oldest deadline 2024-04-13T10:18:29.927517+0000) 2024-04-13T10:18:35.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:34.785+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:35.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:34.785+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.440875+0000 front 2024-04-13T10:18:04.440729+0000 (oldest deadline 2024-04-13T10:18:27.340618+0000) 2024-04-13T10:18:35.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:34 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:34.785+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:18:11.441722+0000 front 2024-04-13T10:18:11.441609+0000 (oldest deadline 2024-04-13T10:18:34.341526+0000) 2024-04-13T10:18:35.742 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:18:35.270+0000 7fea33ba6700 -1 osd.5 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.329589+0000 front 2024-04-13T10:17:53.329431+0000 (oldest deadline 2024-04-13T10:18:18.629390+0000) 2024-04-13T10:18:35.742 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:18:35.270+0000 7fea33ba6700 -1 osd.5 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:02.130430+0000 front 2024-04-13T10:18:02.130383+0000 (oldest deadline 2024-04-13T10:18:27.430304+0000) 2024-04-13T10:18:35.742 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:35.462+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:55.826808+0000 front 2024-04-13T10:17:55.826688+0000 (oldest deadline 2024-04-13T10:18:18.726598+0000) 2024-04-13T10:18:35.742 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:35.462+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.027754+0000 front 2024-04-13T10:18:04.027851+0000 (oldest deadline 2024-04-13T10:18:29.927517+0000) 2024-04-13T10:18:36.016 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:35.741+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:36.016 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:35.741+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.440875+0000 front 2024-04-13T10:18:04.440729+0000 (oldest deadline 2024-04-13T10:18:27.340618+0000) 2024-04-13T10:18:36.016 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:35 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:35.741+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:18:11.441722+0000 front 2024-04-13T10:18:11.441609+0000 (oldest deadline 2024-04-13T10:18:34.341526+0000) 2024-04-13T10:18:36.516 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:18:36.261+0000 7fea33ba6700 -1 osd.5 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.329589+0000 front 2024-04-13T10:17:53.329431+0000 (oldest deadline 2024-04-13T10:18:18.629390+0000) 2024-04-13T10:18:36.516 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:18:36.261+0000 7fea33ba6700 -1 osd.5 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:02.130430+0000 front 2024-04-13T10:18:02.130383+0000 (oldest deadline 2024-04-13T10:18:27.430304+0000) 2024-04-13T10:18:36.516 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:36.436+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:55.826808+0000 front 2024-04-13T10:17:55.826688+0000 (oldest deadline 2024-04-13T10:18:18.726598+0000) 2024-04-13T10:18:36.516 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:36.436+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.027754+0000 front 2024-04-13T10:18:04.027851+0000 (oldest deadline 2024-04-13T10:18:29.927517+0000) 2024-04-13T10:18:37.016 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:36.712+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:37.016 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:36.712+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.440875+0000 front 2024-04-13T10:18:04.440729+0000 (oldest deadline 2024-04-13T10:18:27.340618+0000) 2024-04-13T10:18:37.016 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:36 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:36.712+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:18:11.441722+0000 front 2024-04-13T10:18:11.441609+0000 (oldest deadline 2024-04-13T10:18:34.341526+0000) 2024-04-13T10:18:37.516 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:18:37.256+0000 7fea33ba6700 -1 osd.5 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.329589+0000 front 2024-04-13T10:17:53.329431+0000 (oldest deadline 2024-04-13T10:18:18.629390+0000) 2024-04-13T10:18:37.516 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:18:37.256+0000 7fea33ba6700 -1 osd.5 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:02.130430+0000 front 2024-04-13T10:18:02.130383+0000 (oldest deadline 2024-04-13T10:18:27.430304+0000) 2024-04-13T10:18:37.516 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5[76597]: 2024-04-13T10:18:37.256+0000 7fea33ba6700 -1 osd.5 133 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:18:10.731802+0000 front 2024-04-13T10:18:10.731903+0000 (oldest deadline 2024-04-13T10:18:36.532130+0000) 2024-04-13T10:18:37.516 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:37.447+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:55.826808+0000 front 2024-04-13T10:17:55.826688+0000 (oldest deadline 2024-04-13T10:18:18.726598+0000) 2024-04-13T10:18:37.516 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:37.447+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.027754+0000 front 2024-04-13T10:18:04.027851+0000 (oldest deadline 2024-04-13T10:18:29.927517+0000) 2024-04-13T10:18:38.019 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:37.762+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:38.019 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:37.762+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.440875+0000 front 2024-04-13T10:18:04.440729+0000 (oldest deadline 2024-04-13T10:18:27.340618+0000) 2024-04-13T10:18:38.020 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:37 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:37.762+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:18:11.441722+0000 front 2024-04-13T10:18:11.441609+0000 (oldest deadline 2024-04-13T10:18:34.341526+0000) 2024-04-13T10:18:38.516 INFO:journalctl@ceph.osd.5.smithi064.stdout:Apr 13 10:18:38 smithi064 bash[101681]: ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-5 2024-04-13T10:18:38.516 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:38 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:38.458+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:55.826808+0000 front 2024-04-13T10:17:55.826688+0000 (oldest deadline 2024-04-13T10:18:18.726598+0000) 2024-04-13T10:18:38.516 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:38 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:38.458+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.027754+0000 front 2024-04-13T10:18:04.027851+0000 (oldest deadline 2024-04-13T10:18:29.927517+0000) 2024-04-13T10:18:38.516 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:38 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:38.458+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:18:12.828363+0000 front 2024-04-13T10:18:12.828352+0000 (oldest deadline 2024-04-13T10:18:38.128276+0000) 2024-04-13T10:18:39.265 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:38 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:38.804+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:39.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:38 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:38.804+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.440875+0000 front 2024-04-13T10:18:04.440729+0000 (oldest deadline 2024-04-13T10:18:27.340618+0000) 2024-04-13T10:18:39.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:38 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:38.804+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:18:11.441722+0000 front 2024-04-13T10:18:11.441609+0000 (oldest deadline 2024-04-13T10:18:34.341526+0000) 2024-04-13T10:18:39.758 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:39.507+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:55.826808+0000 front 2024-04-13T10:17:55.826688+0000 (oldest deadline 2024-04-13T10:18:18.726598+0000) 2024-04-13T10:18:39.758 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:39.507+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.027754+0000 front 2024-04-13T10:18:04.027851+0000 (oldest deadline 2024-04-13T10:18:29.927517+0000) 2024-04-13T10:18:39.758 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:39.507+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:18:12.828363+0000 front 2024-04-13T10:18:12.828352+0000 (oldest deadline 2024-04-13T10:18:38.128276+0000) 2024-04-13T10:18:40.015 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:39.757+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:40.016 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:39.757+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.440875+0000 front 2024-04-13T10:18:04.440729+0000 (oldest deadline 2024-04-13T10:18:27.340618+0000) 2024-04-13T10:18:40.016 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:39 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:39.757+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:18:11.441722+0000 front 2024-04-13T10:18:11.441609+0000 (oldest deadline 2024-04-13T10:18:34.341526+0000) 2024-04-13T10:18:40.050 DEBUG:teuthology.orchestra.run.smithi064:> sudo pkill -f 'journalctl -f -n 0 -u ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@osd.5.service' 2024-04-13T10:18:40.092 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-13T10:18:40.092 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-04-13T10:18:40.092 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-04-13T10:18:40.092 DEBUG:teuthology.orchestra.run.smithi064:> sudo systemctl stop ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@osd.6 2024-04-13T10:18:40.396 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:40 smithi064 systemd[1]: Stopping Ceph osd.6 for 66630ffe-f97a-11ee-bc8d-c7b262605968... 2024-04-13T10:18:40.396 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:40.395+0000 7f79d6b2c700 -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-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-13T10:18:40.396 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:40.395+0000 7f79d6b2c700 -1 osd.6 133 *** Got signal Terminated *** 2024-04-13T10:18:40.765 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:40.395+0000 7f79d6b2c700 -1 osd.6 133 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-13T10:18:40.766 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:40.493+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:55.826808+0000 front 2024-04-13T10:17:55.826688+0000 (oldest deadline 2024-04-13T10:18:18.726598+0000) 2024-04-13T10:18:40.766 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:40.493+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.027754+0000 front 2024-04-13T10:18:04.027851+0000 (oldest deadline 2024-04-13T10:18:29.927517+0000) 2024-04-13T10:18:40.766 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:40.493+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:18:12.828363+0000 front 2024-04-13T10:18:12.828352+0000 (oldest deadline 2024-04-13T10:18:38.128276+0000) 2024-04-13T10:18:41.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:40.776+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:41.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:40.776+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.440875+0000 front 2024-04-13T10:18:04.440729+0000 (oldest deadline 2024-04-13T10:18:27.340618+0000) 2024-04-13T10:18:41.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:40 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:40.776+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:18:11.441722+0000 front 2024-04-13T10:18:11.441609+0000 (oldest deadline 2024-04-13T10:18:34.341526+0000) 2024-04-13T10:18:42.016 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:41.752+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:42.016 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:41.752+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.440875+0000 front 2024-04-13T10:18:04.440729+0000 (oldest deadline 2024-04-13T10:18:27.340618+0000) 2024-04-13T10:18:42.017 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:41.752+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:18:11.441722+0000 front 2024-04-13T10:18:11.441609+0000 (oldest deadline 2024-04-13T10:18:34.341526+0000) 2024-04-13T10:18:42.017 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:41.530+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:55.826808+0000 front 2024-04-13T10:17:55.826688+0000 (oldest deadline 2024-04-13T10:18:18.726598+0000) 2024-04-13T10:18:42.017 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:41.530+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.027754+0000 front 2024-04-13T10:18:04.027851+0000 (oldest deadline 2024-04-13T10:18:29.927517+0000) 2024-04-13T10:18:42.017 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:41 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:41.530+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:18:12.828363+0000 front 2024-04-13T10:18:12.828352+0000 (oldest deadline 2024-04-13T10:18:38.128276+0000) 2024-04-13T10:18:43.016 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:42 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:42.572+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:55.826808+0000 front 2024-04-13T10:17:55.826688+0000 (oldest deadline 2024-04-13T10:18:18.726598+0000) 2024-04-13T10:18:43.016 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:42 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:42.572+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.027754+0000 front 2024-04-13T10:18:04.027851+0000 (oldest deadline 2024-04-13T10:18:29.927517+0000) 2024-04-13T10:18:43.016 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:42 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:42.572+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:18:12.828363+0000 front 2024-04-13T10:18:12.828352+0000 (oldest deadline 2024-04-13T10:18:38.128276+0000) 2024-04-13T10:18:43.016 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:42 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:42.734+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:43.016 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:42 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:42.734+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.440875+0000 front 2024-04-13T10:18:04.440729+0000 (oldest deadline 2024-04-13T10:18:27.340618+0000) 2024-04-13T10:18:43.016 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:42 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:42.734+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:18:11.441722+0000 front 2024-04-13T10:18:11.441609+0000 (oldest deadline 2024-04-13T10:18:34.341526+0000) 2024-04-13T10:18:44.016 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:43.576+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:55.826808+0000 front 2024-04-13T10:17:55.826688+0000 (oldest deadline 2024-04-13T10:18:18.726598+0000) 2024-04-13T10:18:44.016 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:43.576+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.027754+0000 front 2024-04-13T10:18:04.027851+0000 (oldest deadline 2024-04-13T10:18:29.927517+0000) 2024-04-13T10:18:44.016 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:43.576+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:18:12.828363+0000 front 2024-04-13T10:18:12.828352+0000 (oldest deadline 2024-04-13T10:18:38.128276+0000) 2024-04-13T10:18:44.016 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:43.779+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:44.016 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:43.779+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.440875+0000 front 2024-04-13T10:18:04.440729+0000 (oldest deadline 2024-04-13T10:18:27.340618+0000) 2024-04-13T10:18:44.016 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:43 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:43.779+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:18:11.441722+0000 front 2024-04-13T10:18:11.441609+0000 (oldest deadline 2024-04-13T10:18:34.341526+0000) 2024-04-13T10:18:44.785 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:44.534+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:55.826808+0000 front 2024-04-13T10:17:55.826688+0000 (oldest deadline 2024-04-13T10:18:18.726598+0000) 2024-04-13T10:18:44.785 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:44.534+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.027754+0000 front 2024-04-13T10:18:04.027851+0000 (oldest deadline 2024-04-13T10:18:29.927517+0000) 2024-04-13T10:18:44.785 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6[79332]: 2024-04-13T10:18:44.534+0000 7f79cf11a700 -1 osd.6 133 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:18:12.828363+0000 front 2024-04-13T10:18:12.828352+0000 (oldest deadline 2024-04-13T10:18:38.128276+0000) 2024-04-13T10:18:45.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:44.784+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:45.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:44.784+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.440875+0000 front 2024-04-13T10:18:04.440729+0000 (oldest deadline 2024-04-13T10:18:27.340618+0000) 2024-04-13T10:18:45.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:44.784+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:18:11.441722+0000 front 2024-04-13T10:18:11.441609+0000 (oldest deadline 2024-04-13T10:18:34.341526+0000) 2024-04-13T10:18:45.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:44 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:44.784+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2024-04-13T10:18:18.843430+0000 front 2024-04-13T10:18:18.843422+0000 (oldest deadline 2024-04-13T10:18:44.743347+0000) 2024-04-13T10:18:46.194 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:45.793+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:46.194 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:45.793+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.440875+0000 front 2024-04-13T10:18:04.440729+0000 (oldest deadline 2024-04-13T10:18:27.340618+0000) 2024-04-13T10:18:46.194 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:45.793+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:18:11.441722+0000 front 2024-04-13T10:18:11.441609+0000 (oldest deadline 2024-04-13T10:18:34.341526+0000) 2024-04-13T10:18:46.194 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:45 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:45.793+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2024-04-13T10:18:18.843430+0000 front 2024-04-13T10:18:18.843422+0000 (oldest deadline 2024-04-13T10:18:44.743347+0000) 2024-04-13T10:18:46.515 INFO:journalctl@ceph.osd.6.smithi064.stdout:Apr 13 10:18:46 smithi064 bash[101989]: ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-6 2024-04-13T10:18:47.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:46.812+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:47.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:46.812+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.440875+0000 front 2024-04-13T10:18:04.440729+0000 (oldest deadline 2024-04-13T10:18:27.340618+0000) 2024-04-13T10:18:47.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:46.812+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:18:11.441722+0000 front 2024-04-13T10:18:11.441609+0000 (oldest deadline 2024-04-13T10:18:34.341526+0000) 2024-04-13T10:18:47.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:46 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:46.812+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2024-04-13T10:18:18.843430+0000 front 2024-04-13T10:18:18.843422+0000 (oldest deadline 2024-04-13T10:18:44.743347+0000) 2024-04-13T10:18:47.919 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:47.805+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:47.919 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:47.805+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.440875+0000 front 2024-04-13T10:18:04.440729+0000 (oldest deadline 2024-04-13T10:18:27.340618+0000) 2024-04-13T10:18:47.919 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:47.805+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:18:11.441722+0000 front 2024-04-13T10:18:11.441609+0000 (oldest deadline 2024-04-13T10:18:34.341526+0000) 2024-04-13T10:18:47.919 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:47 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:47.805+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2024-04-13T10:18:18.843430+0000 front 2024-04-13T10:18:18.843422+0000 (oldest deadline 2024-04-13T10:18:44.743347+0000) 2024-04-13T10:18:47.927 DEBUG:teuthology.orchestra.run.smithi064:> sudo pkill -f 'journalctl -f -n 0 -u ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@osd.6.service' 2024-04-13T10:18:47.970 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-13T10:18:47.970 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-04-13T10:18:47.971 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-04-13T10:18:47.971 DEBUG:teuthology.orchestra.run.smithi064:> sudo systemctl stop ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@osd.7 2024-04-13T10:18:48.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:48 smithi064 systemd[1]: Stopping Ceph osd.7 for 66630ffe-f97a-11ee-bc8d-c7b262605968... 2024-04-13T10:18:48.766 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:48 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:48.275+0000 7f0f52fd4700 -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-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-13T10:18:48.766 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:48 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:48.275+0000 7f0f52fd4700 -1 osd.7 133 *** Got signal Terminated *** 2024-04-13T10:18:48.766 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:48 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:48.275+0000 7f0f52fd4700 -1 osd.7 133 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-13T10:18:49.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:48 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:48.838+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:49.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:48 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:48.838+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.440875+0000 front 2024-04-13T10:18:04.440729+0000 (oldest deadline 2024-04-13T10:18:27.340618+0000) 2024-04-13T10:18:49.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:48 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:48.838+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:18:11.441722+0000 front 2024-04-13T10:18:11.441609+0000 (oldest deadline 2024-04-13T10:18:34.341526+0000) 2024-04-13T10:18:49.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:48 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:48.838+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2024-04-13T10:18:18.843430+0000 front 2024-04-13T10:18:18.843422+0000 (oldest deadline 2024-04-13T10:18:44.743347+0000) 2024-04-13T10:18:50.265 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:49.883+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:50.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:49.883+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.440875+0000 front 2024-04-13T10:18:04.440729+0000 (oldest deadline 2024-04-13T10:18:27.340618+0000) 2024-04-13T10:18:50.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:49.883+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:18:11.441722+0000 front 2024-04-13T10:18:11.441609+0000 (oldest deadline 2024-04-13T10:18:34.341526+0000) 2024-04-13T10:18:50.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:49 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:49.883+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2024-04-13T10:18:18.843430+0000 front 2024-04-13T10:18:18.843422+0000 (oldest deadline 2024-04-13T10:18:44.743347+0000) 2024-04-13T10:18:51.265 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:50 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:50.863+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:51.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:50 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:50.863+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.440875+0000 front 2024-04-13T10:18:04.440729+0000 (oldest deadline 2024-04-13T10:18:27.340618+0000) 2024-04-13T10:18:51.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:50 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:50.863+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:18:11.441722+0000 front 2024-04-13T10:18:11.441609+0000 (oldest deadline 2024-04-13T10:18:34.341526+0000) 2024-04-13T10:18:51.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:50 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:50.863+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2024-04-13T10:18:18.843430+0000 front 2024-04-13T10:18:18.843422+0000 (oldest deadline 2024-04-13T10:18:44.743347+0000) 2024-04-13T10:18:51.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:50 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:50.863+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.64:6804 osd.4 since back 2024-04-13T10:18:24.743802+0000 front 2024-04-13T10:18:24.743824+0000 (oldest deadline 2024-04-13T10:18:50.643762+0000) 2024-04-13T10:18:52.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:51.856+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:52.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:51.856+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.440875+0000 front 2024-04-13T10:18:04.440729+0000 (oldest deadline 2024-04-13T10:18:27.340618+0000) 2024-04-13T10:18:52.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:51.856+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:18:11.441722+0000 front 2024-04-13T10:18:11.441609+0000 (oldest deadline 2024-04-13T10:18:34.341526+0000) 2024-04-13T10:18:52.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:51.856+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2024-04-13T10:18:18.843430+0000 front 2024-04-13T10:18:18.843422+0000 (oldest deadline 2024-04-13T10:18:44.743347+0000) 2024-04-13T10:18:52.267 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:51 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:51.856+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.64:6804 osd.4 since back 2024-04-13T10:18:24.743802+0000 front 2024-04-13T10:18:24.743824+0000 (oldest deadline 2024-04-13T10:18:50.643762+0000) 2024-04-13T10:18:53.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:52.896+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6806 osd.0 since back 2024-04-13T10:17:53.239835+0000 front 2024-04-13T10:17:53.239930+0000 (oldest deadline 2024-04-13T10:18:18.539787+0000) 2024-04-13T10:18:53.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:52.896+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6814 osd.1 since back 2024-04-13T10:18:04.440875+0000 front 2024-04-13T10:18:04.440729+0000 (oldest deadline 2024-04-13T10:18:27.340618+0000) 2024-04-13T10:18:53.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:52.896+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6822 osd.2 since back 2024-04-13T10:18:11.441722+0000 front 2024-04-13T10:18:11.441609+0000 (oldest deadline 2024-04-13T10:18:34.341526+0000) 2024-04-13T10:18:53.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:52.897+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.62:6830 osd.3 since back 2024-04-13T10:18:18.843430+0000 front 2024-04-13T10:18:18.843422+0000 (oldest deadline 2024-04-13T10:18:44.743347+0000) 2024-04-13T10:18:53.266 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:52 smithi064 ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7[82062]: 2024-04-13T10:18:52.897+0000 7f0f4f5ca700 -1 osd.7 133 heartbeat_check: no reply from 172.21.15.64:6804 osd.4 since back 2024-04-13T10:18:24.743802+0000 front 2024-04-13T10:18:24.743824+0000 (oldest deadline 2024-04-13T10:18:50.643762+0000) 2024-04-13T10:18:54.516 INFO:journalctl@ceph.osd.7.smithi064.stdout:Apr 13 10:18:54 smithi064 bash[102258]: ceph-66630ffe-f97a-11ee-bc8d-c7b262605968-osd-7 2024-04-13T10:18:55.744 DEBUG:teuthology.orchestra.run.smithi064:> sudo pkill -f 'journalctl -f -n 0 -u ceph-66630ffe-f97a-11ee-bc8d-c7b262605968@osd.7.service' 2024-04-13T10:18:55.788 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-13T10:18:55.788 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-04-13T10:18:55.788 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 --force --keep-logs 2024-04-13T10:21:54.809 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 --force --keep-logs 2024-04-13T10:22:15.268 DEBUG:teuthology.orchestra.run.smithi062:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-13T10:22:15.307 DEBUG:teuthology.orchestra.run.smithi064:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-13T10:22:15.338 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-13T10:22:15.340 DEBUG:teuthology.misc:Transferring archived files from smithi062:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-08_22:08:01-orch-reef-distro-default-smithi/7646535/remote/smithi062/crash 2024-04-13T10:22:15.341 DEBUG:teuthology.orchestra.run.smithi062:> sudo tar c -f - -C /var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/crash -- . 2024-04-13T10:22:15.390 INFO:teuthology.orchestra.run.smithi062.stderr:tar: /var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/crash: Cannot open: No such file or directory 2024-04-13T10:22:15.390 INFO:teuthology.orchestra.run.smithi062.stderr:tar: Error is not recoverable: exiting now 2024-04-13T10:22:15.392 DEBUG:teuthology.misc:Transferring archived files from smithi064:/var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-08_22:08:01-orch-reef-distro-default-smithi/7646535/remote/smithi064/crash 2024-04-13T10:22:15.392 DEBUG:teuthology.orchestra.run.smithi064:> sudo tar c -f - -C /var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/crash -- . 2024-04-13T10:22:15.429 INFO:teuthology.orchestra.run.smithi064.stderr:tar: /var/lib/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/crash: Cannot open: No such file or directory 2024-04-13T10:22:15.429 INFO:teuthology.orchestra.run.smithi064.stderr:tar: Error is not recoverable: exiting now 2024-04-13T10:22:15.430 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-13T10:22:15.430 DEBUG:teuthology.orchestra.run.smithi062:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-13T10:22:15.462 INFO:teuthology.orchestra.run.smithi062.stderr:grep: /var/log/ceph/66630ffe-f97a-11ee-bc8d-c7b262605968/ceph.log: No such file or directory 2024-04-13T10:22:15.464 INFO:tasks.cephadm:Compressing logs... 2024-04-13T10:22:15.464 DEBUG:teuthology.orchestra.run.smithi062:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-13T10:22:15.507 DEBUG:teuthology.orchestra.run.smithi064:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-13T10:22:15.534 INFO:teuthology.orchestra.run.smithi064.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-04-13T10:22:15.534 INFO:teuthology.orchestra.run.smithi062.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-04-13T10:22:53.958 INFO:tasks.cephadm:Archiving logs... 2024-04-13T10:22:53.958 DEBUG:teuthology.misc:Transferring archived files from smithi062:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-08_22:08:01-orch-reef-distro-default-smithi/7646535/remote/smithi062/log 2024-04-13T10:22:53.960 DEBUG:teuthology.orchestra.run.smithi062:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-13T10:22:57.669 DEBUG:teuthology.misc:Transferring archived files from smithi064:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-08_22:08:01-orch-reef-distro-default-smithi/7646535/remote/smithi064/log 2024-04-13T10:22:57.670 DEBUG:teuthology.orchestra.run.smithi064:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-13T10:23:02.040 INFO:tasks.cephadm:Removing cluster... 2024-04-13T10:23:02.040 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 --force 2024-04-13T10:23:02.397 DEBUG:teuthology.orchestra.run.smithi064:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 66630ffe-f97a-11ee-bc8d-c7b262605968 --force 2024-04-13T10:23:02.761 INFO:tasks.cephadm:Removing cephadm ... 2024-04-13T10:23:02.761 DEBUG:teuthology.orchestra.run.smithi062:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-13T10:23:02.784 DEBUG:teuthology.orchestra.run.smithi064:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-13T10:23:02.808 INFO:tasks.cephadm:Teardown complete 2024-04-13T10:23:02.808 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-13T10:23:02.839 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-13T10:23:02.839 DEBUG:teuthology.orchestra.run.smithi062:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-13T10:23:02.842 DEBUG:teuthology.orchestra.run.smithi064:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-13T10:23:02.857 INFO:teuthology.orchestra.run.smithi062.stderr:bash: ntpq: command not found 2024-04-13T10:23:02.862 INFO:teuthology.orchestra.run.smithi062.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-13T10:23:02.862 INFO:teuthology.orchestra.run.smithi062.stdout:=============================================================================== 2024-04-13T10:23:02.862 INFO:teuthology.orchestra.run.smithi062.stdout:^* hv01.front.sepia.ceph.com 3 6 377 38 +488us[ +506us] +/- 59ms 2024-04-13T10:23:02.863 INFO:teuthology.orchestra.run.smithi062.stdout:^- hv02.front.sepia.ceph.com 3 6 377 35 -1469us[-1469us] +/- 50ms 2024-04-13T10:23:02.863 INFO:teuthology.orchestra.run.smithi062.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 35 -496us[ -496us] +/- 65ms 2024-04-13T10:23:02.863 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-13T10:23:02.866 INFO:teuthology.orchestra.run.smithi064.stderr:bash: ntpq: command not found 2024-04-13T10:23:02.870 INFO:teuthology.orchestra.run.smithi064.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-13T10:23:02.870 INFO:teuthology.orchestra.run.smithi064.stdout:=============================================================================== 2024-04-13T10:23:02.871 INFO:teuthology.orchestra.run.smithi064.stdout:^* hv01.front.sepia.ceph.com 3 6 377 5 +1040us[ +946us] +/- 59ms 2024-04-13T10:23:02.871 INFO:teuthology.orchestra.run.smithi064.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 3 -965us[ -965us] +/- 50ms 2024-04-13T10:23:02.871 INFO:teuthology.orchestra.run.smithi064.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 1 +19us[ +19us] +/- 65ms 2024-04-13T10:23:02.871 INFO:teuthology.orchestra.run.smithi064.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-04-13T10:23:02.871 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-13T10:23:02.883 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-13T10:23:02.884 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-13T10:23:02.910 DEBUG:teuthology.orchestra.run.smithi062:> 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-04-13T10:23:02.983 DEBUG:teuthology.orchestra.run.smithi064:> 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-04-13T10:23:03.053 DEBUG:teuthology.orchestra.run.smithi062:> 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-04-13T10:23:03.084 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-13T10:23:03.084 DEBUG:teuthology.orchestra.run.smithi064:> 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-04-13T10:23:03.115 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-13T10:23:03.115 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-13T10:23:03.127 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-13T10:23:03.138 INFO:teuthology.task.internal:Duration was 2697.823906 seconds 2024-04-13T10:23:03.139 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-13T10:23:03.152 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-13T10:23:03.152 DEBUG:teuthology.orchestra.run.smithi062:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-13T10:23:03.155 DEBUG:teuthology.orchestra.run.smithi064:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-13T10:23:03.200 INFO:teuthology.orchestra.run.smithi062.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-13T10:23:03.203 INFO:teuthology.orchestra.run.smithi064.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-13T10:23:03.278 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-13T10:23:03.279 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi062.front.sepia.ceph.com 2024-04-13T10:23:03.279 DEBUG:teuthology.orchestra.run.smithi062:> 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-04-13T10:23:03.302 INFO:teuthology.orchestra.run.smithi062.stdout:2024-04-13T10:14:18.973774+00:00 smithi062 kernel: rcu: INFO: rcu_sched detected stalls on CPUs/tasks: 2024-04-13T10:23:03.303 ERROR:teuthology.task.internal.syslog:Error in syslog on ubuntu@smithi062.front.sepia.ceph.com: 2024-04-13T10:14:18.973774+00:00 smithi062 kernel: rcu: INFO: rcu_sched detected stalls on CPUs/tasks: 2024-04-13T10:23:03.303 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi064.front.sepia.ceph.com 2024-04-13T10:23:03.303 DEBUG:teuthology.orchestra.run.smithi064:> 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-04-13T10:23:03.326 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-13T10:23:03.326 DEBUG:teuthology.orchestra.run.smithi062:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-13T10:23:03.345 DEBUG:teuthology.orchestra.run.smithi064:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-13T10:23:03.428 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-13T10:23:03.428 DEBUG:teuthology.orchestra.run.smithi062:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-13T10:23:03.430 DEBUG:teuthology.orchestra.run.smithi064:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-13T10:23:03.656 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-13T10:23:03.667 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-13T10:23:03.667 DEBUG:teuthology.orchestra.run.smithi062:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-13T10:23:03.695 DEBUG:teuthology.orchestra.run.smithi064:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-13T10:23:03.724 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-13T10:23:03.735 DEBUG:teuthology.orchestra.run.smithi062:> 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-04-13T10:23:03.738 DEBUG:teuthology.orchestra.run.smithi064:> 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-04-13T10:23:03.763 INFO:teuthology.orchestra.run.smithi062.stdout:kernel.core_pattern = core 2024-04-13T10:23:03.792 INFO:teuthology.orchestra.run.smithi064.stdout:kernel.core_pattern = core 2024-04-13T10:23:03.829 DEBUG:teuthology.orchestra.run.smithi062:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-13T10:23:03.851 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-13T10:23:03.852 DEBUG:teuthology.orchestra.run.smithi064:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-13T10:23:03.886 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-13T10:23:03.887 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-13T10:23:03.898 INFO:teuthology.task.internal:Transferring archived files... 2024-04-13T10:23:03.899 DEBUG:teuthology.misc:Transferring archived files from smithi062:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-08_22:08:01-orch-reef-distro-default-smithi/7646535/remote/smithi062 2024-04-13T10:23:03.899 DEBUG:teuthology.orchestra.run.smithi062:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-13T10:23:03.946 DEBUG:teuthology.misc:Transferring archived files from smithi064:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-08_22:08:01-orch-reef-distro-default-smithi/7646535/remote/smithi064 2024-04-13T10:23:03.946 DEBUG:teuthology.orchestra.run.smithi064:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-13T10:23:03.990 INFO:teuthology.task.internal:Removing archive directory... 2024-04-13T10:23:03.990 DEBUG:teuthology.orchestra.run.smithi062:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-13T10:23:03.993 DEBUG:teuthology.orchestra.run.smithi064:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-13T10:23:04.040 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-13T10:23:04.054 INFO:teuthology.task.internal:Not uploading archives. 2024-04-13T10:23:04.054 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-13T10:23:04.067 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-13T10:23:04.067 DEBUG:teuthology.orchestra.run.smithi062:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-13T10:23:04.070 DEBUG:teuthology.orchestra.run.smithi064:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-13T10:23:04.085 INFO:teuthology.orchestra.run.smithi062.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 13 10:23 /home/ubuntu/cephtest 2024-04-13T10:23:04.097 INFO:teuthology.orchestra.run.smithi064.stdout: 526049 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 13 10:23 /home/ubuntu/cephtest 2024-04-13T10:23:04.099 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-13T10:23:04.110 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-13T10:23:04.142 INFO:teuthology.nuke:Checking targets against current locks 2024-04-13T10:23:04.172 DEBUG:teuthology.nuke:shortname: smithi062 2024-04-13T10:23:04.172 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-13T10:23:04.195 DEBUG:teuthology.nuke:shortname: smithi064 2024-04-13T10:23:04.195 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-13T10:23:04.198 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi062.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-08_22:08:01-orch-reef-distro-default-smithi/7646535', '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-04-13 09:29:58.925064', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKubmHC8d06CbbxJoNxlK6qPC8Noh3CIBmUAicYPAxyKOLL8kldx0XkPaJLZQsFk2117riFQlifkTx14hox0hfE='} 2024-04-13T10:23:04.216 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi064.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-08_22:08:01-orch-reef-distro-default-smithi/7646535', '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-04-13 09:29:58.926989', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJXn0zB8r5pWGPEP2h/d4v6eS7o3CNLaf8ldPZ3a1nC1j3mWSwrcO+xdH7ADB/+XHQy1w1O/bOxTkTfD2zkxxDQ='} 2024-04-13T10:23:04.246 INFO:teuthology.orchestra.console.smithi062:Power off 2024-04-13T10:23:04.246 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-13T10:23:04.271 DEBUG:teuthology.orchestra.console.smithi062:power off output: Chassis Power Control: Down/Off 2024-04-13T10:23:04.272 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-13T10:23:04.286 INFO:teuthology.orchestra.console.smithi064:Power off 2024-04-13T10:23:04.286 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-13T10:23:04.297 DEBUG:teuthology.orchestra.console.smithi062:check power output: Chassis Power is on 2024-04-13T10:23:04.310 DEBUG:teuthology.orchestra.console.smithi064:power off output: Chassis Power Control: Down/Off 2024-04-13T10:23:04.310 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-13T10:23:04.334 DEBUG:teuthology.orchestra.console.smithi064:check power output: Chassis Power is on 2024-04-13T10:23:08.298 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-13T10:23:08.335 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-13T10:23:08.408 DEBUG:teuthology.orchestra.console.smithi062:check power output: Chassis Power is on 2024-04-13T10:23:08.445 DEBUG:teuthology.orchestra.console.smithi064:check power output: Chassis Power is on 2024-04-13T10:23:12.410 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-13T10:23:12.446 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-13T10:23:12.520 DEBUG:teuthology.orchestra.console.smithi062:check power output: Chassis Power is off 2024-04-13T10:23:12.555 DEBUG:teuthology.orchestra.console.smithi064:check power output: Chassis Power is on 2024-04-13T10:23:12.621 INFO:teuthology.orchestra.console.smithi062:Power off completed 2024-04-13T10:23:16.558 DEBUG:teuthology.orchestra.console.smithi064:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-13T10:23:16.669 DEBUG:teuthology.orchestra.console.smithi064:check power output: Chassis Power is off 2024-04-13T10:23:16.770 INFO:teuthology.orchestra.console.smithi064:Power off completed 2024-04-13T10:23:16.874 INFO:teuthology.run:Summary data: description: orch/cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 2697.823906183243 failure_reason: '''2024-04-13T10:14:18.973774+00:00 smithi062 kernel: rcu: INFO: rcu_sched detected stalls on CPUs/tasks: '' in syslog' owner: scheduled_teuthology@teuthology status: fail success: false 2024-04-13T10:23:16.874 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-13T10:23:16.967 INFO:teuthology.run:FAIL