2024-03-11T17:26:53.349 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-11T17:26:53.350 DEBUG:teuthology.run:Teuthology command: teuthology --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} --verbose --name adking-2024-03-11_17:13:18-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi --archive /home/teuthworker/archive/adking-2024-03-11_17:13:18-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7591525 --owner scheduled_adking@teuthology -- /home/teuthworker/archive/adking-2024-03-11_17:13:18-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7591525/orig.config.yaml 2024-03-11T17:26:53.387 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-11T17:26:53.469 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-03-11_17:13:18-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7591525 branch: wip-adk3-testing-2024-03-11-0143-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: adking@redhat.com first_in_suite: false job_id: '7591525' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2024-03-11_17:13:18-orch:cephadm-wip-adk3-testing-2024-03-11-0143-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: wip-adk3-testing-2024-03-11-0143-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: e1b0c2aac6a095145a28ab2d96914badf5f65354 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e1b0c2aac6a095145a28ab2d96914badf5f65354 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk3-testing-2024-03-11-0143-reef sha1: e1b0c2aac6a095145a28ab2d96914badf5f65354 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 9290 sha1: e1b0c2aac6a095145a28ab2d96914badf5f65354 sleep_before_teardown: 0 subset: 1/15 suite: orch:cephadm suite_branch: wip-adk3-testing-2024-03-11-0143-reef suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_e1b0c2aac6a095145a28ab2d96914badf5f65354/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: e1b0c2aac6a095145a28ab2d96914badf5f65354 targets: smithi132.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMcl0SMPtoOzrdw4JJk7IopzaNosHse5Q5dO+MuFum6OsbSMxgII/9RosUIDPzYJnKZqUK/d8688Qsx3dLsC4RA= smithi176.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBKHTu4BUiMq4cHcnN4z92qFYhpb2oh7YQ8j+UC4K2cINB+zhiaDcz+1Y4aGQDmFcbdf+xQwcnbdn7a72ET2DKY= 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: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-11_17:13:18 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: adking 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-03-11T17:26:53.469 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_e1b0c2aac6a095145a28ab2d96914badf5f65354/qa; will attempt to use it 2024-03-11T17:26:53.470 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_e1b0c2aac6a095145a28ab2d96914badf5f65354/qa/tasks 2024-03-11T17:26:53.470 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-11T17:26:53.471 INFO:teuthology.task.internal:Checking packages... 2024-03-11T17:26:53.496 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'e1b0c2aac6a095145a28ab2d96914badf5f65354' 2024-03-11T17:26:53.496 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-11T17:26:53.496 INFO:teuthology.packaging:ref: None 2024-03-11T17:26:53.496 INFO:teuthology.packaging:tag: None 2024-03-11T17:26:53.496 INFO:teuthology.packaging:branch: wip-adk3-testing-2024-03-11-0143-reef 2024-03-11T17:26:53.496 INFO:teuthology.packaging:sha1: e1b0c2aac6a095145a28ab2d96914badf5f65354 2024-03-11T17:26:53.496 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-adk3-testing-2024-03-11-0143-reef 2024-03-11T17:26:53.635 INFO:teuthology.task.internal:Found packages for ceph version 18.2.1-802.ge1b0c2aa 2024-03-11T17:26:53.637 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-11T17:26:53.640 INFO:teuthology.task.internal:no buildpackages task found 2024-03-11T17:26:53.641 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-11T17:26:53.663 INFO:teuthology.task.internal:Saving configuration 2024-03-11T17:26:53.679 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-11T17:26:53.689 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-11T17:26:53.712 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi132.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-11_17:13:18-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7591525', '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-03-11 17:21:58.429517', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMcl0SMPtoOzrdw4JJk7IopzaNosHse5Q5dO+MuFum6OsbSMxgII/9RosUIDPzYJnKZqUK/d8688Qsx3dLsC4RA='} 2024-03-11T17:26:53.736 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi176.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-11_17:13:18-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7591525', '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-03-11 17:21:58.427725', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBKHTu4BUiMq4cHcnN4z92qFYhpb2oh7YQ8j+UC4K2cINB+zhiaDcz+1Y4aGQDmFcbdf+xQwcnbdn7a72ET2DKY='} 2024-03-11T17:26:53.736 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-11T17:26:53.746 INFO:teuthology.task.internal:roles: ubuntu@smithi132.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-03-11T17:26:53.746 INFO:teuthology.task.internal:roles: ubuntu@smithi176.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-03-11T17:26:53.746 INFO:teuthology.run_tasks:Running task console_log... 2024-03-11T17:26:53.815 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f83d8287f70>, signals=[15]) 2024-03-11T17:26:53.815 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-11T17:26:53.826 INFO:teuthology.task.internal:Opening connections... 2024-03-11T17:26:53.826 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi132.front.sepia.ceph.com 2024-03-11T17:26:53.828 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-11T17:26:53.902 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi176.front.sepia.ceph.com 2024-03-11T17:26:53.903 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-11T17:26:53.974 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-11T17:26:53.989 DEBUG:teuthology.orchestra.run.smithi132:> uname -m 2024-03-11T17:26:54.011 INFO:teuthology.orchestra.run.smithi132.stdout:x86_64 2024-03-11T17:26:54.012 DEBUG:teuthology.orchestra.run.smithi132:> cat /etc/os-release 2024-03-11T17:26:54.079 INFO:teuthology.orchestra.run.smithi132.stdout:NAME="CentOS Stream" 2024-03-11T17:26:54.079 INFO:teuthology.orchestra.run.smithi132.stdout:VERSION="8" 2024-03-11T17:26:54.080 INFO:teuthology.orchestra.run.smithi132.stdout:ID="centos" 2024-03-11T17:26:54.080 INFO:teuthology.orchestra.run.smithi132.stdout:ID_LIKE="rhel fedora" 2024-03-11T17:26:54.080 INFO:teuthology.orchestra.run.smithi132.stdout:VERSION_ID="8" 2024-03-11T17:26:54.080 INFO:teuthology.orchestra.run.smithi132.stdout:PLATFORM_ID="platform:el8" 2024-03-11T17:26:54.080 INFO:teuthology.orchestra.run.smithi132.stdout:PRETTY_NAME="CentOS Stream 8" 2024-03-11T17:26:54.080 INFO:teuthology.orchestra.run.smithi132.stdout:ANSI_COLOR="0;31" 2024-03-11T17:26:54.080 INFO:teuthology.orchestra.run.smithi132.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-03-11T17:26:54.080 INFO:teuthology.orchestra.run.smithi132.stdout:HOME_URL="https://centos.org/" 2024-03-11T17:26:54.080 INFO:teuthology.orchestra.run.smithi132.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-11T17:26:54.080 INFO:teuthology.orchestra.run.smithi132.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-03-11T17:26:54.080 INFO:teuthology.orchestra.run.smithi132.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-11T17:26:54.081 INFO:teuthology.lock.ops:Updating smithi132.front.sepia.ceph.com on lock server 2024-03-11T17:26:54.103 DEBUG:teuthology.orchestra.run.smithi176:> uname -m 2024-03-11T17:26:54.127 INFO:teuthology.orchestra.run.smithi176.stdout:x86_64 2024-03-11T17:26:54.127 DEBUG:teuthology.orchestra.run.smithi176:> cat /etc/os-release 2024-03-11T17:26:54.192 INFO:teuthology.orchestra.run.smithi176.stdout:NAME="CentOS Stream" 2024-03-11T17:26:54.192 INFO:teuthology.orchestra.run.smithi176.stdout:VERSION="8" 2024-03-11T17:26:54.192 INFO:teuthology.orchestra.run.smithi176.stdout:ID="centos" 2024-03-11T17:26:54.192 INFO:teuthology.orchestra.run.smithi176.stdout:ID_LIKE="rhel fedora" 2024-03-11T17:26:54.192 INFO:teuthology.orchestra.run.smithi176.stdout:VERSION_ID="8" 2024-03-11T17:26:54.192 INFO:teuthology.orchestra.run.smithi176.stdout:PLATFORM_ID="platform:el8" 2024-03-11T17:26:54.192 INFO:teuthology.orchestra.run.smithi176.stdout:PRETTY_NAME="CentOS Stream 8" 2024-03-11T17:26:54.192 INFO:teuthology.orchestra.run.smithi176.stdout:ANSI_COLOR="0;31" 2024-03-11T17:26:54.192 INFO:teuthology.orchestra.run.smithi176.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-03-11T17:26:54.192 INFO:teuthology.orchestra.run.smithi176.stdout:HOME_URL="https://centos.org/" 2024-03-11T17:26:54.192 INFO:teuthology.orchestra.run.smithi176.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-03-11T17:26:54.192 INFO:teuthology.orchestra.run.smithi176.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-03-11T17:26:54.192 INFO:teuthology.orchestra.run.smithi176.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-03-11T17:26:54.193 INFO:teuthology.lock.ops:Updating smithi176.front.sepia.ceph.com on lock server 2024-03-11T17:26:54.211 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-11T17:26:54.238 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-11T17:26:54.671 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-11T17:26:54.672 DEBUG:teuthology.orchestra.run.smithi132:> test '!' -e /home/ubuntu/cephtest 2024-03-11T17:26:54.674 DEBUG:teuthology.orchestra.run.smithi176:> test '!' -e /home/ubuntu/cephtest 2024-03-11T17:26:54.695 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-11T17:26:54.767 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-11T17:26:54.767 DEBUG:teuthology.orchestra.run.smithi132:> test -z $(ls -A /var/lib/ceph) 2024-03-11T17:26:54.770 DEBUG:teuthology.orchestra.run.smithi176:> test -z $(ls -A /var/lib/ceph) 2024-03-11T17:26:54.801 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-11T17:26:54.855 INFO:teuthology.run_tasks:Running task kernel... 2024-03-11T17:26:54.883 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-11T17:26:54.883 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-11T17:26:54.884 DEBUG:teuthology.orchestra.run.smithi132:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-11T17:26:54.884 DEBUG:teuthology.orchestra.run.smithi176:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-11T17:26:54.904 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-11T17:26:54.904 DEBUG:teuthology.orchestra.run.smithi132:> uname -r 2024-03-11T17:26:54.905 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-11T17:26:54.906 DEBUG:teuthology.orchestra.run.smithi176:> uname -r 2024-03-11T17:26:54.965 INFO:teuthology.orchestra.run.smithi132.stdout:4.18.0-489.el8.x86_64 2024-03-11T17:26:54.965 INFO:teuthology.task.kernel:Running kernel on smithi132: 4.18.0-489.el8.x86_64 2024-03-11T17:26:54.966 DEBUG:teuthology.orchestra.run.smithi132:> sudo yum install -y kernel 2024-03-11T17:26:54.967 INFO:teuthology.orchestra.run.smithi176.stdout:4.18.0-489.el8.x86_64 2024-03-11T17:26:54.967 INFO:teuthology.task.kernel:Running kernel on smithi176: 4.18.0-489.el8.x86_64 2024-03-11T17:26:54.967 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum install -y kernel 2024-03-11T17:26:58.371 INFO:teuthology.orchestra.run.smithi132.stdout:CentOS Stream 8 - AppStream 35 MB/s | 28 MB 00:00 2024-03-11T17:26:58.371 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 8 - AppStream 33 MB/s | 28 MB 00:00 2024-03-11T17:27:04.013 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 8 - BaseOS 15 MB/s | 10 MB 00:00 2024-03-11T17:27:04.079 INFO:teuthology.orchestra.run.smithi132.stdout:CentOS Stream 8 - BaseOS 14 MB/s | 10 MB 00:00 2024-03-11T17:27:06.138 INFO:teuthology.orchestra.run.smithi132.stdout:CentOS Stream 8 - Extras 43 kB/s | 18 kB 00:00 2024-03-11T17:27:06.163 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 8 - Extras 35 kB/s | 18 kB 00:00 2024-03-11T17:27:06.681 INFO:teuthology.orchestra.run.smithi132.stdout:CentOS Stream 8 - Extras common packages 17 kB/s | 7.2 kB 00:00 2024-03-11T17:27:06.705 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 8 - Extras common packages 17 kB/s | 7.2 kB 00:00 2024-03-11T17:27:07.090 INFO:teuthology.orchestra.run.smithi132.stdout:Copr repo for python3-asyncssh owned by ceph 11 kB/s | 3.5 kB 00:00 2024-03-11T17:27:07.124 INFO:teuthology.orchestra.run.smithi176.stdout:Copr repo for python3-asyncssh owned by ceph 11 kB/s | 3.5 kB 00:00 2024-03-11T17:27:07.816 INFO:teuthology.orchestra.run.smithi132.stdout:Extra Packages for Enterprise Linux 25 MB/s | 16 MB 00:00 2024-03-11T17:27:08.419 INFO:teuthology.orchestra.run.smithi176.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2024-03-11T17:27:11.691 INFO:teuthology.orchestra.run.smithi132.stdout:lab-extras 461 kB/s | 24 kB 00:00 2024-03-11T17:27:12.183 INFO:teuthology.orchestra.run.smithi176.stdout:lab-extras 429 kB/s | 24 kB 00:00 2024-03-11T17:27:14.722 INFO:teuthology.orchestra.run.smithi132.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-03-11T17:27:14.722 INFO:teuthology.orchestra.run.smithi132.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-03-11T17:27:14.831 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2024-03-11T17:27:14.832 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-03-11T17:27:14.832 INFO:teuthology.orchestra.run.smithi132.stdout: Package Architecture Version Repository Size 2024-03-11T17:27:14.832 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-03-11T17:27:14.832 INFO:teuthology.orchestra.run.smithi132.stdout:Installing: 2024-03-11T17:27:14.832 INFO:teuthology.orchestra.run.smithi132.stdout: kernel x86_64 4.18.0-544.el8 baseos 10 M 2024-03-11T17:27:14.832 INFO:teuthology.orchestra.run.smithi132.stdout:Installing dependencies: 2024-03-11T17:27:14.832 INFO:teuthology.orchestra.run.smithi132.stdout: kernel-core x86_64 4.18.0-544.el8 baseos 44 M 2024-03-11T17:27:14.832 INFO:teuthology.orchestra.run.smithi132.stdout: kernel-modules x86_64 4.18.0-544.el8 baseos 36 M 2024-03-11T17:27:14.832 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-03-11T17:27:14.832 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2024-03-11T17:27:14.832 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-03-11T17:27:14.832 INFO:teuthology.orchestra.run.smithi132.stdout:Install 3 Packages 2024-03-11T17:27:14.832 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-03-11T17:27:14.833 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 90 M 2024-03-11T17:27:14.833 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 97 M 2024-03-11T17:27:14.833 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2024-03-11T17:27:15.121 INFO:teuthology.orchestra.run.smithi176.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-03-11T17:27:15.121 INFO:teuthology.orchestra.run.smithi176.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-03-11T17:27:15.244 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-03-11T17:27:15.244 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-03-11T17:27:15.245 INFO:teuthology.orchestra.run.smithi176.stdout: Package Architecture Version Repository Size 2024-03-11T17:27:15.245 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-03-11T17:27:15.245 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-03-11T17:27:15.245 INFO:teuthology.orchestra.run.smithi176.stdout: kernel x86_64 4.18.0-544.el8 baseos 10 M 2024-03-11T17:27:15.245 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2024-03-11T17:27:15.245 INFO:teuthology.orchestra.run.smithi176.stdout: kernel-core x86_64 4.18.0-544.el8 baseos 44 M 2024-03-11T17:27:15.245 INFO:teuthology.orchestra.run.smithi176.stdout: kernel-modules x86_64 4.18.0-544.el8 baseos 36 M 2024-03-11T17:27:15.245 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-03-11T17:27:15.245 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-03-11T17:27:15.245 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-03-11T17:27:15.245 INFO:teuthology.orchestra.run.smithi176.stdout:Install 3 Packages 2024-03-11T17:27:15.245 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-03-11T17:27:15.246 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 90 M 2024-03-11T17:27:15.246 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 97 M 2024-03-11T17:27:15.246 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-03-11T17:27:16.151 INFO:teuthology.orchestra.run.smithi132.stdout:(1/3): kernel-4.18.0-544.el8.x86_64.rpm 9.2 MB/s | 10 MB 00:01 2024-03-11T17:27:16.426 INFO:teuthology.orchestra.run.smithi176.stdout:(1/3): kernel-4.18.0-544.el8.x86_64.rpm 9.2 MB/s | 10 MB 00:01 2024-03-11T17:27:17.803 INFO:teuthology.orchestra.run.smithi132.stdout:(2/3): kernel-modules-4.18.0-544.el8.x86_64.rpm 13 MB/s | 36 MB 00:02 2024-03-11T17:27:17.951 INFO:teuthology.orchestra.run.smithi176.stdout:(2/3): kernel-modules-4.18.0-544.el8.x86_64.rpm 14 MB/s | 36 MB 00:02 2024-03-11T17:27:18.343 INFO:teuthology.orchestra.run.smithi132.stdout:(3/3): kernel-core-4.18.0-544.el8.x86_64.rpm 13 MB/s | 44 MB 00:03 2024-03-11T17:27:18.343 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2024-03-11T17:27:18.344 INFO:teuthology.orchestra.run.smithi132.stdout:Total 26 MB/s | 90 MB 00:03 2024-03-11T17:27:18.468 INFO:teuthology.orchestra.run.smithi176.stdout:(3/3): kernel-core-4.18.0-544.el8.x86_64.rpm 14 MB/s | 44 MB 00:03 2024-03-11T17:27:18.468 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-03-11T17:27:18.468 INFO:teuthology.orchestra.run.smithi176.stdout:Total 28 MB/s | 90 MB 00:03 2024-03-11T17:27:19.031 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2024-03-11T17:27:19.153 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-03-11T17:27:19.457 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2024-03-11T17:27:19.457 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2024-03-11T17:27:19.577 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-03-11T17:27:19.577 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-03-11T17:27:20.715 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2024-03-11T17:27:20.735 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2024-03-11T17:27:20.824 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-03-11T17:27:20.852 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-03-11T17:27:23.625 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-03-11T17:27:23.637 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2024-03-11T17:27:24.153 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : kernel-core-4.18.0-544.el8.x86_64 1/3 2024-03-11T17:27:24.180 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : kernel-core-4.18.0-544.el8.x86_64 1/3 2024-03-11T17:27:27.691 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: kernel-core-4.18.0-544.el8.x86_64 1/3 2024-03-11T17:27:27.802 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: kernel-core-4.18.0-544.el8.x86_64 1/3 2024-03-11T17:27:28.138 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : kernel-modules-4.18.0-544.el8.x86_64 2/3 2024-03-11T17:27:28.203 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : kernel-modules-4.18.0-544.el8.x86_64 2/3 2024-03-11T17:27:31.577 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: kernel-modules-4.18.0-544.el8.x86_64 2/3 2024-03-11T17:27:31.636 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: kernel-modules-4.18.0-544.el8.x86_64 2/3 2024-03-11T17:27:31.871 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : kernel-4.18.0-544.el8.x86_64 3/3 2024-03-11T17:27:31.927 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : kernel-4.18.0-544.el8.x86_64 3/3 2024-03-11T17:27:53.781 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: kernel-core-4.18.0-544.el8.x86_64 3/3 2024-03-11T17:27:53.804 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: kernel-modules-4.18.0-544.el8.x86_64 3/3 2024-03-11T17:27:53.815 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: kernel-core-4.18.0-544.el8.x86_64 3/3 2024-03-11T17:27:53.838 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: kernel-modules-4.18.0-544.el8.x86_64 3/3 2024-03-11T17:27:54.149 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: kernel-4.18.0-544.el8.x86_64 3/3 2024-03-11T17:27:54.149 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : kernel-4.18.0-544.el8.x86_64 1/3 2024-03-11T17:27:54.149 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : kernel-core-4.18.0-544.el8.x86_64 2/3 2024-03-11T17:27:54.190 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: kernel-4.18.0-544.el8.x86_64 3/3 2024-03-11T17:27:54.190 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : kernel-4.18.0-544.el8.x86_64 1/3 2024-03-11T17:27:54.190 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : kernel-core-4.18.0-544.el8.x86_64 2/3 2024-03-11T17:27:54.640 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : kernel-modules-4.18.0-544.el8.x86_64 3/3 2024-03-11T17:27:54.641 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-03-11T17:27:54.641 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2024-03-11T17:27:54.641 INFO:teuthology.orchestra.run.smithi132.stdout: kernel-4.18.0-544.el8.x86_64 kernel-core-4.18.0-544.el8.x86_64 2024-03-11T17:27:54.641 INFO:teuthology.orchestra.run.smithi132.stdout: kernel-modules-4.18.0-544.el8.x86_64 2024-03-11T17:27:54.641 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-03-11T17:27:54.641 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2024-03-11T17:27:54.674 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : kernel-modules-4.18.0-544.el8.x86_64 3/3 2024-03-11T17:27:54.674 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-03-11T17:27:54.674 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-03-11T17:27:54.674 INFO:teuthology.orchestra.run.smithi176.stdout: kernel-4.18.0-544.el8.x86_64 kernel-core-4.18.0-544.el8.x86_64 2024-03-11T17:27:54.675 INFO:teuthology.orchestra.run.smithi176.stdout: kernel-modules-4.18.0-544.el8.x86_64 2024-03-11T17:27:54.675 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-03-11T17:27:54.675 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-03-11T17:27:54.780 DEBUG:teuthology.orchestra.run.smithi132:> rpm -q kernel | sort -rV | head -n 1 2024-03-11T17:27:54.853 DEBUG:teuthology.orchestra.run.smithi176:> rpm -q kernel | sort -rV | head -n 1 2024-03-11T17:27:54.995 INFO:teuthology.orchestra.run.smithi132.stdout:kernel-4.18.0-544.el8.x86_64 2024-03-11T17:27:54.995 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-544.el8.x86_64 2024-03-11T17:27:54.995 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-544.el8.x86_64 2024-03-11T17:27:54.996 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-11T17:27:54.996 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-11T17:27:54.996 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-11T17:27:54.996 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi132.front.sepia.ceph.com, path=None, version=distro) 2024-03-11T17:27:54.996 DEBUG:teuthology.orchestra.run.smithi132:> rpm -q kernel | sort -rV | head -n 1 2024-03-11T17:27:55.070 INFO:teuthology.orchestra.run.smithi176.stdout:kernel-4.18.0-544.el8.x86_64 2024-03-11T17:27:55.070 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-544.el8.x86_64 2024-03-11T17:27:55.070 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-544.el8.x86_64 2024-03-11T17:27:55.070 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-11T17:27:55.070 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-11T17:27:55.071 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-11T17:27:55.071 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi176.front.sepia.ceph.com, path=None, version=distro) 2024-03-11T17:27:55.071 DEBUG:teuthology.orchestra.run.smithi176:> rpm -q kernel | sort -rV | head -n 1 2024-03-11T17:27:55.207 INFO:teuthology.orchestra.run.smithi132.stdout:kernel-4.18.0-544.el8.x86_64 2024-03-11T17:27:55.207 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-544.el8.x86_64 2024-03-11T17:27:55.207 DEBUG:teuthology.orchestra.run.smithi132:> sudo rpm -qi grub2-tools 2024-03-11T17:27:55.241 INFO:teuthology.orchestra.run.smithi132.stdout:Name : grub2-tools 2024-03-11T17:27:55.241 INFO:teuthology.orchestra.run.smithi132.stdout:Epoch : 1 2024-03-11T17:27:55.241 INFO:teuthology.orchestra.run.smithi132.stdout:Version : 2.02 2024-03-11T17:27:55.241 INFO:teuthology.orchestra.run.smithi132.stdout:Release : 129.el8 2024-03-11T17:27:55.242 INFO:teuthology.orchestra.run.smithi132.stdout:Architecture: x86_64 2024-03-11T17:27:55.242 INFO:teuthology.orchestra.run.smithi132.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-03-11T17:27:55.242 INFO:teuthology.orchestra.run.smithi132.stdout:Group : System Environment/Base 2024-03-11T17:27:55.242 INFO:teuthology.orchestra.run.smithi132.stdout:Size : 9265586 2024-03-11T17:27:55.242 INFO:teuthology.orchestra.run.smithi132.stdout:License : GPLv3+ 2024-03-11T17:27:55.242 INFO:teuthology.orchestra.run.smithi132.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-03-11T17:27:55.242 INFO:teuthology.orchestra.run.smithi132.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-03-11T17:27:55.242 INFO:teuthology.orchestra.run.smithi132.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-03-11T17:27:55.242 INFO:teuthology.orchestra.run.smithi132.stdout:Build Host : kbuilder.bsys.centos.org 2024-03-11T17:27:55.242 INFO:teuthology.orchestra.run.smithi132.stdout:Relocations : (not relocatable) 2024-03-11T17:27:55.242 INFO:teuthology.orchestra.run.smithi132.stdout:Packager : CentOS BuildSystem 2024-03-11T17:27:55.242 INFO:teuthology.orchestra.run.smithi132.stdout:Vendor : CentOS 2024-03-11T17:27:55.242 INFO:teuthology.orchestra.run.smithi132.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-11T17:27:55.242 INFO:teuthology.orchestra.run.smithi132.stdout:Summary : Support tools for GRUB. 2024-03-11T17:27:55.243 INFO:teuthology.orchestra.run.smithi132.stdout:Description : 2024-03-11T17:27:55.243 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-03-11T17:27:55.243 INFO:teuthology.orchestra.run.smithi132.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-11T17:27:55.243 INFO:teuthology.orchestra.run.smithi132.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-11T17:27:55.243 INFO:teuthology.orchestra.run.smithi132.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-11T17:27:55.243 INFO:teuthology.orchestra.run.smithi132.stdout:hardware devices. 2024-03-11T17:27:55.243 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-03-11T17:27:55.243 INFO:teuthology.orchestra.run.smithi132.stdout:This subpackage provides tools for support of all platforms. 2024-03-11T17:27:55.244 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-11T17:27:55.244 INFO:teuthology.task.kernel:Updating grub on smithi132 to boot 4.18.0-544.el8.x86_64 2024-03-11T17:27:55.245 DEBUG:teuthology.orchestra.run.smithi132:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-11T17:27:55.282 INFO:teuthology.orchestra.run.smithi176.stdout:kernel-4.18.0-544.el8.x86_64 2024-03-11T17:27:55.282 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-544.el8.x86_64 2024-03-11T17:27:55.282 DEBUG:teuthology.orchestra.run.smithi176:> sudo rpm -qi grub2-tools 2024-03-11T17:27:55.316 INFO:teuthology.orchestra.run.smithi176.stdout:Name : grub2-tools 2024-03-11T17:27:55.317 INFO:teuthology.orchestra.run.smithi176.stdout:Epoch : 1 2024-03-11T17:27:55.317 INFO:teuthology.orchestra.run.smithi176.stdout:Version : 2.02 2024-03-11T17:27:55.317 INFO:teuthology.orchestra.run.smithi176.stdout:Release : 129.el8 2024-03-11T17:27:55.317 INFO:teuthology.orchestra.run.smithi176.stdout:Architecture: x86_64 2024-03-11T17:27:55.317 INFO:teuthology.orchestra.run.smithi176.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-03-11T17:27:55.317 INFO:teuthology.orchestra.run.smithi176.stdout:Group : System Environment/Base 2024-03-11T17:27:55.317 INFO:teuthology.orchestra.run.smithi176.stdout:Size : 9265586 2024-03-11T17:27:55.317 INFO:teuthology.orchestra.run.smithi176.stdout:License : GPLv3+ 2024-03-11T17:27:55.317 INFO:teuthology.orchestra.run.smithi176.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-03-11T17:27:55.317 INFO:teuthology.orchestra.run.smithi176.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-03-11T17:27:55.317 INFO:teuthology.orchestra.run.smithi176.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-03-11T17:27:55.317 INFO:teuthology.orchestra.run.smithi176.stdout:Build Host : kbuilder.bsys.centos.org 2024-03-11T17:27:55.317 INFO:teuthology.orchestra.run.smithi176.stdout:Relocations : (not relocatable) 2024-03-11T17:27:55.318 INFO:teuthology.orchestra.run.smithi176.stdout:Packager : CentOS BuildSystem 2024-03-11T17:27:55.318 INFO:teuthology.orchestra.run.smithi176.stdout:Vendor : CentOS 2024-03-11T17:27:55.318 INFO:teuthology.orchestra.run.smithi176.stdout:URL : http://www.gnu.org/software/grub/ 2024-03-11T17:27:55.318 INFO:teuthology.orchestra.run.smithi176.stdout:Summary : Support tools for GRUB. 2024-03-11T17:27:55.318 INFO:teuthology.orchestra.run.smithi176.stdout:Description : 2024-03-11T17:27:55.318 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-03-11T17:27:55.318 INFO:teuthology.orchestra.run.smithi176.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-03-11T17:27:55.318 INFO:teuthology.orchestra.run.smithi176.stdout:customizable bootloader with modular architecture. It supports a rich 2024-03-11T17:27:55.318 INFO:teuthology.orchestra.run.smithi176.stdout:variety of kernel formats, file systems, computer architectures and 2024-03-11T17:27:55.318 INFO:teuthology.orchestra.run.smithi176.stdout:hardware devices. 2024-03-11T17:27:55.318 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-03-11T17:27:55.318 INFO:teuthology.orchestra.run.smithi176.stdout:This subpackage provides tools for support of all platforms. 2024-03-11T17:27:55.319 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-03-11T17:27:55.319 INFO:teuthology.task.kernel:Updating grub on smithi176 to boot 4.18.0-544.el8.x86_64 2024-03-11T17:27:55.319 DEBUG:teuthology.orchestra.run.smithi176:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-03-11T17:27:56.781 INFO:teuthology.orchestra.run.smithi176.stderr:Generating grub configuration file ... 2024-03-11T17:27:56.915 INFO:teuthology.orchestra.run.smithi132.stderr:Generating grub configuration file ... 2024-03-11T17:27:59.093 INFO:teuthology.orchestra.run.smithi132.stderr:done 2024-03-11T17:27:59.095 DEBUG:teuthology.orchestra.run.smithi132:> mktemp 2024-03-11T17:27:59.121 INFO:teuthology.orchestra.run.smithi132.stdout:/tmp/tmp.uxy8KqIjyI 2024-03-11T17:27:59.121 DEBUG:teuthology.orchestra.run.smithi132:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.uxy8KqIjyI 2024-03-11T17:27:59.195 DEBUG:teuthology.orchestra.run.smithi132:> sudo chmod 0666 /tmp/tmp.uxy8KqIjyI 2024-03-11T17:27:59.314 INFO:teuthology.orchestra.run.smithi176.stderr:done 2024-03-11T17:27:59.315 DEBUG:teuthology.orchestra.run.smithi176:> mktemp 2024-03-11T17:27:59.336 DEBUG:teuthology.orchestra.remote:smithi132:/tmp/tmp.uxy8KqIjyI is 6KB 2024-03-11T17:27:59.354 INFO:teuthology.orchestra.run.smithi176.stdout:/tmp/tmp.VfxZmUjre8 2024-03-11T17:27:59.355 DEBUG:teuthology.orchestra.run.smithi176:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.VfxZmUjre8 2024-03-11T17:27:59.385 DEBUG:teuthology.orchestra.run.smithi132:> rm -fr /tmp/tmp.uxy8KqIjyI 2024-03-11T17:27:59.403 DEBUG:teuthology.orchestra.run.smithi132:> sudo /bin/ls /boot/loader/entries || true 2024-03-11T17:27:59.433 DEBUG:teuthology.orchestra.run.smithi176:> sudo chmod 0666 /tmp/tmp.VfxZmUjre8 2024-03-11T17:27:59.472 INFO:teuthology.orchestra.run.smithi132.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-03-11T17:27:59.473 INFO:teuthology.orchestra.run.smithi132.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-03-11T17:27:59.473 INFO:teuthology.orchestra.run.smithi132.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-03-11T17:27:59.473 INFO:teuthology.orchestra.run.smithi132.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-544.el8.x86_64.conf 2024-03-11T17:27:59.474 DEBUG:teuthology.orchestra.run.smithi132:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-544.el8.x86_64 2024-03-11T17:27:59.587 DEBUG:teuthology.orchestra.remote:smithi176:/tmp/tmp.VfxZmUjre8 is 6KB 2024-03-11T17:27:59.625 DEBUG:teuthology.orchestra.run.smithi132:> sudo shutdown -r now 2024-03-11T17:27:59.634 DEBUG:teuthology.orchestra.run.smithi176:> rm -fr /tmp/tmp.VfxZmUjre8 2024-03-11T17:27:59.652 DEBUG:teuthology.orchestra.run.smithi176:> sudo /bin/ls /boot/loader/entries || true 2024-03-11T17:27:59.728 INFO:teuthology.orchestra.run.smithi176.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-03-11T17:27:59.728 INFO:teuthology.orchestra.run.smithi176.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-03-11T17:27:59.728 INFO:teuthology.orchestra.run.smithi176.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-03-11T17:27:59.728 INFO:teuthology.orchestra.run.smithi176.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-544.el8.x86_64.conf 2024-03-11T17:27:59.729 DEBUG:teuthology.orchestra.run.smithi176:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-544.el8.x86_64 2024-03-11T17:27:59.882 DEBUG:teuthology.orchestra.run.smithi176:> sudo shutdown -r now 2024-03-11T17:28:29.658 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-11T17:28:29.659 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2024-03-11T17:28:29.660 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-11T17:28:29.885 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-11T17:28:29.886 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi176.front.sepia.ceph.com' 2024-03-11T17:28:29.886 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-11T17:29:29.723 DEBUG:teuthology.orchestra.remote:timed out 2024-03-11T17:29:29.888 DEBUG:teuthology.orchestra.remote:timed out 2024-03-11T17:29:38.732 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2024-03-11T17:29:38.733 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-11T17:29:38.889 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi176.front.sepia.ceph.com' 2024-03-11T17:29:38.890 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-11T17:29:39.312 DEBUG:teuthology.orchestra.run.smithi176:> true 2024-03-11T17:29:39.561 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi176.front.sepia.ceph.com' 2024-03-11T17:29:39.562 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-544.el8.x86_64"... 2024-03-11T17:29:39.562 DEBUG:teuthology.orchestra.run.smithi176:> uname -r 2024-03-11T17:29:39.579 INFO:teuthology.orchestra.run.smithi176.stdout:4.18.0-544.el8.x86_64 2024-03-11T17:29:39.579 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-544.el8.x86_64 vs 4.18.0-544.el8.x86_64 2024-03-11T17:29:39.579 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-11T17:29:39.579 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-11T17:29:39.627 DEBUG:teuthology.orchestra.run.smithi132:> true 2024-03-11T17:29:40.118 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi132.front.sepia.ceph.com' 2024-03-11T17:29:40.119 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-544.el8.x86_64"... 2024-03-11T17:29:40.119 DEBUG:teuthology.orchestra.run.smithi132:> uname -r 2024-03-11T17:29:40.136 INFO:teuthology.orchestra.run.smithi132.stdout:4.18.0-544.el8.x86_64 2024-03-11T17:29:40.143 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-544.el8.x86_64 vs 4.18.0-544.el8.x86_64 2024-03-11T17:29:40.143 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-11T17:29:40.143 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-03-11T17:29:40.580 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-11T17:29:40.580 DEBUG:teuthology.orchestra.run.smithi176:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-11T17:29:40.666 INFO:teuthology.orchestra.run.smithi176.stdout:ttyS1 2024-03-11T17:29:40.678 DEBUG:teuthology.parallel:result is None 2024-03-11T17:29:41.144 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-11T17:29:41.144 DEBUG:teuthology.orchestra.run.smithi132:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-11T17:29:41.211 INFO:teuthology.orchestra.run.smithi132.stdout:ttyS1 2024-03-11T17:29:41.227 DEBUG:teuthology.parallel:result is None 2024-03-11T17:29:41.227 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-11T17:29:41.235 INFO:teuthology.task.internal:Creating test directory... 2024-03-11T17:29:41.235 DEBUG:teuthology.orchestra.run.smithi132:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-11T17:29:41.237 DEBUG:teuthology.orchestra.run.smithi176:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-11T17:29:41.385 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-11T17:29:41.392 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-11T17:29:41.400 INFO:teuthology.task.internal:Creating archive directory... 2024-03-11T17:29:41.400 DEBUG:teuthology.orchestra.run.smithi132:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-11T17:29:41.402 DEBUG:teuthology.orchestra.run.smithi176:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-11T17:29:41.671 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-11T17:29:41.679 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-11T17:29:41.679 DEBUG:teuthology.orchestra.run.smithi132:> 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-03-11T17:29:41.682 DEBUG:teuthology.orchestra.run.smithi176:> 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-03-11T17:29:41.720 INFO:teuthology.orchestra.run.smithi132.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-11T17:29:41.731 INFO:teuthology.orchestra.run.smithi132.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-11T17:29:41.815 INFO:teuthology.orchestra.run.smithi176.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-11T17:29:41.898 INFO:teuthology.orchestra.run.smithi176.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-11T17:29:41.908 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-11T17:29:41.915 INFO:teuthology.task.internal:Configuring sudo... 2024-03-11T17:29:41.915 DEBUG:teuthology.orchestra.run.smithi132:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-11T17:29:41.918 DEBUG:teuthology.orchestra.run.smithi176:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-11T17:29:42.273 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-11T17:29:42.283 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-11T17:29:42.283 DEBUG:teuthology.orchestra.run.smithi132:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-11T17:29:42.286 DEBUG:teuthology.orchestra.run.smithi176:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-11T17:29:42.672 DEBUG:teuthology.orchestra.run.smithi132:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-11T17:29:42.723 DEBUG:teuthology.orchestra.run.smithi132:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-11T17:29:42.776 DEBUG:teuthology.orchestra.run.smithi132:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-11T17:29:42.865 DEBUG:teuthology.orchestra.run.smithi132:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-11T17:29:42.907 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-03-11T17:29:42.907 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-11T17:29:42.976 DEBUG:teuthology.orchestra.run.smithi176:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-11T17:29:43.019 DEBUG:teuthology.orchestra.run.smithi176:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-11T17:29:43.067 DEBUG:teuthology.orchestra.run.smithi176:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-11T17:29:43.150 DEBUG:teuthology.orchestra.run.smithi176:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-11T17:29:43.194 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-03-11T17:29:43.194 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-11T17:29:43.260 DEBUG:teuthology.orchestra.run.smithi132:> sudo service rsyslog restart 2024-03-11T17:29:43.262 DEBUG:teuthology.orchestra.run.smithi176:> sudo service rsyslog restart 2024-03-11T17:29:43.324 INFO:teuthology.orchestra.run.smithi132.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-11T17:29:43.494 INFO:teuthology.orchestra.run.smithi176.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-11T17:29:43.769 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-11T17:29:43.777 INFO:teuthology.task.internal:Starting timer... 2024-03-11T17:29:43.777 INFO:teuthology.run_tasks:Running task pcp... 2024-03-11T17:29:43.791 INFO:teuthology.run_tasks:Running task selinux... 2024-03-11T17:29:43.803 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-03-11T17:29:43.804 DEBUG:teuthology.orchestra.run.smithi132:> sudo service auditd rotate 2024-03-11T17:29:43.893 INFO:teuthology.orchestra.run.smithi132.stdout:Rotating logs: 2024-03-11T17:29:43.895 DEBUG:teuthology.orchestra.run.smithi176:> sudo service auditd rotate 2024-03-11T17:29:43.975 INFO:teuthology.orchestra.run.smithi176.stdout:Rotating logs: 2024-03-11T17:29:43.977 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-11T17:29:43.977 DEBUG:teuthology.orchestra.run.smithi132:> /usr/sbin/getenforce 2024-03-11T17:29:44.011 INFO:teuthology.orchestra.run.smithi132.stdout:Permissive 2024-03-11T17:29:44.012 DEBUG:teuthology.orchestra.run.smithi176:> /usr/sbin/getenforce 2024-03-11T17:29:44.037 INFO:teuthology.orchestra.run.smithi176.stdout:Permissive 2024-03-11T17:29:44.037 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi132.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi176.front.sepia.ceph.com': 'permissive'} 2024-03-11T17:29:44.038 DEBUG:teuthology.orchestra.run.smithi132:> 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-03-11T17:29:44.080 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-11T17:29:44.081 DEBUG:teuthology.orchestra.run.smithi176:> 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-03-11T17:29:44.107 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-11T17:29:44.108 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-11T17:29:44.108 DEBUG:teuthology.orchestra.run.smithi132:> sudo /usr/sbin/setenforce permissive 2024-03-11T17:29:44.148 DEBUG:teuthology.orchestra.run.smithi176:> sudo /usr/sbin/setenforce permissive 2024-03-11T17:29:44.177 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-11T17:29:44.188 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-11T17:29:44.210 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-03-11T17:29:44.212 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi132.front.sepia.ceph.com,smithi176.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-11T17:35:31.111 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi132.front.sepia.ceph.com'), Remote(name='ubuntu@smithi176.front.sepia.ceph.com')] 2024-03-11T17:35:31.113 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi132.front.sepia.ceph.com' 2024-03-11T17:35:31.114 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi132.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-11T17:35:31.193 DEBUG:teuthology.orchestra.run.smithi132:> true 2024-03-11T17:35:31.261 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi132.front.sepia.ceph.com' 2024-03-11T17:35:31.262 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi176.front.sepia.ceph.com' 2024-03-11T17:35:31.262 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-11T17:35:31.335 DEBUG:teuthology.orchestra.run.smithi176:> true 2024-03-11T17:35:31.405 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi176.front.sepia.ceph.com' 2024-03-11T17:35:31.405 INFO:teuthology.run_tasks:Running task clock... 2024-03-11T17:35:31.415 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-11T17:35:31.416 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-11T17:35:31.416 DEBUG:teuthology.orchestra.run.smithi132:> 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-03-11T17:35:31.418 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-11T17:35:31.418 DEBUG:teuthology.orchestra.run.smithi176:> 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-03-11T17:35:31.449 INFO:teuthology.orchestra.run.smithi132.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-11T17:35:31.463 INFO:teuthology.orchestra.run.smithi132.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-11T17:35:31.477 INFO:teuthology.orchestra.run.smithi176.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-03-11T17:35:31.491 INFO:teuthology.orchestra.run.smithi176.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-03-11T17:35:31.530 INFO:teuthology.orchestra.run.smithi132.stderr:sudo: ntpd: command not found 2024-03-11T17:35:31.540 INFO:teuthology.orchestra.run.smithi132.stdout:506 Cannot talk to daemon 2024-03-11T17:35:31.554 INFO:teuthology.orchestra.run.smithi132.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-11T17:35:31.555 INFO:teuthology.orchestra.run.smithi176.stderr:sudo: ntpd: command not found 2024-03-11T17:35:31.566 INFO:teuthology.orchestra.run.smithi176.stdout:506 Cannot talk to daemon 2024-03-11T17:35:31.567 INFO:teuthology.orchestra.run.smithi132.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-11T17:35:31.580 INFO:teuthology.orchestra.run.smithi176.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-03-11T17:35:31.593 INFO:teuthology.orchestra.run.smithi176.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-03-11T17:35:31.631 INFO:teuthology.orchestra.run.smithi132.stderr:bash: ntpq: command not found 2024-03-11T17:35:31.635 INFO:teuthology.orchestra.run.smithi132.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-11T17:35:31.635 INFO:teuthology.orchestra.run.smithi132.stdout:=============================================================================== 2024-03-11T17:35:31.635 INFO:teuthology.orchestra.run.smithi132.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T17:35:31.635 INFO:teuthology.orchestra.run.smithi132.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T17:35:31.635 INFO:teuthology.orchestra.run.smithi132.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T17:35:31.635 INFO:teuthology.orchestra.run.smithi132.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T17:35:31.651 INFO:teuthology.orchestra.run.smithi176.stderr:bash: ntpq: command not found 2024-03-11T17:35:31.655 INFO:teuthology.orchestra.run.smithi176.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-11T17:35:31.655 INFO:teuthology.orchestra.run.smithi176.stdout:=============================================================================== 2024-03-11T17:35:31.655 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T17:35:31.655 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T17:35:31.655 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T17:35:31.656 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T17:35:31.656 INFO:teuthology.run_tasks:Running task pexec... 2024-03-11T17:35:31.664 INFO:teuthology.task.pexec:Executing custom commands... 2024-03-11T17:35:31.665 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi132.front.sepia.ceph.com 2024-03-11T17:35:31.665 DEBUG:teuthology.orchestra.run.smithi132:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-03-11T17:35:31.665 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi176.front.sepia.ceph.com 2024-03-11T17:35:31.666 DEBUG:teuthology.orchestra.run.smithi176:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-03-11T17:35:32.462 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:01:23 ago on Mon 11 Mar 2024 05:34:09 PM UTC. 2024-03-11T17:35:32.485 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:23 ago on Mon 11 Mar 2024 05:34:09 PM UTC. 2024-03-11T17:35:34.570 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2024-03-11T17:35:34.571 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-03-11T17:35:34.571 INFO:teuthology.orchestra.run.smithi132.stdout: Package Architecture Version Repository Size 2024-03-11T17:35:34.571 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-03-11T17:35:34.571 INFO:teuthology.orchestra.run.smithi132.stdout:Resetting modules: 2024-03-11T17:35:34.571 INFO:teuthology.orchestra.run.smithi132.stdout: container-tools 2024-03-11T17:35:34.571 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-03-11T17:35:34.571 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2024-03-11T17:35:34.571 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-03-11T17:35:34.571 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-03-11T17:35:34.589 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-03-11T17:35:34.590 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-03-11T17:35:34.590 INFO:teuthology.orchestra.run.smithi176.stdout: Package Architecture Version Repository Size 2024-03-11T17:35:34.590 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-03-11T17:35:34.590 INFO:teuthology.orchestra.run.smithi176.stdout:Resetting modules: 2024-03-11T17:35:34.590 INFO:teuthology.orchestra.run.smithi176.stdout: container-tools 2024-03-11T17:35:34.590 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-03-11T17:35:34.590 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-03-11T17:35:34.590 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-03-11T17:35:34.590 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-03-11T17:35:34.824 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2024-03-11T17:35:34.843 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-03-11T17:35:35.683 INFO:teuthology.orchestra.run.smithi132.stdout:Last metadata expiration check: 0:01:26 ago on Mon 11 Mar 2024 05:34:09 PM UTC. 2024-03-11T17:35:35.727 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:26 ago on Mon 11 Mar 2024 05:34:09 PM UTC. 2024-03-11T17:35:37.772 INFO:teuthology.orchestra.run.smithi132.stdout:Dependencies resolved. 2024-03-11T17:35:37.808 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-03-11T17:35:37.808 INFO:teuthology.orchestra.run.smithi132.stdout: Package Arch Version Repository Size 2024-03-11T17:35:37.808 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-03-11T17:35:37.808 INFO:teuthology.orchestra.run.smithi132.stdout:Installing group/module packages: 2024-03-11T17:35:37.808 INFO:teuthology.orchestra.run.smithi132.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-03-11T17:35:37.808 INFO:teuthology.orchestra.run.smithi132.stdout: buildah x86_64 2:1.33.6-2.module_el8+976+11360731 appstream 9.6 M 2024-03-11T17:35:37.808 INFO:teuthology.orchestra.run.smithi132.stdout: cockpit-podman noarch 84.1-1.module_el8+977+8ab54275 appstream 689 k 2024-03-11T17:35:37.808 INFO:teuthology.orchestra.run.smithi132.stdout: crun x86_64 1.14.3-2.module_el8+968+fbb249c7 appstream 258 k 2024-03-11T17:35:37.808 INFO:teuthology.orchestra.run.smithi132.stdout: netavark x86_64 2:1.10.3-1.module_el8+951+32019cde appstream 4.1 M 2024-03-11T17:35:37.808 INFO:teuthology.orchestra.run.smithi132.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-03-11T17:35:37.808 INFO:teuthology.orchestra.run.smithi132.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-03-11T17:35:37.808 INFO:teuthology.orchestra.run.smithi132.stdout: toolbox x86_64 0.0.99.5-2.module_el8+971+3d3df00d appstream 2.5 M 2024-03-11T17:35:37.808 INFO:teuthology.orchestra.run.smithi132.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-03-11T17:35:37.809 INFO:teuthology.orchestra.run.smithi132.stdout:Installing dependencies: 2024-03-11T17:35:37.809 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-03-11T17:35:37.809 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-03-11T17:35:37.809 INFO:teuthology.orchestra.run.smithi132.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-03-11T17:35:37.809 INFO:teuthology.orchestra.run.smithi132.stdout:Installing weak dependencies: 2024-03-11T17:35:37.809 INFO:teuthology.orchestra.run.smithi132.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-03-11T17:35:37.809 INFO:teuthology.orchestra.run.smithi132.stdout:Installing module profiles: 2024-03-11T17:35:37.809 INFO:teuthology.orchestra.run.smithi132.stdout: container-tools/common 2024-03-11T17:35:37.809 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-03-11T17:35:37.809 INFO:teuthology.orchestra.run.smithi132.stdout:Enabling module streams: 2024-03-11T17:35:37.809 INFO:teuthology.orchestra.run.smithi132.stdout: container-tools rhel8 2024-03-11T17:35:37.809 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-03-11T17:35:37.809 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction Summary 2024-03-11T17:35:37.809 INFO:teuthology.orchestra.run.smithi132.stdout:================================================================================ 2024-03-11T17:35:37.810 INFO:teuthology.orchestra.run.smithi132.stdout:Install 13 Packages 2024-03-11T17:35:37.810 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-03-11T17:35:37.810 INFO:teuthology.orchestra.run.smithi132.stdout:Total download size: 27 M 2024-03-11T17:35:37.810 INFO:teuthology.orchestra.run.smithi132.stdout:Installed size: 91 M 2024-03-11T17:35:37.810 INFO:teuthology.orchestra.run.smithi132.stdout:Downloading Packages: 2024-03-11T17:35:37.824 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-03-11T17:35:37.860 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-03-11T17:35:37.860 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2024-03-11T17:35:37.860 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-03-11T17:35:37.860 INFO:teuthology.orchestra.run.smithi176.stdout:Installing group/module packages: 2024-03-11T17:35:37.860 INFO:teuthology.orchestra.run.smithi176.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-03-11T17:35:37.860 INFO:teuthology.orchestra.run.smithi176.stdout: buildah x86_64 2:1.33.6-2.module_el8+976+11360731 appstream 9.6 M 2024-03-11T17:35:37.860 INFO:teuthology.orchestra.run.smithi176.stdout: cockpit-podman noarch 84.1-1.module_el8+977+8ab54275 appstream 689 k 2024-03-11T17:35:37.860 INFO:teuthology.orchestra.run.smithi176.stdout: crun x86_64 1.14.3-2.module_el8+968+fbb249c7 appstream 258 k 2024-03-11T17:35:37.860 INFO:teuthology.orchestra.run.smithi176.stdout: netavark x86_64 2:1.10.3-1.module_el8+951+32019cde appstream 4.1 M 2024-03-11T17:35:37.861 INFO:teuthology.orchestra.run.smithi176.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-03-11T17:35:37.861 INFO:teuthology.orchestra.run.smithi176.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-03-11T17:35:37.861 INFO:teuthology.orchestra.run.smithi176.stdout: toolbox x86_64 0.0.99.5-2.module_el8+971+3d3df00d appstream 2.5 M 2024-03-11T17:35:37.861 INFO:teuthology.orchestra.run.smithi176.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-03-11T17:35:37.861 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2024-03-11T17:35:37.861 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-03-11T17:35:37.861 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-03-11T17:35:37.861 INFO:teuthology.orchestra.run.smithi176.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-03-11T17:35:37.861 INFO:teuthology.orchestra.run.smithi176.stdout:Installing weak dependencies: 2024-03-11T17:35:37.861 INFO:teuthology.orchestra.run.smithi176.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-03-11T17:35:37.861 INFO:teuthology.orchestra.run.smithi176.stdout:Installing module profiles: 2024-03-11T17:35:37.861 INFO:teuthology.orchestra.run.smithi176.stdout: container-tools/common 2024-03-11T17:35:37.861 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-03-11T17:35:37.861 INFO:teuthology.orchestra.run.smithi176.stdout:Enabling module streams: 2024-03-11T17:35:37.861 INFO:teuthology.orchestra.run.smithi176.stdout: container-tools rhel8 2024-03-11T17:35:37.862 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-03-11T17:35:37.862 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-03-11T17:35:37.862 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-03-11T17:35:37.862 INFO:teuthology.orchestra.run.smithi176.stdout:Install 13 Packages 2024-03-11T17:35:37.862 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-03-11T17:35:37.862 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 27 M 2024-03-11T17:35:37.863 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 91 M 2024-03-11T17:35:37.863 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-03-11T17:35:38.126 INFO:teuthology.orchestra.run.smithi132.stdout:(1/13): cockpit-podman-84.1-1.module_el8+977+8a 5.6 MB/s | 689 kB 00:00 2024-03-11T17:35:38.160 INFO:teuthology.orchestra.run.smithi132.stdout:(2/13): aardvark-dns-1.10.0-1.module_el8+871+55 6.5 MB/s | 1.0 MB 00:00 2024-03-11T17:35:38.166 INFO:teuthology.orchestra.run.smithi176.stdout:(1/13): cockpit-podman-84.1-1.module_el8+977+8a 6.1 MB/s | 689 kB 00:00 2024-03-11T17:35:38.185 INFO:teuthology.orchestra.run.smithi132.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 643 kB/s | 38 kB 00:00 2024-03-11T17:35:38.199 INFO:teuthology.orchestra.run.smithi176.stdout:(2/13): aardvark-dns-1.10.0-1.module_el8+871+55 7.0 MB/s | 1.0 MB 00:00 2024-03-11T17:35:38.210 INFO:teuthology.orchestra.run.smithi132.stdout:(4/13): crun-1.14.3-2.module_el8+968+fbb249c7.x 5.0 MB/s | 258 kB 00:00 2024-03-11T17:35:38.224 INFO:teuthology.orchestra.run.smithi176.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 647 kB/s | 38 kB 00:00 2024-03-11T17:35:38.250 INFO:teuthology.orchestra.run.smithi176.stdout:(4/13): crun-1.14.3-2.module_el8+968+fbb249c7.x 5.0 MB/s | 258 kB 00:00 2024-03-11T17:35:38.253 INFO:teuthology.orchestra.run.smithi132.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 4.2 MB/s | 180 kB 00:00 2024-03-11T17:35:38.286 INFO:teuthology.orchestra.run.smithi132.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 745 kB/s | 25 kB 00:00 2024-03-11T17:35:38.301 INFO:teuthology.orchestra.run.smithi176.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 3.4 MB/s | 180 kB 00:00 2024-03-11T17:35:38.342 INFO:teuthology.orchestra.run.smithi176.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 613 kB/s | 25 kB 00:00 2024-03-11T17:35:38.345 INFO:teuthology.orchestra.run.smithi132.stdout:(7/13): netavark-1.10.3-1.module_el8+951+32019c 26 MB/s | 4.1 MB 00:00 2024-03-11T17:35:38.370 INFO:teuthology.orchestra.run.smithi132.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.1 MB/s | 94 kB 00:00 2024-03-11T17:35:38.451 INFO:teuthology.orchestra.run.smithi176.stdout:(7/13): buildah-1.33.6-2.module_el8+976+1136073 24 MB/s | 9.6 MB 00:00 2024-03-11T17:35:38.476 INFO:teuthology.orchestra.run.smithi176.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 703 kB/s | 94 kB 00:00 2024-03-11T17:35:38.498 INFO:teuthology.orchestra.run.smithi132.stdout:(9/13): buildah-1.33.6-2.module_el8+976+1136073 20 MB/s | 9.6 MB 00:00 2024-03-11T17:35:38.529 INFO:teuthology.orchestra.run.smithi132.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 1.5 MB/s | 53 kB 00:00 2024-03-11T17:35:38.543 INFO:teuthology.orchestra.run.smithi176.stdout:(9/13): netavark-1.10.3-1.module_el8+951+32019c 13 MB/s | 4.1 MB 00:00 2024-03-11T17:35:38.577 INFO:teuthology.orchestra.run.smithi176.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 1.5 MB/s | 53 kB 00:00 2024-03-11T17:35:38.579 INFO:teuthology.orchestra.run.smithi132.stdout:(11/13): toolbox-0.0.99.5-2.module_el8+971+3d3d 12 MB/s | 2.5 MB 00:00 2024-03-11T17:35:38.596 INFO:teuthology.orchestra.run.smithi132.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 612 kB/s | 41 kB 00:00 2024-03-11T17:35:38.646 INFO:teuthology.orchestra.run.smithi176.stdout:(11/13): toolbox-0.0.99.5-2.module_el8+971+3d3d 15 MB/s | 2.5 MB 00:00 2024-03-11T17:35:38.677 INFO:teuthology.orchestra.run.smithi176.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 409 kB/s | 41 kB 00:00 2024-03-11T17:35:38.705 INFO:teuthology.orchestra.run.smithi132.stdout:(13/13): skopeo-1.14.3-0.1.module_el8+885+7da14 24 MB/s | 8.8 MB 00:00 2024-03-11T17:35:38.705 INFO:teuthology.orchestra.run.smithi132.stdout:-------------------------------------------------------------------------------- 2024-03-11T17:35:38.705 INFO:teuthology.orchestra.run.smithi132.stdout:Total 31 MB/s | 27 MB 00:00 2024-03-11T17:35:38.786 INFO:teuthology.orchestra.run.smithi176.stdout:(13/13): skopeo-1.14.3-0.1.module_el8+885+7da14 26 MB/s | 8.8 MB 00:00 2024-03-11T17:35:38.786 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-03-11T17:35:38.786 INFO:teuthology.orchestra.run.smithi176.stdout:Total 30 MB/s | 27 MB 00:00 2024-03-11T17:35:38.974 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction check 2024-03-11T17:35:38.994 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction check succeeded. 2024-03-11T17:35:38.995 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction test 2024-03-11T17:35:39.056 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-03-11T17:35:39.077 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-03-11T17:35:39.077 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-03-11T17:35:39.244 INFO:teuthology.orchestra.run.smithi132.stdout:Transaction test succeeded. 2024-03-11T17:35:39.247 INFO:teuthology.orchestra.run.smithi132.stdout:Running transaction 2024-03-11T17:35:39.358 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-03-11T17:35:39.362 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-03-11T17:35:39.937 INFO:teuthology.orchestra.run.smithi132.stdout: Preparing : 1/1 2024-03-11T17:35:40.103 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-03-11T17:35:40.855 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-03-11T17:35:41.022 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-03-11T17:35:41.072 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-03-11T17:35:41.184 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-03-11T17:35:41.269 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-03-11T17:35:41.384 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-03-11T17:35:41.464 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-03-11T17:35:41.644 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-03-11T17:35:41.658 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-03-11T17:35:41.908 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-03-11T17:35:42.222 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-03-11T17:35:42.506 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-03-11T17:35:43.197 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 7/13 2024-03-11T17:35:43.424 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 8/13 2024-03-11T17:35:43.460 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 7/13 2024-03-11T17:35:43.635 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 9/13 2024-03-11T17:35:43.706 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 8/13 2024-03-11T17:35:43.951 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 9/13 2024-03-11T17:35:44.069 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-03-11T17:35:44.289 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-03-11T17:35:44.407 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-03-11T17:35:44.513 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-03-11T17:35:44.648 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-03-11T17:35:44.691 INFO:teuthology.orchestra.run.smithi132.stdout: Installing : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-03-11T17:35:44.887 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-03-11T17:35:45.063 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-03-11T17:35:45.113 INFO:teuthology.orchestra.run.smithi132.stdout: Running scriptlet: cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-03-11T17:35:45.114 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-03-11T17:35:45.114 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2/13 2024-03-11T17:35:45.114 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 3/13 2024-03-11T17:35:45.114 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-03-11T17:35:45.114 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 5/13 2024-03-11T17:35:45.114 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 6/13 2024-03-11T17:35:45.114 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-03-11T17:35:45.114 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-03-11T17:35:45.114 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-03-11T17:35:45.114 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-03-11T17:35:45.114 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-03-11T17:35:45.115 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-03-11T17:35:45.482 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-03-11T17:35:45.482 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-03-11T17:35:45.483 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2/13 2024-03-11T17:35:45.483 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 3/13 2024-03-11T17:35:45.483 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-03-11T17:35:45.483 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 5/13 2024-03-11T17:35:45.483 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 6/13 2024-03-11T17:35:45.483 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-03-11T17:35:45.483 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-03-11T17:35:45.483 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-03-11T17:35:45.483 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-03-11T17:35:45.483 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-03-11T17:35:45.483 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-03-11T17:35:45.613 INFO:teuthology.orchestra.run.smithi132.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-03-11T17:35:45.614 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-03-11T17:35:45.614 INFO:teuthology.orchestra.run.smithi132.stdout:Installed: 2024-03-11T17:35:45.614 INFO:teuthology.orchestra.run.smithi132.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-03-11T17:35:45.614 INFO:teuthology.orchestra.run.smithi132.stdout: buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2024-03-11T17:35:45.614 INFO:teuthology.orchestra.run.smithi132.stdout: cockpit-podman-84.1-1.module_el8+977+8ab54275.noarch 2024-03-11T17:35:45.614 INFO:teuthology.orchestra.run.smithi132.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-03-11T17:35:45.614 INFO:teuthology.orchestra.run.smithi132.stdout: crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 2024-03-11T17:35:45.614 INFO:teuthology.orchestra.run.smithi132.stdout: netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 2024-03-11T17:35:45.614 INFO:teuthology.orchestra.run.smithi132.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-03-11T17:35:45.614 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-03-11T17:35:45.615 INFO:teuthology.orchestra.run.smithi132.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-03-11T17:35:45.615 INFO:teuthology.orchestra.run.smithi132.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-03-11T17:35:45.615 INFO:teuthology.orchestra.run.smithi132.stdout: toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 2024-03-11T17:35:45.615 INFO:teuthology.orchestra.run.smithi132.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-03-11T17:35:45.615 INFO:teuthology.orchestra.run.smithi132.stdout: yajl-2.1.0-12.el8.x86_64 2024-03-11T17:35:45.615 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-03-11T17:35:45.615 INFO:teuthology.orchestra.run.smithi132.stdout:Complete! 2024-03-11T17:35:45.912 DEBUG:teuthology.parallel:result is None 2024-03-11T17:35:45.996 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-03-11T17:35:45.996 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-03-11T17:35:45.996 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-03-11T17:35:45.996 INFO:teuthology.orchestra.run.smithi176.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-03-11T17:35:45.996 INFO:teuthology.orchestra.run.smithi176.stdout: buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2024-03-11T17:35:45.996 INFO:teuthology.orchestra.run.smithi176.stdout: cockpit-podman-84.1-1.module_el8+977+8ab54275.noarch 2024-03-11T17:35:45.996 INFO:teuthology.orchestra.run.smithi176.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-03-11T17:35:45.997 INFO:teuthology.orchestra.run.smithi176.stdout: crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 2024-03-11T17:35:45.997 INFO:teuthology.orchestra.run.smithi176.stdout: netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 2024-03-11T17:35:45.997 INFO:teuthology.orchestra.run.smithi176.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-03-11T17:35:45.997 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-03-11T17:35:45.997 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-03-11T17:35:45.997 INFO:teuthology.orchestra.run.smithi176.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-03-11T17:35:45.997 INFO:teuthology.orchestra.run.smithi176.stdout: toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 2024-03-11T17:35:45.997 INFO:teuthology.orchestra.run.smithi176.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-03-11T17:35:45.997 INFO:teuthology.orchestra.run.smithi176.stdout: yajl-2.1.0-12.el8.x86_64 2024-03-11T17:35:45.997 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-03-11T17:35:45.997 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-03-11T17:35:46.337 DEBUG:teuthology.parallel:result is None 2024-03-11T17:35:46.337 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-11T17:35:46.836 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': 'e1b0c2aac6a095145a28ab2d96914badf5f65354'} 2024-03-11T17:35:46.836 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v16.2.5 2024-03-11T17:35:46.836 INFO:tasks.cephadm:Cluster fsid is cb5f33fe-dfcd-11ee-95c8-87774f69a715 2024-03-11T17:35:46.836 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-11T17:35:46.837 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-03-11T17:35:46.837 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi132': '172.21.15.132', 'mon.smithi176': '172.21.15.176'} 2024-03-11T17:35:46.837 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-11T17:35:46.837 DEBUG:teuthology.orchestra.run.smithi132:> sudo hostname $(hostname -s) 2024-03-11T17:35:46.867 DEBUG:teuthology.orchestra.run.smithi176:> sudo hostname $(hostname -s) 2024-03-11T17:35:46.895 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2024-03-11T17:35:46.895 DEBUG:teuthology.orchestra.run.smithi132:> 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-03-11T17:35:47.178 INFO:teuthology.orchestra.run.smithi132.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Mar 11 17:35 /home/ubuntu/cephtest/cephadm 2024-03-11T17:35:47.178 DEBUG:teuthology.orchestra.run.smithi176:> 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-03-11T17:35:47.318 INFO:teuthology.orchestra.run.smithi176.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Mar 11 17:35 /home/ubuntu/cephtest/cephadm 2024-03-11T17:35:47.318 DEBUG:teuthology.orchestra.run.smithi132:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-11T17:35:47.350 DEBUG:teuthology.orchestra.run.smithi176:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-11T17:35:47.395 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v16.2.5 on all hosts... 2024-03-11T17:35:47.395 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 pull 2024-03-11T17:35:47.400 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 pull 2024-03-11T17:35:49.386 INFO:teuthology.orchestra.run.smithi132.stderr:Pulling container image quay.io/ceph/ceph:v16.2.5... 2024-03-11T17:35:49.424 INFO:teuthology.orchestra.run.smithi176.stderr:Pulling container image quay.io/ceph/ceph:v16.2.5... 2024-03-11T17:36:14.261 INFO:teuthology.orchestra.run.smithi176.stdout:{ 2024-03-11T17:36:14.261 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph_version": "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)", 2024-03-11T17:36:14.261 INFO:teuthology.orchestra.run.smithi176.stdout: "image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", 2024-03-11T17:36:14.261 INFO:teuthology.orchestra.run.smithi176.stdout: "repo_digests": [ 2024-03-11T17:36:14.261 INFO:teuthology.orchestra.run.smithi176.stdout: "quay.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", 2024-03-11T17:36:14.261 INFO:teuthology.orchestra.run.smithi176.stdout: "quay.io/ceph/ceph@sha256:eb5600add17bccbe73ff1ee92faae1fce95007dcc51123f8c8a6258a090d2b03" 2024-03-11T17:36:14.261 INFO:teuthology.orchestra.run.smithi176.stdout: ] 2024-03-11T17:36:14.262 INFO:teuthology.orchestra.run.smithi176.stdout:} 2024-03-11T17:36:15.154 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:36:15.154 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph_version": "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)", 2024-03-11T17:36:15.155 INFO:teuthology.orchestra.run.smithi132.stdout: "image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", 2024-03-11T17:36:15.155 INFO:teuthology.orchestra.run.smithi132.stdout: "repo_digests": [ 2024-03-11T17:36:15.155 INFO:teuthology.orchestra.run.smithi132.stdout: "quay.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", 2024-03-11T17:36:15.155 INFO:teuthology.orchestra.run.smithi132.stdout: "quay.io/ceph/ceph@sha256:eb5600add17bccbe73ff1ee92faae1fce95007dcc51123f8c8a6258a090d2b03" 2024-03-11T17:36:15.155 INFO:teuthology.orchestra.run.smithi132.stdout: ] 2024-03-11T17:36:15.155 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:36:15.175 DEBUG:teuthology.orchestra.run.smithi132:> sudo mkdir -p /etc/ceph 2024-03-11T17:36:15.206 DEBUG:teuthology.orchestra.run.smithi176:> sudo mkdir -p /etc/ceph 2024-03-11T17:36:15.241 DEBUG:teuthology.orchestra.run.smithi132:> sudo chmod 777 /etc/ceph 2024-03-11T17:36:15.272 DEBUG:teuthology.orchestra.run.smithi176:> sudo chmod 777 /etc/ceph 2024-03-11T17:36:15.311 INFO:tasks.cephadm:Writing seed config... 2024-03-11T17:36:15.319 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-11T17:36:15.319 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-11T17:36:15.319 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-11T17:36:15.320 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-11T17:36:15.320 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-11T17:36:15.320 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-11T17:36:15.320 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-11T17:36:15.320 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-03-11T17:36:15.320 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-03-11T17:36:15.320 DEBUG:teuthology.orchestra.run.smithi132:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-11T17:36:15.339 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 = cb5f33fe-dfcd-11ee-95c8-87774f69a715 [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-03-11T17:36:15.339 DEBUG:teuthology.orchestra.run.smithi132:mon.smithi132> sudo journalctl -f -n 0 -u ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@mon.smithi132.service 2024-03-11T17:36:15.381 INFO:tasks.cephadm:Bootstrapping... 2024-03-11T17:36:15.381 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 -v bootstrap --fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.132 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-11T17:36:15.407 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:-- Logs begin at Mon 2024-03-11 17:29:17 UTC. -- 2024-03-11T17:36:15.570 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-03-11T17:36:15.592 INFO:teuthology.orchestra.run.smithi132.stderr:/bin/podman: 4.9.4-dev 2024-03-11T17:36:15.611 INFO:teuthology.orchestra.run.smithi132.stderr:Verifying podman|docker is present... 2024-03-11T17:36:15.611 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-03-11T17:36:15.630 INFO:teuthology.orchestra.run.smithi132.stderr:/bin/podman: 4.9.4-dev 2024-03-11T17:36:15.645 INFO:teuthology.orchestra.run.smithi132.stderr:Verifying lvm2 is present... 2024-03-11T17:36:15.645 INFO:teuthology.orchestra.run.smithi132.stderr:Verifying time synchronization is in place... 2024-03-11T17:36:15.645 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: systemctl is-enabled chrony.service 2024-03-11T17:36:15.651 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-03-11T17:36:15.652 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: systemctl is-active chrony.service 2024-03-11T17:36:15.657 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: inactive 2024-03-11T17:36:15.657 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: systemctl is-enabled chronyd.service 2024-03-11T17:36:15.663 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: enabled 2024-03-11T17:36:15.663 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: systemctl is-active chronyd.service 2024-03-11T17:36:15.668 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: active 2024-03-11T17:36:15.669 INFO:teuthology.orchestra.run.smithi132.stderr:Unit chronyd.service is enabled and running 2024-03-11T17:36:15.669 INFO:teuthology.orchestra.run.smithi132.stderr:Repeating the final host check... 2024-03-11T17:36:15.669 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-03-11T17:36:15.688 INFO:teuthology.orchestra.run.smithi132.stderr:/bin/podman: 4.9.4-dev 2024-03-11T17:36:15.700 INFO:teuthology.orchestra.run.smithi132.stderr:podman|docker (/bin/podman) is present 2024-03-11T17:36:15.701 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl is present 2024-03-11T17:36:15.701 INFO:teuthology.orchestra.run.smithi132.stderr:lvcreate is present 2024-03-11T17:36:15.701 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: systemctl is-enabled chrony.service 2024-03-11T17:36:15.706 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-03-11T17:36:15.706 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: systemctl is-active chrony.service 2024-03-11T17:36:15.711 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: inactive 2024-03-11T17:36:15.712 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: systemctl is-enabled chronyd.service 2024-03-11T17:36:15.717 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: enabled 2024-03-11T17:36:15.717 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: systemctl is-active chronyd.service 2024-03-11T17:36:15.722 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: active 2024-03-11T17:36:15.723 INFO:teuthology.orchestra.run.smithi132.stderr:Unit chronyd.service is enabled and running 2024-03-11T17:36:15.723 INFO:teuthology.orchestra.run.smithi132.stderr:Host looks OK 2024-03-11T17:36:15.723 INFO:teuthology.orchestra.run.smithi132.stderr:Cluster fsid: cb5f33fe-dfcd-11ee-95c8-87774f69a715 2024-03-11T17:36:15.723 INFO:teuthology.orchestra.run.smithi132.stderr:Acquiring lock 140521426968704 on /run/cephadm/cb5f33fe-dfcd-11ee-95c8-87774f69a715.lock 2024-03-11T17:36:15.723 INFO:teuthology.orchestra.run.smithi132.stderr:Lock 140521426968704 acquired on /run/cephadm/cb5f33fe-dfcd-11ee-95c8-87774f69a715.lock 2024-03-11T17:36:15.724 INFO:teuthology.orchestra.run.smithi132.stderr:Verifying IP 172.21.15.132 port 3300 ... 2024-03-11T17:36:15.724 INFO:teuthology.orchestra.run.smithi132.stderr:Verifying IP 172.21.15.132 port 6789 ... 2024-03-11T17:36:15.724 INFO:teuthology.orchestra.run.smithi132.stderr:Base mon IP is 172.21.15.132, final addrv is [v2:172.21.15.132:3300,v1:172.21.15.132:6789] 2024-03-11T17:36:15.724 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: /sbin/ip route ls 2024-03-11T17:36:15.726 INFO:teuthology.orchestra.run.smithi132.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.132 metric 100 2024-03-11T17:36:15.726 INFO:teuthology.orchestra.run.smithi132.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.132 metric 100 2024-03-11T17:36:15.727 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: /sbin/ip -6 route ls 2024-03-11T17:36:15.729 INFO:teuthology.orchestra.run.smithi132.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-03-11T17:36:15.729 INFO:teuthology.orchestra.run.smithi132.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-03-11T17:36:15.729 INFO:teuthology.orchestra.run.smithi132.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1736sec hoplimit 64 pref medium 2024-03-11T17:36:15.730 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: /sbin/ip -6 addr ls 2024-03-11T17:36:15.732 INFO:teuthology.orchestra.run.smithi132.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-11T17:36:15.732 INFO:teuthology.orchestra.run.smithi132.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-03-11T17:36:15.732 INFO:teuthology.orchestra.run.smithi132.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-03-11T17:36:15.732 INFO:teuthology.orchestra.run.smithi132.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-03-11T17:36:15.732 INFO:teuthology.orchestra.run.smithi132.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe88:773f/64 scope link 2024-03-11T17:36:15.732 INFO:teuthology.orchestra.run.smithi132.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-03-11T17:36:15.733 INFO:teuthology.orchestra.run.smithi132.stderr:Mon IP `172.21.15.132` is in CIDR network `172.21.0.0/20` 2024-03-11T17:36:15.733 INFO:teuthology.orchestra.run.smithi132.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-11T17:36:15.734 INFO:teuthology.orchestra.run.smithi132.stderr:Pulling container image quay.io/ceph/ceph:v16.2.5... 2024-03-11T17:36:15.734 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: /bin/podman pull quay.io/ceph/ceph:v16.2.5 2024-03-11T17:36:15.809 INFO:teuthology.orchestra.run.smithi132.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v16.2.5... 2024-03-11T17:36:16.347 INFO:teuthology.orchestra.run.smithi132.stderr:/bin/podman: Getting image source signatures 2024-03-11T17:36:16.347 INFO:teuthology.orchestra.run.smithi132.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2024-03-11T17:36:16.347 INFO:teuthology.orchestra.run.smithi132.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-03-11T17:36:16.347 INFO:teuthology.orchestra.run.smithi132.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-03-11T17:36:16.488 INFO:teuthology.orchestra.run.smithi132.stderr:/bin/podman: Writing manifest to image destination 2024-03-11T17:36:16.666 INFO:teuthology.orchestra.run.smithi132.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-03-11T17:36:16.682 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 --version 2024-03-11T17:36:17.222 INFO:teuthology.orchestra.run.smithi132.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-03-11T17:36:17.814 INFO:teuthology.orchestra.run.smithi132.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-03-11T17:36:17.814 INFO:teuthology.orchestra.run.smithi132.stderr:Extracting ceph user uid/gid from container image... 2024-03-11T17:36:17.814 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2024-03-11T17:36:18.340 INFO:teuthology.orchestra.run.smithi132.stderr:stat: 167 167 2024-03-11T17:36:18.923 INFO:teuthology.orchestra.run.smithi132.stderr:Creating initial keys... 2024-03-11T17:36:18.923 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 --gen-print-key 2024-03-11T17:36:19.413 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-authtool: AQATQe9lDuHkExAA1gM+ofy0lbfVXuK4Puo15g== 2024-03-11T17:36:19.945 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 --gen-print-key 2024-03-11T17:36:20.802 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-authtool: AQAUQe9lVy11KRAA8+TzoT/gjipK8LbS8oSZjw== 2024-03-11T17:36:21.359 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 --gen-print-key 2024-03-11T17:36:21.860 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-authtool: AQAVQe9lqmigLhAARFYqcmbDkBuhAbG/l2WBTg== 2024-03-11T17:36:22.395 INFO:teuthology.orchestra.run.smithi132.stderr:Creating initial monmap... 2024-03-11T17:36:22.396 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpr3dj5rbj:/tmp/monmap:z quay.io/ceph/ceph:v16.2.5 --create --clobber --fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 --addv smithi132 [v2:172.21.15.132:3300,v1:172.21.15.132:6789] /tmp/monmap 2024-03-11T17:36:22.933 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-11T17:36:22.933 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to cb5f33fe-dfcd-11ee-95c8-87774f69a715 2024-03-11T17:36:22.933 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-11T17:36:23.455 INFO:teuthology.orchestra.run.smithi132.stderr:monmaptool for smithi132 [v2:172.21.15.132:3300,v1:172.21.15.132:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-11T17:36:23.455 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/monmaptool: set fsid to cb5f33fe-dfcd-11ee-95c8-87774f69a715 2024-03-11T17:36:23.455 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-11T17:36:23.455 INFO:teuthology.orchestra.run.smithi132.stderr: 2024-03-11T17:36:23.455 INFO:teuthology.orchestra.run.smithi132.stderr:Creating mon... 2024-03-11T17:36:23.457 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/mon.smithi132:/var/lib/ceph/mon/ceph-smithi132:z -v /tmp/ceph-tmpng237i5s:/tmp/keyring:z -v /tmp/ceph-tmpr3dj5rbj:/tmp/monmap:z quay.io/ceph/ceph:v16.2.5 --mkfs -i smithi132 --fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true 2024-03-11T17:36:23.923 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.872+0000 7ff484391700 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-11T17:36:23.929 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.872+0000 7ff484391700 1 imported monmap: 2024-03-11T17:36:23.929 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: epoch 0 2024-03-11T17:36:23.929 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 2024-03-11T17:36:23.929 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: last_changed 2024-03-11T17:36:22.833938+0000 2024-03-11T17:36:23.929 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: created 2024-03-11T17:36:22.833938+0000 2024-03-11T17:36:23.929 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-03-11T17:36:23.930 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-03-11T17:36:23.930 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] mon.smithi132 2024-03-11T17:36:23.930 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2024-03-11T17:36:23.930 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.872+0000 7ff484391700 0 /usr/bin/ceph-mon: set fsid to cb5f33fe-dfcd-11ee-95c8-87774f69a715 2024-03-11T17:36:23.955 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: RocksDB version: 6.8.1 2024-03-11T17:36:23.956 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2024-03-11T17:36:23.956 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-03-11T17:36:23.956 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Compile date Jul 8 2021 2024-03-11T17:36:23.956 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: DB SUMMARY 2024-03-11T17:36:23.956 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2024-03-11T17:36:23.956 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi132/store.db dir, Total Num: 0, files: 2024-03-11T17:36:23.956 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2024-03-11T17:36:23.956 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi132/store.db: 2024-03-11T17:36:23.956 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2024-03-11T17:36:23.956 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.error_if_exists: 0 2024-03-11T17:36:23.956 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.create_if_missing: 1 2024-03-11T17:36:23.956 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.paranoid_checks: 1 2024-03-11T17:36:23.956 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.env: 0x55f960c311c0 2024-03-11T17:36:23.957 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.fs: Posix File System 2024-03-11T17:36:23.957 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.info_log: 0x55f962276c20 2024-03-11T17:36:23.957 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-11T17:36:23.957 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.statistics: (nil) 2024-03-11T17:36:23.957 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.use_fsync: 0 2024-03-11T17:36:23.957 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.max_log_file_size: 0 2024-03-11T17:36:23.957 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-11T17:36:23.957 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-11T17:36:23.957 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-11T17:36:23.957 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-11T17:36:23.957 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.allow_fallocate: 1 2024-03-11T17:36:23.957 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-11T17:36:23.957 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-11T17:36:23.957 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.use_direct_reads: 0 2024-03-11T17:36:23.958 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-11T17:36:23.958 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.create_missing_column_families: 0 2024-03-11T17:36:23.958 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.db_log_dir: 2024-03-11T17:36:23.958 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi132/store.db 2024-03-11T17:36:23.958 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-11T17:36:23.958 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.max_subcompactions: 1 2024-03-11T17:36:23.958 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.max_background_flushes: -1 2024-03-11T17:36:23.958 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-11T17:36:23.958 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-11T17:36:23.958 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-11T17:36:23.958 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-11T17:36:23.958 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-11T17:36:23.958 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.advise_random_on_open: 1 2024-03-11T17:36:23.958 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-11T17:36:23.959 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.write_buffer_manager: 0x55f96227f530 2024-03-11T17:36:23.959 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-11T17:36:23.959 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-03-11T17:36:23.959 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-11T17:36:23.959 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-11T17:36:23.959 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.rate_limiter: (nil) 2024-03-11T17:36:23.959 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-11T17:36:23.959 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-11T17:36:23.959 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-11T17:36:23.959 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-11T17:36:23.959 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.unordered_write: 0 2024-03-11T17:36:23.959 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-11T17:36:23.959 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-11T17:36:23.959 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-11T17:36:23.959 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-11T17:36:23.960 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.row_cache: None 2024-03-11T17:36:23.960 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.wal_filter: None 2024-03-11T17:36:23.960 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-11T17:36:23.960 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-11T17:36:23.960 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.preserve_deletes: 0 2024-03-11T17:36:23.960 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.two_write_queues: 0 2024-03-11T17:36:23.960 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.manual_wal_flush: 0 2024-03-11T17:36:23.960 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.atomic_flush: 0 2024-03-11T17:36:23.960 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-11T17:36:23.960 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-11T17:36:23.960 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-11T17:36:23.960 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.log_readahead_size: 0 2024-03-11T17:36:23.960 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-03-11T17:36:23.960 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.max_background_jobs: 2 2024-03-11T17:36:23.960 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.max_background_compactions: -1 2024-03-11T17:36:23.961 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-11T17:36:23.961 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-11T17:36:23.961 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-11T17:36:23.961 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.max_total_wal_size: 0 2024-03-11T17:36:23.961 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-11T17:36:23.961 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-11T17:36:23.961 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-11T17:36:23.961 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-11T17:36:23.961 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.max_open_files: -1 2024-03-11T17:36:23.961 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.bytes_per_sync: 0 2024-03-11T17:36:23.961 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-11T17:36:23.961 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-11T17:36:23.961 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-11T17:36:23.961 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Compression algorithms supported: 2024-03-11T17:36:23.961 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-11T17:36:23.962 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: kZSTD supported: 0 2024-03-11T17:36:23.962 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: kXpressCompression supported: 0 2024-03-11T17:36:23.962 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-11T17:36:23.962 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: kLZ4Compression supported: 1 2024-03-11T17:36:23.962 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: kBZip2Compression supported: 0 2024-03-11T17:36:23.962 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: kZlibCompression supported: 1 2024-03-11T17:36:23.962 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: kSnappyCompression supported: 1 2024-03-11T17:36:23.962 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.873+0000 7ff484391700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-11T17:36:23.962 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-03-11T17:36:23.962 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2024-03-11T17:36:23.962 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi132/store.db/MANIFEST-000001 2024-03-11T17:36:23.962 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2024-03-11T17:36:23.962 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-03-11T17:36:23.962 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2024-03-11T17:36:23.963 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-11T17:36:23.963 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.merge_operator: 2024-03-11T17:36:23.963 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.compaction_filter: None 2024-03-11T17:36:23.963 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.compaction_filter_factory: None 2024-03-11T17:36:23.963 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-11T17:36:23.963 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-11T17:36:23.963 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f962190160) 2024-03-11T17:36:23.963 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-03-11T17:36:23.963 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-11T17:36:23.963 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-11T17:36:23.963 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-03-11T17:36:23.963 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: index_type: 0 2024-03-11T17:36:23.963 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-03-11T17:36:23.963 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-03-11T17:36:23.963 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-03-11T17:36:23.964 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-03-11T17:36:23.964 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: checksum: 1 2024-03-11T17:36:23.964 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-03-11T17:36:23.964 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: block_cache: 0x55f9621c6d10 2024-03-11T17:36:23.964 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-03-11T17:36:23.964 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-03-11T17:36:23.964 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-03-11T17:36:23.964 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-03-11T17:36:23.964 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-03-11T17:36:23.964 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-03-11T17:36:23.964 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-03-11T17:36:23.964 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-03-11T17:36:23.964 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-03-11T17:36:23.964 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-03-11T17:36:23.964 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-03-11T17:36:23.965 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-03-11T17:36:23.965 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-03-11T17:36:23.965 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-03-11T17:36:23.965 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-03-11T17:36:23.965 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-03-11T17:36:23.965 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-03-11T17:36:23.965 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-03-11T17:36:23.965 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-03-11T17:36:23.965 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: format_version: 2 2024-03-11T17:36:23.965 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-03-11T17:36:23.965 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: block_align: 0 2024-03-11T17:36:23.965 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2024-03-11T17:36:23.965 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-11T17:36:23.965 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-11T17:36:23.966 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.compression: NoCompression 2024-03-11T17:36:23.966 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-11T17:36:23.966 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-11T17:36:23.966 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-11T17:36:23.966 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.num_levels: 7 2024-03-11T17:36:23.966 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-11T17:36:23.966 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-11T17:36:23.966 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-11T17:36:23.966 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-11T17:36:23.966 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-11T17:36:23.966 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-11T17:36:23.967 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-11T17:36:23.967 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-11T17:36:23.967 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-11T17:36:23.967 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-11T17:36:23.967 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.compression_opts.level: 32767 2024-03-11T17:36:23.967 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-11T17:36:23.967 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-11T17:36:23.967 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-11T17:36:23.967 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.compression_opts.enabled: false 2024-03-11T17:36:23.967 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-11T17:36:23.967 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-11T17:36:23.967 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-11T17:36:23.967 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-11T17:36:23.967 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-11T17:36:23.967 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-11T17:36:23.968 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-11T17:36:23.968 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-11T17:36:23.968 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-11T17:36:23.968 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-11T17:36:23.968 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-11T17:36:23.968 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-11T17:36:23.968 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-11T17:36:23.968 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-11T17:36:23.968 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-11T17:36:23.968 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-11T17:36:23.968 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-11T17:36:23.968 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.arena_block_size: 4194304 2024-03-11T17:36:23.968 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-11T17:36:23.968 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-11T17:36:23.969 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-03-11T17:36:23.969 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-11T17:36:23.969 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-11T17:36:23.969 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-11T17:36:23.969 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-11T17:36:23.969 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-11T17:36:23.969 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-11T17:36:23.969 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-11T17:36:23.969 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-11T17:36:23.969 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-11T17:36:23.969 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-11T17:36:23.969 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-11T17:36:23.969 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.table_properties_collectors: 2024-03-11T17:36:23.969 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.inplace_update_support: 0 2024-03-11T17:36:23.969 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-11T17:36:23.970 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-11T17:36:23.970 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-11T17:36:23.970 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-11T17:36:23.970 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.bloom_locality: 0 2024-03-11T17:36:23.970 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.max_successive_merges: 0 2024-03-11T17:36:23.970 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-11T17:36:23.970 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-11T17:36:23.970 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.force_consistency_checks: 0 2024-03-11T17:36:23.970 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-11T17:36:23.970 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.ttl: 2592000 2024-03-11T17:36:23.970 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.874+0000 7ff484391700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-11T17:36:23.970 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.875+0000 7ff484391700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi132/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-03-11T17:36:23.970 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2024-03-11T17:36:23.970 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.875+0000 7ff484391700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-03-11T17:36:23.970 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2024-03-11T17:36:23.971 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.877+0000 7ff484391700 4 rocksdb: DB pointer 0x55f96228b800 2024-03-11T17:36:23.971 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.877+0000 7ff46d21a700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-03-11T17:36:23.971 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.878+0000 7ff46d21a700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-03-11T17:36:23.971 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-03-11T17:36:23.971 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-03-11T17:36:23.971 INFO:teuthology.orchestra.run.smithi132.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-03-11T17:36:23.971 INFO:teuthology.orchestra.run.smithi132.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-03-11T17:36:23.971 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-11T17:36:23.971 INFO:teuthology.orchestra.run.smithi132.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-03-11T17:36:23.971 INFO:teuthology.orchestra.run.smithi132.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-03-11T17:36:23.971 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-11T17:36:23.971 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2024-03-11T17:36:23.971 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-03-11T17:36:23.971 INFO:teuthology.orchestra.run.smithi132.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-03-11T17:36:23.971 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-11T17:36:23.972 INFO:teuthology.orchestra.run.smithi132.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-03-11T17:36:23.972 INFO:teuthology.orchestra.run.smithi132.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-03-11T17:36:23.972 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2024-03-11T17:36:23.972 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-03-11T17:36:23.972 INFO:teuthology.orchestra.run.smithi132.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-03-11T17:36:23.972 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-11T17:36:23.972 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-03-11T17:36:23.972 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-03-11T17:36:23.972 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-11T17:36:23.972 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-03-11T17:36:23.972 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-03-11T17:36:23.972 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-03-11T17:36:23.972 INFO:teuthology.orchestra.run.smithi132.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-03-11T17:36:23.972 INFO:teuthology.orchestra.run.smithi132.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-03-11T17:36:23.972 INFO:teuthology.orchestra.run.smithi132.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-03-11T17:36:23.973 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2024-03-11T17:36:23.973 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-03-11T17:36:23.973 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2024-03-11T17:36:23.973 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-03-11T17:36:23.973 INFO:teuthology.orchestra.run.smithi132.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-03-11T17:36:23.973 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-11T17:36:23.973 INFO:teuthology.orchestra.run.smithi132.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-03-11T17:36:23.973 INFO:teuthology.orchestra.run.smithi132.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-03-11T17:36:23.973 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2024-03-11T17:36:23.973 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-03-11T17:36:23.973 INFO:teuthology.orchestra.run.smithi132.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-03-11T17:36:23.973 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-11T17:36:23.973 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-03-11T17:36:23.973 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-03-11T17:36:23.973 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-11T17:36:23.974 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-03-11T17:36:23.974 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-03-11T17:36:23.974 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-03-11T17:36:23.974 INFO:teuthology.orchestra.run.smithi132.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-03-11T17:36:23.974 INFO:teuthology.orchestra.run.smithi132.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-03-11T17:36:23.974 INFO:teuthology.orchestra.run.smithi132.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-03-11T17:36:23.974 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2024-03-11T17:36:23.974 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-03-11T17:36:23.974 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: 2024-03-11T17:36:23.974 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.879+0000 7ff484391700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-03-11T17:36:23.974 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.879+0000 7ff484391700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-03-11T17:36:23.974 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph-mon: debug 2024-03-11T17:36:23.879+0000 7ff484391700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi132 for mon.smithi132 2024-03-11T17:36:24.572 INFO:teuthology.orchestra.run.smithi132.stderr:create mon.smithi132 on 2024-03-11T17:36:24.573 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715 2024-03-11T17:36:24.577 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: systemctl disable ceph.target 2024-03-11T17:36:24.664 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: systemctl enable ceph.target 2024-03-11T17:36:24.671 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-03-11T17:36:24.749 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: systemctl start ceph.target 2024-03-11T17:36:24.755 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: systemctl enable ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715.target 2024-03-11T17:36:24.761 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715.target → /etc/systemd/system/ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715.target. 2024-03-11T17:36:24.761 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715.target → /etc/systemd/system/ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715.target. 2024-03-11T17:36:24.836 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: systemctl start ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715.target 2024-03-11T17:36:24.842 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: systemctl daemon-reload 2024-03-11T17:36:24.925 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: systemctl stop ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@mon.smithi132 2024-03-11T17:36:24.948 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: systemctl reset-failed ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@mon.smithi132 2024-03-11T17:36:24.953 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: Failed to reset failed state of unit ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@mon.smithi132.service: Unit ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@mon.smithi132.service not loaded. 2024-03-11T17:36:24.954 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: systemctl enable ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@mon.smithi132 2024-03-11T17:36:24.960 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: Created symlink /etc/systemd/system/ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715.target.wants/ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@mon.smithi132.service → /etc/systemd/system/ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@.service. 2024-03-11T17:36:25.045 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: systemctl start ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@mon.smithi132 2024-03-11T17:36:25.549 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: systemctl is-enabled firewalld.service 2024-03-11T17:36:25.558 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: disabled 2024-03-11T17:36:25.558 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: systemctl is-active firewalld.service 2024-03-11T17:36:25.565 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: inactive 2024-03-11T17:36:25.565 INFO:teuthology.orchestra.run.smithi132.stderr:firewalld.service is not enabled 2024-03-11T17:36:25.566 INFO:teuthology.orchestra.run.smithi132.stderr:Not possible to enable service . firewalld.service is not available 2024-03-11T17:36:25.566 INFO:teuthology.orchestra.run.smithi132.stderr:Waiting for mon to start... 2024-03-11T17:36:25.566 INFO:teuthology.orchestra.run.smithi132.stderr:Waiting for mon... 2024-03-11T17:36:25.566 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/mon.smithi132:/var/lib/ceph/mon/ceph-smithi132:z -v /tmp/ceph-tmpja9e58mp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeirlo5ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 status 2024-03-11T17:36:25.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:25 smithi132 bash[34820]: 0edbe90396732f0d792c35c9a3dd1a47327f0ca761a23651fc087390db80dc8b 2024-03-11T17:36:25.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:25 smithi132 systemd[1]: Started Ceph mon.smithi132 for cb5f33fe-dfcd-11ee-95c8-87774f69a715. 2024-03-11T17:36:26.171 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: cluster: 2024-03-11T17:36:26.172 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: id: cb5f33fe-dfcd-11ee-95c8-87774f69a715 2024-03-11T17:36:26.172 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-03-11T17:36:26.172 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: 2024-03-11T17:36:26.172 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: services: 2024-03-11T17:36:26.172 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi132 (age 0.660032s) 2024-03-11T17:36:26.172 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: mgr: no daemons active 2024-03-11T17:36:26.172 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-03-11T17:36:26.172 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: 2024-03-11T17:36:26.172 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: data: 2024-03-11T17:36:26.172 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-03-11T17:36:26.172 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-03-11T17:36:26.172 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-03-11T17:36:26.173 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: pgs: 2024-03-11T17:36:26.173 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: 2024-03-11T17:36:26.746 INFO:teuthology.orchestra.run.smithi132.stderr:mon is available 2024-03-11T17:36:26.747 INFO:teuthology.orchestra.run.smithi132.stderr:Assimilating anything we can from ceph.conf... 2024-03-11T17:36:26.747 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpja9e58mp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeirlo5ym:/etc/ceph/ceph.conf:z -v /var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/mon.smithi132:/var/lib/ceph/mon/ceph-smithi132:z quay.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi132/config 2024-03-11T17:36:26.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[34835]: cluster 2024-03-11T17:36:25.510471+0000 mon.smithi132 (mon.0) 2 : cluster [INF] mon.smithi132 is new leader, mons smithi132 in quorum (ranks 0) 2024-03-11T17:36:26.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[34835]: cluster 2024-03-11T17:36:25.510645+0000 mon.smithi132 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi132=[v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0]} 2024-03-11T17:36:26.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[34835]: cluster 2024-03-11T17:36:25.519128+0000 mon.smithi132 (mon.0) 4 : cluster [DBG] fsmap 2024-03-11T17:36:26.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[34835]: cluster 2024-03-11T17:36:25.530107+0000 mon.smithi132 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-11T17:36:26.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[34835]: cluster 2024-03-11T17:36:25.532222+0000 mon.smithi132 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-03-11T17:36:26.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[34835]: audit 2024-03-11T17:36:26.170474+0000 mon.smithi132 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.132:0/4041322609' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-03-11T17:36:27.330 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: 2024-03-11T17:36:27.331 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: [global] 2024-03-11T17:36:27.331 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: fsid = cb5f33fe-dfcd-11ee-95c8-87774f69a715 2024-03-11T17:36:27.331 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: log_to_journald = false 2024-03-11T17:36:27.331 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.132:3300,v1:172.21.15.132:6789] 2024-03-11T17:36:27.331 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-03-11T17:36:27.331 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-03-11T17:36:27.331 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-03-11T17:36:27.331 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-03-11T17:36:27.331 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: 2024-03-11T17:36:27.331 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: [mgr] 2024-03-11T17:36:27.331 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-03-11T17:36:27.331 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: 2024-03-11T17:36:27.331 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: [osd] 2024-03-11T17:36:27.331 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-03-11T17:36:27.332 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-03-11T17:36:27.616 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:27 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[34835]: audit 2024-03-11T17:36:27.327167+0000 mon.smithi132 (mon.0) 8 : audit [INF] from='client.? 172.21.15.132:0/2926731043' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-11T17:36:27.616 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:27 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[34835]: audit 2024-03-11T17:36:27.330006+0000 mon.smithi132 (mon.0) 9 : audit [INF] from='client.? 172.21.15.132:0/2926731043' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-11T17:36:27.877 INFO:teuthology.orchestra.run.smithi132.stderr:Generating new minimal ceph.conf... 2024-03-11T17:36:27.878 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpja9e58mp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeirlo5ym:/etc/ceph/ceph.conf:z -v /var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/mon.smithi132:/var/lib/ceph/mon/ceph-smithi132:z quay.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi132/config 2024-03-11T17:36:28.805 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[34835]: audit 2024-03-11T17:36:28.498351+0000 mon.smithi132 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.132:0/877845396' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:36:29.043 INFO:teuthology.orchestra.run.smithi132.stderr:Restarting the monitor... 2024-03-11T17:36:29.043 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: systemctl restart ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@mon.smithi132 2024-03-11T17:36:29.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:29 smithi132 systemd[1]: Stopping Ceph mon.smithi132 for cb5f33fe-dfcd-11ee-95c8-87774f69a715... 2024-03-11T17:36:29.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:29 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[34835]: debug 2024-03-11T17:36:29.174+0000 7fd60abb7700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi132 -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-03-11T17:36:29.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:29 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[34835]: debug 2024-03-11T17:36:29.174+0000 7fd60abb7700 -1 mon.smithi132@0(leader) e1 *** Got Signal Terminated *** 2024-03-11T17:36:30.044 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:29 smithi132 podman[35165]: ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132 2024-03-11T17:36:30.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 systemd[1]: ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@mon.smithi132.service: Succeeded. 2024-03-11T17:36:30.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 systemd[1]: Stopped Ceph mon.smithi132 for cb5f33fe-dfcd-11ee-95c8-87774f69a715. 2024-03-11T17:36:30.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 systemd[1]: Starting Ceph mon.smithi132 for cb5f33fe-dfcd-11ee-95c8-87774f69a715... 2024-03-11T17:36:30.523 INFO:teuthology.orchestra.run.smithi132.stderr:Setting mon public_network to 172.21.0.0/20 2024-03-11T17:36:30.523 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpja9e58mp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeirlo5ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2024-03-11T17:36:30.749 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.479+0000 7f351d178700 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-11T17:36:30.750 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.479+0000 7f351d178700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2024-03-11T17:36:30.750 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.479+0000 7f351d178700 0 pidfile_write: ignore empty --pid-file 2024-03-11T17:36:30.750 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.483+0000 7f351d178700 0 load: jerasure load: lrc load: isa 2024-03-11T17:36:30.750 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: RocksDB version: 6.8.1 2024-03-11T17:36:30.750 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: 2024-03-11T17:36:30.750 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-03-11T17:36:30.750 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Compile date Jul 8 2021 2024-03-11T17:36:30.750 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: DB SUMMARY 2024-03-11T17:36:30.750 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: 2024-03-11T17:36:30.751 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: CURRENT file: CURRENT 2024-03-11T17:36:30.751 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: 2024-03-11T17:36:30.751 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: IDENTITY file: IDENTITY 2024-03-11T17:36:30.751 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: 2024-03-11T17:36:30.751 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-03-11T17:36:30.751 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: 2024-03-11T17:36:30.751 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi132/store.db dir, Total Num: 1, files: 000004.sst 2024-03-11T17:36:30.751 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: 2024-03-11T17:36:30.751 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi132/store.db: 000006.log size: 85897 ; 2024-03-11T17:36:30.751 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: 2024-03-11T17:36:30.752 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.error_if_exists: 0 2024-03-11T17:36:30.752 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.create_if_missing: 0 2024-03-11T17:36:30.752 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.paranoid_checks: 1 2024-03-11T17:36:30.752 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.env: 0x55e80a4741c0 2024-03-11T17:36:30.752 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.fs: Posix File System 2024-03-11T17:36:30.752 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.info_log: 0x55e80bbcfa40 2024-03-11T17:36:30.752 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-11T17:36:30.752 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.statistics: (nil) 2024-03-11T17:36:30.752 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.use_fsync: 0 2024-03-11T17:36:30.752 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.max_log_file_size: 0 2024-03-11T17:36:30.752 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-11T17:36:30.752 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-11T17:36:30.753 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-11T17:36:30.753 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-11T17:36:30.753 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.allow_fallocate: 1 2024-03-11T17:36:30.753 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-11T17:36:30.753 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-11T17:36:30.753 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.use_direct_reads: 0 2024-03-11T17:36:30.753 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-11T17:36:30.753 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.create_missing_column_families: 0 2024-03-11T17:36:30.753 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.db_log_dir: 2024-03-11T17:36:30.753 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi132/store.db 2024-03-11T17:36:30.753 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-11T17:36:30.754 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.max_subcompactions: 1 2024-03-11T17:36:30.754 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.max_background_flushes: -1 2024-03-11T17:36:30.754 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-11T17:36:30.754 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-11T17:36:30.754 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-11T17:36:30.754 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-11T17:36:30.754 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-11T17:36:30.754 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.advise_random_on_open: 1 2024-03-11T17:36:30.754 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-11T17:36:30.754 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.write_buffer_manager: 0x55e80bbd7fb0 2024-03-11T17:36:30.754 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-11T17:36:30.755 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-03-11T17:36:30.755 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-11T17:36:30.755 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-11T17:36:30.755 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.rate_limiter: (nil) 2024-03-11T17:36:30.755 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-11T17:36:30.755 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-11T17:36:30.755 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-11T17:36:30.755 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-11T17:36:30.755 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.unordered_write: 0 2024-03-11T17:36:30.755 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-11T17:36:30.757 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-11T17:36:30.757 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-11T17:36:30.757 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-11T17:36:30.757 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.row_cache: None 2024-03-11T17:36:30.758 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.wal_filter: None 2024-03-11T17:36:30.758 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-11T17:36:30.758 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-11T17:36:30.758 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.preserve_deletes: 0 2024-03-11T17:36:30.758 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.two_write_queues: 0 2024-03-11T17:36:30.758 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.manual_wal_flush: 0 2024-03-11T17:36:30.758 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.atomic_flush: 0 2024-03-11T17:36:30.758 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-11T17:36:30.758 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-11T17:36:30.758 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-11T17:36:30.758 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.log_readahead_size: 0 2024-03-11T17:36:30.758 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-03-11T17:36:30.758 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.max_background_jobs: 2 2024-03-11T17:36:30.758 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.max_background_compactions: -1 2024-03-11T17:36:30.759 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-11T17:36:30.759 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-11T17:36:30.759 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-11T17:36:30.759 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.max_total_wal_size: 0 2024-03-11T17:36:30.759 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-11T17:36:30.759 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-11T17:36:30.759 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-11T17:36:30.759 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-11T17:36:30.759 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.max_open_files: -1 2024-03-11T17:36:30.759 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.bytes_per_sync: 0 2024-03-11T17:36:30.759 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-11T17:36:30.759 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-11T17:36:30.759 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-11T17:36:30.760 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Compression algorithms supported: 2024-03-11T17:36:30.760 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-11T17:36:30.760 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: kZSTD supported: 0 2024-03-11T17:36:30.760 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: kXpressCompression supported: 0 2024-03-11T17:36:30.760 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-11T17:36:30.760 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: kLZ4Compression supported: 1 2024-03-11T17:36:30.760 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: kBZip2Compression supported: 0 2024-03-11T17:36:30.760 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: kZlibCompression supported: 1 2024-03-11T17:36:30.760 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: kSnappyCompression supported: 1 2024-03-11T17:36:30.760 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-11T17:36:30.760 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi132/store.db/MANIFEST-000005 2024-03-11T17:36:30.760 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: 2024-03-11T17:36:30.761 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-03-11T17:36:30.761 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: 2024-03-11T17:36:30.761 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-11T17:36:30.761 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.merge_operator: 2024-03-11T17:36:30.761 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.compaction_filter: None 2024-03-11T17:36:30.761 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.compaction_filter_factory: None 2024-03-11T17:36:30.761 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-11T17:36:30.761 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-11T17:36:30.761 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e80bae8170) 2024-03-11T17:36:30.761 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cache_index_and_filter_blocks: 1 2024-03-11T17:36:30.762 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-11T17:36:30.762 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-11T17:36:30.762 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: pin_top_level_index_and_filter: 1 2024-03-11T17:36:30.762 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: index_type: 0 2024-03-11T17:36:30.762 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: data_block_index_type: 0 2024-03-11T17:36:30.762 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: index_shortening: 1 2024-03-11T17:36:30.762 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: data_block_hash_table_util_ratio: 0.750000 2024-03-11T17:36:30.762 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: hash_index_allow_collision: 1 2024-03-11T17:36:30.762 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: checksum: 1 2024-03-11T17:36:30.762 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: no_block_cache: 0 2024-03-11T17:36:30.762 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: block_cache: 0x55e80bb1ef10 2024-03-11T17:36:30.762 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: block_cache_name: BinnedLRUCache 2024-03-11T17:36:30.762 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: block_cache_options: 2024-03-11T17:36:30.763 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: capacity : 536870912 2024-03-11T17:36:30.763 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: num_shard_bits : 4 2024-03-11T17:36:30.763 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: strict_capacity_limit : 0 2024-03-11T17:36:30.763 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: high_pri_pool_ratio: 0.000 2024-03-11T17:36:30.763 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: block_cache_compressed: (nil) 2024-03-11T17:36:30.763 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: persistent_cache: (nil) 2024-03-11T17:36:30.763 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: block_size: 4096 2024-03-11T17:36:30.763 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: block_size_deviation: 10 2024-03-11T17:36:30.763 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: block_restart_interval: 16 2024-03-11T17:36:30.763 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: index_block_restart_interval: 1 2024-03-11T17:36:30.763 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: metadata_block_size: 4096 2024-03-11T17:36:30.763 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: partition_filters: 0 2024-03-11T17:36:30.763 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: use_delta_encoding: 1 2024-03-11T17:36:30.764 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: filter_policy: rocksdb.BuiltinBloomFilter 2024-03-11T17:36:30.764 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: whole_key_filtering: 1 2024-03-11T17:36:30.764 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: verify_compression: 0 2024-03-11T17:36:30.764 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: read_amp_bytes_per_bit: 0 2024-03-11T17:36:30.764 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: format_version: 2 2024-03-11T17:36:30.764 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: enable_index_compression: 1 2024-03-11T17:36:30.764 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: block_align: 0 2024-03-11T17:36:30.764 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: 2024-03-11T17:36:30.764 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-11T17:36:30.764 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-11T17:36:30.764 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.compression: NoCompression 2024-03-11T17:36:30.765 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-11T17:36:30.765 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-11T17:36:30.765 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-11T17:36:30.765 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.num_levels: 7 2024-03-11T17:36:30.765 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-11T17:36:30.765 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-11T17:36:30.765 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-11T17:36:30.765 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-11T17:36:30.765 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-11T17:36:30.765 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-11T17:36:30.765 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-11T17:36:30.765 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-11T17:36:30.765 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-11T17:36:30.766 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-11T17:36:30.766 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.compression_opts.level: 32767 2024-03-11T17:36:30.766 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-11T17:36:30.766 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-11T17:36:30.766 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-11T17:36:30.766 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.compression_opts.enabled: false 2024-03-11T17:36:30.766 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-11T17:36:30.766 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-11T17:36:30.766 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-11T17:36:30.766 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-11T17:36:30.767 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-11T17:36:30.767 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-11T17:36:30.767 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-11T17:36:30.767 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-11T17:36:30.767 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-11T17:36:30.767 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-11T17:36:30.767 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-11T17:36:30.767 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-11T17:36:30.767 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-11T17:36:30.768 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-11T17:36:30.768 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-11T17:36:30.768 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-11T17:36:30.768 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-11T17:36:30.768 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.arena_block_size: 4194304 2024-03-11T17:36:30.768 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-11T17:36:30.768 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-11T17:36:30.768 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-03-11T17:36:30.768 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-11T17:36:30.768 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-11T17:36:30.768 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-11T17:36:30.768 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-11T17:36:30.769 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-11T17:36:30.769 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-11T17:36:30.769 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-11T17:36:30.769 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-11T17:36:30.769 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-11T17:36:30.769 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-11T17:36:30.769 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-11T17:36:30.769 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.table_properties_collectors: 2024-03-11T17:36:30.769 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.inplace_update_support: 0 2024-03-11T17:36:30.769 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-11T17:36:30.769 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-11T17:36:30.769 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-11T17:36:30.769 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-11T17:36:30.770 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.bloom_locality: 0 2024-03-11T17:36:30.770 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.max_successive_merges: 0 2024-03-11T17:36:30.770 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-11T17:36:30.770 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-11T17:36:30.770 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.force_consistency_checks: 0 2024-03-11T17:36:30.770 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-11T17:36:30.770 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.ttl: 2592000 2024-03-11T17:36:30.770 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.484+0000 7f351d178700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-11T17:36:30.770 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.485+0000 7f351d178700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi132/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-03-11T17:36:30.770 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: 2024-03-11T17:36:30.770 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.485+0000 7f351d178700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-03-11T17:36:30.770 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: 2024-03-11T17:36:30.771 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.485+0000 7f351d178700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1710178590485579, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-03-11T17:36:30.771 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.485+0000 7f351d178700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-03-11T17:36:30.771 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.485+0000 7f351d178700 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-03-11T17:36:30.771 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.486+0000 7f351d178700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1710178590486401, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 82655, "table_properties": {"data_size": 80925, "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": 75444, "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": 1710178590, "oldest_key_time": 3, "file_creation_time": 0}} 2024-03-11T17:36:30.771 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.486+0000 7f351d178700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-03-11T17:36:30.771 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: 2024-03-11T17:36:30.771 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.486+0000 7f351d178700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1710178590486781, "job": 1, "event": "recovery_finished"} 2024-03-11T17:36:30.771 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.487+0000 7f351d178700 4 rocksdb: DB pointer 0x55e80bbe3800 2024-03-11T17:36:30.771 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.487+0000 7f3503f80700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-03-11T17:36:30.771 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.487+0000 7f3503f80700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-03-11T17:36:30.771 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: ** DB Stats ** 2024-03-11T17:36:30.771 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-11T17:36:30.771 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-11T17:36:30.771 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-11T17:36:30.772 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-11T17:36:30.772 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-11T17:36:30.772 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-03-11T17:36:30.772 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-11T17:36:30.772 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: 2024-03-11T17:36:30.772 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: ** Compaction Stats [default] ** 2024-03-11T17:36:30.772 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: 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-03-11T17:36:30.772 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-11T17:36:30.772 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: L0 2/0 82.41 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 143.1 0.00 0.00 1 0.001 0 0 2024-03-11T17:36:30.772 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: Sum 2/0 82.41 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 143.1 0.00 0.00 1 0.001 0 0 2024-03-11T17:36:30.772 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 143.1 0.00 0.00 1 0.001 0 0 2024-03-11T17:36:30.772 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: 2024-03-11T17:36:30.772 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: ** Compaction Stats [default] ** 2024-03-11T17:36:30.773 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: 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-03-11T17:36:30.773 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-11T17:36:30.773 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 143.1 0.00 0.00 1 0.001 0 0 2024-03-11T17:36:30.773 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-11T17:36:30.773 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-11T17:36:30.773 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-11T17:36:30.773 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: AddFile(Total Files): cumulative 0, interval 0 2024-03-11T17:36:30.773 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-11T17:36:30.773 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: AddFile(Keys): cumulative 0, interval 0 2024-03-11T17:36:30.774 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: Cumulative compaction: 0.00 GB write, 28.43 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-11T17:36:30.774 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: Interval compaction: 0.00 GB write, 28.43 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-11T17:36:30.774 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: 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-03-11T17:36:30.774 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: 2024-03-11T17:36:30.774 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: ** File Read Latency Histogram By Level [default] ** 2024-03-11T17:36:30.774 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: 2024-03-11T17:36:30.774 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: ** Compaction Stats [default] ** 2024-03-11T17:36:30.774 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: 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-03-11T17:36:30.774 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-11T17:36:30.774 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: L0 2/0 82.41 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 143.1 0.00 0.00 1 0.001 0 0 2024-03-11T17:36:30.774 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: Sum 2/0 82.41 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 143.1 0.00 0.00 1 0.001 0 0 2024-03-11T17:36:30.774 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: 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-03-11T17:36:30.774 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: 2024-03-11T17:36:30.775 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: ** Compaction Stats [default] ** 2024-03-11T17:36:30.775 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: 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-03-11T17:36:30.775 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-11T17:36:30.775 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 143.1 0.00 0.00 1 0.001 0 0 2024-03-11T17:36:30.775 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-11T17:36:30.775 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-11T17:36:30.775 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-11T17:36:30.775 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: AddFile(Total Files): cumulative 0, interval 0 2024-03-11T17:36:30.775 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-11T17:36:30.775 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: AddFile(Keys): cumulative 0, interval 0 2024-03-11T17:36:30.775 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: Cumulative compaction: 0.00 GB write, 28.13 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-11T17:36:30.775 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-11T17:36:30.776 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: 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-03-11T17:36:30.776 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: 2024-03-11T17:36:30.776 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: ** File Read Latency Histogram By Level [default] ** 2024-03-11T17:36:30.776 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: 2024-03-11T17:36:30.776 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.487+0000 7f351d178700 0 starting mon.smithi132 rank 0 at public addrs [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] at bind addrs [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi132 fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 2024-03-11T17:36:30.776 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.488+0000 7f351d178700 1 mon.smithi132@-1(???) e1 preinit fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 2024-03-11T17:36:30.776 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.489+0000 7f351d178700 0 mon.smithi132@-1(???).mds e1 new map 2024-03-11T17:36:30.776 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.489+0000 7f351d178700 0 mon.smithi132@-1(???).mds e1 print_map 2024-03-11T17:36:30.776 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: e1 2024-03-11T17:36:30.776 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-11T17:36:30.776 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: 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-03-11T17:36:30.777 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: legacy client fscid: -1 2024-03-11T17:36:30.777 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: 2024-03-11T17:36:30.777 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: No filesystems configured 2024-03-11T17:36:30.777 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: 2024-03-11T17:36:30.777 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.489+0000 7f351d178700 0 mon.smithi132@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-11T17:36:30.777 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.489+0000 7f351d178700 0 mon.smithi132@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-11T17:36:30.777 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.489+0000 7f351d178700 0 mon.smithi132@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-11T17:36:30.777 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.489+0000 7f351d178700 0 mon.smithi132@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-11T17:36:30.777 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:28.498351+0000 mon.smithi132 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.132:0/877845396' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:36:30.777 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:36:30.489+0000 7f351d178700 1 mon.smithi132@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-11T17:36:30.777 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 bash[35236]: d2652d3f822015749e8935a03379af84d579795399d4225fb2203c9de0bc7445 2024-03-11T17:36:30.777 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 systemd[1]: Started Ceph mon.smithi132 for cb5f33fe-dfcd-11ee-95c8-87774f69a715. 2024-03-11T17:36:30.777 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:36:30.505889+0000 mon.smithi132 (mon.0) 1 : cluster [INF] mon.smithi132 is new leader, mons smithi132 in quorum (ranks 0) 2024-03-11T17:36:30.778 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:36:30.505950+0000 mon.smithi132 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi132=[v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0]} 2024-03-11T17:36:30.778 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:36:30.505979+0000 mon.smithi132 (mon.0) 3 : cluster [DBG] fsmap 2024-03-11T17:36:30.778 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:36:30.506002+0000 mon.smithi132 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-11T17:36:30.778 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:36:30.506349+0000 mon.smithi132 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-03-11T17:36:31.746 INFO:teuthology.orchestra.run.smithi132.stderr:Wrote config to /etc/ceph/ceph.conf 2024-03-11T17:36:31.746 INFO:teuthology.orchestra.run.smithi132.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-11T17:36:31.746 INFO:teuthology.orchestra.run.smithi132.stderr:Creating mgr... 2024-03-11T17:36:31.747 INFO:teuthology.orchestra.run.smithi132.stderr:Verifying port 9283 ... 2024-03-11T17:36:31.748 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: systemctl daemon-reload 2024-03-11T17:36:31.840 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: systemctl stop ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@mgr.smithi132.jvlwde 2024-03-11T17:36:31.869 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: systemctl reset-failed ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@mgr.smithi132.jvlwde 2024-03-11T17:36:31.874 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: Failed to reset failed state of unit ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@mgr.smithi132.jvlwde.service: Unit ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@mgr.smithi132.jvlwde.service not loaded. 2024-03-11T17:36:31.875 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: systemctl enable ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@mgr.smithi132.jvlwde 2024-03-11T17:36:31.880 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: Created symlink /etc/systemd/system/ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715.target.wants/ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@mgr.smithi132.jvlwde.service → /etc/systemd/system/ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@.service. 2024-03-11T17:36:31.961 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: systemctl start ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@mgr.smithi132.jvlwde 2024-03-11T17:36:32.505 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:32 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:31.113714+0000 mon.smithi132 (mon.0) 6 : audit [INF] from='client.? 172.21.15.132:0/194167395' entity='client.admin' 2024-03-11T17:36:32.510 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: systemctl is-enabled firewalld.service 2024-03-11T17:36:32.518 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: disabled 2024-03-11T17:36:32.519 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: systemctl is-active firewalld.service 2024-03-11T17:36:32.526 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: inactive 2024-03-11T17:36:32.527 INFO:teuthology.orchestra.run.smithi132.stderr:firewalld.service is not enabled 2024-03-11T17:36:32.527 INFO:teuthology.orchestra.run.smithi132.stderr:Not possible to enable service . firewalld.service is not available 2024-03-11T17:36:32.527 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: systemctl is-enabled firewalld.service 2024-03-11T17:36:32.534 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: disabled 2024-03-11T17:36:32.534 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: systemctl is-active firewalld.service 2024-03-11T17:36:32.541 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: inactive 2024-03-11T17:36:32.542 INFO:teuthology.orchestra.run.smithi132.stderr:firewalld.service is not enabled 2024-03-11T17:36:32.542 INFO:teuthology.orchestra.run.smithi132.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-03-11T17:36:32.542 INFO:teuthology.orchestra.run.smithi132.stderr:Waiting for mgr to start... 2024-03-11T17:36:32.542 INFO:teuthology.orchestra.run.smithi132.stderr:Waiting for mgr... 2024-03-11T17:36:32.542 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpja9e58mp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeirlo5ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-03-11T17:36:33.202 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: 2024-03-11T17:36:33.202 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: { 2024-03-11T17:36:33.202 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "fsid": "cb5f33fe-dfcd-11ee-95c8-87774f69a715", 2024-03-11T17:36:33.203 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "health": { 2024-03-11T17:36:33.203 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-03-11T17:36:33.203 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "checks": {}, 2024-03-11T17:36:33.203 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "mutes": [] 2024-03-11T17:36:33.203 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2024-03-11T17:36:33.203 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-03-11T17:36:33.203 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "quorum": [ 2024-03-11T17:36:33.204 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: 0 2024-03-11T17:36:33.204 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: ], 2024-03-11T17:36:33.204 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "quorum_names": [ 2024-03-11T17:36:33.204 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "smithi132" 2024-03-11T17:36:33.204 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: ], 2024-03-11T17:36:33.204 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-03-11T17:36:33.205 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "monmap": { 2024-03-11T17:36:33.205 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-11T17:36:33.205 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-03-11T17:36:33.205 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_mons": 1 2024-03-11T17:36:33.205 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2024-03-11T17:36:33.205 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "osdmap": { 2024-03-11T17:36:33.206 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-11T17:36:33.206 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_osds": 0, 2024-03-11T17:36:33.206 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-03-11T17:36:33.206 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-03-11T17:36:33.206 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-03-11T17:36:33.206 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-03-11T17:36:33.206 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-03-11T17:36:33.206 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2024-03-11T17:36:33.206 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "pgmap": { 2024-03-11T17:36:33.206 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-03-11T17:36:33.206 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-03-11T17:36:33.207 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_pools": 0, 2024-03-11T17:36:33.207 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_objects": 0, 2024-03-11T17:36:33.207 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-03-11T17:36:33.207 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-03-11T17:36:33.207 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-03-11T17:36:33.207 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "bytes_total": 0 2024-03-11T17:36:33.207 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2024-03-11T17:36:33.207 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "fsmap": { 2024-03-11T17:36:33.208 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-11T17:36:33.208 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "by_rank": [], 2024-03-11T17:36:33.208 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "up:standby": 0 2024-03-11T17:36:33.208 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2024-03-11T17:36:33.209 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "mgrmap": { 2024-03-11T17:36:33.209 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "available": false, 2024-03-11T17:36:33.209 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-03-11T17:36:33.209 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "modules": [ 2024-03-11T17:36:33.209 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "iostat", 2024-03-11T17:36:33.209 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "nfs", 2024-03-11T17:36:33.210 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "restful" 2024-03-11T17:36:33.210 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: ], 2024-03-11T17:36:33.210 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "services": {} 2024-03-11T17:36:33.210 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2024-03-11T17:36:33.210 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "servicemap": { 2024-03-11T17:36:33.210 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-11T17:36:33.210 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "modified": "2024-03-11T17:36:25.514183+0000", 2024-03-11T17:36:33.210 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "services": {} 2024-03-11T17:36:33.210 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2024-03-11T17:36:33.210 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "progress_events": {} 2024-03-11T17:36:33.210 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: } 2024-03-11T17:36:33.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:33.194688+0000 mon.smithi132 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.132:0/940582502' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-11T17:36:33.856 INFO:teuthology.orchestra.run.smithi132.stderr:mgr not available, waiting (1/15)... 2024-03-11T17:36:35.858 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpja9e58mp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeirlo5ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-03-11T17:36:37.810 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:37 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:37.477236+0000 mon.smithi132 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.132:0/3596964864' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-11T17:36:38.160 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: 2024-03-11T17:36:38.160 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: { 2024-03-11T17:36:38.161 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "fsid": "cb5f33fe-dfcd-11ee-95c8-87774f69a715", 2024-03-11T17:36:38.161 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "health": { 2024-03-11T17:36:38.161 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-03-11T17:36:38.161 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "checks": {}, 2024-03-11T17:36:38.161 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "mutes": [] 2024-03-11T17:36:38.161 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2024-03-11T17:36:38.161 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-03-11T17:36:38.161 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "quorum": [ 2024-03-11T17:36:38.161 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: 0 2024-03-11T17:36:38.161 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: ], 2024-03-11T17:36:38.161 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "quorum_names": [ 2024-03-11T17:36:38.161 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "smithi132" 2024-03-11T17:36:38.161 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: ], 2024-03-11T17:36:38.162 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "quorum_age": 6, 2024-03-11T17:36:38.162 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "monmap": { 2024-03-11T17:36:38.162 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-11T17:36:38.162 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-03-11T17:36:38.162 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_mons": 1 2024-03-11T17:36:38.162 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2024-03-11T17:36:38.162 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "osdmap": { 2024-03-11T17:36:38.162 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-11T17:36:38.162 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_osds": 0, 2024-03-11T17:36:38.162 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-03-11T17:36:38.162 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-03-11T17:36:38.162 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-03-11T17:36:38.166 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-03-11T17:36:38.166 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-03-11T17:36:38.166 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2024-03-11T17:36:38.166 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "pgmap": { 2024-03-11T17:36:38.166 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-03-11T17:36:38.166 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-03-11T17:36:38.166 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_pools": 0, 2024-03-11T17:36:38.166 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_objects": 0, 2024-03-11T17:36:38.166 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-03-11T17:36:38.166 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-03-11T17:36:38.167 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-03-11T17:36:38.167 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "bytes_total": 0 2024-03-11T17:36:38.167 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2024-03-11T17:36:38.167 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "fsmap": { 2024-03-11T17:36:38.167 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-11T17:36:38.167 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "by_rank": [], 2024-03-11T17:36:38.167 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "up:standby": 0 2024-03-11T17:36:38.167 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2024-03-11T17:36:38.167 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "mgrmap": { 2024-03-11T17:36:38.167 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "available": false, 2024-03-11T17:36:38.167 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-03-11T17:36:38.167 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "modules": [ 2024-03-11T17:36:38.167 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "iostat", 2024-03-11T17:36:38.167 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "nfs", 2024-03-11T17:36:38.167 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "restful" 2024-03-11T17:36:38.168 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: ], 2024-03-11T17:36:38.168 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "services": {} 2024-03-11T17:36:38.168 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2024-03-11T17:36:38.168 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "servicemap": { 2024-03-11T17:36:38.168 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-11T17:36:38.168 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "modified": "2024-03-11T17:36:25.514183+0000", 2024-03-11T17:36:38.168 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "services": {} 2024-03-11T17:36:38.168 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2024-03-11T17:36:38.168 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "progress_events": {} 2024-03-11T17:36:38.168 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: } 2024-03-11T17:36:38.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:38 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:36:37.542853+0000 mon.smithi132 (mon.0) 9 : cluster [INF] Activating manager daemon smithi132.jvlwde 2024-03-11T17:36:38.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:38 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:36:37.548338+0000 mon.smithi132 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi132.jvlwde(active, starting, since 0.00557025s) 2024-03-11T17:36:38.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:38 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:37.549206+0000 mon.smithi132 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.132:0/1860217072' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-11T17:36:38.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:38 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:37.549335+0000 mon.smithi132 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.132:0/1860217072' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-11T17:36:38.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:38 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:37.549448+0000 mon.smithi132 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.132:0/1860217072' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-11T17:36:38.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:38 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:37.549555+0000 mon.smithi132 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.132:0/1860217072' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2024-03-11T17:36:38.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:38 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:37.549989+0000 mon.smithi132 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.132:0/1860217072' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mgr metadata", "who": "smithi132.jvlwde", "id": "smithi132.jvlwde"}]: dispatch 2024-03-11T17:36:38.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:38 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:36:37.564541+0000 mon.smithi132 (mon.0) 16 : cluster [INF] Manager daemon smithi132.jvlwde is now available 2024-03-11T17:36:38.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:38 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:37.573250+0000 mon.smithi132 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.132:0/1860217072' entity='mgr.smithi132.jvlwde' 2024-03-11T17:36:38.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:38 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:37.576560+0000 mon.smithi132 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.132:0/1860217072' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/mirror_snapshot_schedule"}]: dispatch 2024-03-11T17:36:38.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:38 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:37.577766+0000 mon.smithi132 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.132:0/1860217072' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/trash_purge_schedule"}]: dispatch 2024-03-11T17:36:38.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:38 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:37.584702+0000 mon.smithi132 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.132:0/1860217072' entity='mgr.smithi132.jvlwde' 2024-03-11T17:36:38.809 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:38 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:37.587733+0000 mon.smithi132 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.132:0/1860217072' entity='mgr.smithi132.jvlwde' 2024-03-11T17:36:39.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:36:38.551040+0000 mon.smithi132 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi132.jvlwde(active, since 1.00827s) 2024-03-11T17:36:41.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:36:40.554251+0000 mon.smithi132 (mon.0) 23 : cluster [DBG] mgrmap e4: smithi132.jvlwde(active, since 3s) 2024-03-11T17:36:41.914 INFO:teuthology.orchestra.run.smithi132.stderr:mgr not available, waiting (2/15)... 2024-03-11T17:36:43.917 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpja9e58mp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeirlo5ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-03-11T17:36:47.615 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: 2024-03-11T17:36:47.615 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: { 2024-03-11T17:36:47.615 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "fsid": "cb5f33fe-dfcd-11ee-95c8-87774f69a715", 2024-03-11T17:36:47.616 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "health": { 2024-03-11T17:36:47.616 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-03-11T17:36:47.616 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "checks": {}, 2024-03-11T17:36:47.616 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "mutes": [] 2024-03-11T17:36:47.616 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2024-03-11T17:36:47.616 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-03-11T17:36:47.616 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "quorum": [ 2024-03-11T17:36:47.616 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: 0 2024-03-11T17:36:47.616 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: ], 2024-03-11T17:36:47.616 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "quorum_names": [ 2024-03-11T17:36:47.616 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "smithi132" 2024-03-11T17:36:47.616 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: ], 2024-03-11T17:36:47.616 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "quorum_age": 16, 2024-03-11T17:36:47.616 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "monmap": { 2024-03-11T17:36:47.616 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-11T17:36:47.616 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-03-11T17:36:47.617 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_mons": 1 2024-03-11T17:36:47.617 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2024-03-11T17:36:47.617 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "osdmap": { 2024-03-11T17:36:47.617 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-11T17:36:47.617 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_osds": 0, 2024-03-11T17:36:47.617 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-03-11T17:36:47.617 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-03-11T17:36:47.617 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-03-11T17:36:47.617 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-03-11T17:36:47.617 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-03-11T17:36:47.617 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2024-03-11T17:36:47.617 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "pgmap": { 2024-03-11T17:36:47.617 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-03-11T17:36:47.617 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-03-11T17:36:47.617 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_pools": 0, 2024-03-11T17:36:47.618 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_objects": 0, 2024-03-11T17:36:47.618 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-03-11T17:36:47.618 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-03-11T17:36:47.618 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-03-11T17:36:47.618 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "bytes_total": 0 2024-03-11T17:36:47.618 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2024-03-11T17:36:47.618 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "fsmap": { 2024-03-11T17:36:47.618 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-11T17:36:47.618 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "by_rank": [], 2024-03-11T17:36:47.618 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "up:standby": 0 2024-03-11T17:36:47.618 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2024-03-11T17:36:47.618 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "mgrmap": { 2024-03-11T17:36:47.618 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "available": true, 2024-03-11T17:36:47.618 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-03-11T17:36:47.618 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "modules": [ 2024-03-11T17:36:47.618 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "iostat", 2024-03-11T17:36:47.619 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "nfs", 2024-03-11T17:36:47.619 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "restful" 2024-03-11T17:36:47.619 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: ], 2024-03-11T17:36:47.619 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "services": {} 2024-03-11T17:36:47.619 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2024-03-11T17:36:47.619 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "servicemap": { 2024-03-11T17:36:47.619 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "epoch": 1, 2024-03-11T17:36:47.619 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "modified": "2024-03-11T17:36:25.514183+0000", 2024-03-11T17:36:47.619 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "services": {} 2024-03-11T17:36:47.619 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: }, 2024-03-11T17:36:47.619 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "progress_events": {} 2024-03-11T17:36:47.619 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: } 2024-03-11T17:36:47.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:47 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:47.381029+0000 mon.smithi132 (mon.0) 24 : audit [DBG] from='client.? 172.21.15.132:0/2285144491' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-11T17:36:48.172 INFO:teuthology.orchestra.run.smithi132.stderr:mgr is available 2024-03-11T17:36:48.173 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpja9e58mp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeirlo5ym:/etc/ceph/ceph.conf:z -v /tmp/tmp1jg_aaqi:/var/lib/ceph/user.conf:z quay.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2024-03-11T17:36:48.865 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: 2024-03-11T17:36:48.865 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: [global] 2024-03-11T17:36:48.865 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: fsid = cb5f33fe-dfcd-11ee-95c8-87774f69a715 2024-03-11T17:36:48.865 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: log_to_journald = false 2024-03-11T17:36:48.865 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-03-11T17:36:48.865 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-03-11T17:36:48.865 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-03-11T17:36:48.866 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-03-11T17:36:48.866 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: 2024-03-11T17:36:48.866 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: [mgr] 2024-03-11T17:36:48.866 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-03-11T17:36:48.866 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: 2024-03-11T17:36:48.866 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: [osd] 2024-03-11T17:36:48.866 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-03-11T17:36:48.866 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-03-11T17:36:49.193 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:48 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:48.864162+0000 mon.smithi132 (mon.0) 25 : audit [INF] from='client.? 172.21.15.132:0/223864160' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-11T17:36:49.496 INFO:teuthology.orchestra.run.smithi132.stderr:Enabling cephadm module... 2024-03-11T17:36:49.496 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpja9e58mp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeirlo5ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2024-03-11T17:36:50.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:50.207007+0000 mon.smithi132 (mon.0) 26 : audit [INF] from='client.? 172.21.15.132:0/201651686' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-11T17:36:50.894 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpja9e58mp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeirlo5ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr stat 2024-03-11T17:36:51.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:50.260239+0000 mon.smithi132 (mon.0) 27 : audit [INF] from='client.? 172.21.15.132:0/201651686' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-03-11T17:36:51.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:36:50.260295+0000 mon.smithi132 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi132.jvlwde(active, since 12s) 2024-03-11T17:36:51.653 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: { 2024-03-11T17:36:51.654 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "epoch": 5, 2024-03-11T17:36:51.654 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "available": true, 2024-03-11T17:36:51.654 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "active_name": "smithi132.jvlwde", 2024-03-11T17:36:51.654 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_standby": 0 2024-03-11T17:36:51.654 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: } 2024-03-11T17:36:52.334 INFO:teuthology.orchestra.run.smithi132.stderr:Waiting for the mgr to restart... 2024-03-11T17:36:52.334 INFO:teuthology.orchestra.run.smithi132.stderr:Waiting for mgr epoch 5... 2024-03-11T17:36:52.335 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpja9e58mp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeirlo5ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-03-11T17:36:52.336 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:52 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:51.653250+0000 mon.smithi132 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.132:0/711622009' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-11T17:36:55.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:55 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:36:55.347036+0000 mon.smithi132 (mon.0) 30 : cluster [INF] Active manager daemon smithi132.jvlwde restarted 2024-03-11T17:36:55.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:55 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:36:55.347440+0000 mon.smithi132 (mon.0) 31 : cluster [INF] Activating manager daemon smithi132.jvlwde 2024-03-11T17:36:55.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:55 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:36:55.349623+0000 mon.smithi132 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-03-11T17:36:56.414 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: { 2024-03-11T17:36:56.414 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-03-11T17:36:56.414 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "initialized": true 2024-03-11T17:36:56.414 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: } 2024-03-11T17:36:56.796 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:36:55.400380+0000 mon.smithi132 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi132.jvlwde(active, starting, since 0.0530171s) 2024-03-11T17:36:56.796 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:55.402622+0000 mon.smithi132 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.132:0/2066730953' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2024-03-11T17:36:56.796 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:55.403231+0000 mon.smithi132 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.132:0/2066730953' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mgr metadata", "who": "smithi132.jvlwde", "id": "smithi132.jvlwde"}]: dispatch 2024-03-11T17:36:56.796 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:55.403960+0000 mon.smithi132 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.132:0/2066730953' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-11T17:36:56.796 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:55.404135+0000 mon.smithi132 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.132:0/2066730953' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-11T17:36:56.796 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:55.404275+0000 mon.smithi132 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.132:0/2066730953' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-11T17:36:56.796 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:36:55.417441+0000 mon.smithi132 (mon.0) 39 : cluster [INF] Manager daemon smithi132.jvlwde is now available 2024-03-11T17:36:56.796 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:55.431189+0000 mon.smithi132 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.132:0/2066730953' entity='mgr.smithi132.jvlwde' 2024-03-11T17:36:56.796 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:55.433715+0000 mon.smithi132 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.132:0/2066730953' entity='mgr.smithi132.jvlwde' 2024-03-11T17:36:56.797 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:55.436047+0000 mon.smithi132 (mon.0) 42 : audit [INF] from='mgr.14116 172.21.15.132:0/2066730953' entity='mgr.smithi132.jvlwde' 2024-03-11T17:36:56.797 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:55.523101+0000 mon.smithi132 (mon.0) 43 : audit [INF] from='mgr.14116 172.21.15.132:0/2066730953' entity='mgr.smithi132.jvlwde' 2024-03-11T17:36:56.797 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:55.523783+0000 mon.smithi132 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.132:0/2066730953' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:36:56.797 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:55.525354+0000 mon.smithi132 (mon.0) 45 : audit [DBG] from='mgr.14116 172.21.15.132:0/2066730953' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:36:56.797 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:55.526735+0000 mon.smithi132 (mon.0) 46 : audit [DBG] from='mgr.14116 172.21.15.132:0/2066730953' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:36:56.797 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:55.536376+0000 mon.smithi132 (mon.0) 47 : audit [INF] from='mgr.14116 172.21.15.132:0/2066730953' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/mirror_snapshot_schedule"}]: dispatch 2024-03-11T17:36:56.797 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:55.537441+0000 mon.smithi132 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.132:0/2066730953' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/trash_purge_schedule"}]: dispatch 2024-03-11T17:36:57.049 INFO:teuthology.orchestra.run.smithi132.stderr:mgr epoch 5 is available 2024-03-11T17:36:57.049 INFO:teuthology.orchestra.run.smithi132.stderr:Setting orchestrator backend to cephadm... 2024-03-11T17:36:57.049 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpja9e58mp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeirlo5ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch set backend cephadm 2024-03-11T17:36:57.739 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:56.407717+0000 mgr.smithi132.jvlwde (mgr.14116) 1 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-11T17:36:57.739 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:36:56.408577+0000 mon.smithi132 (mon.0) 49 : cluster [DBG] mgrmap e7: smithi132.jvlwde(active, since 1.06121s) 2024-03-11T17:36:57.740 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:56.414638+0000 mgr.smithi132.jvlwde (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-11T17:36:58.321 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpja9e58mp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeirlo5ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 cephadm set-user root 2024-03-11T17:36:58.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:36:57.410059+0000 mon.smithi132 (mon.0) 50 : cluster [DBG] mgrmap e8: smithi132.jvlwde(active, since 2s) 2024-03-11T17:36:58.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:57.714871+0000 mgr.smithi132.jvlwde (mgr.14116) 3 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:36:58.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:57.719442+0000 mon.smithi132 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.132:0/2066730953' entity='mgr.smithi132.jvlwde' 2024-03-11T17:36:58.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:57.722878+0000 mon.smithi132 (mon.0) 52 : audit [DBG] from='mgr.14116 172.21.15.132:0/2066730953' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:36:59.028 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: value unchanged 2024-03-11T17:36:59.669 INFO:teuthology.orchestra.run.smithi132.stderr:Generating ssh key... 2024-03-11T17:36:59.669 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpja9e58mp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeirlo5ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 cephadm generate-key 2024-03-11T17:36:59.672 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:36:59 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:36:59.028633+0000 mgr.smithi132.jvlwde (mgr.14116) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:37:01.326 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpja9e58mp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeirlo5ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2024-03-11T17:37:02.016 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDNbxKHjZnUs5JWvHvKZinb45Vtr8jJoypyTjoUj2Dza92kAnp88K+S1tAurS9KGjujiqILpvp4L3P+ZIgYKn17ap93rnCGIpnh3BJvAWWli6GRFEHmkj0bxdHcUawyVSYgICrAs+c3KAGXsw7IK2wP99O54Lju8nsW4hc3nCsq8dfxQ2SwHhPjcKN2Cl/VNh+He8wgeTVFEowLhWTvteyyJgVuJirYlK+Lrb1o5Dh4AHVKFRIlmV5aTuFXTzC9pX7Xf6SA7Wm9/74SEPi4g04hHdm5oVk8vczgzRkafE1hPd4MsRYLGBe+T6cLPC+DczqlAq4i9XZ0UfgM9wssTBT/Qp4Z3hT6sUkqvAToSMqTZtNao8+yBuc0GfnS1ayNDiVPBX+H1cRlJfOGmqudZkBdsHZ4GzHHkRj25l2uts+lU96EKnkGsRMlMH7DuE49avtUvzYCfqSPQud/bVzkcXypHaTVt6aWwKvPmBCgXiakRSU/FyRs8q4mkI2eA89PO9c= ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715 2024-03-11T17:37:02.038 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:37:00.413323+0000 mgr.smithi132.jvlwde (mgr.14116) 6 : cephadm [INF] Generating ssh key... 2024-03-11T17:37:02.039 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:00.750449+0000 mon.smithi132 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.132:0/2066730953' entity='mgr.smithi132.jvlwde' 2024-03-11T17:37:02.039 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:00.752799+0000 mon.smithi132 (mon.0) 54 : audit [INF] from='mgr.14116 172.21.15.132:0/2066730953' entity='mgr.smithi132.jvlwde' 2024-03-11T17:37:02.666 INFO:teuthology.orchestra.run.smithi132.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-03-11T17:37:02.666 INFO:teuthology.orchestra.run.smithi132.stderr:Adding key to root@localhost authorized_keys... 2024-03-11T17:37:02.667 INFO:teuthology.orchestra.run.smithi132.stderr:Adding host smithi132... 2024-03-11T17:37:02.667 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpja9e58mp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeirlo5ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch host add smithi132 172.21.15.132 2024-03-11T17:37:03.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:02.017388+0000 mgr.smithi132.jvlwde (mgr.14116) 7 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:37:03.919 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: Added host 'smithi132' with addr '172.21.15.132' 2024-03-11T17:37:04.405 INFO:teuthology.orchestra.run.smithi132.stderr:Deploying mon service with default placement... 2024-03-11T17:37:04.405 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpja9e58mp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeirlo5ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply mon 2024-03-11T17:37:05.154 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: Scheduled mon update... 2024-03-11T17:37:05.181 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:04 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:03.334874+0000 mgr.smithi132.jvlwde (mgr.14116) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi132", "addr": "172.21.15.132", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:37:05.181 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:04 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:03.918258+0000 mon.smithi132 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.132:0/2066730953' entity='mgr.smithi132.jvlwde' 2024-03-11T17:37:05.181 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:04 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:37:03.918544+0000 mgr.smithi132.jvlwde (mgr.14116) 9 : cephadm [INF] Added host smithi132 2024-03-11T17:37:05.181 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:04 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:03.918792+0000 mon.smithi132 (mon.0) 56 : audit [DBG] from='mgr.14116 172.21.15.132:0/2066730953' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:37:05.959 INFO:teuthology.orchestra.run.smithi132.stderr:Deploying mgr service with default placement... 2024-03-11T17:37:05.960 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpja9e58mp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeirlo5ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply mgr 2024-03-11T17:37:06.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:05.152134+0000 mgr.smithi132.jvlwde (mgr.14116) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:37:06.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:37:05.152847+0000 mgr.smithi132.jvlwde (mgr.14116) 11 : cephadm [INF] Saving service mon spec with placement count:5 2024-03-11T17:37:06.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:05.154981+0000 mon.smithi132 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.132:0/2066730953' entity='mgr.smithi132.jvlwde' 2024-03-11T17:37:07.089 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-03-11T17:37:07.586 INFO:teuthology.orchestra.run.smithi132.stderr:Deploying crash service with default placement... 2024-03-11T17:37:07.587 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpja9e58mp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeirlo5ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply crash 2024-03-11T17:37:08.286 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: Scheduled crash update... 2024-03-11T17:37:08.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:06.840997+0000 mgr.smithi132.jvlwde (mgr.14116) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:37:08.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:37:06.841551+0000 mgr.smithi132.jvlwde (mgr.14116) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2024-03-11T17:37:08.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:06.843723+0000 mon.smithi132 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.132:0/2066730953' entity='mgr.smithi132.jvlwde' 2024-03-11T17:37:08.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:06.988721+0000 mon.smithi132 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.132:0/2066730953' entity='mgr.smithi132.jvlwde' 2024-03-11T17:37:08.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:07.257859+0000 mon.smithi132 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.132:0/2066730953' entity='mgr.smithi132.jvlwde' 2024-03-11T17:37:09.394 INFO:teuthology.orchestra.run.smithi132.stderr:Enabling mgr prometheus module... 2024-03-11T17:37:09.394 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpja9e58mp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeirlo5ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2024-03-11T17:37:09.397 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:08.283767+0000 mgr.smithi132.jvlwde (mgr.14116) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:37:09.397 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:37:08.284441+0000 mgr.smithi132.jvlwde (mgr.14116) 15 : cephadm [INF] Saving service crash spec with placement * 2024-03-11T17:37:09.397 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:08.286759+0000 mon.smithi132 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.132:0/2066730953' entity='mgr.smithi132.jvlwde' 2024-03-11T17:37:11.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:10.191050+0000 mon.smithi132 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.132:0/2066730953' entity='mgr.smithi132.jvlwde' 2024-03-11T17:37:11.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:10.376319+0000 mon.smithi132 (mon.0) 63 : audit [INF] from='client.? 172.21.15.132:0/1294260840' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-11T17:37:12.109 INFO:teuthology.orchestra.run.smithi132.stderr:Deploying prometheus service with default placement... 2024-03-11T17:37:12.109 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpja9e58mp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeirlo5ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply prometheus 2024-03-11T17:37:12.377 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:12 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:11.192997+0000 mon.smithi132 (mon.0) 64 : audit [INF] from='client.? 172.21.15.132:0/1294260840' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-11T17:37:12.377 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:12 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:37:11.193062+0000 mon.smithi132 (mon.0) 65 : cluster [DBG] mgrmap e9: smithi132.jvlwde(active, since 15s) 2024-03-11T17:37:16.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:16 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:37:16.261938+0000 mon.smithi132 (mon.0) 66 : cluster [INF] Active manager daemon smithi132.jvlwde restarted 2024-03-11T17:37:16.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:16 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:37:16.262320+0000 mon.smithi132 (mon.0) 67 : cluster [INF] Activating manager daemon smithi132.jvlwde 2024-03-11T17:37:16.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:16 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:37:16.264455+0000 mon.smithi132 (mon.0) 68 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-03-11T17:37:17.509 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-03-11T17:37:17.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:17 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:37:16.503396+0000 mon.smithi132 (mon.0) 69 : cluster [DBG] mgrmap e10: smithi132.jvlwde(active, starting, since 0.241158s) 2024-03-11T17:37:17.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:17 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:16.504451+0000 mon.smithi132 (mon.0) 70 : audit [DBG] from='mgr.14144 172.21.15.132:0/659507171' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2024-03-11T17:37:17.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:17 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:16.505112+0000 mon.smithi132 (mon.0) 71 : audit [DBG] from='mgr.14144 172.21.15.132:0/659507171' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mgr metadata", "who": "smithi132.jvlwde", "id": "smithi132.jvlwde"}]: dispatch 2024-03-11T17:37:17.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:17 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:16.505679+0000 mon.smithi132 (mon.0) 72 : audit [DBG] from='mgr.14144 172.21.15.132:0/659507171' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-11T17:37:17.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:17 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:16.505855+0000 mon.smithi132 (mon.0) 73 : audit [DBG] from='mgr.14144 172.21.15.132:0/659507171' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-11T17:37:17.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:17 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:16.505968+0000 mon.smithi132 (mon.0) 74 : audit [DBG] from='mgr.14144 172.21.15.132:0/659507171' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-11T17:37:17.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:17 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:37:16.507725+0000 mon.smithi132 (mon.0) 75 : cluster [INF] Manager daemon smithi132.jvlwde is now available 2024-03-11T17:37:17.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:17 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:16.604597+0000 mon.smithi132 (mon.0) 76 : audit [DBG] from='mgr.14144 172.21.15.132:0/659507171' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:37:17.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:17 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:16.605960+0000 mon.smithi132 (mon.0) 77 : audit [DBG] from='mgr.14144 172.21.15.132:0/659507171' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:37:17.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:17 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:16.622488+0000 mon.smithi132 (mon.0) 78 : audit [INF] from='mgr.14144 172.21.15.132:0/659507171' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/mirror_snapshot_schedule"}]: dispatch 2024-03-11T17:37:17.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:17 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:16.630261+0000 mon.smithi132 (mon.0) 79 : audit [INF] from='mgr.14144 172.21.15.132:0/659507171' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/trash_purge_schedule"}]: dispatch 2024-03-11T17:37:18.277 INFO:teuthology.orchestra.run.smithi132.stderr:Deploying grafana service with default placement... 2024-03-11T17:37:18.278 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpja9e58mp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeirlo5ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply grafana 2024-03-11T17:37:18.531 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:37:17.505781+0000 mon.smithi132 (mon.0) 80 : cluster [DBG] mgrmap e11: smithi132.jvlwde(active, since 1.24355s) 2024-03-11T17:37:18.531 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:37:17.506717+0000 mgr.smithi132.jvlwde (mgr.14144) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-03-11T17:37:18.531 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:17.509547+0000 mon.smithi132 (mon.0) 81 : audit [INF] from='mgr.14144 172.21.15.132:0/659507171' entity='mgr.smithi132.jvlwde' 2024-03-11T17:37:19.005 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-03-11T17:37:19.740 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:37:18.512477+0000 mon.smithi132 (mon.0) 82 : cluster [DBG] mgrmap e12: smithi132.jvlwde(active, since 2s) 2024-03-11T17:37:19.740 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:18.571684+0000 mon.smithi132 (mon.0) 83 : audit [INF] from='mgr.14144 172.21.15.132:0/659507171' entity='mgr.smithi132.jvlwde' 2024-03-11T17:37:19.740 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:19.001611+0000 mgr.smithi132.jvlwde (mgr.14144) 3 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:37:19.740 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:37:19.002156+0000 mgr.smithi132.jvlwde (mgr.14144) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-03-11T17:37:19.741 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:19.005093+0000 mon.smithi132 (mon.0) 84 : audit [INF] from='mgr.14144 172.21.15.132:0/659507171' entity='mgr.smithi132.jvlwde' 2024-03-11T17:37:20.777 INFO:teuthology.orchestra.run.smithi132.stderr:Deploying node-exporter service with default placement... 2024-03-11T17:37:20.778 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpja9e58mp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeirlo5ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply node-exporter 2024-03-11T17:37:21.484 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-03-11T17:37:22.242 INFO:teuthology.orchestra.run.smithi132.stderr:Deploying alertmanager service with default placement... 2024-03-11T17:37:22.243 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpja9e58mp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeirlo5ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply alertmanager 2024-03-11T17:37:22.516 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:22 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:21.482365+0000 mgr.smithi132.jvlwde (mgr.14144) 5 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:37:22.516 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:22 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:37:21.482981+0000 mgr.smithi132.jvlwde (mgr.14144) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-03-11T17:37:22.516 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:22 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:21.485130+0000 mon.smithi132 (mon.0) 85 : audit [INF] from='mgr.14144 172.21.15.132:0/659507171' entity='mgr.smithi132.jvlwde' 2024-03-11T17:37:22.976 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-03-11T17:37:23.683 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpja9e58mp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeirlo5ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2024-03-11T17:37:24.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:22.973937+0000 mgr.smithi132.jvlwde (mgr.14144) 7 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:37:24.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:37:22.974506+0000 mgr.smithi132.jvlwde (mgr.14144) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-03-11T17:37:24.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:22.976822+0000 mon.smithi132 (mon.0) 86 : audit [INF] from='mgr.14144 172.21.15.132:0/659507171' entity='mgr.smithi132.jvlwde' 2024-03-11T17:37:25.181 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpja9e58mp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeirlo5ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2024-03-11T17:37:25.463 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:24.406519+0000 mon.smithi132 (mon.0) 87 : audit [INF] from='client.? 172.21.15.132:0/894511668' entity='client.admin' 2024-03-11T17:37:26.547 INFO:teuthology.orchestra.run.smithi132.stderr:Enabling the dashboard module... 2024-03-11T17:37:26.547 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpja9e58mp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeirlo5ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2024-03-11T17:37:27.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:25.900784+0000 mon.smithi132 (mon.0) 88 : audit [INF] from='client.? 172.21.15.132:0/2151123121' entity='client.admin' 2024-03-11T17:37:28.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:27 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:27.303407+0000 mon.smithi132 (mon.0) 89 : audit [INF] from='client.? 172.21.15.132:0/3307820815' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-03-11T17:37:28.604 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpja9e58mp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeirlo5ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr stat 2024-03-11T17:37:29.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:27.905139+0000 mon.smithi132 (mon.0) 90 : audit [INF] from='client.? 172.21.15.132:0/3307820815' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-03-11T17:37:29.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:37:27.905193+0000 mon.smithi132 (mon.0) 91 : cluster [DBG] mgrmap e13: smithi132.jvlwde(active, since 11s) 2024-03-11T17:37:29.434 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: { 2024-03-11T17:37:29.434 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "epoch": 13, 2024-03-11T17:37:29.434 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "available": true, 2024-03-11T17:37:29.434 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "active_name": "smithi132.jvlwde", 2024-03-11T17:37:29.435 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "num_standby": 0 2024-03-11T17:37:29.435 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: } 2024-03-11T17:37:30.127 INFO:teuthology.orchestra.run.smithi132.stderr:Waiting for the mgr to restart... 2024-03-11T17:37:30.128 INFO:teuthology.orchestra.run.smithi132.stderr:Waiting for mgr epoch 13... 2024-03-11T17:37:30.128 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpja9e58mp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeirlo5ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-03-11T17:37:30.130 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:29 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:29.434544+0000 mon.smithi132 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.132:0/2759863929' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-11T17:37:33.220 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:37:33.037189+0000 mon.smithi132 (mon.0) 93 : cluster [INF] Active manager daemon smithi132.jvlwde restarted 2024-03-11T17:37:33.220 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:37:33.037573+0000 mon.smithi132 (mon.0) 94 : cluster [INF] Activating manager daemon smithi132.jvlwde 2024-03-11T17:37:33.220 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:37:33.041758+0000 mon.smithi132 (mon.0) 95 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-11T17:37:34.110 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: { 2024-03-11T17:37:34.110 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2024-03-11T17:37:34.110 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: "initialized": true 2024-03-11T17:37:34.110 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: } 2024-03-11T17:37:34.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:37:33.092794+0000 mon.smithi132 (mon.0) 96 : cluster [DBG] mgrmap e14: smithi132.jvlwde(active, starting, since 0.0553147s) 2024-03-11T17:37:34.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:33.094244+0000 mon.smithi132 (mon.0) 97 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2024-03-11T17:37:34.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:33.094963+0000 mon.smithi132 (mon.0) 98 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mgr metadata", "who": "smithi132.jvlwde", "id": "smithi132.jvlwde"}]: dispatch 2024-03-11T17:37:34.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:33.095740+0000 mon.smithi132 (mon.0) 99 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-11T17:37:34.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:33.095866+0000 mon.smithi132 (mon.0) 100 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-11T17:37:34.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:33.096007+0000 mon.smithi132 (mon.0) 101 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-11T17:37:34.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:37:33.110746+0000 mon.smithi132 (mon.0) 102 : cluster [INF] Manager daemon smithi132.jvlwde is now available 2024-03-11T17:37:34.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:33.207144+0000 mon.smithi132 (mon.0) 103 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:37:34.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:33.209404+0000 mon.smithi132 (mon.0) 104 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:37:34.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:33.232438+0000 mon.smithi132 (mon.0) 105 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/mirror_snapshot_schedule"}]: dispatch 2024-03-11T17:37:34.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:33.235273+0000 mon.smithi132 (mon.0) 106 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/trash_purge_schedule"}]: dispatch 2024-03-11T17:37:35.088 INFO:teuthology.orchestra.run.smithi132.stderr:mgr epoch 13 is available 2024-03-11T17:37:35.089 INFO:teuthology.orchestra.run.smithi132.stderr:Generating a dashboard self-signed certificate... 2024-03-11T17:37:35.089 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpja9e58mp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeirlo5ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2024-03-11T17:37:35.351 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:34.099807+0000 mgr.smithi132.jvlwde (mgr.14164) 1 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-11T17:37:35.351 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:37:34.100550+0000 mon.smithi132 (mon.0) 107 : cluster [DBG] mgrmap e15: smithi132.jvlwde(active, since 1.06307s) 2024-03-11T17:37:35.351 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:34.106790+0000 mgr.smithi132.jvlwde (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-11T17:37:35.352 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:34.562705+0000 mon.smithi132 (mon.0) 108 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:37:36.423 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: Self-signed certificate created 2024-03-11T17:37:36.683 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:36 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:37:35.563939+0000 mon.smithi132 (mon.0) 109 : cluster [DBG] mgrmap e16: smithi132.jvlwde(active, since 2s) 2024-03-11T17:37:36.684 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:36 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:36.418786+0000 mon.smithi132 (mon.0) 110 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:37:36.684 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:36 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:36.423787+0000 mon.smithi132 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:37:37.353 INFO:teuthology.orchestra.run.smithi132.stderr:Creating initial admin user... 2024-03-11T17:37:37.353 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpja9e58mp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeirlo5ym:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpwv6oda2u:/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-03-11T17:37:37.621 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:37 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:36.366637+0000 mgr.smithi132.jvlwde (mgr.14164) 3 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:37:38.334 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$YB7pSWpGhOu71rCyZFZ.N.gRJefdglxKyaTgkIPPGQ.EUKSgJUbM2", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1710178658, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-03-11T17:37:39.010 INFO:teuthology.orchestra.run.smithi132.stderr:Fetching dashboard port number... 2024-03-11T17:37:39.010 INFO:teuthology.orchestra.run.smithi132.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=smithi132 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpja9e58mp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeirlo5ym:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2024-03-11T17:37:39.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:38.101354+0000 mgr.smithi132.jvlwde (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-03-11T17:37:39.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:38.330530+0000 mon.smithi132 (mon.0) 112 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:37:39.806 INFO:teuthology.orchestra.run.smithi132.stderr:/usr/bin/ceph: 8443 2024-03-11T17:37:40.518 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: systemctl is-enabled firewalld.service 2024-03-11T17:37:40.520 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:37:39.334200+0000 mon.smithi132 (mon.0) 113 : cluster [DBG] mgrmap e17: smithi132.jvlwde(active, since 6s) 2024-03-11T17:37:40.521 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:39.807524+0000 mon.smithi132 (mon.0) 114 : audit [DBG] from='client.? 172.21.15.132:0/674594838' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-03-11T17:37:40.527 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: disabled 2024-03-11T17:37:40.527 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: systemctl is-active firewalld.service 2024-03-11T17:37:40.535 INFO:teuthology.orchestra.run.smithi132.stderr:systemctl: inactive 2024-03-11T17:37:40.536 INFO:teuthology.orchestra.run.smithi132.stderr:firewalld.service is not enabled 2024-03-11T17:37:40.536 INFO:teuthology.orchestra.run.smithi132.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-03-11T17:37:40.538 INFO:teuthology.orchestra.run.smithi132.stderr:Ceph Dashboard is now available at: 2024-03-11T17:37:40.538 INFO:teuthology.orchestra.run.smithi132.stderr: 2024-03-11T17:37:40.538 INFO:teuthology.orchestra.run.smithi132.stderr: URL: https://smithi132.front.sepia.ceph.com:8443/ 2024-03-11T17:37:40.539 INFO:teuthology.orchestra.run.smithi132.stderr: User: admin 2024-03-11T17:37:40.539 INFO:teuthology.orchestra.run.smithi132.stderr: Password: m70nmiogt9 2024-03-11T17:37:40.539 INFO:teuthology.orchestra.run.smithi132.stderr: 2024-03-11T17:37:40.539 INFO:teuthology.orchestra.run.smithi132.stderr:You can access the Ceph CLI with: 2024-03-11T17:37:40.540 INFO:teuthology.orchestra.run.smithi132.stderr: 2024-03-11T17:37:40.540 INFO:teuthology.orchestra.run.smithi132.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-03-11T17:37:40.540 INFO:teuthology.orchestra.run.smithi132.stderr: 2024-03-11T17:37:40.540 INFO:teuthology.orchestra.run.smithi132.stderr:Please consider enabling telemetry to help improve Ceph: 2024-03-11T17:37:40.540 INFO:teuthology.orchestra.run.smithi132.stderr: 2024-03-11T17:37:40.540 INFO:teuthology.orchestra.run.smithi132.stderr: ceph telemetry on 2024-03-11T17:37:40.540 INFO:teuthology.orchestra.run.smithi132.stderr: 2024-03-11T17:37:40.540 INFO:teuthology.orchestra.run.smithi132.stderr:For more information see: 2024-03-11T17:37:40.540 INFO:teuthology.orchestra.run.smithi132.stderr: 2024-03-11T17:37:40.540 INFO:teuthology.orchestra.run.smithi132.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2024-03-11T17:37:40.540 INFO:teuthology.orchestra.run.smithi132.stderr: 2024-03-11T17:37:40.540 INFO:teuthology.orchestra.run.smithi132.stderr:Bootstrap complete. 2024-03-11T17:37:40.540 INFO:teuthology.orchestra.run.smithi132.stderr:Releasing lock 140521426968704 on /run/cephadm/cb5f33fe-dfcd-11ee-95c8-87774f69a715.lock 2024-03-11T17:37:40.540 INFO:teuthology.orchestra.run.smithi132.stderr:Lock 140521426968704 released on /run/cephadm/cb5f33fe-dfcd-11ee-95c8-87774f69a715.lock 2024-03-11T17:37:40.574 INFO:tasks.cephadm:Fetching config... 2024-03-11T17:37:40.575 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-03-11T17:37:40.575 DEBUG:teuthology.orchestra.run.smithi132:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-03-11T17:37:40.594 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-03-11T17:37:40.594 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-03-11T17:37:40.594 DEBUG:teuthology.orchestra.run.smithi132:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-03-11T17:37:40.651 INFO:tasks.cephadm:Fetching mon keyring... 2024-03-11T17:37:40.652 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-03-11T17:37:40.652 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/mon.smithi132/keyring of=/dev/stdout 2024-03-11T17:37:40.719 INFO:tasks.cephadm:Fetching pub ssh key... 2024-03-11T17:37:40.719 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-03-11T17:37:40.719 DEBUG:teuthology.orchestra.run.smithi132:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-03-11T17:37:40.777 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-03-11T17:37:40.778 DEBUG:teuthology.orchestra.run.smithi132:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDNbxKHjZnUs5JWvHvKZinb45Vtr8jJoypyTjoUj2Dza92kAnp88K+S1tAurS9KGjujiqILpvp4L3P+ZIgYKn17ap93rnCGIpnh3BJvAWWli6GRFEHmkj0bxdHcUawyVSYgICrAs+c3KAGXsw7IK2wP99O54Lju8nsW4hc3nCsq8dfxQ2SwHhPjcKN2Cl/VNh+He8wgeTVFEowLhWTvteyyJgVuJirYlK+Lrb1o5Dh4AHVKFRIlmV5aTuFXTzC9pX7Xf6SA7Wm9/74SEPi4g04hHdm5oVk8vczgzRkafE1hPd4MsRYLGBe+T6cLPC+DczqlAq4i9XZ0UfgM9wssTBT/Qp4Z3hT6sUkqvAToSMqTZtNao8+yBuc0GfnS1ayNDiVPBX+H1cRlJfOGmqudZkBdsHZ4GzHHkRj25l2uts+lU96EKnkGsRMlMH7DuE49avtUvzYCfqSPQud/bVzkcXypHaTVt6aWwKvPmBCgXiakRSU/FyRs8q4mkI2eA89PO9c= ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-11T17:37:40.856 INFO:teuthology.orchestra.run.smithi132.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDNbxKHjZnUs5JWvHvKZinb45Vtr8jJoypyTjoUj2Dza92kAnp88K+S1tAurS9KGjujiqILpvp4L3P+ZIgYKn17ap93rnCGIpnh3BJvAWWli6GRFEHmkj0bxdHcUawyVSYgICrAs+c3KAGXsw7IK2wP99O54Lju8nsW4hc3nCsq8dfxQ2SwHhPjcKN2Cl/VNh+He8wgeTVFEowLhWTvteyyJgVuJirYlK+Lrb1o5Dh4AHVKFRIlmV5aTuFXTzC9pX7Xf6SA7Wm9/74SEPi4g04hHdm5oVk8vczgzRkafE1hPd4MsRYLGBe+T6cLPC+DczqlAq4i9XZ0UfgM9wssTBT/Qp4Z3hT6sUkqvAToSMqTZtNao8+yBuc0GfnS1ayNDiVPBX+H1cRlJfOGmqudZkBdsHZ4GzHHkRj25l2uts+lU96EKnkGsRMlMH7DuE49avtUvzYCfqSPQud/bVzkcXypHaTVt6aWwKvPmBCgXiakRSU/FyRs8q4mkI2eA89PO9c= ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715 2024-03-11T17:37:40.869 DEBUG:teuthology.orchestra.run.smithi176:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDNbxKHjZnUs5JWvHvKZinb45Vtr8jJoypyTjoUj2Dza92kAnp88K+S1tAurS9KGjujiqILpvp4L3P+ZIgYKn17ap93rnCGIpnh3BJvAWWli6GRFEHmkj0bxdHcUawyVSYgICrAs+c3KAGXsw7IK2wP99O54Lju8nsW4hc3nCsq8dfxQ2SwHhPjcKN2Cl/VNh+He8wgeTVFEowLhWTvteyyJgVuJirYlK+Lrb1o5Dh4AHVKFRIlmV5aTuFXTzC9pX7Xf6SA7Wm9/74SEPi4g04hHdm5oVk8vczgzRkafE1hPd4MsRYLGBe+T6cLPC+DczqlAq4i9XZ0UfgM9wssTBT/Qp4Z3hT6sUkqvAToSMqTZtNao8+yBuc0GfnS1ayNDiVPBX+H1cRlJfOGmqudZkBdsHZ4GzHHkRj25l2uts+lU96EKnkGsRMlMH7DuE49avtUvzYCfqSPQud/bVzkcXypHaTVt6aWwKvPmBCgXiakRSU/FyRs8q4mkI2eA89PO9c= ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-11T17:37:40.914 INFO:teuthology.orchestra.run.smithi176.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDNbxKHjZnUs5JWvHvKZinb45Vtr8jJoypyTjoUj2Dza92kAnp88K+S1tAurS9KGjujiqILpvp4L3P+ZIgYKn17ap93rnCGIpnh3BJvAWWli6GRFEHmkj0bxdHcUawyVSYgICrAs+c3KAGXsw7IK2wP99O54Lju8nsW4hc3nCsq8dfxQ2SwHhPjcKN2Cl/VNh+He8wgeTVFEowLhWTvteyyJgVuJirYlK+Lrb1o5Dh4AHVKFRIlmV5aTuFXTzC9pX7Xf6SA7Wm9/74SEPi4g04hHdm5oVk8vczgzRkafE1hPd4MsRYLGBe+T6cLPC+DczqlAq4i9XZ0UfgM9wssTBT/Qp4Z3hT6sUkqvAToSMqTZtNao8+yBuc0GfnS1ayNDiVPBX+H1cRlJfOGmqudZkBdsHZ4GzHHkRj25l2uts+lU96EKnkGsRMlMH7DuE49avtUvzYCfqSPQud/bVzkcXypHaTVt6aWwKvPmBCgXiakRSU/FyRs8q4mkI2eA89PO9c= ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715 2024-03-11T17:37:40.926 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-03-11T17:37:44.280 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:42.930409+0000 mon.smithi132 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:37:44.281 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:43.261300+0000 mon.smithi132 (mon.0) 116 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "who": "osd/host:smithi132", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:37:44.281 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:43.264252+0000 mon.smithi132 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:37:44.898 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-03-11T17:37:44.898 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-03-11T17:37:45.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:44 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:37:43.270838+0000 mgr.smithi132.jvlwde (mgr.14164) 5 : cephadm [INF] Deploying daemon alertmanager.smithi132 on smithi132 2024-03-11T17:37:45.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:44 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:44.252546+0000 mon.smithi132 (mon.0) 118 : audit [INF] from='client.? 172.21.15.132:0/1213967484' entity='client.admin' 2024-03-11T17:37:48.908 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi176 2024-03-11T17:37:48.908 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-03-11T17:37:48.909 DEBUG:teuthology.orchestra.run.smithi176:> dd of=/etc/ceph/ceph.conf 2024-03-11T17:37:48.931 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-03-11T17:37:48.931 DEBUG:teuthology.orchestra.run.smithi176:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-11T17:37:48.992 INFO:tasks.cephadm:Adding host smithi176 to orchestrator... 2024-03-11T17:37:48.993 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph orch host add smithi176 2024-03-11T17:37:49.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:49 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:48.259656+0000 mgr.smithi132.jvlwde (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-03-11T17:37:49.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:49 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:48.262147+0000 mon.smithi132 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:37:51.376 INFO:teuthology.orchestra.run.smithi132.stdout:Added host 'smithi176' with addr '172.21.15.176' 2024-03-11T17:37:51.710 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:50.776558+0000 mgr.smithi132.jvlwde (mgr.14164) 7 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi176", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:37:51.711 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:51.376094+0000 mon.smithi132 (mon.0) 120 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:37:52.048 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph orch host ls --format=json 2024-03-11T17:37:52.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:52 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:37:51.376445+0000 mgr.smithi132.jvlwde (mgr.14164) 8 : cephadm [INF] Added host smithi176 2024-03-11T17:37:53.943 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-03-11T17:37:53.943 INFO:teuthology.orchestra.run.smithi132.stdout:[{"addr": "172.21.15.132", "hostname": "smithi132", "labels": [], "status": ""}, {"addr": "172.21.15.176", "hostname": "smithi176", "labels": [], "status": ""}] 2024-03-11T17:37:54.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:54 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:37:53.097330+0000 mgr.smithi132.jvlwde (mgr.14164) 9 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:37:54.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:54 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:53.944004+0000 mgr.smithi132.jvlwde (mgr.14164) 10 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-11T17:37:54.597 INFO:tasks.cephadm:Setting crush tunables to default 2024-03-11T17:37:54.597 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph osd crush tunables default 2024-03-11T17:37:56.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:37:55.097613+0000 mgr.smithi132.jvlwde (mgr.14164) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:37:57.514 INFO:teuthology.orchestra.run.smithi132.stderr:adjusted tunables profile to default 2024-03-11T17:37:57.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:57.337358+0000 mon.smithi132 (mon.0) 121 : audit [INF] from='client.? 172.21.15.132:0/3551349284' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-11T17:37:58.764 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:37:57.097842+0000 mgr.smithi132.jvlwde (mgr.14164) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:37:58.764 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:37:57.512725+0000 mon.smithi132 (mon.0) 122 : audit [INF] from='client.? 172.21.15.132:0/3551349284' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-11T17:37:58.764 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:37:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:37:57.512766+0000 mon.smithi132 (mon.0) 123 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-03-11T17:37:58.784 INFO:tasks.cephadm:Adding mon.smithi132 on smithi132 2024-03-11T17:37:58.784 INFO:tasks.cephadm:Adding mon.smithi176 on smithi176 2024-03-11T17:37:58.784 DEBUG:teuthology.orchestra.run.smithi176:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph orch apply mon '2;smithi132:172.21.15.132=smithi132;smithi176:172.21.15.176=smithi176' 2024-03-11T17:38:00.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:00 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:37:59.098209+0000 mgr.smithi132.jvlwde (mgr.14164) 13 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:38:00.865 INFO:teuthology.orchestra.run.smithi176.stdout:Scheduled mon update... 2024-03-11T17:38:01.435 DEBUG:teuthology.orchestra.run.smithi176:mon.smithi176> sudo journalctl -f -n 0 -u ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@mon.smithi176.service 2024-03-11T17:38:01.438 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T17:38:01.438 DEBUG:teuthology.orchestra.run.smithi176:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph mon dump -f json 2024-03-11T17:38:01.466 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:-- Logs begin at Mon 2024-03-11 17:29:20 UTC. -- 2024-03-11T17:38:02.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:00.859397+0000 mgr.smithi132.jvlwde (mgr.14164) 14 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi132:172.21.15.132=smithi132;smithi176:172.21.15.176=smithi176", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:38:02.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:38:00.860679+0000 mgr.smithi132.jvlwde (mgr.14164) 15 : cephadm [INF] Saving service mon spec with placement smithi132:172.21.15.132=smithi132;smithi176:172.21.15.176=smithi176;count:2 2024-03-11T17:38:02.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:00.865749+0000 mon.smithi132 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:38:03.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:38:01.098434+0000 mgr.smithi132.jvlwde (mgr.14164) 16 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:38:03.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:02.854433+0000 mon.smithi132 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:38:03.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:02.856026+0000 mon.smithi132 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi132", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-11T17:38:03.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:02.857537+0000 mon.smithi132 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi132", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-03-11T17:38:03.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:02.858050+0000 mon.smithi132 (mon.0) 128 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:38:03.514 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-03-11T17:38:03.515 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"cb5f33fe-dfcd-11ee-95c8-87774f69a715","modified":"2024-03-11T17:36:22.833938Z","created":"2024-03-11T17:36:22.833938Z","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":"smithi132","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:3300","nonce":0},{"type":"v1","addr":"172.21.15.132:6789","nonce":0}]},"addr":"172.21.15.132:6789/0","public_addr":"172.21.15.132:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T17:38:03.516 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2024-03-11T17:38:04.127 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:03 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:38:02.858648+0000 mgr.smithi132.jvlwde (mgr.14164) 17 : cephadm [INF] Deploying daemon crash.smithi132 on smithi132 2024-03-11T17:38:04.127 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:03 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:03.223628+0000 mon.smithi132 (mon.0) 129 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:38:04.127 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:03 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:03.514714+0000 mon.smithi132 (mon.0) 130 : audit [DBG] from='client.? 172.21.15.176:0/3323679234' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T17:38:05.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:04 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:38:03.098693+0000 mgr.smithi132.jvlwde (mgr.14164) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:38:05.191 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T17:38:05.192 DEBUG:teuthology.orchestra.run.smithi176:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph mon dump -f json 2024-03-11T17:38:06.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:04.901263+0000 mon.smithi132 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:38:06.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:05.080526+0000 mon.smithi132 (mon.0) 132 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:38:06.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:05.082861+0000 mon.smithi132 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:38:06.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:05.083184+0000 mon.smithi132 (mon.0) 134 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-11T17:38:06.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:05.086420+0000 mon.smithi132 (mon.0) 135 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:38:07.303 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-03-11T17:38:07.303 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"cb5f33fe-dfcd-11ee-95c8-87774f69a715","modified":"2024-03-11T17:36:22.833938Z","created":"2024-03-11T17:36:22.833938Z","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":"smithi132","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:3300","nonce":0},{"type":"v1","addr":"172.21.15.132:6789","nonce":0}]},"addr":"172.21.15.132:6789/0","public_addr":"172.21.15.132:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T17:38:07.305 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2024-03-11T17:38:07.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:05.083488+0000 mgr.smithi132.jvlwde (mgr.14164) 19 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-11T17:38:07.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:38:05.088746+0000 mgr.smithi132.jvlwde (mgr.14164) 20 : cephadm [INF] Deploying daemon grafana.smithi132 on smithi132 2024-03-11T17:38:07.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:38:05.098910+0000 mgr.smithi132.jvlwde (mgr.14164) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:38:08.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:07.303555+0000 mon.smithi132 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.176:0/274930942' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T17:38:09.054 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T17:38:09.054 DEBUG:teuthology.orchestra.run.smithi176:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph mon dump -f json 2024-03-11T17:38:09.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:38:07.099350+0000 mgr.smithi132.jvlwde (mgr.14164) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:38:09.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:08.226247+0000 mon.smithi132 (mon.0) 137 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:38:11.057 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-03-11T17:38:11.057 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"cb5f33fe-dfcd-11ee-95c8-87774f69a715","modified":"2024-03-11T17:36:22.833938Z","created":"2024-03-11T17:36:22.833938Z","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":"smithi132","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:3300","nonce":0},{"type":"v1","addr":"172.21.15.132:6789","nonce":0}]},"addr":"172.21.15.132:6789/0","public_addr":"172.21.15.132:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T17:38:11.059 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2024-03-11T17:38:11.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:10 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:38:09.099793+0000 mgr.smithi132.jvlwde (mgr.14164) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:38:12.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:11.058439+0000 mon.smithi132 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.176:0/4071721958' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T17:38:12.612 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T17:38:12.612 DEBUG:teuthology.orchestra.run.smithi176:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph mon dump -f json 2024-03-11T17:38:13.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:12 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:38:11.100145+0000 mgr.smithi132.jvlwde (mgr.14164) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:38:14.617 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-03-11T17:38:14.617 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"cb5f33fe-dfcd-11ee-95c8-87774f69a715","modified":"2024-03-11T17:36:22.833938Z","created":"2024-03-11T17:36:22.833938Z","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":"smithi132","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:3300","nonce":0},{"type":"v1","addr":"172.21.15.132:6789","nonce":0}]},"addr":"172.21.15.132:6789/0","public_addr":"172.21.15.132:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T17:38:14.619 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2024-03-11T17:38:15.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:14 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:38:13.100398+0000 mgr.smithi132.jvlwde (mgr.14164) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:38:15.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:14 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:14.617780+0000 mon.smithi132 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.176:0/1844205232' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T17:38:16.310 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T17:38:16.310 DEBUG:teuthology.orchestra.run.smithi176:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph mon dump -f json 2024-03-11T17:38:17.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:16 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:38:15.100614+0000 mgr.smithi132.jvlwde (mgr.14164) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:38:18.225 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-03-11T17:38:18.225 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"cb5f33fe-dfcd-11ee-95c8-87774f69a715","modified":"2024-03-11T17:36:22.833938Z","created":"2024-03-11T17:36:22.833938Z","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":"smithi132","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:3300","nonce":0},{"type":"v1","addr":"172.21.15.132:6789","nonce":0}]},"addr":"172.21.15.132:6789/0","public_addr":"172.21.15.132:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T17:38:18.226 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2024-03-11T17:38:19.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:38:17.100895+0000 mgr.smithi132.jvlwde (mgr.14164) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:38:19.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:18.225374+0000 mon.smithi132 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.176:0/2330039678' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T17:38:19.817 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T17:38:19.817 DEBUG:teuthology.orchestra.run.smithi176:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph mon dump -f json 2024-03-11T17:38:21.209 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:20 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:38:19.101129+0000 mgr.smithi132.jvlwde (mgr.14164) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:38:21.952 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-03-11T17:38:21.953 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"cb5f33fe-dfcd-11ee-95c8-87774f69a715","modified":"2024-03-11T17:36:22.833938Z","created":"2024-03-11T17:36:22.833938Z","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":"smithi132","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:3300","nonce":0},{"type":"v1","addr":"172.21.15.132:6789","nonce":0}]},"addr":"172.21.15.132:6789/0","public_addr":"172.21.15.132:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T17:38:21.954 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2024-03-11T17:38:23.252 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:22 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:38:21.101489+0000 mgr.smithi132.jvlwde (mgr.14164) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:38:23.252 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:22 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:21.953229+0000 mon.smithi132 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.176:0/2942092318' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T17:38:23.552 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T17:38:23.552 DEBUG:teuthology.orchestra.run.smithi176:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph mon dump -f json 2024-03-11T17:38:25.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:24 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:38:23.101765+0000 mgr.smithi132.jvlwde (mgr.14164) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:38:25.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:24 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:24.172513+0000 mon.smithi132 (mon.0) 142 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:38:25.588 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-03-11T17:38:25.588 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"cb5f33fe-dfcd-11ee-95c8-87774f69a715","modified":"2024-03-11T17:36:22.833938Z","created":"2024-03-11T17:36:22.833938Z","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":"smithi132","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:3300","nonce":0},{"type":"v1","addr":"172.21.15.132:6789","nonce":0}]},"addr":"172.21.15.132:6789/0","public_addr":"172.21.15.132:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T17:38:25.590 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2024-03-11T17:38:26.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:38:24.174308+0000 mgr.smithi132.jvlwde (mgr.14164) 31 : cephadm [INF] Deploying daemon node-exporter.smithi132 on smithi132 2024-03-11T17:38:26.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:25.588748+0000 mon.smithi132 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.176:0/1399607921' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T17:38:27.263 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T17:38:27.263 DEBUG:teuthology.orchestra.run.smithi176:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph mon dump -f json 2024-03-11T17:38:27.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:38:25.101988+0000 mgr.smithi132.jvlwde (mgr.14164) 32 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:38:29.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:38:27.102292+0000 mgr.smithi132.jvlwde (mgr.14164) 33 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:38:29.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:28.232118+0000 mon.smithi132 (mon.0) 144 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:38:29.378 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-03-11T17:38:29.378 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"cb5f33fe-dfcd-11ee-95c8-87774f69a715","modified":"2024-03-11T17:36:22.833938Z","created":"2024-03-11T17:36:22.833938Z","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":"smithi132","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:3300","nonce":0},{"type":"v1","addr":"172.21.15.132:6789","nonce":0}]},"addr":"172.21.15.132:6789/0","public_addr":"172.21.15.132:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T17:38:29.380 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2024-03-11T17:38:30.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:29 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:29.379045+0000 mon.smithi132 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.176:0/993243473' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T17:38:30.883 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T17:38:30.884 DEBUG:teuthology.orchestra.run.smithi176:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph mon dump -f json 2024-03-11T17:38:31.288 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:38:29.102542+0000 mgr.smithi132.jvlwde (mgr.14164) 34 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:38:32.982 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-03-11T17:38:32.982 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"cb5f33fe-dfcd-11ee-95c8-87774f69a715","modified":"2024-03-11T17:36:22.833938Z","created":"2024-03-11T17:36:22.833938Z","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":"smithi132","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:3300","nonce":0},{"type":"v1","addr":"172.21.15.132:6789","nonce":0}]},"addr":"172.21.15.132:6789/0","public_addr":"172.21.15.132:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T17:38:32.983 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2024-03-11T17:38:33.190 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:32 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:38:31.102872+0000 mgr.smithi132.jvlwde (mgr.14164) 35 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:38:34.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:32.982396+0000 mon.smithi132 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.176:0/3999938249' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T17:38:34.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:33.234644+0000 mon.smithi132 (mon.0) 147 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/mirror_snapshot_schedule"}]: dispatch 2024-03-11T17:38:34.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:33.236709+0000 mon.smithi132 (mon.0) 148 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/trash_purge_schedule"}]: dispatch 2024-03-11T17:38:34.572 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T17:38:34.573 DEBUG:teuthology.orchestra.run.smithi176:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph mon dump -f json 2024-03-11T17:38:35.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:38:33.103094+0000 mgr.smithi132.jvlwde (mgr.14164) 36 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:38:35.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:34.180525+0000 mon.smithi132 (mon.0) 149 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:38:36.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:38:34.186196+0000 mgr.smithi132.jvlwde (mgr.14164) 37 : cephadm [INF] Deploying daemon prometheus.smithi132 on smithi132 2024-03-11T17:38:36.601 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-03-11T17:38:36.601 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"cb5f33fe-dfcd-11ee-95c8-87774f69a715","modified":"2024-03-11T17:36:22.833938Z","created":"2024-03-11T17:36:22.833938Z","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":"smithi132","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:3300","nonce":0},{"type":"v1","addr":"172.21.15.132:6789","nonce":0}]},"addr":"172.21.15.132:6789/0","public_addr":"172.21.15.132:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T17:38:36.602 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2024-03-11T17:38:37.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:36 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:38:35.103344+0000 mgr.smithi132.jvlwde (mgr.14164) 38 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:38:37.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:36 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:36.601481+0000 mon.smithi132 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.176:0/2174032071' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T17:38:38.264 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T17:38:38.264 DEBUG:teuthology.orchestra.run.smithi176:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph mon dump -f json 2024-03-11T17:38:39.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:38 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:38:37.103662+0000 mgr.smithi132.jvlwde (mgr.14164) 39 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:38:39.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:38 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:38.234829+0000 mon.smithi132 (mon.0) 151 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:38:40.426 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-03-11T17:38:40.427 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"cb5f33fe-dfcd-11ee-95c8-87774f69a715","modified":"2024-03-11T17:36:22.833938Z","created":"2024-03-11T17:36:22.833938Z","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":"smithi132","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:3300","nonce":0},{"type":"v1","addr":"172.21.15.132:6789","nonce":0}]},"addr":"172.21.15.132:6789/0","public_addr":"172.21.15.132:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T17:38:40.428 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2024-03-11T17:38:41.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:38:39.103971+0000 mgr.smithi132.jvlwde (mgr.14164) 40 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:38:41.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:40.427282+0000 mon.smithi132 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.176:0/1967003616' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T17:38:42.047 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T17:38:42.048 DEBUG:teuthology.orchestra.run.smithi176:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph mon dump -f json 2024-03-11T17:38:43.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:42 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:38:41.104293+0000 mgr.smithi132.jvlwde (mgr.14164) 41 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:38:44.139 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-03-11T17:38:44.139 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"cb5f33fe-dfcd-11ee-95c8-87774f69a715","modified":"2024-03-11T17:36:22.833938Z","created":"2024-03-11T17:36:22.833938Z","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":"smithi132","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:3300","nonce":0},{"type":"v1","addr":"172.21.15.132:6789","nonce":0}]},"addr":"172.21.15.132:6789/0","public_addr":"172.21.15.132:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T17:38:44.140 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2024-03-11T17:38:45.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:44 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:38:43.104537+0000 mgr.smithi132.jvlwde (mgr.14164) 42 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:38:45.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:44 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:44.139348+0000 mon.smithi132 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.176:0/2340238512' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T17:38:45.722 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T17:38:45.722 DEBUG:teuthology.orchestra.run.smithi176:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph mon dump -f json 2024-03-11T17:38:47.209 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:38:45.104785+0000 mgr.smithi132.jvlwde (mgr.14164) 43 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:38:47.837 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-03-11T17:38:47.837 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"cb5f33fe-dfcd-11ee-95c8-87774f69a715","modified":"2024-03-11T17:36:22.833938Z","created":"2024-03-11T17:36:22.833938Z","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":"smithi132","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:3300","nonce":0},{"type":"v1","addr":"172.21.15.132:6789","nonce":0}]},"addr":"172.21.15.132:6789/0","public_addr":"172.21.15.132:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T17:38:47.839 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2024-03-11T17:38:48.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:47 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:47.838351+0000 mon.smithi132 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.176:0/538491377' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T17:38:49.238 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:48 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:38:47.105006+0000 mgr.smithi132.jvlwde (mgr.14164) 44 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:38:49.470 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T17:38:49.470 DEBUG:teuthology.orchestra.run.smithi176:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph mon dump -f json 2024-03-11T17:38:50.646 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:38:49.105226+0000 mgr.smithi132.jvlwde (mgr.14164) 45 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:38:50.646 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:49.324280+0000 mon.smithi132 (mon.0) 155 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:38:50.646 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:49.325110+0000 mon.smithi132 (mon.0) 156 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:38:50.646 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:49.325917+0000 mon.smithi132 (mon.0) 157 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:38:50.646 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:49.326456+0000 mon.smithi132 (mon.0) 158 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:38:50.646 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:49.777570+0000 mon.smithi132 (mon.0) 159 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:38:51.744 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-03-11T17:38:51.744 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"cb5f33fe-dfcd-11ee-95c8-87774f69a715","modified":"2024-03-11T17:36:22.833938Z","created":"2024-03-11T17:36:22.833938Z","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":"smithi132","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:3300","nonce":0},{"type":"v1","addr":"172.21.15.132:6789","nonce":0}]},"addr":"172.21.15.132:6789/0","public_addr":"172.21.15.132:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T17:38:51.746 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2024-03-11T17:38:51.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:50.472843+0000 mon.smithi132 (mon.0) 160 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:38:52.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:52 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:38:51.105444+0000 mgr.smithi132.jvlwde (mgr.14164) 46 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:38:52.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:52 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:51.745085+0000 mon.smithi132 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.176:0/444952875' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T17:38:53.491 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T17:38:53.491 DEBUG:teuthology.orchestra.run.smithi176:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph mon dump -f json 2024-03-11T17:38:54.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:54 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:38:53.105703+0000 mgr.smithi132.jvlwde (mgr.14164) 47 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:38:54.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:54 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:53.238789+0000 mon.smithi132 (mon.0) 162 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:38:55.753 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-03-11T17:38:55.754 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"cb5f33fe-dfcd-11ee-95c8-87774f69a715","modified":"2024-03-11T17:36:22.833938Z","created":"2024-03-11T17:36:22.833938Z","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":"smithi132","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:3300","nonce":0},{"type":"v1","addr":"172.21.15.132:6789","nonce":0}]},"addr":"172.21.15.132:6789/0","public_addr":"172.21.15.132:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T17:38:55.755 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2024-03-11T17:38:56.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:38:55.105979+0000 mgr.smithi132.jvlwde (mgr.14164) 48 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:38:56.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:55.754558+0000 mon.smithi132 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.176:0/660499021' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T17:38:56.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:56.171679+0000 mon.smithi132 (mon.0) 164 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:38:57.372 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T17:38:57.373 DEBUG:teuthology.orchestra.run.smithi176:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph mon dump -f json 2024-03-11T17:38:58.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:57.006425+0000 mon.smithi132 (mon.0) 165 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:38:58.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:38:57.106280+0000 mgr.smithi132.jvlwde (mgr.14164) 49 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:38:58.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:57.223643+0000 mon.smithi132 (mon.0) 166 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:38:58.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:57.224161+0000 mon.smithi132 (mon.0) 167 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "who": "osd/host:smithi176", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:38:58.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:38:57.258087+0000 mgr.smithi132.jvlwde (mgr.14164) 50 : cephadm [INF] Updating smithi132:/etc/ceph/ceph.conf 2024-03-11T17:38:58.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:38:57.312265+0000 mgr.smithi132.jvlwde (mgr.14164) 51 : cephadm [INF] Updating smithi132:/etc/ceph/ceph.client.admin.keyring 2024-03-11T17:38:58.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:57.340555+0000 mon.smithi132 (mon.0) 168 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:38:58.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:57.345362+0000 mon.smithi132 (mon.0) 169 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:38:58.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:57.346852+0000 mon.smithi132 (mon.0) 170 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi176", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-11T17:38:58.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:57.349190+0000 mon.smithi132 (mon.0) 171 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi176", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-03-11T17:38:58.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:38:57.349685+0000 mon.smithi132 (mon.0) 172 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:38:58.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:38:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:38:57.350155+0000 mgr.smithi132.jvlwde (mgr.14164) 52 : cephadm [INF] Deploying daemon crash.smithi176 on smithi176 2024-03-11T17:39:00.481 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-03-11T17:39:00.489 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"cb5f33fe-dfcd-11ee-95c8-87774f69a715","modified":"2024-03-11T17:36:22.833938Z","created":"2024-03-11T17:36:22.833938Z","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":"smithi132","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:3300","nonce":0},{"type":"v1","addr":"172.21.15.132:6789","nonce":0}]},"addr":"172.21.15.132:6789/0","public_addr":"172.21.15.132:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T17:39:00.490 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2024-03-11T17:39:00.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:00 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:38:59.106506+0000 mgr.smithi132.jvlwde (mgr.14164) 53 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:01.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:00.481084+0000 mon.smithi132 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.176:0/267653154' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T17:39:02.240 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T17:39:02.240 DEBUG:teuthology.orchestra.run.smithi176:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph mon dump -f json 2024-03-11T17:39:03.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:01.106858+0000 mgr.smithi132.jvlwde (mgr.14164) 54 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:03.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:01.848421+0000 mon.smithi132 (mon.0) 174 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:03.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:01.850676+0000 mon.smithi132 (mon.0) 175 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi176.txyrph", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-11T17:39:03.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:01.852640+0000 mon.smithi132 (mon.0) 176 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi176.txyrph", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-11T17:39:03.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:01.853358+0000 mon.smithi132 (mon.0) 177 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-11T17:39:03.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:01.854243+0000 mon.smithi132 (mon.0) 178 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:39:03.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:39:01.854989+0000 mgr.smithi132.jvlwde (mgr.14164) 55 : cephadm [INF] Deploying daemon mgr.smithi176.txyrph on smithi176 2024-03-11T17:39:04.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:04 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:03.107111+0000 mgr.smithi132.jvlwde (mgr.14164) 56 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:04.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:04 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:03.242219+0000 mon.smithi132 (mon.0) 179 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:04.943 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-03-11T17:39:04.943 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"cb5f33fe-dfcd-11ee-95c8-87774f69a715","modified":"2024-03-11T17:36:22.833938Z","created":"2024-03-11T17:36:22.833938Z","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":"smithi132","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:3300","nonce":0},{"type":"v1","addr":"172.21.15.132:6789","nonce":0}]},"addr":"172.21.15.132:6789/0","public_addr":"172.21.15.132:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-11T17:39:04.945 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2024-03-11T17:39:05.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:04.943567+0000 mon.smithi132 (mon.0) 180 : audit [DBG] from='client.? 172.21.15.176:0/89113765' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T17:39:06.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:05.107644+0000 mgr.smithi132.jvlwde (mgr.14164) 57 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:06.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:05.356870+0000 mon.smithi132 (mon.0) 181 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:06.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:05.358879+0000 mon.smithi132 (mon.0) 182 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-11T17:39:06.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:05.359683+0000 mon.smithi132 (mon.0) 183 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:39:06.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:39:05.360424+0000 mgr.smithi132.jvlwde (mgr.14164) 58 : cephadm [INF] Deploying daemon mon.smithi176 on smithi176 2024-03-11T17:39:06.818 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-11T17:39:06.818 DEBUG:teuthology.orchestra.run.smithi176:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph mon dump -f json 2024-03-11T17:39:08.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:07.107997+0000 mgr.smithi132.jvlwde (mgr.14164) 59 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:08.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:08.245544+0000 mon.smithi132 (mon.0) 184 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:09.381 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:09 smithi176 systemd[1]: Starting Ceph mon.smithi176 for cb5f33fe-dfcd-11ee-95c8-87774f69a715... 2024-03-11T17:39:10.665 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.348+0000 7fa8b753e700 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-11T17:39:10.665 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.348+0000 7fa8b753e700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2024-03-11T17:39:10.665 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.348+0000 7fa8b753e700 0 pidfile_write: ignore empty --pid-file 2024-03-11T17:39:10.665 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.355+0000 7fa8b753e700 0 load: jerasure load: lrc load: isa 2024-03-11T17:39:10.665 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.355+0000 7fa8b753e700 4 rocksdb: RocksDB version: 6.8.1 2024-03-11T17:39:10.665 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 2024-03-11T17:39:10.666 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.355+0000 7fa8b753e700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-03-11T17:39:10.666 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.355+0000 7fa8b753e700 4 rocksdb: Compile date Jul 8 2021 2024-03-11T17:39:10.666 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.355+0000 7fa8b753e700 4 rocksdb: DB SUMMARY 2024-03-11T17:39:10.666 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 2024-03-11T17:39:10.666 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.355+0000 7fa8b753e700 4 rocksdb: CURRENT file: CURRENT 2024-03-11T17:39:10.666 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 2024-03-11T17:39:10.666 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: IDENTITY file: IDENTITY 2024-03-11T17:39:10.666 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 2024-03-11T17:39:10.666 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-03-11T17:39:10.666 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 2024-03-11T17:39:10.666 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi176/store.db dir, Total Num: 0, files: 2024-03-11T17:39:10.666 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 2024-03-11T17:39:10.666 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi176/store.db: 000003.log size: 511 ; 2024-03-11T17:39:10.666 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 2024-03-11T17:39:10.666 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.error_if_exists: 0 2024-03-11T17:39:10.667 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.create_if_missing: 0 2024-03-11T17:39:10.667 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.paranoid_checks: 1 2024-03-11T17:39:10.667 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.env: 0x56133af0b1c0 2024-03-11T17:39:10.667 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.fs: Posix File System 2024-03-11T17:39:10.667 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.info_log: 0x56133ba55a40 2024-03-11T17:39:10.667 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-11T17:39:10.667 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.statistics: (nil) 2024-03-11T17:39:10.667 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.use_fsync: 0 2024-03-11T17:39:10.667 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.max_log_file_size: 0 2024-03-11T17:39:10.667 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-11T17:39:10.667 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-11T17:39:10.667 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-11T17:39:10.667 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-11T17:39:10.667 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.allow_fallocate: 1 2024-03-11T17:39:10.667 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-11T17:39:10.668 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-11T17:39:10.668 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.use_direct_reads: 0 2024-03-11T17:39:10.668 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-11T17:39:10.668 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.create_missing_column_families: 0 2024-03-11T17:39:10.668 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.db_log_dir: 2024-03-11T17:39:10.668 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi176/store.db 2024-03-11T17:39:10.668 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-11T17:39:10.668 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.max_subcompactions: 1 2024-03-11T17:39:10.668 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.max_background_flushes: -1 2024-03-11T17:39:10.668 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-11T17:39:10.668 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-11T17:39:10.668 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-11T17:39:10.668 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-11T17:39:10.668 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-11T17:39:10.669 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.advise_random_on_open: 1 2024-03-11T17:39:10.669 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-11T17:39:10.669 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.write_buffer_manager: 0x56133ba5dfb0 2024-03-11T17:39:10.669 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-11T17:39:10.669 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-03-11T17:39:10.669 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-11T17:39:10.669 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-11T17:39:10.669 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.rate_limiter: (nil) 2024-03-11T17:39:10.669 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-11T17:39:10.669 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-11T17:39:10.669 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-11T17:39:10.669 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-11T17:39:10.669 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.unordered_write: 0 2024-03-11T17:39:10.669 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-11T17:39:10.669 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-11T17:39:10.670 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-11T17:39:10.670 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-11T17:39:10.670 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.row_cache: None 2024-03-11T17:39:10.670 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.wal_filter: None 2024-03-11T17:39:10.670 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-11T17:39:10.670 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-11T17:39:10.670 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.preserve_deletes: 0 2024-03-11T17:39:10.670 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.two_write_queues: 0 2024-03-11T17:39:10.670 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.manual_wal_flush: 0 2024-03-11T17:39:10.670 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.atomic_flush: 0 2024-03-11T17:39:10.670 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-11T17:39:10.670 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-11T17:39:10.670 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-11T17:39:10.670 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.log_readahead_size: 0 2024-03-11T17:39:10.671 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-03-11T17:39:10.671 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.max_background_jobs: 2 2024-03-11T17:39:10.671 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.max_background_compactions: -1 2024-03-11T17:39:10.671 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-11T17:39:10.671 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-11T17:39:10.671 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-11T17:39:10.671 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.max_total_wal_size: 0 2024-03-11T17:39:10.671 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-11T17:39:10.671 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-11T17:39:10.671 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-11T17:39:10.671 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-11T17:39:10.671 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.max_open_files: -1 2024-03-11T17:39:10.671 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.bytes_per_sync: 0 2024-03-11T17:39:10.671 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-11T17:39:10.672 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-11T17:39:10.672 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-11T17:39:10.672 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Compression algorithms supported: 2024-03-11T17:39:10.672 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-11T17:39:10.672 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: kZSTD supported: 0 2024-03-11T17:39:10.672 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: kXpressCompression supported: 0 2024-03-11T17:39:10.672 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-11T17:39:10.672 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: kLZ4Compression supported: 1 2024-03-11T17:39:10.672 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: kBZip2Compression supported: 0 2024-03-11T17:39:10.672 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: kZlibCompression supported: 1 2024-03-11T17:39:10.672 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: kSnappyCompression supported: 1 2024-03-11T17:39:10.672 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-11T17:39:10.672 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi176/store.db/MANIFEST-000001 2024-03-11T17:39:10.672 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 2024-03-11T17:39:10.672 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-03-11T17:39:10.673 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 2024-03-11T17:39:10.673 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-11T17:39:10.673 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.merge_operator: 2024-03-11T17:39:10.673 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.compaction_filter: None 2024-03-11T17:39:10.673 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.compaction_filter_factory: None 2024-03-11T17:39:10.673 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-11T17:39:10.673 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-11T17:39:10.673 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56133b96e170) 2024-03-11T17:39:10.673 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cache_index_and_filter_blocks: 1 2024-03-11T17:39:10.673 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-11T17:39:10.673 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-11T17:39:10.673 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: pin_top_level_index_and_filter: 1 2024-03-11T17:39:10.673 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: index_type: 0 2024-03-11T17:39:10.673 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: data_block_index_type: 0 2024-03-11T17:39:10.673 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: index_shortening: 1 2024-03-11T17:39:10.674 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: data_block_hash_table_util_ratio: 0.750000 2024-03-11T17:39:10.674 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: hash_index_allow_collision: 1 2024-03-11T17:39:10.674 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: checksum: 1 2024-03-11T17:39:10.674 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: no_block_cache: 0 2024-03-11T17:39:10.674 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: block_cache: 0x56133b9a4f10 2024-03-11T17:39:10.674 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: block_cache_name: BinnedLRUCache 2024-03-11T17:39:10.674 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: block_cache_options: 2024-03-11T17:39:10.674 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: capacity : 536870912 2024-03-11T17:39:10.674 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: num_shard_bits : 4 2024-03-11T17:39:10.674 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: strict_capacity_limit : 0 2024-03-11T17:39:10.674 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: high_pri_pool_ratio: 0.000 2024-03-11T17:39:10.674 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: block_cache_compressed: (nil) 2024-03-11T17:39:10.674 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: persistent_cache: (nil) 2024-03-11T17:39:10.674 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: block_size: 4096 2024-03-11T17:39:10.675 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: block_size_deviation: 10 2024-03-11T17:39:10.675 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: block_restart_interval: 16 2024-03-11T17:39:10.675 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: index_block_restart_interval: 1 2024-03-11T17:39:10.675 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: metadata_block_size: 4096 2024-03-11T17:39:10.675 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: partition_filters: 0 2024-03-11T17:39:10.675 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: use_delta_encoding: 1 2024-03-11T17:39:10.675 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: filter_policy: rocksdb.BuiltinBloomFilter 2024-03-11T17:39:10.675 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: whole_key_filtering: 1 2024-03-11T17:39:10.675 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: verify_compression: 0 2024-03-11T17:39:10.675 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: read_amp_bytes_per_bit: 0 2024-03-11T17:39:10.675 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: format_version: 2 2024-03-11T17:39:10.675 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: enable_index_compression: 1 2024-03-11T17:39:10.675 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: block_align: 0 2024-03-11T17:39:10.675 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 2024-03-11T17:39:10.675 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-11T17:39:10.676 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-11T17:39:10.676 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.compression: NoCompression 2024-03-11T17:39:10.676 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-11T17:39:10.676 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-11T17:39:10.676 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-11T17:39:10.676 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.num_levels: 7 2024-03-11T17:39:10.676 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-11T17:39:10.676 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-11T17:39:10.676 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-11T17:39:10.676 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-11T17:39:10.676 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-11T17:39:10.676 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-11T17:39:10.676 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-11T17:39:10.676 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-11T17:39:10.676 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-11T17:39:10.676 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-11T17:39:10.677 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.compression_opts.level: 32767 2024-03-11T17:39:10.677 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-11T17:39:10.677 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-11T17:39:10.677 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-11T17:39:10.677 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.compression_opts.enabled: false 2024-03-11T17:39:10.677 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-11T17:39:10.677 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-11T17:39:10.677 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-11T17:39:10.677 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-11T17:39:10.677 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-11T17:39:10.677 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-11T17:39:10.677 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-11T17:39:10.677 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-11T17:39:10.677 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-11T17:39:10.677 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-11T17:39:10.678 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-11T17:39:10.678 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-11T17:39:10.678 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-11T17:39:10.678 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-11T17:39:10.678 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-11T17:39:10.678 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-11T17:39:10.678 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-11T17:39:10.678 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.arena_block_size: 4194304 2024-03-11T17:39:10.678 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-11T17:39:10.678 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-11T17:39:10.678 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-03-11T17:39:10.678 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-11T17:39:10.678 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-11T17:39:10.679 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-11T17:39:10.679 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-11T17:39:10.679 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-11T17:39:10.679 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-11T17:39:10.679 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-11T17:39:10.680 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-11T17:39:10.680 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-11T17:39:10.680 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-11T17:39:10.680 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-11T17:39:10.680 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.table_properties_collectors: 2024-03-11T17:39:10.680 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.inplace_update_support: 0 2024-03-11T17:39:10.680 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-11T17:39:10.680 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-11T17:39:10.680 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-11T17:39:10.680 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-11T17:39:10.680 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.bloom_locality: 0 2024-03-11T17:39:10.681 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.max_successive_merges: 0 2024-03-11T17:39:10.681 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-11T17:39:10.681 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-11T17:39:10.681 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.force_consistency_checks: 0 2024-03-11T17:39:10.681 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-11T17:39:10.681 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.ttl: 2592000 2024-03-11T17:39:10.681 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-11T17:39:10.681 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi176/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-03-11T17:39:10.681 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 2024-03-11T17:39:10.681 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-03-11T17:39:10.681 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 2024-03-11T17:39:10.681 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1710178750358300, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-03-11T17:39:10.681 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.356+0000 7fa8b753e700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-03-11T17:39:10.681 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.357+0000 7fa8b753e700 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-03-11T17:39:10.681 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.357+0000 7fa8b753e700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1710178750358763, "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": 1710178750, "oldest_key_time": 3, "file_creation_time": 0}} 2024-03-11T17:39:10.682 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.357+0000 7fa8b753e700 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-03-11T17:39:10.682 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 2024-03-11T17:39:10.682 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.357+0000 7fa8b753e700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1710178750359120, "job": 1, "event": "recovery_finished"} 2024-03-11T17:39:10.682 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.358+0000 7fa8b753e700 4 rocksdb: DB pointer 0x56133ba69800 2024-03-11T17:39:10.682 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.358+0000 7fa89e346700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-03-11T17:39:10.682 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.358+0000 7fa89e346700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-03-11T17:39:10.682 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: ** DB Stats ** 2024-03-11T17:39:10.682 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-11T17:39:10.682 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-11T17:39:10.682 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-11T17:39:10.682 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-11T17:39:10.682 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-11T17:39:10.682 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-03-11T17:39:10.682 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-11T17:39:10.682 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 2024-03-11T17:39:10.683 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: ** Compaction Stats [default] ** 2024-03-11T17:39:10.683 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 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-03-11T17:39:10.683 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-11T17:39:10.683 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 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.3 0.00 0.00 1 0.000 0 0 2024-03-11T17:39:10.683 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 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.3 0.00 0.00 1 0.000 0 0 2024-03-11T17:39:10.683 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 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.3 0.00 0.00 1 0.000 0 0 2024-03-11T17:39:10.683 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 2024-03-11T17:39:10.683 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: ** Compaction Stats [default] ** 2024-03-11T17:39:10.683 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 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-03-11T17:39:10.683 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-11T17:39:10.683 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 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.3 0.00 0.00 1 0.000 0 0 2024-03-11T17:39:10.683 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-11T17:39:10.683 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-11T17:39:10.683 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-11T17:39:10.683 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: AddFile(Total Files): cumulative 0, interval 0 2024-03-11T17:39:10.684 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-11T17:39:10.684 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: AddFile(Keys): cumulative 0, interval 0 2024-03-11T17:39:10.684 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: Cumulative compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-11T17:39:10.684 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: Interval compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-11T17:39:10.684 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 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-03-11T17:39:10.684 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 2024-03-11T17:39:10.684 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: ** File Read Latency Histogram By Level [default] ** 2024-03-11T17:39:10.684 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 2024-03-11T17:39:10.684 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: ** Compaction Stats [default] ** 2024-03-11T17:39:10.684 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 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-03-11T17:39:10.684 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-11T17:39:10.684 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 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.3 0.00 0.00 1 0.000 0 0 2024-03-11T17:39:10.685 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 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.3 0.00 0.00 1 0.000 0 0 2024-03-11T17:39:10.685 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 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-03-11T17:39:10.685 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 2024-03-11T17:39:10.685 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: ** Compaction Stats [default] ** 2024-03-11T17:39:10.685 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 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-03-11T17:39:10.685 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-11T17:39:10.685 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 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.3 0.00 0.00 1 0.000 0 0 2024-03-11T17:39:10.685 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-11T17:39:10.685 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-11T17:39:10.685 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-11T17:39:10.685 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: AddFile(Total Files): cumulative 0, interval 0 2024-03-11T17:39:10.685 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-11T17:39:10.685 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: AddFile(Keys): cumulative 0, interval 0 2024-03-11T17:39:10.685 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: Cumulative compaction: 0.00 GB write, 0.60 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-11T17:39:10.686 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-11T17:39:10.686 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 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-03-11T17:39:10.686 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 2024-03-11T17:39:10.686 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: ** File Read Latency Histogram By Level [default] ** 2024-03-11T17:39:10.686 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 2024-03-11T17:39:10.686 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.358+0000 7fa8b753e700 0 mon.smithi176 does not exist in monmap, will attempt to join an existing cluster 2024-03-11T17:39:10.686 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.359+0000 7fa8b753e700 0 using public_addr v2:172.21.15.176:0/0 -> [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] 2024-03-11T17:39:10.686 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.359+0000 7fa8b753e700 0 starting mon.smithi176 rank -1 at public addrs [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] at bind addrs [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi176 fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 2024-03-11T17:39:10.686 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.360+0000 7fa8b753e700 1 mon.smithi176@-1(???) e0 preinit fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 2024-03-11T17:39:10.686 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.391+0000 7fa8a0b4b700 0 mon.smithi176@-1(synchronizing).mds e1 new map 2024-03-11T17:39:10.686 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.391+0000 7fa8a0b4b700 0 mon.smithi176@-1(synchronizing).mds e1 print_map 2024-03-11T17:39:10.686 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: e1 2024-03-11T17:39:10.686 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-11T17:39:10.686 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 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-03-11T17:39:10.687 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: legacy client fscid: -1 2024-03-11T17:39:10.687 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 2024-03-11T17:39:10.687 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: No filesystems configured 2024-03-11T17:39:10.687 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: 2024-03-11T17:39:10.687 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.391+0000 7fa8a0b4b700 1 mon.smithi176@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-11T17:39:10.687 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.391+0000 7fa8a0b4b700 1 mon.smithi176@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-03-11T17:39:10.687 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.391+0000 7fa8a0b4b700 1 mon.smithi176@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-11T17:39:10.687 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.391+0000 7fa8a0b4b700 1 mon.smithi176@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-11T17:39:10.687 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.391+0000 7fa8a0b4b700 1 mon.smithi176@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-11T17:39:10.687 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.391+0000 7fa8a0b4b700 1 mon.smithi176@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-11T17:39:10.687 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.391+0000 7fa8a0b4b700 1 mon.smithi176@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-03-11T17:39:10.687 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.391+0000 7fa8a0b4b700 0 mon.smithi176@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-11T17:39:10.687 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.391+0000 7fa8a0b4b700 0 mon.smithi176@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-03-11T17:39:10.687 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.391+0000 7fa8a0b4b700 0 mon.smithi176@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-03-11T17:39:10.687 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.391+0000 7fa8a0b4b700 0 mon.smithi176@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-03-11T17:39:10.687 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:09.108432+0000 mgr.smithi132.jvlwde (mgr.14164) 60 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:10.688 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:39:10.392+0000 7fa8a0b4b700 1 mon.smithi176@-1(synchronizing).paxosservice(auth 1..7) refresh upgraded, format 0 -> 3 2024-03-11T17:39:10.688 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 bash[38857]: 48b36f582d9699ddaf7b5f865bd7bed292f9f47d34db054b0865079040d93c17 2024-03-11T17:39:10.688 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:10 smithi176 systemd[1]: Started Ceph mon.smithi176 for cb5f33fe-dfcd-11ee-95c8-87774f69a715. 2024-03-11T17:39:10.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:10 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:09.108432+0000 mgr.smithi132.jvlwde (mgr.14164) 60 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:15.439 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-03-11T17:39:15.439 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":2,"fsid":"cb5f33fe-dfcd-11ee-95c8-87774f69a715","modified":"2024-03-11T17:39:10.397085Z","created":"2024-03-11T17:36:22.833938Z","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":"smithi132","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:3300","nonce":0},{"type":"v1","addr":"172.21.15.132:6789","nonce":0}]},"addr":"172.21.15.132:6789/0","public_addr":"172.21.15.132:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi176","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:3300","nonce":0},{"type":"v1","addr":"172.21.15.176:6789","nonce":0}]},"addr":"172.21.15.176:6789/0","public_addr":"172.21.15.176:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-11T17:39:15.441 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 2 2024-03-11T17:39:15.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:10.402655+0000 mon.smithi132 (mon.0) 186 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2024-03-11T17:39:15.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:10.402884+0000 mon.smithi132 (mon.0) 187 : cluster [INF] mon.smithi132 calling monitor election 2024-03-11T17:39:15.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:10.418956+0000 mon.smithi132 (mon.0) 188 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2024-03-11T17:39:15.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:10.448511+0000 mon.smithi132 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.176:0/26944271' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T17:39:15.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:10.561636+0000 mon.smithi132 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.176:0/285342922' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi176.txyrph/crt"}]: dispatch 2024-03-11T17:39:15.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:11.108812+0000 mgr.smithi132.jvlwde (mgr.14164) 61 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:15.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:11.396764+0000 mon.smithi132 (mon.0) 191 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2024-03-11T17:39:15.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:12.396709+0000 mon.smithi132 (mon.0) 192 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2024-03-11T17:39:15.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:12.397902+0000 mon.smithi176 (mon.1) 1 : cluster [INF] mon.smithi176 calling monitor election 2024-03-11T17:39:15.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:13.109154+0000 mgr.smithi132.jvlwde (mgr.14164) 62 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:15.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:13.396959+0000 mon.smithi132 (mon.0) 193 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2024-03-11T17:39:15.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:14.397134+0000 mon.smithi132 (mon.0) 194 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2024-03-11T17:39:15.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:15.397477+0000 mon.smithi132 (mon.0) 195 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2024-03-11T17:39:15.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:15.432349+0000 mon.smithi132 (mon.0) 196 : cluster [INF] mon.smithi132 is new leader, mons smithi132,smithi176 in quorum (ranks 0,1) 2024-03-11T17:39:15.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:15.437917+0000 mon.smithi132 (mon.0) 197 : cluster [DBG] monmap e2: 2 mons at {smithi132=[v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0],smithi176=[v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0]} 2024-03-11T17:39:15.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:15.437961+0000 mon.smithi132 (mon.0) 198 : cluster [DBG] fsmap 2024-03-11T17:39:15.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:15.437988+0000 mon.smithi132 (mon.0) 199 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-03-11T17:39:15.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:15.438242+0000 mon.smithi132 (mon.0) 200 : cluster [DBG] mgrmap e17: smithi132.jvlwde(active, since 102s) 2024-03-11T17:39:15.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:15.439068+0000 mon.smithi132 (mon.0) 201 : cluster [DBG] Standby manager daemon smithi176.txyrph started 2024-03-11T17:39:15.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:15.440414+0000 mon.smithi132 (mon.0) 202 : audit [DBG] from='mgr.? 172.21.15.176:0/285342922' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-11T17:39:15.809 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:15.442958+0000 mon.smithi132 (mon.0) 203 : cluster [INF] overall HEALTH_OK 2024-03-11T17:39:15.809 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:15.444417+0000 mon.smithi132 (mon.0) 204 : audit [DBG] from='mgr.? 172.21.15.176:0/285342922' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi176.txyrph/key"}]: dispatch 2024-03-11T17:39:15.809 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:15.444866+0000 mon.smithi132 (mon.0) 205 : audit [DBG] from='mgr.? 172.21.15.176:0/285342922' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-11T17:39:15.809 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:15.448479+0000 mon.smithi132 (mon.0) 206 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:15.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:10.402655+0000 mon.smithi132 (mon.0) 186 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2024-03-11T17:39:15.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:10.402884+0000 mon.smithi132 (mon.0) 187 : cluster [INF] mon.smithi132 calling monitor election 2024-03-11T17:39:15.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:10.418956+0000 mon.smithi132 (mon.0) 188 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2024-03-11T17:39:15.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:10.448511+0000 mon.smithi132 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.176:0/26944271' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-11T17:39:15.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:10.561636+0000 mon.smithi132 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.176:0/285342922' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi176.txyrph/crt"}]: dispatch 2024-03-11T17:39:15.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:11.108812+0000 mgr.smithi132.jvlwde (mgr.14164) 61 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:15.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:11.396764+0000 mon.smithi132 (mon.0) 191 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2024-03-11T17:39:15.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:12.396709+0000 mon.smithi132 (mon.0) 192 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2024-03-11T17:39:15.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:12.397902+0000 mon.smithi176 (mon.1) 1 : cluster [INF] mon.smithi176 calling monitor election 2024-03-11T17:39:15.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:13.109154+0000 mgr.smithi132.jvlwde (mgr.14164) 62 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:15.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:13.396959+0000 mon.smithi132 (mon.0) 193 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2024-03-11T17:39:15.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:14.397134+0000 mon.smithi132 (mon.0) 194 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2024-03-11T17:39:15.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:15.397477+0000 mon.smithi132 (mon.0) 195 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2024-03-11T17:39:15.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:15.432349+0000 mon.smithi132 (mon.0) 196 : cluster [INF] mon.smithi132 is new leader, mons smithi132,smithi176 in quorum (ranks 0,1) 2024-03-11T17:39:15.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:15.437917+0000 mon.smithi132 (mon.0) 197 : cluster [DBG] monmap e2: 2 mons at {smithi132=[v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0],smithi176=[v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0]} 2024-03-11T17:39:15.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:15.437961+0000 mon.smithi132 (mon.0) 198 : cluster [DBG] fsmap 2024-03-11T17:39:15.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:15.437988+0000 mon.smithi132 (mon.0) 199 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-03-11T17:39:15.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:15.438242+0000 mon.smithi132 (mon.0) 200 : cluster [DBG] mgrmap e17: smithi132.jvlwde(active, since 102s) 2024-03-11T17:39:15.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:15.439068+0000 mon.smithi132 (mon.0) 201 : cluster [DBG] Standby manager daemon smithi176.txyrph started 2024-03-11T17:39:15.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:15.440414+0000 mon.smithi132 (mon.0) 202 : audit [DBG] from='mgr.? 172.21.15.176:0/285342922' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-11T17:39:15.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:15.442958+0000 mon.smithi132 (mon.0) 203 : cluster [INF] overall HEALTH_OK 2024-03-11T17:39:15.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:15.444417+0000 mon.smithi132 (mon.0) 204 : audit [DBG] from='mgr.? 172.21.15.176:0/285342922' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi176.txyrph/key"}]: dispatch 2024-03-11T17:39:15.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:15.444866+0000 mon.smithi132 (mon.0) 205 : audit [DBG] from='mgr.? 172.21.15.176:0/285342922' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-11T17:39:15.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:15.448479+0000 mon.smithi132 (mon.0) 206 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:16.189 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-03-11T17:39:16.189 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph config generate-minimal-conf 2024-03-11T17:39:16.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:16 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:15.109427+0000 mgr.smithi132.jvlwde (mgr.14164) 63 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:16.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:16 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:39:15.450074+0000 mgr.smithi132.jvlwde (mgr.14164) 64 : cephadm [INF] Deploying daemon node-exporter.smithi176 on smithi176 2024-03-11T17:39:16.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:16 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:15.500526+0000 mon.smithi132 (mon.0) 207 : cluster [DBG] mgrmap e18: smithi132.jvlwde(active, since 102s), standbys: smithi176.txyrph 2024-03-11T17:39:16.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:16 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:15.500688+0000 mon.smithi132 (mon.0) 208 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mgr metadata", "who": "smithi176.txyrph", "id": "smithi176.txyrph"}]: dispatch 2024-03-11T17:39:16.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:16 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:16.397294+0000 mon.smithi132 (mon.0) 209 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2024-03-11T17:39:16.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:16 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:15.109427+0000 mgr.smithi132.jvlwde (mgr.14164) 63 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:16.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:16 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:39:15.450074+0000 mgr.smithi132.jvlwde (mgr.14164) 64 : cephadm [INF] Deploying daemon node-exporter.smithi176 on smithi176 2024-03-11T17:39:16.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:16 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:15.500526+0000 mon.smithi132 (mon.0) 207 : cluster [DBG] mgrmap e18: smithi132.jvlwde(active, since 102s), standbys: smithi176.txyrph 2024-03-11T17:39:16.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:16 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:15.500688+0000 mon.smithi132 (mon.0) 208 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mgr metadata", "who": "smithi176.txyrph", "id": "smithi176.txyrph"}]: dispatch 2024-03-11T17:39:16.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:16 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:16.397294+0000 mon.smithi132 (mon.0) 209 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2024-03-11T17:39:18.212 INFO:teuthology.orchestra.run.smithi132.stdout:# minimal ceph.conf for cb5f33fe-dfcd-11ee-95c8-87774f69a715 2024-03-11T17:39:18.212 INFO:teuthology.orchestra.run.smithi132.stdout:[global] 2024-03-11T17:39:18.212 INFO:teuthology.orchestra.run.smithi132.stdout: fsid = cb5f33fe-dfcd-11ee-95c8-87774f69a715 2024-03-11T17:39:18.212 INFO:teuthology.orchestra.run.smithi132.stdout: mon_host = [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] 2024-03-11T17:39:18.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:17.109724+0000 mgr.smithi132.jvlwde (mgr.14164) 65 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:18.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:18.212863+0000 mon.smithi132 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.132:0/767825692' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:39:18.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:18.249646+0000 mon.smithi132 (mon.0) 211 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:18.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:17.109724+0000 mgr.smithi132.jvlwde (mgr.14164) 65 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:18.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:18.212863+0000 mon.smithi132 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.132:0/767825692' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:39:18.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:18.249646+0000 mon.smithi132 (mon.0) 211 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:19.281 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-03-11T17:39:19.281 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-03-11T17:39:19.281 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/etc/ceph/ceph.conf 2024-03-11T17:39:19.315 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-03-11T17:39:19.315 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-11T17:39:19.384 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-03-11T17:39:19.384 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/etc/ceph/ceph.conf 2024-03-11T17:39:19.423 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-03-11T17:39:19.424 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-11T17:39:19.493 INFO:tasks.cephadm:Deploying OSDs... 2024-03-11T17:39:19.493 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-03-11T17:39:19.493 DEBUG:teuthology.orchestra.run.smithi132:> dd if=/scratch_devs of=/dev/stdout 2024-03-11T17:39:19.512 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-03-11T17:39:19.512 DEBUG:teuthology.orchestra.run.smithi132:> stat /dev/vg_nvme/lv_1 2024-03-11T17:39:19.570 INFO:teuthology.orchestra.run.smithi132.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-11T17:39:19.570 INFO:teuthology.orchestra.run.smithi132.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-11T17:39:19.571 INFO:teuthology.orchestra.run.smithi132.stdout:Device: 6h/6d Inode: 165736 Links: 1 2024-03-11T17:39:19.571 INFO:teuthology.orchestra.run.smithi132.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-11T17:39:19.571 INFO:teuthology.orchestra.run.smithi132.stdout:Context: system_u:object_r:device_t:s0 2024-03-11T17:39:19.571 INFO:teuthology.orchestra.run.smithi132.stdout:Access: 2024-03-11 17:38:48.692509573 +0000 2024-03-11T17:39:19.571 INFO:teuthology.orchestra.run.smithi132.stdout:Modify: 2024-03-11 17:34:59.790429231 +0000 2024-03-11T17:39:19.571 INFO:teuthology.orchestra.run.smithi132.stdout:Change: 2024-03-11 17:34:59.790429231 +0000 2024-03-11T17:39:19.571 INFO:teuthology.orchestra.run.smithi132.stdout: Birth: - 2024-03-11T17:39:19.572 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-11T17:39:19.637 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records in 2024-03-11T17:39:19.638 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records out 2024-03-11T17:39:19.638 INFO:teuthology.orchestra.run.smithi132.stderr:512 bytes copied, 0.000276752 s, 1.9 MB/s 2024-03-11T17:39:19.639 DEBUG:teuthology.orchestra.run.smithi132:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-11T17:39:19.698 DEBUG:teuthology.orchestra.run.smithi132:> stat /dev/vg_nvme/lv_2 2024-03-11T17:39:19.757 INFO:teuthology.orchestra.run.smithi132.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-11T17:39:19.757 INFO:teuthology.orchestra.run.smithi132.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-11T17:39:19.757 INFO:teuthology.orchestra.run.smithi132.stdout:Device: 6h/6d Inode: 168204 Links: 1 2024-03-11T17:39:19.757 INFO:teuthology.orchestra.run.smithi132.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-11T17:39:19.757 INFO:teuthology.orchestra.run.smithi132.stdout:Context: system_u:object_r:device_t:s0 2024-03-11T17:39:19.757 INFO:teuthology.orchestra.run.smithi132.stdout:Access: 2024-03-11 17:38:48.692509573 +0000 2024-03-11T17:39:19.757 INFO:teuthology.orchestra.run.smithi132.stdout:Modify: 2024-03-11 17:35:00.127420675 +0000 2024-03-11T17:39:19.757 INFO:teuthology.orchestra.run.smithi132.stdout:Change: 2024-03-11 17:35:00.127420675 +0000 2024-03-11T17:39:19.757 INFO:teuthology.orchestra.run.smithi132.stdout: Birth: - 2024-03-11T17:39:19.758 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-11T17:39:19.822 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records in 2024-03-11T17:39:19.823 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records out 2024-03-11T17:39:19.823 INFO:teuthology.orchestra.run.smithi132.stderr:512 bytes copied, 0.000193586 s, 2.6 MB/s 2024-03-11T17:39:19.824 DEBUG:teuthology.orchestra.run.smithi132:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-11T17:39:19.882 DEBUG:teuthology.orchestra.run.smithi132:> stat /dev/vg_nvme/lv_3 2024-03-11T17:39:19.940 INFO:teuthology.orchestra.run.smithi132.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-11T17:39:19.941 INFO:teuthology.orchestra.run.smithi132.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-11T17:39:19.941 INFO:teuthology.orchestra.run.smithi132.stdout:Device: 6h/6d Inode: 165846 Links: 1 2024-03-11T17:39:19.941 INFO:teuthology.orchestra.run.smithi132.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-11T17:39:19.941 INFO:teuthology.orchestra.run.smithi132.stdout:Context: system_u:object_r:device_t:s0 2024-03-11T17:39:19.941 INFO:teuthology.orchestra.run.smithi132.stdout:Access: 2024-03-11 17:38:48.692509573 +0000 2024-03-11T17:39:19.941 INFO:teuthology.orchestra.run.smithi132.stdout:Modify: 2024-03-11 17:35:00.462412176 +0000 2024-03-11T17:39:19.941 INFO:teuthology.orchestra.run.smithi132.stdout:Change: 2024-03-11 17:35:00.462412176 +0000 2024-03-11T17:39:19.941 INFO:teuthology.orchestra.run.smithi132.stdout: Birth: - 2024-03-11T17:39:19.941 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-11T17:39:20.006 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records in 2024-03-11T17:39:20.006 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records out 2024-03-11T17:39:20.006 INFO:teuthology.orchestra.run.smithi132.stderr:512 bytes copied, 0.000199202 s, 2.6 MB/s 2024-03-11T17:39:20.007 DEBUG:teuthology.orchestra.run.smithi132:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-11T17:39:20.066 DEBUG:teuthology.orchestra.run.smithi132:> stat /dev/vg_nvme/lv_4 2024-03-11T17:39:20.124 INFO:teuthology.orchestra.run.smithi132.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-11T17:39:20.125 INFO:teuthology.orchestra.run.smithi132.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-11T17:39:20.125 INFO:teuthology.orchestra.run.smithi132.stdout:Device: 6h/6d Inode: 170046 Links: 1 2024-03-11T17:39:20.125 INFO:teuthology.orchestra.run.smithi132.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-11T17:39:20.125 INFO:teuthology.orchestra.run.smithi132.stdout:Context: system_u:object_r:device_t:s0 2024-03-11T17:39:20.125 INFO:teuthology.orchestra.run.smithi132.stdout:Access: 2024-03-11 17:38:48.693509548 +0000 2024-03-11T17:39:20.125 INFO:teuthology.orchestra.run.smithi132.stdout:Modify: 2024-03-11 17:35:00.840402591 +0000 2024-03-11T17:39:20.125 INFO:teuthology.orchestra.run.smithi132.stdout:Change: 2024-03-11 17:35:00.840402591 +0000 2024-03-11T17:39:20.125 INFO:teuthology.orchestra.run.smithi132.stdout: Birth: - 2024-03-11T17:39:20.125 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-11T17:39:20.190 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records in 2024-03-11T17:39:20.191 INFO:teuthology.orchestra.run.smithi132.stderr:1+0 records out 2024-03-11T17:39:20.191 INFO:teuthology.orchestra.run.smithi132.stderr:512 bytes copied, 0.000203067 s, 2.5 MB/s 2024-03-11T17:39:20.192 DEBUG:teuthology.orchestra.run.smithi132:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-11T17:39:20.251 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-03-11T17:39:20.251 DEBUG:teuthology.orchestra.run.smithi176:> dd if=/scratch_devs of=/dev/stdout 2024-03-11T17:39:20.273 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-03-11T17:39:20.274 DEBUG:teuthology.orchestra.run.smithi176:> stat /dev/vg_nvme/lv_1 2024-03-11T17:39:20.335 INFO:teuthology.orchestra.run.smithi176.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-11T17:39:20.336 INFO:teuthology.orchestra.run.smithi176.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-11T17:39:20.336 INFO:teuthology.orchestra.run.smithi176.stdout:Device: 6h/6d Inode: 164469 Links: 1 2024-03-11T17:39:20.336 INFO:teuthology.orchestra.run.smithi176.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-11T17:39:20.336 INFO:teuthology.orchestra.run.smithi176.stdout:Context: system_u:object_r:device_t:s0 2024-03-11T17:39:20.336 INFO:teuthology.orchestra.run.smithi176.stdout:Access: 2024-03-11 17:39:16.401315020 +0000 2024-03-11T17:39:20.336 INFO:teuthology.orchestra.run.smithi176.stdout:Modify: 2024-03-11 17:34:59.785468541 +0000 2024-03-11T17:39:20.336 INFO:teuthology.orchestra.run.smithi176.stdout:Change: 2024-03-11 17:34:59.785468541 +0000 2024-03-11T17:39:20.336 INFO:teuthology.orchestra.run.smithi176.stdout: Birth: - 2024-03-11T17:39:20.336 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-11T17:39:20.407 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records in 2024-03-11T17:39:20.407 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records out 2024-03-11T17:39:20.407 INFO:teuthology.orchestra.run.smithi176.stderr:512 bytes copied, 0.000275497 s, 1.9 MB/s 2024-03-11T17:39:20.408 DEBUG:teuthology.orchestra.run.smithi176:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-11T17:39:20.470 DEBUG:teuthology.orchestra.run.smithi176:> stat /dev/vg_nvme/lv_2 2024-03-11T17:39:20.531 INFO:teuthology.orchestra.run.smithi176.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-11T17:39:20.531 INFO:teuthology.orchestra.run.smithi176.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-11T17:39:20.531 INFO:teuthology.orchestra.run.smithi176.stdout:Device: 6h/6d Inode: 167454 Links: 1 2024-03-11T17:39:20.531 INFO:teuthology.orchestra.run.smithi176.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-11T17:39:20.531 INFO:teuthology.orchestra.run.smithi176.stdout:Context: system_u:object_r:device_t:s0 2024-03-11T17:39:20.531 INFO:teuthology.orchestra.run.smithi176.stdout:Access: 2024-03-11 17:39:16.402315011 +0000 2024-03-11T17:39:20.531 INFO:teuthology.orchestra.run.smithi176.stdout:Modify: 2024-03-11 17:35:00.116465490 +0000 2024-03-11T17:39:20.532 INFO:teuthology.orchestra.run.smithi176.stdout:Change: 2024-03-11 17:35:00.116465490 +0000 2024-03-11T17:39:20.532 INFO:teuthology.orchestra.run.smithi176.stdout: Birth: - 2024-03-11T17:39:20.532 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-11T17:39:20.601 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records in 2024-03-11T17:39:20.601 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records out 2024-03-11T17:39:20.601 INFO:teuthology.orchestra.run.smithi176.stderr:512 bytes copied, 0.00029515 s, 1.7 MB/s 2024-03-11T17:39:20.602 DEBUG:teuthology.orchestra.run.smithi176:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-11T17:39:20.663 DEBUG:teuthology.orchestra.run.smithi176:> stat /dev/vg_nvme/lv_3 2024-03-11T17:39:20.722 INFO:teuthology.orchestra.run.smithi176.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-11T17:39:20.722 INFO:teuthology.orchestra.run.smithi176.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-11T17:39:20.722 INFO:teuthology.orchestra.run.smithi176.stdout:Device: 6h/6d Inode: 168642 Links: 1 2024-03-11T17:39:20.722 INFO:teuthology.orchestra.run.smithi176.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-11T17:39:20.722 INFO:teuthology.orchestra.run.smithi176.stdout:Context: system_u:object_r:device_t:s0 2024-03-11T17:39:20.722 INFO:teuthology.orchestra.run.smithi176.stdout:Access: 2024-03-11 17:39:16.402315011 +0000 2024-03-11T17:39:20.723 INFO:teuthology.orchestra.run.smithi176.stdout:Modify: 2024-03-11 17:35:00.463462292 +0000 2024-03-11T17:39:20.723 INFO:teuthology.orchestra.run.smithi176.stdout:Change: 2024-03-11 17:35:00.463462292 +0000 2024-03-11T17:39:20.723 INFO:teuthology.orchestra.run.smithi176.stdout: Birth: - 2024-03-11T17:39:20.723 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-11T17:39:20.788 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:20 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:19.110209+0000 mgr.smithi132.jvlwde (mgr.14164) 66 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:20.790 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records in 2024-03-11T17:39:20.791 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records out 2024-03-11T17:39:20.791 INFO:teuthology.orchestra.run.smithi176.stderr:512 bytes copied, 0.000182578 s, 2.8 MB/s 2024-03-11T17:39:20.791 DEBUG:teuthology.orchestra.run.smithi176:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-11T17:39:20.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:20 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:19.110209+0000 mgr.smithi132.jvlwde (mgr.14164) 66 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:20.851 DEBUG:teuthology.orchestra.run.smithi176:> stat /dev/vg_nvme/lv_4 2024-03-11T17:39:20.910 INFO:teuthology.orchestra.run.smithi176.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-11T17:39:20.910 INFO:teuthology.orchestra.run.smithi176.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-11T17:39:20.910 INFO:teuthology.orchestra.run.smithi176.stdout:Device: 6h/6d Inode: 162354 Links: 1 2024-03-11T17:39:20.910 INFO:teuthology.orchestra.run.smithi176.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-11T17:39:20.910 INFO:teuthology.orchestra.run.smithi176.stdout:Context: system_u:object_r:device_t:s0 2024-03-11T17:39:20.910 INFO:teuthology.orchestra.run.smithi176.stdout:Access: 2024-03-11 17:39:16.402315011 +0000 2024-03-11T17:39:20.910 INFO:teuthology.orchestra.run.smithi176.stdout:Modify: 2024-03-11 17:35:00.813459065 +0000 2024-03-11T17:39:20.911 INFO:teuthology.orchestra.run.smithi176.stdout:Change: 2024-03-11 17:35:00.813459065 +0000 2024-03-11T17:39:20.911 INFO:teuthology.orchestra.run.smithi176.stdout: Birth: - 2024-03-11T17:39:20.911 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-11T17:39:20.976 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records in 2024-03-11T17:39:20.976 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records out 2024-03-11T17:39:20.976 INFO:teuthology.orchestra.run.smithi176.stderr:512 bytes copied, 0.000258097 s, 2.0 MB/s 2024-03-11T17:39:20.977 DEBUG:teuthology.orchestra.run.smithi176:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-11T17:39:21.035 INFO:tasks.cephadm:Deploying osd.0 on smithi132 with /dev/vg_nvme/lv_4... 2024-03-11T17:39:21.036 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-11T17:39:22.612 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:22 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:21.110492+0000 mgr.smithi132.jvlwde (mgr.14164) 67 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:22.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:22 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:21.110492+0000 mgr.smithi132.jvlwde (mgr.14164) 67 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:23.115 INFO:teuthology.orchestra.run.smithi132.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-11T17:39:23.115 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-11T17:39:23.115 INFO:teuthology.orchestra.run.smithi132.stderr: stderr: 10+0 records in 2024-03-11T17:39:23.116 INFO:teuthology.orchestra.run.smithi132.stderr:10+0 records out 2024-03-11T17:39:23.116 INFO:teuthology.orchestra.run.smithi132.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0112596 s, 931 MB/s 2024-03-11T17:39:23.116 INFO:teuthology.orchestra.run.smithi132.stderr:--> Zapping successful for: 2024-03-11T17:39:23.739 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph orch daemon add osd smithi132:vg_nvme/lv_4 2024-03-11T17:39:24.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:24 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:23.110754+0000 mgr.smithi132.jvlwde (mgr.14164) 68 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:24.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:23.110754+0000 mgr.smithi132.jvlwde (mgr.14164) 68 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:27.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:25.111075+0000 mgr.smithi132.jvlwde (mgr.14164) 69 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:27.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:25.829885+0000 mon.smithi132 (mon.0) 212 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:27.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:25.831235+0000 mon.smithi132 (mon.0) 213 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:39:27.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:25.832306+0000 mon.smithi132 (mon.0) 214 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:39:27.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:25.833398+0000 mon.smithi132 (mon.0) 215 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:39:27.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:26.380288+0000 mon.smithi132 (mon.0) 216 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-11T17:39:27.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:26.381759+0000 mon.smithi132 (mon.0) 217 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-11T17:39:27.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:26.382259+0000 mon.smithi132 (mon.0) 218 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:39:27.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:25.111075+0000 mgr.smithi132.jvlwde (mgr.14164) 69 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:27.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:25.829885+0000 mon.smithi132 (mon.0) 212 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:27.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:25.831235+0000 mon.smithi132 (mon.0) 213 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:39:27.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:25.832306+0000 mon.smithi132 (mon.0) 214 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:39:27.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:25.833398+0000 mon.smithi132 (mon.0) 215 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:39:27.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:26.380288+0000 mon.smithi132 (mon.0) 216 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-11T17:39:27.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:26.381759+0000 mon.smithi132 (mon.0) 217 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-11T17:39:27.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:26.382259+0000 mon.smithi132 (mon.0) 218 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:39:28.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:27 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:26.379355+0000 mgr.smithi132.jvlwde (mgr.14164) 70 : audit [DBG] from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi132:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:39:28.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:27 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:27.645510+0000 mon.smithi132 (mon.0) 219 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:28.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:27 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:27.689779+0000 mon.smithi132 (mon.0) 220 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:28.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:27 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:26.379355+0000 mgr.smithi132.jvlwde (mgr.14164) 70 : audit [DBG] from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi132:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:39:28.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:27 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:27.645510+0000 mon.smithi132 (mon.0) 219 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:28.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:27 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:27.689779+0000 mon.smithi132 (mon.0) 220 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:29.007 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:27.111439+0000 mgr.smithi132.jvlwde (mgr.14164) 71 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:29.008 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:39:27.645907+0000 mgr.smithi132.jvlwde (mgr.14164) 72 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.conf 2024-03-11T17:39:29.008 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:39:27.661128+0000 mgr.smithi132.jvlwde (mgr.14164) 73 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.client.admin.keyring 2024-03-11T17:39:29.008 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:28.255813+0000 mon.smithi132 (mon.0) 221 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:29.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:27.111439+0000 mgr.smithi132.jvlwde (mgr.14164) 71 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:29.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:39:27.645907+0000 mgr.smithi132.jvlwde (mgr.14164) 72 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.conf 2024-03-11T17:39:29.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:39:27.661128+0000 mgr.smithi132.jvlwde (mgr.14164) 73 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.client.admin.keyring 2024-03-11T17:39:29.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:28.255813+0000 mon.smithi132 (mon.0) 221 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:31.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:29.111718+0000 mgr.smithi132.jvlwde (mgr.14164) 74 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:31.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:29.977723+0000 mon.smithi132 (mon.0) 222 : audit [INF] from='client.? 172.21.15.132:0/72119831' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a0bd450a-fd96-48dc-990c-1a473726c149"}]: dispatch 2024-03-11T17:39:31.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:29.981153+0000 mon.smithi132 (mon.0) 223 : audit [INF] from='client.? 172.21.15.132:0/72119831' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a0bd450a-fd96-48dc-990c-1a473726c149"}]': finished 2024-03-11T17:39:31.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:29.981195+0000 mon.smithi132 (mon.0) 224 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-11T17:39:31.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:29.981276+0000 mon.smithi132 (mon.0) 225 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T17:39:31.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:30.403130+0000 mon.smithi132 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.132:0/3840057754' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-11T17:39:31.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:30 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:29.111718+0000 mgr.smithi132.jvlwde (mgr.14164) 74 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:31.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:30 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:29.977723+0000 mon.smithi132 (mon.0) 222 : audit [INF] from='client.? 172.21.15.132:0/72119831' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a0bd450a-fd96-48dc-990c-1a473726c149"}]: dispatch 2024-03-11T17:39:31.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:30 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:29.981153+0000 mon.smithi132 (mon.0) 223 : audit [INF] from='client.? 172.21.15.132:0/72119831' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a0bd450a-fd96-48dc-990c-1a473726c149"}]': finished 2024-03-11T17:39:31.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:30 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:29.981195+0000 mon.smithi132 (mon.0) 224 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-11T17:39:31.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:30 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:29.981276+0000 mon.smithi132 (mon.0) 225 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T17:39:31.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:30 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:30.403130+0000 mon.smithi132 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.132:0/3840057754' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-11T17:39:32.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:32 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:31.111981+0000 mgr.smithi132.jvlwde (mgr.14164) 75 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:32.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:32 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:31.415829+0000 mon.smithi132 (mon.0) 227 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:32.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:32 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:39:31.416286+0000 mgr.smithi132.jvlwde (mgr.14164) 76 : cephadm [INF] Updating smithi132:/etc/ceph/ceph.conf 2024-03-11T17:39:32.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:32 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:31.435199+0000 mon.smithi132 (mon.0) 228 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:32.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:32 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:31.438181+0000 mon.smithi132 (mon.0) 229 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:32.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:32 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:39:31.440391+0000 mgr.smithi132.jvlwde (mgr.14164) 77 : cephadm [INF] Reconfiguring mon.smithi132 (unknown last config time)... 2024-03-11T17:39:32.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:32 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:31.440641+0000 mon.smithi132 (mon.0) 230 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-11T17:39:32.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:32 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:31.441157+0000 mon.smithi132 (mon.0) 231 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-11T17:39:32.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:32 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:31.441584+0000 mon.smithi132 (mon.0) 232 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:39:32.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:32 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:39:31.441951+0000 mgr.smithi132.jvlwde (mgr.14164) 78 : cephadm [INF] Reconfiguring daemon mon.smithi132 on smithi132 2024-03-11T17:39:32.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:31.111981+0000 mgr.smithi132.jvlwde (mgr.14164) 75 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:32.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:31.415829+0000 mon.smithi132 (mon.0) 227 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:32.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:39:31.416286+0000 mgr.smithi132.jvlwde (mgr.14164) 76 : cephadm [INF] Updating smithi132:/etc/ceph/ceph.conf 2024-03-11T17:39:32.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:31.435199+0000 mon.smithi132 (mon.0) 228 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:32.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:31.438181+0000 mon.smithi132 (mon.0) 229 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:32.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:39:31.440391+0000 mgr.smithi132.jvlwde (mgr.14164) 77 : cephadm [INF] Reconfiguring mon.smithi132 (unknown last config time)... 2024-03-11T17:39:32.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:31.440641+0000 mon.smithi132 (mon.0) 230 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-11T17:39:32.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:31.441157+0000 mon.smithi132 (mon.0) 231 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-11T17:39:32.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:31.441584+0000 mon.smithi132 (mon.0) 232 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:39:32.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:39:31.441951+0000 mgr.smithi132.jvlwde (mgr.14164) 78 : cephadm [INF] Reconfiguring daemon mon.smithi132 on smithi132 2024-03-11T17:39:33.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:33.235538+0000 mon.smithi132 (mon.0) 233 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/mirror_snapshot_schedule"}]: dispatch 2024-03-11T17:39:33.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:33.237460+0000 mon.smithi132 (mon.0) 234 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/trash_purge_schedule"}]: dispatch 2024-03-11T17:39:33.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:33.235538+0000 mon.smithi132 (mon.0) 233 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/mirror_snapshot_schedule"}]: dispatch 2024-03-11T17:39:33.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:33.237460+0000 mon.smithi132 (mon.0) 234 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/trash_purge_schedule"}]: dispatch 2024-03-11T17:39:34.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:33.112211+0000 mgr.smithi132.jvlwde (mgr.14164) 79 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:34.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:34 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:33.112211+0000 mgr.smithi132.jvlwde (mgr.14164) 79 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:36.013 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:34.866731+0000 mon.smithi132 (mon.0) 235 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:36.013 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:39:34.867394+0000 mgr.smithi132.jvlwde (mgr.14164) 80 : cephadm [INF] Reconfiguring mgr.smithi132.jvlwde (unknown last config time)... 2024-03-11T17:39:36.013 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:34.867642+0000 mon.smithi132 (mon.0) 236 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi132.jvlwde", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-11T17:39:36.013 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:34.868280+0000 mon.smithi132 (mon.0) 237 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-11T17:39:36.013 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:34.868780+0000 mon.smithi132 (mon.0) 238 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:39:36.013 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:39:34.869202+0000 mgr.smithi132.jvlwde (mgr.14164) 81 : cephadm [INF] Reconfiguring daemon mgr.smithi132.jvlwde on smithi132 2024-03-11T17:39:36.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:34.866731+0000 mon.smithi132 (mon.0) 235 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:36.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:39:34.867394+0000 mgr.smithi132.jvlwde (mgr.14164) 80 : cephadm [INF] Reconfiguring mgr.smithi132.jvlwde (unknown last config time)... 2024-03-11T17:39:36.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:34.867642+0000 mon.smithi132 (mon.0) 236 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi132.jvlwde", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-11T17:39:36.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:34.868280+0000 mon.smithi132 (mon.0) 237 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-11T17:39:36.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:34.868780+0000 mon.smithi132 (mon.0) 238 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:39:36.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:39:34.869202+0000 mgr.smithi132.jvlwde (mgr.14164) 81 : cephadm [INF] Reconfiguring daemon mgr.smithi132.jvlwde on smithi132 2024-03-11T17:39:36.910 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:36 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:35.112548+0000 mgr.smithi132.jvlwde (mgr.14164) 82 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:37.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:36 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:35.112548+0000 mgr.smithi132.jvlwde (mgr.14164) 82 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:38.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:37 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:36.955814+0000 mon.smithi132 (mon.0) 239 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:38.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:37 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:39:36.956393+0000 mgr.smithi132.jvlwde (mgr.14164) 83 : cephadm [INF] Reconfiguring alertmanager.smithi132 (dependencies changed)... 2024-03-11T17:39:38.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:37 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:39:36.958621+0000 mgr.smithi132.jvlwde (mgr.14164) 84 : cephadm [INF] Reconfiguring daemon alertmanager.smithi132 on smithi132 2024-03-11T17:39:38.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:37 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:36.955814+0000 mon.smithi132 (mon.0) 239 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:38.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:37 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:39:36.956393+0000 mgr.smithi132.jvlwde (mgr.14164) 83 : cephadm [INF] Reconfiguring alertmanager.smithi132 (dependencies changed)... 2024-03-11T17:39:38.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:37 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:39:36.958621+0000 mgr.smithi132.jvlwde (mgr.14164) 84 : cephadm [INF] Reconfiguring daemon alertmanager.smithi132 on smithi132 2024-03-11T17:39:38.994 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:38 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:37.112835+0000 mgr.smithi132.jvlwde (mgr.14164) 85 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:38.994 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:38 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:38.352957+0000 mon.smithi132 (mon.0) 240 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-11T17:39:38.995 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:38 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:38.353583+0000 mon.smithi132 (mon.0) 241 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:39:39.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:38 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:37.112835+0000 mgr.smithi132.jvlwde (mgr.14164) 85 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:39.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:38 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:38.352957+0000 mon.smithi132 (mon.0) 240 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-11T17:39:39.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:38 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:38.353583+0000 mon.smithi132 (mon.0) 241 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:39:40.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:39:38.354082+0000 mgr.smithi132.jvlwde (mgr.14164) 86 : cephadm [INF] Deploying daemon osd.0 on smithi132 2024-03-11T17:39:40.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:39:38.354082+0000 mgr.smithi132.jvlwde (mgr.14164) 86 : cephadm [INF] Deploying daemon osd.0 on smithi132 2024-03-11T17:39:41.278 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:39.113199+0000 mgr.smithi132.jvlwde (mgr.14164) 87 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:41.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:39.113199+0000 mgr.smithi132.jvlwde (mgr.14164) 87 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:42.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:41.113515+0000 mgr.smithi132.jvlwde (mgr.14164) 88 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:42.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:41.113515+0000 mgr.smithi132.jvlwde (mgr.14164) 88 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:44.303 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:44 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:43.062634+0000 mon.smithi132 (mon.0) 242 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:44.303 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:44 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:39:43.063226+0000 mgr.smithi132.jvlwde (mgr.14164) 89 : cephadm [INF] Reconfiguring crash.smithi132 (monmap changed)... 2024-03-11T17:39:44.303 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:44 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:43.063469+0000 mon.smithi132 (mon.0) 243 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi132", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-11T17:39:44.303 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:44 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:43.064064+0000 mon.smithi132 (mon.0) 244 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:39:44.303 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:44 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:39:43.064488+0000 mgr.smithi132.jvlwde (mgr.14164) 90 : cephadm [INF] Reconfiguring daemon crash.smithi132 on smithi132 2024-03-11T17:39:44.303 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:44 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:43.113797+0000 mgr.smithi132.jvlwde (mgr.14164) 91 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:44.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:44 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:43.062634+0000 mon.smithi132 (mon.0) 242 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:44.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:44 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:39:43.063226+0000 mgr.smithi132.jvlwde (mgr.14164) 89 : cephadm [INF] Reconfiguring crash.smithi132 (monmap changed)... 2024-03-11T17:39:44.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:44 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:43.063469+0000 mon.smithi132 (mon.0) 243 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi132", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-11T17:39:44.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:44 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:43.064064+0000 mon.smithi132 (mon.0) 244 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:39:44.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:44 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:39:43.064488+0000 mgr.smithi132.jvlwde (mgr.14164) 90 : cephadm [INF] Reconfiguring daemon crash.smithi132 on smithi132 2024-03-11T17:39:44.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:44 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:43.113797+0000 mgr.smithi132.jvlwde (mgr.14164) 91 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:46.524 INFO:teuthology.orchestra.run.smithi132.stdout:Created osd(s) 0 on host 'smithi132' 2024-03-11T17:39:46.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:45.114065+0000 mgr.smithi132.jvlwde (mgr.14164) 92 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:46.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:46.519399+0000 mon.smithi132 (mon.0) 245 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:46.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:46.523731+0000 mon.smithi132 (mon.0) 246 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:46.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:45.114065+0000 mgr.smithi132.jvlwde (mgr.14164) 92 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:46.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:46.519399+0000 mon.smithi132 (mon.0) 245 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:46.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:46.523731+0000 mon.smithi132 (mon.0) 246 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:47.588 DEBUG:teuthology.orchestra.run.smithi132:osd.0> sudo journalctl -f -n 0 -u ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@osd.0.service 2024-03-11T17:39:47.591 INFO:tasks.cephadm:Deploying osd.1 on smithi132 with /dev/vg_nvme/lv_3... 2024-03-11T17:39:47.591 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-03-11T17:39:47.619 INFO:journalctl@ceph.osd.0.smithi132.stdout:-- Logs begin at Mon 2024-03-11 17:29:17 UTC. -- 2024-03-11T17:39:48.707 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:48 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:47.114345+0000 mgr.smithi132.jvlwde (mgr.14164) 93 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:48.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:48 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:47.114345+0000 mgr.smithi132.jvlwde (mgr.14164) 93 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:50.057 INFO:journalctl@ceph.osd.0.smithi132.stdout:Mar 11 17:39:49 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.0[46273]: debug 2024-03-11T17:39:49.626+0000 7f2503cf3080 -1 osd.0 0 log_to_monitors {default=true} 2024-03-11T17:39:50.116 INFO:teuthology.orchestra.run.smithi132.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-03-11T17:39:50.116 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-03-11T17:39:50.116 INFO:teuthology.orchestra.run.smithi132.stderr: stderr: 10+0 records in 2024-03-11T17:39:50.116 INFO:teuthology.orchestra.run.smithi132.stderr:10+0 records out 2024-03-11T17:39:50.116 INFO:teuthology.orchestra.run.smithi132.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0143541 s, 731 MB/s 2024-03-11T17:39:50.116 INFO:teuthology.orchestra.run.smithi132.stderr:--> Zapping successful for: 2024-03-11T17:39:50.699 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:49.114584+0000 mgr.smithi132.jvlwde (mgr.14164) 94 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:50.699 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:49.600701+0000 mon.smithi132 (mon.0) 247 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:50.700 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:39:49.601221+0000 mgr.smithi132.jvlwde (mgr.14164) 95 : cephadm [INF] Reconfiguring grafana.smithi132 (dependencies changed)... 2024-03-11T17:39:50.700 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:39:49.605436+0000 mgr.smithi132.jvlwde (mgr.14164) 96 : cephadm [INF] Reconfiguring daemon grafana.smithi132 on smithi132 2024-03-11T17:39:50.700 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:49.630261+0000 mon.smithi132 (mon.0) 248 : audit [INF] from='osd.0 [v2:172.21.15.132:6802/4086238507,v1:172.21.15.132:6803/4086238507]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-11T17:39:50.717 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph orch daemon add osd smithi132:vg_nvme/lv_3 2024-03-11T17:39:51.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:50 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:49.114584+0000 mgr.smithi132.jvlwde (mgr.14164) 94 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:51.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:50 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:49.600701+0000 mon.smithi132 (mon.0) 247 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:51.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:50 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:39:49.601221+0000 mgr.smithi132.jvlwde (mgr.14164) 95 : cephadm [INF] Reconfiguring grafana.smithi132 (dependencies changed)... 2024-03-11T17:39:51.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:50 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:39:49.605436+0000 mgr.smithi132.jvlwde (mgr.14164) 96 : cephadm [INF] Reconfiguring daemon grafana.smithi132 on smithi132 2024-03-11T17:39:51.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:50 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:49.630261+0000 mon.smithi132 (mon.0) 248 : audit [INF] from='osd.0 [v2:172.21.15.132:6802/4086238507,v1:172.21.15.132:6803/4086238507]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-11T17:39:51.807 INFO:journalctl@ceph.osd.0.smithi132.stdout:Mar 11 17:39:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.0[46273]: debug 2024-03-11T17:39:51.607+0000 7f24fa256700 -1 osd.0 0 waiting for initial osdmap 2024-03-11T17:39:51.807 INFO:journalctl@ceph.osd.0.smithi132.stdout:Mar 11 17:39:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.0[46273]: debug 2024-03-11T17:39:51.610+0000 7f24f41cd700 -1 osd.0 8 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-03-11T17:39:51.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:50.607212+0000 mon.smithi132 (mon.0) 249 : audit [INF] from='osd.0 [v2:172.21.15.132:6802/4086238507,v1:172.21.15.132:6803/4086238507]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-11T17:39:51.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:50.607277+0000 mon.smithi132 (mon.0) 250 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-11T17:39:51.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:50.608276+0000 mon.smithi132 (mon.0) 251 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T17:39:51.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:50.608506+0000 mon.smithi132 (mon.0) 252 : audit [INF] from='osd.0 [v2:172.21.15.132:6802/4086238507,v1:172.21.15.132:6803/4086238507]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2024-03-11T17:39:51.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:51.605933+0000 mon.smithi132 (mon.0) 253 : audit [INF] from='osd.0 [v2:172.21.15.132:6802/4086238507,v1:172.21.15.132:6803/4086238507]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]': finished 2024-03-11T17:39:51.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:51.605978+0000 mon.smithi132 (mon.0) 254 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-03-11T17:39:51.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:51.606112+0000 mon.smithi132 (mon.0) 255 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T17:39:51.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:51.609210+0000 mon.smithi132 (mon.0) 256 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T17:39:52.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:50.607212+0000 mon.smithi132 (mon.0) 249 : audit [INF] from='osd.0 [v2:172.21.15.132:6802/4086238507,v1:172.21.15.132:6803/4086238507]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-11T17:39:52.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:50.607277+0000 mon.smithi132 (mon.0) 250 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-11T17:39:52.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:50.608276+0000 mon.smithi132 (mon.0) 251 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T17:39:52.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:50.608506+0000 mon.smithi132 (mon.0) 252 : audit [INF] from='osd.0 [v2:172.21.15.132:6802/4086238507,v1:172.21.15.132:6803/4086238507]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2024-03-11T17:39:52.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:51.605933+0000 mon.smithi132 (mon.0) 253 : audit [INF] from='osd.0 [v2:172.21.15.132:6802/4086238507,v1:172.21.15.132:6803/4086238507]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]': finished 2024-03-11T17:39:52.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:51.605978+0000 mon.smithi132 (mon.0) 254 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-03-11T17:39:52.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:51.606112+0000 mon.smithi132 (mon.0) 255 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T17:39:52.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:51.609210+0000 mon.smithi132 (mon.0) 256 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T17:39:52.712 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:52 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:51.114937+0000 mgr.smithi132.jvlwde (mgr.14164) 97 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:52.712 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:52 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:52.608829+0000 mon.smithi132 (mon.0) 257 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T17:39:53.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:52 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:51.114937+0000 mgr.smithi132.jvlwde (mgr.14164) 97 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:53.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:52 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:52.608829+0000 mon.smithi132 (mon.0) 257 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T17:39:54.004 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:53 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:50.660145+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-11T17:39:54.005 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:53 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:50.660297+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-11T17:39:54.005 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:53 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:52.623607+0000 mon.smithi132 (mon.0) 258 : cluster [INF] osd.0 [v2:172.21.15.132:6802/4086238507,v1:172.21.15.132:6803/4086238507] boot 2024-03-11T17:39:54.005 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:53 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:52.623632+0000 mon.smithi132 (mon.0) 259 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-11T17:39:54.005 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:53 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:52.623999+0000 mon.smithi132 (mon.0) 260 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T17:39:54.005 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:53 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:53.600739+0000 mon.smithi132 (mon.0) 261 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-11T17:39:54.005 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:53 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:53.601971+0000 mon.smithi132 (mon.0) 262 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-11T17:39:54.005 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:53 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:53.602437+0000 mon.smithi132 (mon.0) 263 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:39:54.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:50.660145+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-11T17:39:54.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:50.660297+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-11T17:39:54.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:52.623607+0000 mon.smithi132 (mon.0) 258 : cluster [INF] osd.0 [v2:172.21.15.132:6802/4086238507,v1:172.21.15.132:6803/4086238507] boot 2024-03-11T17:39:54.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:52.623632+0000 mon.smithi132 (mon.0) 259 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-11T17:39:54.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:52.623999+0000 mon.smithi132 (mon.0) 260 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T17:39:54.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:53.600739+0000 mon.smithi132 (mon.0) 261 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-11T17:39:54.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:53.601971+0000 mon.smithi132 (mon.0) 262 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-11T17:39:54.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:53.602437+0000 mon.smithi132 (mon.0) 263 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:39:54.898 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:54 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:53.115224+0000 mgr.smithi132.jvlwde (mgr.14164) 98 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:54.898 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:54 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:53.600041+0000 mgr.smithi132.jvlwde (mgr.14164) 99 : audit [DBG] from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi132:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:39:54.898 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:54 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:53.636120+0000 mon.smithi132 (mon.0) 264 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-03-11T17:39:55.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:54 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:53.115224+0000 mgr.smithi132.jvlwde (mgr.14164) 98 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-11T17:39:55.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:54 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:53.600041+0000 mgr.smithi132.jvlwde (mgr.14164) 99 : audit [DBG] from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi132:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:39:55.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:54 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:53.636120+0000 mon.smithi132 (mon.0) 264 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-03-11T17:39:56.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:55.115506+0000 mgr.smithi132.jvlwde (mgr.14164) 100 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T17:39:56.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:56.593282+0000 mon.smithi132 (mon.0) 265 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:57.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:56 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:55.115506+0000 mgr.smithi132.jvlwde (mgr.14164) 100 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T17:39:57.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:56 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:56.593282+0000 mon.smithi132 (mon.0) 265 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:39:58.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:39:56.593874+0000 mgr.smithi132.jvlwde (mgr.14164) 101 : cephadm [INF] Reconfiguring prometheus.smithi132 (dependencies changed)... 2024-03-11T17:39:58.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:39:56.596095+0000 mgr.smithi132.jvlwde (mgr.14164) 102 : cephadm [INF] Reconfiguring daemon prometheus.smithi132 on smithi132 2024-03-11T17:39:58.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:39:56.593874+0000 mgr.smithi132.jvlwde (mgr.14164) 101 : cephadm [INF] Reconfiguring prometheus.smithi132 (dependencies changed)... 2024-03-11T17:39:58.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:39:56.596095+0000 mgr.smithi132.jvlwde (mgr.14164) 102 : cephadm [INF] Reconfiguring daemon prometheus.smithi132 on smithi132 2024-03-11T17:39:59.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:57.115796+0000 mgr.smithi132.jvlwde (mgr.14164) 103 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T17:39:59.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:57.654976+0000 mon.smithi132 (mon.0) 266 : audit [INF] from='client.? 172.21.15.132:0/2712126545' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f36d539f-e918-4f35-880f-cbfafa162a3c"}]: dispatch 2024-03-11T17:39:59.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:57.660634+0000 mon.smithi132 (mon.0) 267 : audit [INF] from='client.? 172.21.15.132:0/2712126545' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f36d539f-e918-4f35-880f-cbfafa162a3c"}]': finished 2024-03-11T17:39:59.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:57.660672+0000 mon.smithi132 (mon.0) 268 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-11T17:39:59.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:57.660759+0000 mon.smithi132 (mon.0) 269 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T17:39:59.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:39:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:39:58.073638+0000 mon.smithi132 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.132:0/2168307310' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-11T17:39:59.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:57.115796+0000 mgr.smithi132.jvlwde (mgr.14164) 103 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T17:39:59.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:57.654976+0000 mon.smithi132 (mon.0) 266 : audit [INF] from='client.? 172.21.15.132:0/2712126545' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f36d539f-e918-4f35-880f-cbfafa162a3c"}]: dispatch 2024-03-11T17:39:59.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:57.660634+0000 mon.smithi132 (mon.0) 267 : audit [INF] from='client.? 172.21.15.132:0/2712126545' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f36d539f-e918-4f35-880f-cbfafa162a3c"}]': finished 2024-03-11T17:39:59.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:57.660672+0000 mon.smithi132 (mon.0) 268 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-11T17:39:59.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:57.660759+0000 mon.smithi132 (mon.0) 269 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T17:39:59.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:39:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:39:58.073638+0000 mon.smithi132 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.132:0/2168307310' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-11T17:40:01.013 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:00 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:39:59.116201+0000 mgr.smithi132.jvlwde (mgr.14164) 104 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T17:40:01.013 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:00 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:00.000155+0000 mon.smithi132 (mon.0) 271 : cluster [INF] overall HEALTH_OK 2024-03-11T17:40:01.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:00 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:39:59.116201+0000 mgr.smithi132.jvlwde (mgr.14164) 104 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T17:40:01.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:00 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:00.000155+0000 mon.smithi132 (mon.0) 271 : cluster [INF] overall HEALTH_OK 2024-03-11T17:40:02.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:01.116506+0000 mgr.smithi132.jvlwde (mgr.14164) 105 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T17:40:03.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:01.116506+0000 mgr.smithi132.jvlwde (mgr.14164) 105 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T17:40:04.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:04 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:03.116765+0000 mgr.smithi132.jvlwde (mgr.14164) 106 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T17:40:05.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:04 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:03.116765+0000 mgr.smithi132.jvlwde (mgr.14164) 106 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T17:40:06.711 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:05.117238+0000 mgr.smithi132.jvlwde (mgr.14164) 107 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T17:40:06.711 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:06.249847+0000 mon.smithi132 (mon.0) 272 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:06.711 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:06.250638+0000 mon.smithi132 (mon.0) 273 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi176", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-11T17:40:06.711 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:06.251296+0000 mon.smithi132 (mon.0) 274 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:40:06.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:05.117238+0000 mgr.smithi132.jvlwde (mgr.14164) 107 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T17:40:06.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:06.249847+0000 mon.smithi132 (mon.0) 272 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:06.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:06.250638+0000 mon.smithi132 (mon.0) 273 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi176", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-11T17:40:06.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:06.251296+0000 mon.smithi132 (mon.0) 274 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:40:08.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:40:06.250377+0000 mgr.smithi132.jvlwde (mgr.14164) 108 : cephadm [INF] Reconfiguring crash.smithi176 (monmap changed)... 2024-03-11T17:40:08.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:40:06.251758+0000 mgr.smithi132.jvlwde (mgr.14164) 109 : cephadm [INF] Reconfiguring daemon crash.smithi176 on smithi176 2024-03-11T17:40:08.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:07.644364+0000 mon.smithi132 (mon.0) 275 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-11T17:40:08.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:07.644961+0000 mon.smithi132 (mon.0) 276 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:40:08.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:40:06.250377+0000 mgr.smithi132.jvlwde (mgr.14164) 108 : cephadm [INF] Reconfiguring crash.smithi176 (monmap changed)... 2024-03-11T17:40:08.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:40:06.251758+0000 mgr.smithi132.jvlwde (mgr.14164) 109 : cephadm [INF] Reconfiguring daemon crash.smithi176 on smithi176 2024-03-11T17:40:08.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:07.644364+0000 mon.smithi132 (mon.0) 275 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-11T17:40:08.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:07.644961+0000 mon.smithi132 (mon.0) 276 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:40:08.923 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:07.117496+0000 mgr.smithi132.jvlwde (mgr.14164) 110 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T17:40:08.924 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:40:07.645417+0000 mgr.smithi132.jvlwde (mgr.14164) 111 : cephadm [INF] Deploying daemon osd.1 on smithi132 2024-03-11T17:40:08.924 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:07.670072+0000 mon.smithi132 (mon.0) 277 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:08.924 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:40:07.670555+0000 mgr.smithi132.jvlwde (mgr.14164) 112 : cephadm [INF] Reconfiguring mgr.smithi176.txyrph (monmap changed)... 2024-03-11T17:40:08.924 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:07.670781+0000 mon.smithi132 (mon.0) 278 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi176.txyrph", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-11T17:40:08.924 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:07.671430+0000 mon.smithi132 (mon.0) 279 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-11T17:40:08.924 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:07.671938+0000 mon.smithi132 (mon.0) 280 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:40:08.924 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:40:07.672377+0000 mgr.smithi132.jvlwde (mgr.14164) 113 : cephadm [INF] Reconfiguring daemon mgr.smithi176.txyrph on smithi176 2024-03-11T17:40:09.007 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:07.117496+0000 mgr.smithi132.jvlwde (mgr.14164) 110 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T17:40:09.007 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:40:07.645417+0000 mgr.smithi132.jvlwde (mgr.14164) 111 : cephadm [INF] Deploying daemon osd.1 on smithi132 2024-03-11T17:40:09.007 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:07.670072+0000 mon.smithi132 (mon.0) 277 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:09.007 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:40:07.670555+0000 mgr.smithi132.jvlwde (mgr.14164) 112 : cephadm [INF] Reconfiguring mgr.smithi176.txyrph (monmap changed)... 2024-03-11T17:40:09.007 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:07.670781+0000 mon.smithi132 (mon.0) 278 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi176.txyrph", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-11T17:40:09.007 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:07.671430+0000 mon.smithi132 (mon.0) 279 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-11T17:40:09.008 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:07.671938+0000 mon.smithi132 (mon.0) 280 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:40:09.008 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:40:07.672377+0000 mgr.smithi132.jvlwde (mgr.14164) 113 : cephadm [INF] Reconfiguring daemon mgr.smithi176.txyrph on smithi176 2024-03-11T17:40:10.259 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:10 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:09.049971+0000 mon.smithi132 (mon.0) 281 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:10.259 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:10 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:40:09.050432+0000 mgr.smithi132.jvlwde (mgr.14164) 114 : cephadm [INF] Reconfiguring mon.smithi176 (monmap changed)... 2024-03-11T17:40:10.259 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:10 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:09.050671+0000 mon.smithi132 (mon.0) 282 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-11T17:40:10.259 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:10 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:09.051281+0000 mon.smithi132 (mon.0) 283 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-11T17:40:10.259 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:10 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:09.051851+0000 mon.smithi132 (mon.0) 284 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:40:10.259 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:10 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:40:09.052341+0000 mgr.smithi132.jvlwde (mgr.14164) 115 : cephadm [INF] Reconfiguring daemon mon.smithi176 on smithi176 2024-03-11T17:40:10.259 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:10 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:09.117752+0000 mgr.smithi132.jvlwde (mgr.14164) 116 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T17:40:10.313 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:09.049971+0000 mon.smithi132 (mon.0) 281 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:10.313 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:40:09.050432+0000 mgr.smithi132.jvlwde (mgr.14164) 114 : cephadm [INF] Reconfiguring mon.smithi176 (monmap changed)... 2024-03-11T17:40:10.313 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:09.050671+0000 mon.smithi132 (mon.0) 282 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-11T17:40:10.314 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:09.051281+0000 mon.smithi132 (mon.0) 283 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-11T17:40:10.314 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:09.051851+0000 mon.smithi132 (mon.0) 284 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:40:10.314 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:40:09.052341+0000 mgr.smithi132.jvlwde (mgr.14164) 115 : cephadm [INF] Reconfiguring daemon mon.smithi176 on smithi176 2024-03-11T17:40:10.314 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:09.117752+0000 mgr.smithi132.jvlwde (mgr.14164) 116 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T17:40:11.212 INFO:teuthology.orchestra.run.smithi132.stdout:Created osd(s) 1 on host 'smithi132' 2024-03-11T17:40:11.534 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:10.354605+0000 mon.smithi132 (mon.0) 285 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:11.534 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:10.356856+0000 mon.smithi132 (mon.0) 286 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-11T17:40:11.534 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:10.357167+0000 mgr.smithi132.jvlwde (mgr.14164) 117 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-11T17:40:11.534 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:11.207812+0000 mon.smithi132 (mon.0) 287 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:11.534 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:11.211767+0000 mon.smithi132 (mon.0) 288 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:11.534 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:11.223533+0000 mon.smithi132 (mon.0) 289 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.132:9093"}]: dispatch 2024-03-11T17:40:11.534 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:11.227604+0000 mon.smithi132 (mon.0) 290 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:11.535 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:11.230329+0000 mon.smithi132 (mon.0) 291 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-11T17:40:11.535 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:11.234978+0000 mon.smithi132 (mon.0) 292 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.132:3000"}]: dispatch 2024-03-11T17:40:11.535 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:11.239094+0000 mon.smithi132 (mon.0) 293 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:11.535 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:11.242057+0000 mon.smithi132 (mon.0) 294 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-11T17:40:11.535 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:11.246049+0000 mon.smithi132 (mon.0) 295 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.132:9095"}]: dispatch 2024-03-11T17:40:11.535 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:11.250093+0000 mon.smithi132 (mon.0) 296 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:11.535 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:11.251722+0000 mon.smithi132 (mon.0) 297 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:40:11.535 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:11.252602+0000 mon.smithi132 (mon.0) 298 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:40:11.535 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:11.253253+0000 mon.smithi132 (mon.0) 299 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:40:11.790 DEBUG:teuthology.orchestra.run.smithi132:osd.1> sudo journalctl -f -n 0 -u ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@osd.1.service 2024-03-11T17:40:11.793 INFO:tasks.cephadm:Deploying osd.2 on smithi132 with /dev/vg_nvme/lv_2... 2024-03-11T17:40:11.793 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-03-11T17:40:11.825 INFO:journalctl@ceph.osd.1.smithi132.stdout:-- Logs begin at Mon 2024-03-11 17:29:17 UTC. -- 2024-03-11T17:40:11.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:10.354605+0000 mon.smithi132 (mon.0) 285 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:11.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:10.356856+0000 mon.smithi132 (mon.0) 286 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-11T17:40:11.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:10.357167+0000 mgr.smithi132.jvlwde (mgr.14164) 117 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-11T17:40:11.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:11.207812+0000 mon.smithi132 (mon.0) 287 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:11.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:11.211767+0000 mon.smithi132 (mon.0) 288 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:11.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:11.223533+0000 mon.smithi132 (mon.0) 289 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.132:9093"}]: dispatch 2024-03-11T17:40:11.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:11.227604+0000 mon.smithi132 (mon.0) 290 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:11.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:11.230329+0000 mon.smithi132 (mon.0) 291 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-11T17:40:11.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:11.234978+0000 mon.smithi132 (mon.0) 292 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.132:3000"}]: dispatch 2024-03-11T17:40:11.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:11.239094+0000 mon.smithi132 (mon.0) 293 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:11.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:11.242057+0000 mon.smithi132 (mon.0) 294 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-11T17:40:11.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:11.246049+0000 mon.smithi132 (mon.0) 295 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.132:9095"}]: dispatch 2024-03-11T17:40:11.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:11.250093+0000 mon.smithi132 (mon.0) 296 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:11.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:11.251722+0000 mon.smithi132 (mon.0) 297 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:40:11.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:11.252602+0000 mon.smithi132 (mon.0) 298 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:40:11.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:11.253253+0000 mon.smithi132 (mon.0) 299 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:40:12.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:12 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:11.118040+0000 mgr.smithi132.jvlwde (mgr.14164) 118 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T17:40:12.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:12 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:11.223821+0000 mgr.smithi132.jvlwde (mgr.14164) 119 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.132:9093"}]: dispatch 2024-03-11T17:40:12.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:12 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:11.230633+0000 mgr.smithi132.jvlwde (mgr.14164) 120 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-11T17:40:12.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:12 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:11.235256+0000 mgr.smithi132.jvlwde (mgr.14164) 121 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.132:3000"}]: dispatch 2024-03-11T17:40:12.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:12 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:11.242371+0000 mgr.smithi132.jvlwde (mgr.14164) 122 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-11T17:40:12.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:12 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:11.246320+0000 mgr.smithi132.jvlwde (mgr.14164) 123 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.132:9095"}]: dispatch 2024-03-11T17:40:12.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:12 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:11.118040+0000 mgr.smithi132.jvlwde (mgr.14164) 118 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T17:40:12.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:12 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:11.223821+0000 mgr.smithi132.jvlwde (mgr.14164) 119 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.132:9093"}]: dispatch 2024-03-11T17:40:12.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:12 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:11.230633+0000 mgr.smithi132.jvlwde (mgr.14164) 120 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-11T17:40:12.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:12 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:11.235256+0000 mgr.smithi132.jvlwde (mgr.14164) 121 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.132:3000"}]: dispatch 2024-03-11T17:40:12.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:12 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:11.242371+0000 mgr.smithi132.jvlwde (mgr.14164) 122 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-11T17:40:12.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:12 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:11.246320+0000 mgr.smithi132.jvlwde (mgr.14164) 123 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.132:9095"}]: dispatch 2024-03-11T17:40:14.443 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:14 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:13.118314+0000 mgr.smithi132.jvlwde (mgr.14164) 124 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T17:40:14.443 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:14 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:13.132586+0000 mon.smithi132 (mon.0) 300 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:14.443 INFO:journalctl@ceph.osd.1.smithi132.stdout:Mar 11 17:40:14 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.1[49311]: debug 2024-03-11T17:40:14.271+0000 7fe0149bc080 -1 osd.1 0 log_to_monitors {default=true} 2024-03-11T17:40:14.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:14 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:13.118314+0000 mgr.smithi132.jvlwde (mgr.14164) 124 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T17:40:14.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:14 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:13.132586+0000 mon.smithi132 (mon.0) 300 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:14.842 INFO:teuthology.orchestra.run.smithi132.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-03-11T17:40:14.842 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-03-11T17:40:14.842 INFO:teuthology.orchestra.run.smithi132.stderr: stderr: 10+0 records in 2024-03-11T17:40:14.842 INFO:teuthology.orchestra.run.smithi132.stderr:10+0 records out 2024-03-11T17:40:14.842 INFO:teuthology.orchestra.run.smithi132.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0128656 s, 815 MB/s 2024-03-11T17:40:14.842 INFO:teuthology.orchestra.run.smithi132.stderr:--> Zapping successful for: 2024-03-11T17:40:15.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:14.275614+0000 mon.smithi132 (mon.0) 301 : audit [INF] from='osd.1 [v2:172.21.15.132:6810/2540472655,v1:172.21.15.132:6811/2540472655]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-11T17:40:15.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:14.275614+0000 mon.smithi132 (mon.0) 301 : audit [INF] from='osd.1 [v2:172.21.15.132:6810/2540472655,v1:172.21.15.132:6811/2540472655]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-11T17:40:15.598 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph orch daemon add osd smithi132:vg_nvme/lv_2 2024-03-11T17:40:16.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:16 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:15.118556+0000 mgr.smithi132.jvlwde (mgr.14164) 125 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T17:40:16.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:16 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:15.143192+0000 mon.smithi132 (mon.0) 302 : audit [INF] from='osd.1 [v2:172.21.15.132:6810/2540472655,v1:172.21.15.132:6811/2540472655]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-11T17:40:16.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:16 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:15.143242+0000 mon.smithi132 (mon.0) 303 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-11T17:40:16.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:16 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:15.143348+0000 mon.smithi132 (mon.0) 304 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T17:40:16.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:16 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:15.143627+0000 mon.smithi132 (mon.0) 305 : audit [INF] from='osd.1 [v2:172.21.15.132:6810/2540472655,v1:172.21.15.132:6811/2540472655]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2024-03-11T17:40:16.307 INFO:journalctl@ceph.osd.1.smithi132.stdout:Mar 11 17:40:16 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.1[49311]: debug 2024-03-11T17:40:16.146+0000 7fe00af1f700 -1 osd.1 0 waiting for initial osdmap 2024-03-11T17:40:16.308 INFO:journalctl@ceph.osd.1.smithi132.stdout:Mar 11 17:40:16 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.1[49311]: debug 2024-03-11T17:40:16.151+0000 7fe005697700 -1 osd.1 13 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-03-11T17:40:16.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:16 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:15.118556+0000 mgr.smithi132.jvlwde (mgr.14164) 125 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T17:40:16.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:16 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:15.143192+0000 mon.smithi132 (mon.0) 302 : audit [INF] from='osd.1 [v2:172.21.15.132:6810/2540472655,v1:172.21.15.132:6811/2540472655]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-11T17:40:16.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:16 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:15.143242+0000 mon.smithi132 (mon.0) 303 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-11T17:40:16.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:16 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:15.143348+0000 mon.smithi132 (mon.0) 304 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T17:40:16.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:16 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:15.143627+0000 mon.smithi132 (mon.0) 305 : audit [INF] from='osd.1 [v2:172.21.15.132:6810/2540472655,v1:172.21.15.132:6811/2540472655]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2024-03-11T17:40:17.414 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:17 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:16.144954+0000 mon.smithi132 (mon.0) 306 : audit [INF] from='osd.1 [v2:172.21.15.132:6810/2540472655,v1:172.21.15.132:6811/2540472655]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]': finished 2024-03-11T17:40:17.414 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:17 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:16.144997+0000 mon.smithi132 (mon.0) 307 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-03-11T17:40:17.414 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:17 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:16.145281+0000 mon.smithi132 (mon.0) 308 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T17:40:17.414 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:17 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:16.150518+0000 mon.smithi132 (mon.0) 309 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T17:40:17.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:17 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:16.144954+0000 mon.smithi132 (mon.0) 306 : audit [INF] from='osd.1 [v2:172.21.15.132:6810/2540472655,v1:172.21.15.132:6811/2540472655]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]': finished 2024-03-11T17:40:17.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:17 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:16.144997+0000 mon.smithi132 (mon.0) 307 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-03-11T17:40:17.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:17 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:16.145281+0000 mon.smithi132 (mon.0) 308 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T17:40:17.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:17 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:16.150518+0000 mon.smithi132 (mon.0) 309 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T17:40:18.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:15.319728+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-11T17:40:18.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:15.319917+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-11T17:40:18.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:17.118931+0000 mgr.smithi132.jvlwde (mgr.14164) 126 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T17:40:18.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:17.147896+0000 mon.smithi132 (mon.0) 310 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T17:40:18.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:17.151204+0000 mon.smithi132 (mon.0) 311 : cluster [INF] osd.1 [v2:172.21.15.132:6810/2540472655,v1:172.21.15.132:6811/2540472655] boot 2024-03-11T17:40:18.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:17.151235+0000 mon.smithi132 (mon.0) 312 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-11T17:40:18.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:17.151542+0000 mon.smithi132 (mon.0) 313 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T17:40:18.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:15.319728+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-11T17:40:18.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:15.319917+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-11T17:40:18.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:17.118931+0000 mgr.smithi132.jvlwde (mgr.14164) 126 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-03-11T17:40:18.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:17.147896+0000 mon.smithi132 (mon.0) 310 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T17:40:18.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:17.151204+0000 mon.smithi132 (mon.0) 311 : cluster [INF] osd.1 [v2:172.21.15.132:6810/2540472655,v1:172.21.15.132:6811/2540472655] boot 2024-03-11T17:40:18.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:17.151235+0000 mon.smithi132 (mon.0) 312 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-11T17:40:18.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:17.151542+0000 mon.smithi132 (mon.0) 313 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T17:40:19.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:18.166179+0000 mon.smithi132 (mon.0) 314 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-03-11T17:40:19.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:18.324223+0000 mgr.smithi132.jvlwde (mgr.14164) 127 : audit [DBG] from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi132:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:40:19.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:18.324971+0000 mon.smithi132 (mon.0) 315 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-11T17:40:19.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:18.326147+0000 mon.smithi132 (mon.0) 316 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-11T17:40:19.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:18.326689+0000 mon.smithi132 (mon.0) 317 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:40:19.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:18.166179+0000 mon.smithi132 (mon.0) 314 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-03-11T17:40:19.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:18.324223+0000 mgr.smithi132.jvlwde (mgr.14164) 127 : audit [DBG] from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi132:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:40:19.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:18.324971+0000 mon.smithi132 (mon.0) 315 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-11T17:40:19.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:18.326147+0000 mon.smithi132 (mon.0) 316 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-11T17:40:19.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:18.326689+0000 mon.smithi132 (mon.0) 317 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:40:20.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:20 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:19.119258+0000 mgr.smithi132.jvlwde (mgr.14164) 128 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-03-11T17:40:20.472 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:20 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:19.119258+0000 mgr.smithi132.jvlwde (mgr.14164) 128 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-03-11T17:40:21.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:20.309179+0000 mon.smithi132 (mon.0) 318 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:21.801 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:20.309179+0000 mon.smithi132 (mon.0) 318 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:22.564 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:22 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:21.119552+0000 mgr.smithi132.jvlwde (mgr.14164) 129 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-03-11T17:40:22.564 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:22 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:21.476263+0000 mon.smithi132 (mon.0) 319 : audit [INF] from='client.? 172.21.15.132:0/3892642844' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "db5a7f38-feae-417c-99fe-f08490191391"}]: dispatch 2024-03-11T17:40:22.564 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:22 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:21.479743+0000 mon.smithi132 (mon.0) 320 : audit [INF] from='client.? 172.21.15.132:0/3892642844' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "db5a7f38-feae-417c-99fe-f08490191391"}]': finished 2024-03-11T17:40:22.565 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:22 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:21.479781+0000 mon.smithi132 (mon.0) 321 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-11T17:40:22.565 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:22 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:21.479860+0000 mon.smithi132 (mon.0) 322 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T17:40:22.565 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:22 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:21.899563+0000 mon.smithi132 (mon.0) 323 : audit [DBG] from='client.? 172.21.15.132:0/399539013' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-11T17:40:22.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:22 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:21.119552+0000 mgr.smithi132.jvlwde (mgr.14164) 129 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-03-11T17:40:22.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:22 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:21.476263+0000 mon.smithi132 (mon.0) 319 : audit [INF] from='client.? 172.21.15.132:0/3892642844' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "db5a7f38-feae-417c-99fe-f08490191391"}]: dispatch 2024-03-11T17:40:22.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:22 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:21.479743+0000 mon.smithi132 (mon.0) 320 : audit [INF] from='client.? 172.21.15.132:0/3892642844' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "db5a7f38-feae-417c-99fe-f08490191391"}]': finished 2024-03-11T17:40:22.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:22 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:21.479781+0000 mon.smithi132 (mon.0) 321 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-11T17:40:22.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:22 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:21.479860+0000 mon.smithi132 (mon.0) 322 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T17:40:22.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:22 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:21.899563+0000 mon.smithi132 (mon.0) 323 : audit [DBG] from='client.? 172.21.15.132:0/399539013' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-11T17:40:24.533 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:24 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:23.119938+0000 mgr.smithi132.jvlwde (mgr.14164) 130 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-03-11T17:40:24.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:23.119938+0000 mgr.smithi132.jvlwde (mgr.14164) 130 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-03-11T17:40:26.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:25.120393+0000 mgr.smithi132.jvlwde (mgr.14164) 131 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-03-11T17:40:26.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:25.120393+0000 mgr.smithi132.jvlwde (mgr.14164) 131 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-03-11T17:40:28.678 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:27.120827+0000 mgr.smithi132.jvlwde (mgr.14164) 132 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-03-11T17:40:28.678 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:40:27.574179+0000 mgr.smithi132.jvlwde (mgr.14164) 133 : cephadm [INF] Detected new or changed devices on smithi132 2024-03-11T17:40:28.678 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:27.578814+0000 mon.smithi132 (mon.0) 324 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:28.678 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:27.836871+0000 mon.smithi132 (mon.0) 325 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:40:28.678 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:27.837629+0000 mon.smithi132 (mon.0) 326 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:40:28.678 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:40:27.838113+0000 mgr.smithi132.jvlwde (mgr.14164) 134 : cephadm [INF] Adjusting osd_memory_target on smithi132 to 6449M 2024-03-11T17:40:28.678 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:27.841690+0000 mon.smithi132 (mon.0) 327 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:28.679 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:27.850632+0000 mon.smithi132 (mon.0) 328 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:28.679 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:27.855092+0000 mon.smithi132 (mon.0) 329 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:40:28.679 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:27.856023+0000 mon.smithi132 (mon.0) 330 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:40:28.679 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:27.856604+0000 mon.smithi132 (mon.0) 331 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:40:28.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:27.120827+0000 mgr.smithi132.jvlwde (mgr.14164) 132 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-03-11T17:40:28.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:40:27.574179+0000 mgr.smithi132.jvlwde (mgr.14164) 133 : cephadm [INF] Detected new or changed devices on smithi132 2024-03-11T17:40:28.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:27.578814+0000 mon.smithi132 (mon.0) 324 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:28.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:27.836871+0000 mon.smithi132 (mon.0) 325 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:40:28.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:27.837629+0000 mon.smithi132 (mon.0) 326 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:40:28.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:40:27.838113+0000 mgr.smithi132.jvlwde (mgr.14164) 134 : cephadm [INF] Adjusting osd_memory_target on smithi132 to 6449M 2024-03-11T17:40:28.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:27.841690+0000 mon.smithi132 (mon.0) 327 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:28.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:27.850632+0000 mon.smithi132 (mon.0) 328 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:28.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:27.855092+0000 mon.smithi132 (mon.0) 329 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:40:28.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:27.856023+0000 mon.smithi132 (mon.0) 330 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:40:28.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:27.856604+0000 mon.smithi132 (mon.0) 331 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:40:29.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:29 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:28.697243+0000 mon.smithi132 (mon.0) 332 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-11T17:40:29.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:29 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:28.697807+0000 mon.smithi132 (mon.0) 333 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:40:29.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:29 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:40:28.698242+0000 mgr.smithi132.jvlwde (mgr.14164) 135 : cephadm [INF] Deploying daemon osd.2 on smithi132 2024-03-11T17:40:29.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:29 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:28.697243+0000 mon.smithi132 (mon.0) 332 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-11T17:40:29.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:29 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:28.697807+0000 mon.smithi132 (mon.0) 333 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:40:29.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:29 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:40:28.698242+0000 mgr.smithi132.jvlwde (mgr.14164) 135 : cephadm [INF] Deploying daemon osd.2 on smithi132 2024-03-11T17:40:31.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:29.121143+0000 mgr.smithi132.jvlwde (mgr.14164) 136 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-03-11T17:40:31.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:29.749917+0000 mon.smithi132 (mon.0) 334 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:31.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:30 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:29.121143+0000 mgr.smithi132.jvlwde (mgr.14164) 136 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-03-11T17:40:31.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:30 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:29.749917+0000 mon.smithi132 (mon.0) 334 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:33.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:32 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:31.121402+0000 mgr.smithi132.jvlwde (mgr.14164) 137 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-03-11T17:40:33.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:31.121402+0000 mgr.smithi132.jvlwde (mgr.14164) 137 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-03-11T17:40:34.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:33.236677+0000 mon.smithi132 (mon.0) 335 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/mirror_snapshot_schedule"}]: dispatch 2024-03-11T17:40:34.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:33.238188+0000 mon.smithi132 (mon.0) 336 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/trash_purge_schedule"}]: dispatch 2024-03-11T17:40:34.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:33.236677+0000 mon.smithi132 (mon.0) 335 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/mirror_snapshot_schedule"}]: dispatch 2024-03-11T17:40:34.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:33.238188+0000 mon.smithi132 (mon.0) 336 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/trash_purge_schedule"}]: dispatch 2024-03-11T17:40:34.598 INFO:teuthology.orchestra.run.smithi132.stdout:Created osd(s) 2 on host 'smithi132' 2024-03-11T17:40:35.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:33.121631+0000 mgr.smithi132.jvlwde (mgr.14164) 138 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-03-11T17:40:35.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:34.594917+0000 mon.smithi132 (mon.0) 337 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:35.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:34.598937+0000 mon.smithi132 (mon.0) 338 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:35.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:34 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:33.121631+0000 mgr.smithi132.jvlwde (mgr.14164) 138 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-03-11T17:40:35.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:34 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:34.594917+0000 mon.smithi132 (mon.0) 337 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:35.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:34 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:34.598937+0000 mon.smithi132 (mon.0) 338 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:35.493 DEBUG:teuthology.orchestra.run.smithi132:osd.2> sudo journalctl -f -n 0 -u ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@osd.2.service 2024-03-11T17:40:35.496 INFO:tasks.cephadm:Deploying osd.3 on smithi132 with /dev/vg_nvme/lv_1... 2024-03-11T17:40:35.496 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-03-11T17:40:35.528 INFO:journalctl@ceph.osd.2.smithi132.stdout:-- Logs begin at Mon 2024-03-11 17:29:17 UTC. -- 2024-03-11T17:40:36.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:36 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:35.121916+0000 mgr.smithi132.jvlwde (mgr.14164) 139 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-03-11T17:40:36.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:36 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:35.515013+0000 mon.smithi132 (mon.0) 339 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:36.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:36 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:35.121916+0000 mgr.smithi132.jvlwde (mgr.14164) 139 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-03-11T17:40:36.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:36 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:35.515013+0000 mon.smithi132 (mon.0) 339 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:37.806 INFO:journalctl@ceph.osd.2.smithi132.stdout:Mar 11 17:40:37 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.2[52966]: debug 2024-03-11T17:40:37.716+0000 7f32c41b8080 -1 osd.2 0 log_to_monitors {default=true} 2024-03-11T17:40:38.765 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:38 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:37.122197+0000 mgr.smithi132.jvlwde (mgr.14164) 140 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-03-11T17:40:38.766 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:38 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:37.721538+0000 mon.smithi132 (mon.0) 340 : audit [INF] from='osd.2 [v2:172.21.15.132:6818/2010964432,v1:172.21.15.132:6819/2010964432]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-11T17:40:38.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:38 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:37.122197+0000 mgr.smithi132.jvlwde (mgr.14164) 140 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-03-11T17:40:39.057 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:38 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:37.721538+0000 mon.smithi132 (mon.0) 340 : audit [INF] from='osd.2 [v2:172.21.15.132:6818/2010964432,v1:172.21.15.132:6819/2010964432]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-11T17:40:39.496 INFO:teuthology.orchestra.run.smithi132.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-03-11T17:40:39.496 INFO:teuthology.orchestra.run.smithi132.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-03-11T17:40:39.496 INFO:teuthology.orchestra.run.smithi132.stderr: stderr: 10+0 records in 2024-03-11T17:40:39.496 INFO:teuthology.orchestra.run.smithi132.stderr:10+0 records out 2024-03-11T17:40:39.496 INFO:teuthology.orchestra.run.smithi132.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0127985 s, 819 MB/s 2024-03-11T17:40:39.496 INFO:teuthology.orchestra.run.smithi132.stderr:--> Zapping successful for: 2024-03-11T17:40:39.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:38.523272+0000 mon.smithi132 (mon.0) 341 : audit [INF] from='osd.2 [v2:172.21.15.132:6818/2010964432,v1:172.21.15.132:6819/2010964432]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-11T17:40:39.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:38.523346+0000 mon.smithi132 (mon.0) 342 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-11T17:40:39.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:38.523497+0000 mon.smithi132 (mon.0) 343 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T17:40:39.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:38.523852+0000 mon.smithi132 (mon.0) 344 : audit [INF] from='osd.2 [v2:172.21.15.132:6818/2010964432,v1:172.21.15.132:6819/2010964432]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2024-03-11T17:40:39.807 INFO:journalctl@ceph.osd.2.smithi132.stdout:Mar 11 17:40:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.2[52966]: debug 2024-03-11T17:40:39.529+0000 7f32ba71b700 -1 osd.2 0 waiting for initial osdmap 2024-03-11T17:40:39.808 INFO:journalctl@ceph.osd.2.smithi132.stdout:Mar 11 17:40:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.2[52966]: debug 2024-03-11T17:40:39.533+0000 7f32b3e91700 -1 osd.2 18 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-03-11T17:40:39.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:38.523272+0000 mon.smithi132 (mon.0) 341 : audit [INF] from='osd.2 [v2:172.21.15.132:6818/2010964432,v1:172.21.15.132:6819/2010964432]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-11T17:40:39.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:38.523346+0000 mon.smithi132 (mon.0) 342 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-11T17:40:39.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:38.523497+0000 mon.smithi132 (mon.0) 343 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T17:40:39.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:38.523852+0000 mon.smithi132 (mon.0) 344 : audit [INF] from='osd.2 [v2:172.21.15.132:6818/2010964432,v1:172.21.15.132:6819/2010964432]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2024-03-11T17:40:40.680 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph orch daemon add osd smithi132:vg_nvme/lv_1 2024-03-11T17:40:41.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:39.122471+0000 mgr.smithi132.jvlwde (mgr.14164) 141 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-03-11T17:40:41.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:39.527845+0000 mon.smithi132 (mon.0) 345 : audit [INF] from='osd.2 [v2:172.21.15.132:6818/2010964432,v1:172.21.15.132:6819/2010964432]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]': finished 2024-03-11T17:40:41.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:39.527898+0000 mon.smithi132 (mon.0) 346 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-03-11T17:40:41.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:39.528127+0000 mon.smithi132 (mon.0) 347 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T17:40:41.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:39.531160+0000 mon.smithi132 (mon.0) 348 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T17:40:41.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:39.122471+0000 mgr.smithi132.jvlwde (mgr.14164) 141 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-03-11T17:40:41.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:39.527845+0000 mon.smithi132 (mon.0) 345 : audit [INF] from='osd.2 [v2:172.21.15.132:6818/2010964432,v1:172.21.15.132:6819/2010964432]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]': finished 2024-03-11T17:40:41.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:39.527898+0000 mon.smithi132 (mon.0) 346 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-03-11T17:40:41.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:39.528127+0000 mon.smithi132 (mon.0) 347 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T17:40:41.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:39.531160+0000 mon.smithi132 (mon.0) 348 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T17:40:42.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:38.701455+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-11T17:40:42.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:38.701575+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-11T17:40:42.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:40.529260+0000 mon.smithi132 (mon.0) 349 : cluster [INF] osd.2 [v2:172.21.15.132:6818/2010964432,v1:172.21.15.132:6819/2010964432] boot 2024-03-11T17:40:42.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:40.529296+0000 mon.smithi132 (mon.0) 350 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-11T17:40:42.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:40.529745+0000 mon.smithi132 (mon.0) 351 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T17:40:42.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:40.530114+0000 mon.smithi132 (mon.0) 352 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-03-11T17:40:42.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:41.171956+0000 mon.smithi132 (mon.0) 353 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:42.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:41.175535+0000 mon.smithi132 (mon.0) 354 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:42.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:41.178257+0000 mon.smithi132 (mon.0) 355 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:40:42.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:41.179104+0000 mon.smithi132 (mon.0) 356 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:40:42.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:41.179580+0000 mon.smithi132 (mon.0) 357 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:40:42.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:41.529937+0000 mon.smithi132 (mon.0) 358 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-03-11T17:40:42.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:41.529981+0000 mon.smithi132 (mon.0) 359 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-11T17:40:42.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:41.530612+0000 mon.smithi132 (mon.0) 360 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-03-11T17:40:42.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:38.701455+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-11T17:40:42.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:38.701575+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-11T17:40:42.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:40.529260+0000 mon.smithi132 (mon.0) 349 : cluster [INF] osd.2 [v2:172.21.15.132:6818/2010964432,v1:172.21.15.132:6819/2010964432] boot 2024-03-11T17:40:42.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:40.529296+0000 mon.smithi132 (mon.0) 350 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-11T17:40:42.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:40.529745+0000 mon.smithi132 (mon.0) 351 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T17:40:42.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:40.530114+0000 mon.smithi132 (mon.0) 352 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-03-11T17:40:42.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:41.171956+0000 mon.smithi132 (mon.0) 353 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:42.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:41.175535+0000 mon.smithi132 (mon.0) 354 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:42.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:41.178257+0000 mon.smithi132 (mon.0) 355 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:40:42.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:41.179104+0000 mon.smithi132 (mon.0) 356 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:40:42.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:41.179580+0000 mon.smithi132 (mon.0) 357 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:40:42.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:41.529937+0000 mon.smithi132 (mon.0) 358 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-03-11T17:40:42.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:41.529981+0000 mon.smithi132 (mon.0) 359 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-11T17:40:42.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:41.530612+0000 mon.smithi132 (mon.0) 360 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-03-11T17:40:42.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:42 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:41.122746+0000 mgr.smithi132.jvlwde (mgr.14164) 142 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-03-11T17:40:42.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:42 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:41.173049+0000 mgr.smithi132.jvlwde (mgr.14164) 143 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-03-11T17:40:42.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:42 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:41.787431+0000 mon.smithi132 (mon.0) 361 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-11T17:40:42.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:42 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:42.531977+0000 mon.smithi132 (mon.0) 362 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-03-11T17:40:42.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:42 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:42.532046+0000 mon.smithi132 (mon.0) 363 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-11T17:40:43.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:42 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:41.122746+0000 mgr.smithi132.jvlwde (mgr.14164) 142 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-03-11T17:40:43.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:42 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:41.173049+0000 mgr.smithi132.jvlwde (mgr.14164) 143 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-03-11T17:40:43.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:42 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:41.787431+0000 mon.smithi132 (mon.0) 361 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-11T17:40:43.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:42 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:42.531977+0000 mon.smithi132 (mon.0) 362 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-03-11T17:40:43.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:42 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:42.532046+0000 mon.smithi132 (mon.0) 363 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-11T17:40:43.987 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:42.821318+0000 mgr.smithi132.jvlwde (mgr.14164) 144 : audit [DBG] from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi132:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:40:43.988 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:42.822001+0000 mon.smithi132 (mon.0) 364 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-11T17:40:43.988 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:42.823262+0000 mon.smithi132 (mon.0) 365 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-11T17:40:43.988 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:42.823749+0000 mon.smithi132 (mon.0) 366 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:40:43.988 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:43.001433+0000 mon.smithi132 (mon.0) 367 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:44.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:43 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:42.821318+0000 mgr.smithi132.jvlwde (mgr.14164) 144 : audit [DBG] from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi132:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:40:44.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:43 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:42.822001+0000 mon.smithi132 (mon.0) 364 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-11T17:40:44.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:43 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:42.823262+0000 mon.smithi132 (mon.0) 365 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-11T17:40:44.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:43 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:42.823749+0000 mon.smithi132 (mon.0) 366 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:40:44.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:43 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:43.001433+0000 mon.smithi132 (mon.0) 367 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:45.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:44 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:43.173506+0000 mgr.smithi132.jvlwde (mgr.14164) 145 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-03-11T17:40:45.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:44 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:43.792373+0000 mon.smithi132 (mon.0) 368 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-11T17:40:45.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:44 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:43.173506+0000 mgr.smithi132.jvlwde (mgr.14164) 145 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-03-11T17:40:45.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:44 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:43.792373+0000 mon.smithi132 (mon.0) 368 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-11T17:40:47.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:45.173869+0000 mgr.smithi132.jvlwde (mgr.14164) 146 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-03-11T17:40:47.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:46.096731+0000 mon.smithi132 (mon.0) 369 : audit [INF] from='client.? 172.21.15.132:0/2426900740' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0f18fded-7041-4e49-a793-6eb7f59ba7e3"}]: dispatch 2024-03-11T17:40:47.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:46.105012+0000 mon.smithi132 (mon.0) 370 : audit [INF] from='client.? 172.21.15.132:0/2426900740' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0f18fded-7041-4e49-a793-6eb7f59ba7e3"}]': finished 2024-03-11T17:40:47.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:46.105051+0000 mon.smithi132 (mon.0) 371 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-03-11T17:40:47.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:46.105139+0000 mon.smithi132 (mon.0) 372 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T17:40:47.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:46.525102+0000 mon.smithi132 (mon.0) 373 : audit [DBG] from='client.? 172.21.15.132:0/3353380188' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-11T17:40:47.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:45.173869+0000 mgr.smithi132.jvlwde (mgr.14164) 146 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-03-11T17:40:47.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:46.096731+0000 mon.smithi132 (mon.0) 369 : audit [INF] from='client.? 172.21.15.132:0/2426900740' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0f18fded-7041-4e49-a793-6eb7f59ba7e3"}]: dispatch 2024-03-11T17:40:47.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:46.105012+0000 mon.smithi132 (mon.0) 370 : audit [INF] from='client.? 172.21.15.132:0/2426900740' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0f18fded-7041-4e49-a793-6eb7f59ba7e3"}]': finished 2024-03-11T17:40:47.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:46.105051+0000 mon.smithi132 (mon.0) 371 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-03-11T17:40:47.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:46.105139+0000 mon.smithi132 (mon.0) 372 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T17:40:47.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:46.525102+0000 mon.smithi132 (mon.0) 373 : audit [DBG] from='client.? 172.21.15.132:0/3353380188' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-11T17:40:49.220 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:48 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:47.174182+0000 mgr.smithi132.jvlwde (mgr.14164) 147 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-03-11T17:40:49.221 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:48 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:47.950245+0000 mon.smithi132 (mon.0) 374 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:49.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:48 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:47.174182+0000 mgr.smithi132.jvlwde (mgr.14164) 147 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-03-11T17:40:49.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:48 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:47.950245+0000 mon.smithi132 (mon.0) 374 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:51.032 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:49.174500+0000 mgr.smithi132.jvlwde (mgr.14164) 148 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T17:40:51.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:50 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:49.174500+0000 mgr.smithi132.jvlwde (mgr.14164) 148 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T17:40:53.216 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:52 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:51.174928+0000 mgr.smithi132.jvlwde (mgr.14164) 149 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T17:40:53.216 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:52 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:52.438887+0000 mon.smithi132 (mon.0) 375 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:53.216 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:52 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:52.444164+0000 mon.smithi132 (mon.0) 376 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:53.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:52 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:51.174928+0000 mgr.smithi132.jvlwde (mgr.14164) 149 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T17:40:53.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:52 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:52.438887+0000 mon.smithi132 (mon.0) 375 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:53.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:52 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:52.444164+0000 mon.smithi132 (mon.0) 376 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:54.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:53 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:40:52.432184+0000 mgr.smithi132.jvlwde (mgr.14164) 150 : cephadm [INF] Detected new or changed devices on smithi132 2024-03-11T17:40:54.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:53 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:52.439761+0000 mgr.smithi132.jvlwde (mgr.14164) 151 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T17:40:54.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:53 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:53.437107+0000 mon.smithi132 (mon.0) 377 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-11T17:40:54.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:53 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:53.437132+0000 mon.smithi132 (mon.0) 378 : cluster [INF] Cluster is now healthy 2024-03-11T17:40:54.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:53 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:53.860867+0000 mon.smithi132 (mon.0) 379 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-11T17:40:54.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:53 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:53.861433+0000 mon.smithi132 (mon.0) 380 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:40:54.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:40:52.432184+0000 mgr.smithi132.jvlwde (mgr.14164) 150 : cephadm [INF] Detected new or changed devices on smithi132 2024-03-11T17:40:54.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:52.439761+0000 mgr.smithi132.jvlwde (mgr.14164) 151 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T17:40:54.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:53.437107+0000 mon.smithi132 (mon.0) 377 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-11T17:40:54.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:53.437132+0000 mon.smithi132 (mon.0) 378 : cluster [INF] Cluster is now healthy 2024-03-11T17:40:54.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:53.860867+0000 mon.smithi132 (mon.0) 379 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-11T17:40:54.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:53.861433+0000 mon.smithi132 (mon.0) 380 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:40:55.271 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:54 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:40:53.861877+0000 mgr.smithi132.jvlwde (mgr.14164) 152 : cephadm [INF] Deploying daemon osd.3 on smithi132 2024-03-11T17:40:55.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:54 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:40:53.861877+0000 mgr.smithi132.jvlwde (mgr.14164) 152 : cephadm [INF] Deploying daemon osd.3 on smithi132 2024-03-11T17:40:56.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:55 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:54.440110+0000 mgr.smithi132.jvlwde (mgr.14164) 153 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T17:40:56.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:55 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:54.440110+0000 mgr.smithi132.jvlwde (mgr.14164) 153 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T17:40:57.560 INFO:teuthology.orchestra.run.smithi132.stdout:Created osd(s) 3 on host 'smithi132' 2024-03-11T17:40:58.216 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:56.440419+0000 mgr.smithi132.jvlwde (mgr.14164) 154 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T17:40:58.216 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:57.551079+0000 mon.smithi132 (mon.0) 381 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:40:58.217 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:57.552654+0000 mon.smithi132 (mon.0) 382 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:40:58.217 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:57.554852+0000 mon.smithi132 (mon.0) 383 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:58.217 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:57.555097+0000 mon.smithi132 (mon.0) 384 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:40:58.217 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:40:57.559530+0000 mon.smithi132 (mon.0) 385 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:58.239 DEBUG:teuthology.orchestra.run.smithi132:osd.3> sudo journalctl -f -n 0 -u ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@osd.3.service 2024-03-11T17:40:58.242 INFO:tasks.cephadm:Deploying osd.4 on smithi176 with /dev/vg_nvme/lv_4... 2024-03-11T17:40:58.242 DEBUG:teuthology.orchestra.run.smithi176:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-11T17:40:58.272 INFO:journalctl@ceph.osd.3.smithi132.stdout:-- Logs begin at Mon 2024-03-11 17:29:17 UTC. -- 2024-03-11T17:40:58.275 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:56.440419+0000 mgr.smithi132.jvlwde (mgr.14164) 154 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T17:40:58.275 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:57.551079+0000 mon.smithi132 (mon.0) 381 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:40:58.276 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:57.552654+0000 mon.smithi132 (mon.0) 382 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:40:58.276 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:57.554852+0000 mon.smithi132 (mon.0) 383 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:40:58.276 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:57.555097+0000 mon.smithi132 (mon.0) 384 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:40:58.276 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:40:57.559530+0000 mon.smithi132 (mon.0) 385 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:00.248 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:40:59 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:40:58.440733+0000 mgr.smithi132.jvlwde (mgr.14164) 155 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T17:41:00.305 INFO:teuthology.orchestra.run.smithi176.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-11T17:41:00.306 INFO:teuthology.orchestra.run.smithi176.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-11T17:41:00.306 INFO:teuthology.orchestra.run.smithi176.stderr: stderr: 10+0 records in 2024-03-11T17:41:00.306 INFO:teuthology.orchestra.run.smithi176.stderr:10+0 records out 2024-03-11T17:41:00.306 INFO:teuthology.orchestra.run.smithi176.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.012893 s, 813 MB/s 2024-03-11T17:41:00.306 INFO:teuthology.orchestra.run.smithi176.stderr:--> Zapping successful for: 2024-03-11T17:41:00.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:40:59 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:40:58.440733+0000 mgr.smithi132.jvlwde (mgr.14164) 155 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T17:41:00.968 INFO:journalctl@ceph.osd.3.smithi132.stdout:Mar 11 17:41:00 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.3[56366]: debug 2024-03-11T17:41:00.629+0000 7fde5e736080 -1 osd.3 0 log_to_monitors {default=true} 2024-03-11T17:41:01.011 DEBUG:teuthology.orchestra.run.smithi176:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph orch daemon add osd smithi176:vg_nvme/lv_4 2024-03-11T17:41:01.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:00 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:00.632670+0000 mon.smithi132 (mon.0) 386 : audit [INF] from='osd.3 [v2:172.21.15.132:6826/3191063161,v1:172.21.15.132:6827/3191063161]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-11T17:41:01.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:00 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:00.632670+0000 mon.smithi132 (mon.0) 386 : audit [INF] from='osd.3 [v2:172.21.15.132:6826/3191063161,v1:172.21.15.132:6827/3191063161]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-11T17:41:02.306 INFO:journalctl@ceph.osd.3.smithi132.stdout:Mar 11 17:41:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.3[56366]: debug 2024-03-11T17:41:01.980+0000 7fde54c99700 -1 osd.3 0 waiting for initial osdmap 2024-03-11T17:41:02.307 INFO:journalctl@ceph.osd.3.smithi132.stdout:Mar 11 17:41:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.3[56366]: debug 2024-03-11T17:41:01.985+0000 7fde4e40f700 -1 osd.3 25 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-03-11T17:41:02.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:00.441170+0000 mgr.smithi132.jvlwde (mgr.14164) 156 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T17:41:02.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:00.976440+0000 mon.smithi132 (mon.0) 387 : audit [INF] from='osd.3 [v2:172.21.15.132:6826/3191063161,v1:172.21.15.132:6827/3191063161]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-11T17:41:02.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:00.976485+0000 mon.smithi132 (mon.0) 388 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-03-11T17:41:02.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:00.976582+0000 mon.smithi132 (mon.0) 389 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T17:41:02.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:00.976897+0000 mon.smithi132 (mon.0) 390 : audit [INF] from='osd.3 [v2:172.21.15.132:6826/3191063161,v1:172.21.15.132:6827/3191063161]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2024-03-11T17:41:02.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:00.441170+0000 mgr.smithi132.jvlwde (mgr.14164) 156 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T17:41:02.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:00.976440+0000 mon.smithi132 (mon.0) 387 : audit [INF] from='osd.3 [v2:172.21.15.132:6826/3191063161,v1:172.21.15.132:6827/3191063161]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-11T17:41:02.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:00.976485+0000 mon.smithi132 (mon.0) 388 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-03-11T17:41:02.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:00.976582+0000 mon.smithi132 (mon.0) 389 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T17:41:02.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:00.976897+0000 mon.smithi132 (mon.0) 390 : audit [INF] from='osd.3 [v2:172.21.15.132:6826/3191063161,v1:172.21.15.132:6827/3191063161]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2024-03-11T17:41:03.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:01.977430+0000 mon.smithi132 (mon.0) 391 : audit [INF] from='osd.3 [v2:172.21.15.132:6826/3191063161,v1:172.21.15.132:6827/3191063161]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]': finished 2024-03-11T17:41:03.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:01.977474+0000 mon.smithi132 (mon.0) 392 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-03-11T17:41:03.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:01.978125+0000 mon.smithi132 (mon.0) 393 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T17:41:03.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:01.982985+0000 mon.smithi132 (mon.0) 394 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T17:41:03.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:02.291418+0000 mon.smithi132 (mon.0) 395 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:03.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:02.441522+0000 mgr.smithi132.jvlwde (mgr.14164) 157 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T17:41:03.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:02.980690+0000 mon.smithi132 (mon.0) 396 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T17:41:03.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:01.977430+0000 mon.smithi132 (mon.0) 391 : audit [INF] from='osd.3 [v2:172.21.15.132:6826/3191063161,v1:172.21.15.132:6827/3191063161]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]': finished 2024-03-11T17:41:03.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:01.977474+0000 mon.smithi132 (mon.0) 392 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-03-11T17:41:03.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:01.978125+0000 mon.smithi132 (mon.0) 393 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T17:41:03.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:01.982985+0000 mon.smithi132 (mon.0) 394 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T17:41:03.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:02.291418+0000 mon.smithi132 (mon.0) 395 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:03.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:02.441522+0000 mgr.smithi132.jvlwde (mgr.14164) 157 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-03-11T17:41:03.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:02.980690+0000 mon.smithi132 (mon.0) 396 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T17:41:04.036 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:03 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:01.669506+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-11T17:41:04.036 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:03 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:01.669599+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-11T17:41:04.036 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:03 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:02.985380+0000 mon.smithi132 (mon.0) 397 : cluster [INF] osd.3 [v2:172.21.15.132:6826/3191063161,v1:172.21.15.132:6827/3191063161] boot 2024-03-11T17:41:04.036 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:03 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:02.985404+0000 mon.smithi132 (mon.0) 398 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-03-11T17:41:04.036 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:03 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:02.985801+0000 mon.smithi132 (mon.0) 399 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T17:41:04.036 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:03 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:03.083934+0000 mgr.smithi132.jvlwde (mgr.14164) 158 : audit [DBG] from='client.24147 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi176:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:41:04.037 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:03 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:03.084738+0000 mon.smithi132 (mon.0) 400 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-11T17:41:04.037 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:03 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:03.086095+0000 mon.smithi132 (mon.0) 401 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-11T17:41:04.037 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:03 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:03.086701+0000 mon.smithi132 (mon.0) 402 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:41:04.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:01.669506+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-11T17:41:04.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:01.669599+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-11T17:41:04.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:02.985380+0000 mon.smithi132 (mon.0) 397 : cluster [INF] osd.3 [v2:172.21.15.132:6826/3191063161,v1:172.21.15.132:6827/3191063161] boot 2024-03-11T17:41:04.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:02.985404+0000 mon.smithi132 (mon.0) 398 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-03-11T17:41:04.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:02.985801+0000 mon.smithi132 (mon.0) 399 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T17:41:04.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:03.083934+0000 mgr.smithi132.jvlwde (mgr.14164) 158 : audit [DBG] from='client.24147 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi176:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:41:04.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:03.084738+0000 mon.smithi132 (mon.0) 400 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-11T17:41:04.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:03.086095+0000 mon.smithi132 (mon.0) 401 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-11T17:41:04.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:03.086701+0000 mon.smithi132 (mon.0) 402 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:41:05.509 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:04.294834+0000 mon.smithi132 (mon.0) 403 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-03-11T17:41:05.509 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:04.441917+0000 mgr.smithi132.jvlwde (mgr.14164) 159 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-03-11T17:41:05.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:04.294834+0000 mon.smithi132 (mon.0) 403 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-03-11T17:41:05.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:04.441917+0000 mgr.smithi132.jvlwde (mgr.14164) 159 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-03-11T17:41:06.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:05.381847+0000 mon.smithi176 (mon.1) 2 : audit [INF] from='client.? 172.21.15.176:0/3066163944' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "214f93d0-7ac9-4299-9b40-5993abfb980d"}]: dispatch 2024-03-11T17:41:06.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:05.382284+0000 mon.smithi132 (mon.0) 404 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "214f93d0-7ac9-4299-9b40-5993abfb980d"}]: dispatch 2024-03-11T17:41:06.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:05.386414+0000 mon.smithi132 (mon.0) 405 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "214f93d0-7ac9-4299-9b40-5993abfb980d"}]': finished 2024-03-11T17:41:06.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:05.386465+0000 mon.smithi132 (mon.0) 406 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-03-11T17:41:06.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:05.386570+0000 mon.smithi132 (mon.0) 407 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T17:41:06.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:05.733277+0000 mon.smithi132 (mon.0) 408 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:06.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:05.734122+0000 mon.smithi132 (mon.0) 409 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:41:06.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:05.734729+0000 mon.smithi132 (mon.0) 410 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:41:06.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:05.735272+0000 mon.smithi132 (mon.0) 411 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:41:06.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:05.735799+0000 mon.smithi132 (mon.0) 412 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:41:06.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:41:05.736239+0000 mgr.smithi132.jvlwde (mgr.14164) 160 : cephadm [INF] Adjusting osd_memory_target on smithi132 to 3224M 2024-03-11T17:41:06.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:05.739187+0000 mon.smithi132 (mon.0) 413 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:06.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:05.741992+0000 mon.smithi132 (mon.0) 414 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:06.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:05.744777+0000 mon.smithi132 (mon.0) 415 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:41:06.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:05.745631+0000 mon.smithi132 (mon.0) 416 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:41:06.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:05.746106+0000 mon.smithi132 (mon.0) 417 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:41:06.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:05.801289+0000 mon.smithi176 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.176:0/1630568803' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-11T17:41:06.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:05.381847+0000 mon.smithi176 (mon.1) 2 : audit [INF] from='client.? 172.21.15.176:0/3066163944' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "214f93d0-7ac9-4299-9b40-5993abfb980d"}]: dispatch 2024-03-11T17:41:06.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:05.382284+0000 mon.smithi132 (mon.0) 404 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "214f93d0-7ac9-4299-9b40-5993abfb980d"}]: dispatch 2024-03-11T17:41:06.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:05.386414+0000 mon.smithi132 (mon.0) 405 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "214f93d0-7ac9-4299-9b40-5993abfb980d"}]': finished 2024-03-11T17:41:06.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:05.386465+0000 mon.smithi132 (mon.0) 406 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-03-11T17:41:06.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:05.386570+0000 mon.smithi132 (mon.0) 407 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T17:41:06.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:05.733277+0000 mon.smithi132 (mon.0) 408 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:06.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:05.734122+0000 mon.smithi132 (mon.0) 409 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:41:06.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:05.734729+0000 mon.smithi132 (mon.0) 410 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:41:06.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:05.735272+0000 mon.smithi132 (mon.0) 411 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:41:06.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:05.735799+0000 mon.smithi132 (mon.0) 412 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:41:06.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:41:05.736239+0000 mgr.smithi132.jvlwde (mgr.14164) 160 : cephadm [INF] Adjusting osd_memory_target on smithi132 to 3224M 2024-03-11T17:41:06.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:05.739187+0000 mon.smithi132 (mon.0) 413 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:06.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:05.741992+0000 mon.smithi132 (mon.0) 414 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:06.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:05.744777+0000 mon.smithi132 (mon.0) 415 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:41:06.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:05.745631+0000 mon.smithi132 (mon.0) 416 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:41:06.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:05.746106+0000 mon.smithi132 (mon.0) 417 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:41:06.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:05.801289+0000 mon.smithi176 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.176:0/1630568803' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-11T17:41:07.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:06.442236+0000 mgr.smithi132.jvlwde (mgr.14164) 161 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-03-11T17:41:07.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:06.442236+0000 mgr.smithi132.jvlwde (mgr.14164) 161 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-03-11T17:41:09.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:08.442591+0000 mgr.smithi132.jvlwde (mgr.14164) 162 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-03-11T17:41:09.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:08.442591+0000 mgr.smithi132.jvlwde (mgr.14164) 162 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-03-11T17:41:11.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:10.437197+0000 mon.smithi132 (mon.0) 418 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:11.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:10.439981+0000 mon.smithi132 (mon.0) 419 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:11.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:10.442843+0000 mgr.smithi132.jvlwde (mgr.14164) 163 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-03-11T17:41:11.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:11.271184+0000 mon.smithi132 (mon.0) 420 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-11T17:41:11.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:11.271926+0000 mon.smithi132 (mon.0) 421 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:41:11.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:10.437197+0000 mon.smithi132 (mon.0) 418 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:11.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:10.439981+0000 mon.smithi132 (mon.0) 419 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:11.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:10.442843+0000 mgr.smithi132.jvlwde (mgr.14164) 163 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-03-11T17:41:11.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:11.271184+0000 mon.smithi132 (mon.0) 420 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-11T17:41:11.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:11.271926+0000 mon.smithi132 (mon.0) 421 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:41:12.722 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:12 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:41:11.272562+0000 mgr.smithi132.jvlwde (mgr.14164) 164 : cephadm [INF] Deploying daemon osd.4 on smithi176 2024-03-11T17:41:12.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:12 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:41:11.272562+0000 mgr.smithi132.jvlwde (mgr.14164) 164 : cephadm [INF] Deploying daemon osd.4 on smithi176 2024-03-11T17:41:13.727 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:12.443139+0000 mgr.smithi132.jvlwde (mgr.14164) 165 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-03-11T17:41:13.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:12.443139+0000 mgr.smithi132.jvlwde (mgr.14164) 165 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-03-11T17:41:15.014 INFO:teuthology.orchestra.run.smithi176.stdout:Created osd(s) 4 on host 'smithi176' 2024-03-11T17:41:15.716 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:14.443478+0000 mgr.smithi132.jvlwde (mgr.14164) 166 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-03-11T17:41:15.716 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:15.002193+0000 mon.smithi132 (mon.0) 422 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:41:15.716 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:15.003388+0000 mon.smithi132 (mon.0) 423 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:41:15.716 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:15.005816+0000 mon.smithi132 (mon.0) 424 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:15.716 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:15.007469+0000 mon.smithi132 (mon.0) 425 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:41:15.716 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:15.012317+0000 mon.smithi132 (mon.0) 426 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:15.740 DEBUG:teuthology.orchestra.run.smithi176:osd.4> sudo journalctl -f -n 0 -u ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@osd.4.service 2024-03-11T17:41:15.742 INFO:tasks.cephadm:Deploying osd.5 on smithi176 with /dev/vg_nvme/lv_3... 2024-03-11T17:41:15.743 DEBUG:teuthology.orchestra.run.smithi176:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-03-11T17:41:15.774 INFO:journalctl@ceph.osd.4.smithi176.stdout:-- Logs begin at Mon 2024-03-11 17:29:20 UTC. -- 2024-03-11T17:41:15.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:14.443478+0000 mgr.smithi132.jvlwde (mgr.14164) 166 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-03-11T17:41:15.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:15.002193+0000 mon.smithi132 (mon.0) 422 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:41:15.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:15.003388+0000 mon.smithi132 (mon.0) 423 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:41:15.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:15.005816+0000 mon.smithi132 (mon.0) 424 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:15.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:15.007469+0000 mon.smithi132 (mon.0) 425 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:41:15.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:15.012317+0000 mon.smithi132 (mon.0) 426 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:17.927 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:17 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:16.443752+0000 mgr.smithi132.jvlwde (mgr.14164) 167 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-03-11T17:41:18.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:17 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:16.443752+0000 mgr.smithi132.jvlwde (mgr.14164) 167 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-03-11T17:41:18.339 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 17:41:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.4[42676]: debug 2024-03-11T17:41:18.070+0000 7f6e3a1f5080 -1 osd.4 0 log_to_monitors {default=true} 2024-03-11T17:41:18.458 INFO:teuthology.orchestra.run.smithi176.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-03-11T17:41:18.459 INFO:teuthology.orchestra.run.smithi176.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-03-11T17:41:18.459 INFO:teuthology.orchestra.run.smithi176.stderr: stderr: 10+0 records in 2024-03-11T17:41:18.459 INFO:teuthology.orchestra.run.smithi176.stderr:10+0 records out 2024-03-11T17:41:18.459 INFO:teuthology.orchestra.run.smithi176.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0147932 s, 709 MB/s 2024-03-11T17:41:18.459 INFO:teuthology.orchestra.run.smithi176.stderr:--> Zapping successful for: 2024-03-11T17:41:19.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:18.073943+0000 mon.smithi176 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.176:6800/404743321,v1:172.21.15.176:6801/404743321]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-11T17:41:19.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:18.074273+0000 mon.smithi132 (mon.0) 427 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-11T17:41:19.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:18.073943+0000 mon.smithi176 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.176:6800/404743321,v1:172.21.15.176:6801/404743321]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-11T17:41:19.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:18.074273+0000 mon.smithi132 (mon.0) 427 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-11T17:41:19.514 DEBUG:teuthology.orchestra.run.smithi176:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph orch daemon add osd smithi176:vg_nvme/lv_3 2024-03-11T17:41:20.082 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 17:41:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.4[42676]: debug 2024-03-11T17:41:19.812+0000 7f6e30758700 -1 osd.4 0 waiting for initial osdmap 2024-03-11T17:41:20.082 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 17:41:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.4[42676]: debug 2024-03-11T17:41:19.817+0000 7f6e2ced4700 -1 osd.4 30 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-03-11T17:41:20.082 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:18.444035+0000 mgr.smithi132.jvlwde (mgr.14164) 168 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-03-11T17:41:20.082 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:18.809736+0000 mon.smithi132 (mon.0) 428 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-11T17:41:20.082 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:18.809803+0000 mon.smithi132 (mon.0) 429 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-03-11T17:41:20.082 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:18.809900+0000 mon.smithi132 (mon.0) 430 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T17:41:20.083 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:18.810426+0000 mon.smithi176 (mon.1) 5 : audit [INF] from='osd.4 [v2:172.21.15.176:6800/404743321,v1:172.21.15.176:6801/404743321]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2024-03-11T17:41:20.083 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:18.810781+0000 mon.smithi132 (mon.0) 431 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2024-03-11T17:41:20.083 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:19.072996+0000 mon.smithi132 (mon.0) 432 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:20.083 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:19.294916+0000 mon.smithi132 (mon.0) 433 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:20.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:18.444035+0000 mgr.smithi132.jvlwde (mgr.14164) 168 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-03-11T17:41:20.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:18.809736+0000 mon.smithi132 (mon.0) 428 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-11T17:41:20.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:18.809803+0000 mon.smithi132 (mon.0) 429 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-03-11T17:41:20.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:18.809900+0000 mon.smithi132 (mon.0) 430 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T17:41:20.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:18.810426+0000 mon.smithi176 (mon.1) 5 : audit [INF] from='osd.4 [v2:172.21.15.176:6800/404743321,v1:172.21.15.176:6801/404743321]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2024-03-11T17:41:20.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:18.810781+0000 mon.smithi132 (mon.0) 431 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2024-03-11T17:41:20.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:19.072996+0000 mon.smithi132 (mon.0) 432 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:20.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:19.294916+0000 mon.smithi132 (mon.0) 433 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:21.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:20 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:19.808916+0000 mon.smithi132 (mon.0) 434 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]': finished 2024-03-11T17:41:21.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:20 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:19.809000+0000 mon.smithi132 (mon.0) 435 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-03-11T17:41:21.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:20 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:19.809368+0000 mon.smithi132 (mon.0) 436 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T17:41:21.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:20 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:19.813555+0000 mon.smithi132 (mon.0) 437 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T17:41:21.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:20 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:20.801629+0000 mon.smithi132 (mon.0) 438 : cluster [INF] osd.4 [v2:172.21.15.176:6800/404743321,v1:172.21.15.176:6801/404743321] boot 2024-03-11T17:41:21.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:20 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:20.801697+0000 mon.smithi132 (mon.0) 439 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-03-11T17:41:21.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:20 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:20.802167+0000 mon.smithi132 (mon.0) 440 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T17:41:21.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:20 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:19.808916+0000 mon.smithi132 (mon.0) 434 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]': finished 2024-03-11T17:41:21.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:20 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:19.809000+0000 mon.smithi132 (mon.0) 435 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-03-11T17:41:21.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:20 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:19.809368+0000 mon.smithi132 (mon.0) 436 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T17:41:21.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:20 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:19.813555+0000 mon.smithi132 (mon.0) 437 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T17:41:21.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:20 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:20.801629+0000 mon.smithi132 (mon.0) 438 : cluster [INF] osd.4 [v2:172.21.15.176:6800/404743321,v1:172.21.15.176:6801/404743321] boot 2024-03-11T17:41:21.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:20 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:20.801697+0000 mon.smithi132 (mon.0) 439 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-03-11T17:41:21.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:20 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:20.802167+0000 mon.smithi132 (mon.0) 440 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T17:41:21.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:19.114777+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-11T17:41:21.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:19.114881+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-11T17:41:21.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:20.444507+0000 mgr.smithi132.jvlwde (mgr.14164) 169 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-03-11T17:41:21.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:21.806950+0000 mon.smithi132 (mon.0) 441 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-03-11T17:41:22.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:19.114777+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-11T17:41:22.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:19.114881+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-11T17:41:22.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:20.444507+0000 mgr.smithi132.jvlwde (mgr.14164) 169 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-03-11T17:41:22.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:21.806950+0000 mon.smithi132 (mon.0) 441 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-03-11T17:41:23.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:22 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:22.395805+0000 mon.smithi132 (mon.0) 442 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-11T17:41:23.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:22 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:22.397470+0000 mon.smithi132 (mon.0) 443 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-11T17:41:23.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:22 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:22.398183+0000 mon.smithi132 (mon.0) 444 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:41:23.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:22 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:22.808830+0000 mon.smithi132 (mon.0) 445 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-03-11T17:41:23.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:22 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:22.395805+0000 mon.smithi132 (mon.0) 442 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-11T17:41:23.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:22 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:22.397470+0000 mon.smithi132 (mon.0) 443 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-11T17:41:23.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:22 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:22.398183+0000 mon.smithi132 (mon.0) 444 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:41:23.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:22 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:22.808830+0000 mon.smithi132 (mon.0) 445 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-03-11T17:41:24.078 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:22.394834+0000 mgr.smithi132.jvlwde (mgr.14164) 170 : audit [DBG] from='client.24165 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi176:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:41:24.079 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:22.444956+0000 mgr.smithi132.jvlwde (mgr.14164) 171 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T17:41:24.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:22.394834+0000 mgr.smithi132.jvlwde (mgr.14164) 170 : audit [DBG] from='client.24165 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi176:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:41:24.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:22.444956+0000 mgr.smithi132.jvlwde (mgr.14164) 171 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T17:41:25.809 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:24.445489+0000 mgr.smithi132.jvlwde (mgr.14164) 172 : cluster [DBG] pgmap v139: 1 pgs: 1 activating; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T17:41:25.810 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:41:24.636724+0000 mgr.smithi132.jvlwde (mgr.14164) 173 : cephadm [INF] Detected new or changed devices on smithi176 2024-03-11T17:41:25.810 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:24.641531+0000 mon.smithi132 (mon.0) 446 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:25.810 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:24.895678+0000 mon.smithi132 (mon.0) 447 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:41:25.810 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:41:24.896360+0000 mgr.smithi132.jvlwde (mgr.14164) 174 : cephadm [INF] Adjusting osd_memory_target on smithi176 to 15970M 2024-03-11T17:41:25.810 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:24.900110+0000 mon.smithi132 (mon.0) 448 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:25.810 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:24.903829+0000 mon.smithi132 (mon.0) 449 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:25.811 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:24.907642+0000 mon.smithi132 (mon.0) 450 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:41:25.811 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:24.908738+0000 mon.smithi132 (mon.0) 451 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:41:25.811 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:24.909432+0000 mon.smithi132 (mon.0) 452 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:41:25.811 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:25.599898+0000 mon.smithi176 (mon.1) 6 : audit [INF] from='client.? 172.21.15.176:0/447660964' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9ef9e71f-543a-4343-9b95-6a48263ce0d9"}]: dispatch 2024-03-11T17:41:25.811 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:25.600323+0000 mon.smithi132 (mon.0) 453 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9ef9e71f-543a-4343-9b95-6a48263ce0d9"}]: dispatch 2024-03-11T17:41:25.811 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:25.603881+0000 mon.smithi132 (mon.0) 454 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9ef9e71f-543a-4343-9b95-6a48263ce0d9"}]': finished 2024-03-11T17:41:25.811 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:25.603938+0000 mon.smithi132 (mon.0) 455 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-03-11T17:41:25.811 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:25.604033+0000 mon.smithi132 (mon.0) 456 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T17:41:26.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:24.445489+0000 mgr.smithi132.jvlwde (mgr.14164) 172 : cluster [DBG] pgmap v139: 1 pgs: 1 activating; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T17:41:26.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:41:24.636724+0000 mgr.smithi132.jvlwde (mgr.14164) 173 : cephadm [INF] Detected new or changed devices on smithi176 2024-03-11T17:41:26.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:24.641531+0000 mon.smithi132 (mon.0) 446 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:26.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:24.895678+0000 mon.smithi132 (mon.0) 447 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:41:26.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:41:24.896360+0000 mgr.smithi132.jvlwde (mgr.14164) 174 : cephadm [INF] Adjusting osd_memory_target on smithi176 to 15970M 2024-03-11T17:41:26.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:24.900110+0000 mon.smithi132 (mon.0) 448 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:26.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:24.903829+0000 mon.smithi132 (mon.0) 449 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:26.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:24.907642+0000 mon.smithi132 (mon.0) 450 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:41:26.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:24.908738+0000 mon.smithi132 (mon.0) 451 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:41:26.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:24.909432+0000 mon.smithi132 (mon.0) 452 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:41:26.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:25.599898+0000 mon.smithi176 (mon.1) 6 : audit [INF] from='client.? 172.21.15.176:0/447660964' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9ef9e71f-543a-4343-9b95-6a48263ce0d9"}]: dispatch 2024-03-11T17:41:26.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:25.600323+0000 mon.smithi132 (mon.0) 453 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9ef9e71f-543a-4343-9b95-6a48263ce0d9"}]: dispatch 2024-03-11T17:41:26.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:25.603881+0000 mon.smithi132 (mon.0) 454 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9ef9e71f-543a-4343-9b95-6a48263ce0d9"}]': finished 2024-03-11T17:41:26.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:25.603938+0000 mon.smithi132 (mon.0) 455 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-03-11T17:41:26.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:25.604033+0000 mon.smithi132 (mon.0) 456 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T17:41:27.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:26.006554+0000 mon.smithi176 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.176:0/2779967426' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-11T17:41:27.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:26.006554+0000 mon.smithi176 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.176:0/2779967426' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-11T17:41:28.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:27 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:26.445826+0000 mgr.smithi132.jvlwde (mgr.14164) 175 : cluster [DBG] pgmap v141: 1 pgs: 1 activating; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T17:41:28.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:27 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:26.445826+0000 mgr.smithi132.jvlwde (mgr.14164) 175 : cluster [DBG] pgmap v141: 1 pgs: 1 activating; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T17:41:29.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:29 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:28.446121+0000 mgr.smithi132.jvlwde (mgr.14164) 176 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T17:41:29.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:29 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:29.189469+0000 mon.smithi132 (mon.0) 457 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:29.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:29 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:29.422834+0000 mon.smithi132 (mon.0) 458 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:30.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:29 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:28.446121+0000 mgr.smithi132.jvlwde (mgr.14164) 176 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T17:41:30.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:29 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:29.189469+0000 mon.smithi132 (mon.0) 457 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:30.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:29 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:29.422834+0000 mon.smithi132 (mon.0) 458 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:32.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:31 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:30.446427+0000 mgr.smithi132.jvlwde (mgr.14164) 177 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T17:41:32.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:31 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:31.803980+0000 mon.smithi132 (mon.0) 459 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-11T17:41:32.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:31 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:31.804850+0000 mon.smithi132 (mon.0) 460 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:41:32.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:31 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:30.446427+0000 mgr.smithi132.jvlwde (mgr.14164) 177 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T17:41:32.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:31 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:31.803980+0000 mon.smithi132 (mon.0) 459 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-11T17:41:32.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:31 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:31.804850+0000 mon.smithi132 (mon.0) 460 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:41:33.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:41:31.805511+0000 mgr.smithi132.jvlwde (mgr.14164) 178 : cephadm [INF] Deploying daemon osd.5 on smithi176 2024-03-11T17:41:33.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:32 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:41:31.805511+0000 mgr.smithi132.jvlwde (mgr.14164) 178 : cephadm [INF] Deploying daemon osd.5 on smithi176 2024-03-11T17:41:33.997 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:32.446886+0000 mgr.smithi132.jvlwde (mgr.14164) 179 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T17:41:33.997 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:33.239710+0000 mon.smithi132 (mon.0) 461 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/mirror_snapshot_schedule"}]: dispatch 2024-03-11T17:41:33.997 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:33.239913+0000 mon.smithi132 (mon.0) 462 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/trash_purge_schedule"}]: dispatch 2024-03-11T17:41:34.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:32.446886+0000 mgr.smithi132.jvlwde (mgr.14164) 179 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T17:41:34.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:33.239710+0000 mon.smithi132 (mon.0) 461 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/mirror_snapshot_schedule"}]: dispatch 2024-03-11T17:41:34.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:33.239913+0000 mon.smithi132 (mon.0) 462 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/trash_purge_schedule"}]: dispatch 2024-03-11T17:41:35.689 INFO:teuthology.orchestra.run.smithi176.stdout:Created osd(s) 5 on host 'smithi176' 2024-03-11T17:41:36.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:34.447326+0000 mgr.smithi132.jvlwde (mgr.14164) 180 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T17:41:36.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:35.677405+0000 mon.smithi132 (mon.0) 463 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:41:36.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:35.679196+0000 mon.smithi132 (mon.0) 464 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:41:36.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:35.681619+0000 mon.smithi132 (mon.0) 465 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:36.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:35.683469+0000 mon.smithi132 (mon.0) 466 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:41:36.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:35.688161+0000 mon.smithi132 (mon.0) 467 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:36.293 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:34.447326+0000 mgr.smithi132.jvlwde (mgr.14164) 180 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T17:41:36.293 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:35.677405+0000 mon.smithi132 (mon.0) 463 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:41:36.293 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:35.679196+0000 mon.smithi132 (mon.0) 464 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:41:36.293 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:35.681619+0000 mon.smithi132 (mon.0) 465 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:36.293 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:35.683469+0000 mon.smithi132 (mon.0) 466 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:41:36.293 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:35.688161+0000 mon.smithi132 (mon.0) 467 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:36.438 DEBUG:teuthology.orchestra.run.smithi176:osd.5> sudo journalctl -f -n 0 -u ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@osd.5.service 2024-03-11T17:41:36.441 INFO:tasks.cephadm:Deploying osd.6 on smithi176 with /dev/vg_nvme/lv_2... 2024-03-11T17:41:36.441 DEBUG:teuthology.orchestra.run.smithi176:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-03-11T17:41:36.471 INFO:journalctl@ceph.osd.5.smithi176.stdout:-- Logs begin at Mon 2024-03-11 17:29:20 UTC. -- 2024-03-11T17:41:38.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:37 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:36.447751+0000 mgr.smithi132.jvlwde (mgr.14164) 181 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T17:41:38.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:37 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:36.447751+0000 mgr.smithi132.jvlwde (mgr.14164) 181 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T17:41:38.829 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 17:41:38 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.5[45548]: debug 2024-03-11T17:41:38.761+0000 7fb8d782a080 -1 osd.5 0 log_to_monitors {default=true} 2024-03-11T17:41:39.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:38 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:38.765266+0000 mon.smithi176 (mon.1) 8 : audit [INF] from='osd.5 [v2:172.21.15.176:6808/2793368235,v1:172.21.15.176:6809/2793368235]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-11T17:41:39.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:38 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:38.765936+0000 mon.smithi132 (mon.0) 468 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-11T17:41:39.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:38 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:38.765266+0000 mon.smithi176 (mon.1) 8 : audit [INF] from='osd.5 [v2:172.21.15.176:6808/2793368235,v1:172.21.15.176:6809/2793368235]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-11T17:41:39.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:38 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:38.765936+0000 mon.smithi132 (mon.0) 468 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-11T17:41:39.494 INFO:teuthology.orchestra.run.smithi176.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-03-11T17:41:39.494 INFO:teuthology.orchestra.run.smithi176.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-03-11T17:41:39.495 INFO:teuthology.orchestra.run.smithi176.stderr: stderr: 10+0 records in 2024-03-11T17:41:39.495 INFO:teuthology.orchestra.run.smithi176.stderr:10+0 records out 2024-03-11T17:41:39.495 INFO:teuthology.orchestra.run.smithi176.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0125519 s, 835 MB/s 2024-03-11T17:41:39.495 INFO:teuthology.orchestra.run.smithi176.stderr:--> Zapping successful for: 2024-03-11T17:41:40.089 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 17:41:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.5[45548]: debug 2024-03-11T17:41:39.839+0000 7fb8cdd8d700 -1 osd.5 0 waiting for initial osdmap 2024-03-11T17:41:40.089 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 17:41:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.5[45548]: debug 2024-03-11T17:41:39.844+0000 7fb8c8505700 -1 osd.5 36 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-03-11T17:41:40.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:38.448043+0000 mgr.smithi132.jvlwde (mgr.14164) 182 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T17:41:40.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:38.834075+0000 mon.smithi132 (mon.0) 469 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-11T17:41:40.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:38.834124+0000 mon.smithi132 (mon.0) 470 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-03-11T17:41:40.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:38.834348+0000 mon.smithi132 (mon.0) 471 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T17:41:40.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:38.839264+0000 mon.smithi176 (mon.1) 9 : audit [INF] from='osd.5 [v2:172.21.15.176:6808/2793368235,v1:172.21.15.176:6809/2793368235]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2024-03-11T17:41:40.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:38.839546+0000 mon.smithi132 (mon.0) 472 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2024-03-11T17:41:40.282 DEBUG:teuthology.orchestra.run.smithi176:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph orch daemon add osd smithi176:vg_nvme/lv_2 2024-03-11T17:41:40.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:38.448043+0000 mgr.smithi132.jvlwde (mgr.14164) 182 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T17:41:40.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:38.834075+0000 mon.smithi132 (mon.0) 469 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-11T17:41:40.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:38.834124+0000 mon.smithi132 (mon.0) 470 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-03-11T17:41:40.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:38.834348+0000 mon.smithi132 (mon.0) 471 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T17:41:40.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:38.839264+0000 mon.smithi176 (mon.1) 9 : audit [INF] from='osd.5 [v2:172.21.15.176:6808/2793368235,v1:172.21.15.176:6809/2793368235]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2024-03-11T17:41:40.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:38.839546+0000 mon.smithi132 (mon.0) 472 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2024-03-11T17:41:41.069 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:39.835910+0000 mon.smithi132 (mon.0) 473 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]': finished 2024-03-11T17:41:41.069 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:39.835974+0000 mon.smithi132 (mon.0) 474 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-03-11T17:41:41.069 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:39.836426+0000 mon.smithi132 (mon.0) 475 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T17:41:41.069 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:39.839926+0000 mon.smithi132 (mon.0) 476 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T17:41:41.070 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:39.990214+0000 mon.smithi132 (mon.0) 477 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:41.070 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:40.431533+0000 mon.smithi132 (mon.0) 478 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:41.070 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:40.803619+0000 mon.smithi132 (mon.0) 479 : cluster [INF] osd.5 [v2:172.21.15.176:6808/2793368235,v1:172.21.15.176:6809/2793368235] boot 2024-03-11T17:41:41.070 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:40.803680+0000 mon.smithi132 (mon.0) 480 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-03-11T17:41:41.070 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:40.804072+0000 mon.smithi132 (mon.0) 481 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T17:41:41.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:39.835910+0000 mon.smithi132 (mon.0) 473 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]': finished 2024-03-11T17:41:41.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:39.835974+0000 mon.smithi132 (mon.0) 474 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-03-11T17:41:41.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:39.836426+0000 mon.smithi132 (mon.0) 475 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T17:41:41.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:39.839926+0000 mon.smithi132 (mon.0) 476 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T17:41:41.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:39.990214+0000 mon.smithi132 (mon.0) 477 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:41.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:40.431533+0000 mon.smithi132 (mon.0) 478 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:41.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:40.803619+0000 mon.smithi132 (mon.0) 479 : cluster [INF] osd.5 [v2:172.21.15.176:6808/2793368235,v1:172.21.15.176:6809/2793368235] boot 2024-03-11T17:41:41.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:40.803680+0000 mon.smithi132 (mon.0) 480 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-03-11T17:41:41.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:40.804072+0000 mon.smithi132 (mon.0) 481 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T17:41:42.298 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:39.809572+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-11T17:41:42.298 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:39.809657+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-11T17:41:42.298 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:40.448370+0000 mgr.smithi132.jvlwde (mgr.14164) 183 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T17:41:42.298 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:41.804983+0000 mon.smithi132 (mon.0) 482 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-03-11T17:41:42.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:39.809572+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-11T17:41:42.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:39.809657+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-11T17:41:42.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:40.448370+0000 mgr.smithi132.jvlwde (mgr.14164) 183 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-03-11T17:41:42.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:41.804983+0000 mon.smithi132 (mon.0) 482 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-03-11T17:41:44.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:42.448763+0000 mgr.smithi132.jvlwde (mgr.14164) 184 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-03-11T17:41:44.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:42.806816+0000 mon.smithi132 (mon.0) 483 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-03-11T17:41:44.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:43 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:42.448763+0000 mgr.smithi132.jvlwde (mgr.14164) 184 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-03-11T17:41:44.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:43 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:42.806816+0000 mon.smithi132 (mon.0) 483 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-03-11T17:41:45.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:44 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:44.170470+0000 mon.smithi132 (mon.0) 484 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-11T17:41:45.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:44 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:44.172039+0000 mon.smithi132 (mon.0) 485 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-11T17:41:45.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:44 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:44.172753+0000 mon.smithi132 (mon.0) 486 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:41:45.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:44 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:44.740202+0000 mon.smithi132 (mon.0) 487 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:45.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:44 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:44.741147+0000 mon.smithi132 (mon.0) 488 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:41:45.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:44 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:44.741964+0000 mon.smithi132 (mon.0) 489 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:41:45.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:44 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:44.746304+0000 mon.smithi132 (mon.0) 490 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:45.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:44 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:44.754295+0000 mon.smithi132 (mon.0) 491 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:45.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:44 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:44.757939+0000 mon.smithi132 (mon.0) 492 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:41:45.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:44 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:44.758872+0000 mon.smithi132 (mon.0) 493 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:41:45.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:44 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:44.759475+0000 mon.smithi132 (mon.0) 494 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:41:45.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:44 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:44.170470+0000 mon.smithi132 (mon.0) 484 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-11T17:41:45.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:44 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:44.172039+0000 mon.smithi132 (mon.0) 485 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-11T17:41:45.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:44 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:44.172753+0000 mon.smithi132 (mon.0) 486 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:41:45.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:44 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:44.740202+0000 mon.smithi132 (mon.0) 487 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:45.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:44 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:44.741147+0000 mon.smithi132 (mon.0) 488 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:41:45.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:44 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:44.741964+0000 mon.smithi132 (mon.0) 489 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:41:45.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:44 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:44.746304+0000 mon.smithi132 (mon.0) 490 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:45.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:44 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:44.754295+0000 mon.smithi132 (mon.0) 491 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:45.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:44 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:44.757939+0000 mon.smithi132 (mon.0) 492 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:41:45.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:44 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:44.758872+0000 mon.smithi132 (mon.0) 493 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:41:45.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:44 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:44.759475+0000 mon.smithi132 (mon.0) 494 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:41:46.013 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:44.169532+0000 mgr.smithi132.jvlwde (mgr.14164) 185 : audit [DBG] from='client.24183 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi176:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:41:46.013 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:44.449151+0000 mgr.smithi132.jvlwde (mgr.14164) 186 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-03-11T17:41:46.013 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:41:44.734875+0000 mgr.smithi132.jvlwde (mgr.14164) 187 : cephadm [INF] Detected new or changed devices on smithi176 2024-03-11T17:41:46.013 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:41:44.742511+0000 mgr.smithi132.jvlwde (mgr.14164) 188 : cephadm [INF] Adjusting osd_memory_target on smithi176 to 7985M 2024-03-11T17:41:46.103 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:44.169532+0000 mgr.smithi132.jvlwde (mgr.14164) 185 : audit [DBG] from='client.24183 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi176:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:41:46.103 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:44.449151+0000 mgr.smithi132.jvlwde (mgr.14164) 186 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-03-11T17:41:46.103 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:41:44.734875+0000 mgr.smithi132.jvlwde (mgr.14164) 187 : cephadm [INF] Detected new or changed devices on smithi176 2024-03-11T17:41:46.104 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:41:44.742511+0000 mgr.smithi132.jvlwde (mgr.14164) 188 : cephadm [INF] Adjusting osd_memory_target on smithi176 to 7985M 2024-03-11T17:41:47.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:46.796888+0000 mon.smithi176 (mon.1) 10 : audit [INF] from='client.? 172.21.15.176:0/2253098584' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "84772c23-288d-4f30-a6d3-6b435f56037a"}]: dispatch 2024-03-11T17:41:47.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:46.797502+0000 mon.smithi132 (mon.0) 495 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "84772c23-288d-4f30-a6d3-6b435f56037a"}]: dispatch 2024-03-11T17:41:47.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:46.801256+0000 mon.smithi132 (mon.0) 496 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "84772c23-288d-4f30-a6d3-6b435f56037a"}]': finished 2024-03-11T17:41:47.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:46.801320+0000 mon.smithi132 (mon.0) 497 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-03-11T17:41:47.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:46.801416+0000 mon.smithi132 (mon.0) 498 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T17:41:47.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:46.796888+0000 mon.smithi176 (mon.1) 10 : audit [INF] from='client.? 172.21.15.176:0/2253098584' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "84772c23-288d-4f30-a6d3-6b435f56037a"}]: dispatch 2024-03-11T17:41:47.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:46.797502+0000 mon.smithi132 (mon.0) 495 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "84772c23-288d-4f30-a6d3-6b435f56037a"}]: dispatch 2024-03-11T17:41:47.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:46.801256+0000 mon.smithi132 (mon.0) 496 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "84772c23-288d-4f30-a6d3-6b435f56037a"}]': finished 2024-03-11T17:41:47.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:46.801320+0000 mon.smithi132 (mon.0) 497 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-03-11T17:41:47.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:46.801416+0000 mon.smithi132 (mon.0) 498 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T17:41:48.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:47 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:46.449697+0000 mgr.smithi132.jvlwde (mgr.14164) 189 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-03-11T17:41:48.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:47 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:47.227725+0000 mon.smithi176 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.176:0/3319334188' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-11T17:41:48.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:47 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:46.449697+0000 mgr.smithi132.jvlwde (mgr.14164) 189 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-03-11T17:41:48.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:47 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:47.227725+0000 mon.smithi176 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.176:0/3319334188' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-11T17:41:50.053 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:49 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:48.449971+0000 mgr.smithi132.jvlwde (mgr.14164) 190 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-03-11T17:41:50.053 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:49 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:49.116462+0000 mon.smithi132 (mon.0) 499 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:50.053 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:49 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:49.119733+0000 mon.smithi132 (mon.0) 500 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:50.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:49 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:48.449971+0000 mgr.smithi132.jvlwde (mgr.14164) 190 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-03-11T17:41:50.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:49 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:49.116462+0000 mon.smithi132 (mon.0) 499 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:50.085 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:49 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:49.119733+0000 mon.smithi132 (mon.0) 500 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:51.933 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:50.450317+0000 mgr.smithi132.jvlwde (mgr.14164) 191 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-03-11T17:41:52.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:50.450317+0000 mgr.smithi132.jvlwde (mgr.14164) 191 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-03-11T17:41:54.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:52.450777+0000 mgr.smithi132.jvlwde (mgr.14164) 192 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-03-11T17:41:54.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:53.041696+0000 mon.smithi132 (mon.0) 501 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-11T17:41:54.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:53.042497+0000 mon.smithi132 (mon.0) 502 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:41:54.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:53 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:52.450777+0000 mgr.smithi132.jvlwde (mgr.14164) 192 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-03-11T17:41:54.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:53 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:53.041696+0000 mon.smithi132 (mon.0) 501 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-11T17:41:54.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:53 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:53.042497+0000 mon.smithi132 (mon.0) 502 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:41:55.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:54 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:41:53.043114+0000 mgr.smithi132.jvlwde (mgr.14164) 193 : cephadm [INF] Deploying daemon osd.6 on smithi176 2024-03-11T17:41:55.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:54 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:41:53.043114+0000 mgr.smithi132.jvlwde (mgr.14164) 193 : cephadm [INF] Deploying daemon osd.6 on smithi176 2024-03-11T17:41:56.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:55 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:54.451219+0000 mgr.smithi132.jvlwde (mgr.14164) 194 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-03-11T17:41:56.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:55 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:54.451219+0000 mgr.smithi132.jvlwde (mgr.14164) 194 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-03-11T17:41:56.823 INFO:teuthology.orchestra.run.smithi176.stdout:Created osd(s) 6 on host 'smithi176' 2024-03-11T17:41:57.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:56 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:56.812427+0000 mon.smithi132 (mon.0) 503 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:41:57.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:56 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:56.814277+0000 mon.smithi132 (mon.0) 504 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:41:57.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:56 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:56.816760+0000 mon.smithi132 (mon.0) 505 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:57.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:56 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:56.818692+0000 mon.smithi132 (mon.0) 506 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:41:57.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:56 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:56.822045+0000 mon.smithi132 (mon.0) 507 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:57.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:56.812427+0000 mon.smithi132 (mon.0) 503 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:41:57.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:56.814277+0000 mon.smithi132 (mon.0) 504 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:41:57.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:56.816760+0000 mon.smithi132 (mon.0) 505 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:57.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:56.818692+0000 mon.smithi132 (mon.0) 506 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:41:57.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:56.822045+0000 mon.smithi132 (mon.0) 507 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:41:57.414 DEBUG:teuthology.orchestra.run.smithi176:osd.6> sudo journalctl -f -n 0 -u ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@osd.6.service 2024-03-11T17:41:57.417 INFO:tasks.cephadm:Deploying osd.7 on smithi176 with /dev/vg_nvme/lv_1... 2024-03-11T17:41:57.417 DEBUG:teuthology.orchestra.run.smithi176:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-03-11T17:41:57.447 INFO:journalctl@ceph.osd.6.smithi176.stdout:-- Logs begin at Mon 2024-03-11 17:29:20 UTC. -- 2024-03-11T17:41:58.086 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:56.451556+0000 mgr.smithi132.jvlwde (mgr.14164) 195 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-03-11T17:41:58.113 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:56.451556+0000 mgr.smithi132.jvlwde (mgr.14164) 195 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-03-11T17:42:00.053 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:41:59 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:41:58.451854+0000 mgr.smithi132.jvlwde (mgr.14164) 196 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-03-11T17:42:00.053 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 17:41:59 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.6[48415]: debug 2024-03-11T17:41:59.884+0000 7f8a784d1080 -1 osd.6 0 log_to_monitors {default=true} 2024-03-11T17:42:00.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:41:59 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:41:58.451854+0000 mgr.smithi132.jvlwde (mgr.14164) 196 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-03-11T17:42:00.213 INFO:teuthology.orchestra.run.smithi176.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-03-11T17:42:00.213 INFO:teuthology.orchestra.run.smithi176.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-03-11T17:42:00.214 INFO:teuthology.orchestra.run.smithi176.stderr: stderr: 10+0 records in 2024-03-11T17:42:00.214 INFO:teuthology.orchestra.run.smithi176.stderr:10+0 records out 2024-03-11T17:42:00.214 INFO:teuthology.orchestra.run.smithi176.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0122704 s, 855 MB/s 2024-03-11T17:42:00.214 INFO:teuthology.orchestra.run.smithi176.stderr: stderr: 2024-03-11T17:42:00.214 INFO:teuthology.orchestra.run.smithi176.stderr:--> Zapping successful for: 2024-03-11T17:42:01.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:00 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:59.888395+0000 mon.smithi176 (mon.1) 12 : audit [INF] from='osd.6 [v2:172.21.15.176:6816/1265359826,v1:172.21.15.176:6817/1265359826]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-11T17:42:01.272 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:00 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:41:59.888838+0000 mon.smithi132 (mon.0) 508 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-11T17:42:01.291 DEBUG:teuthology.orchestra.run.smithi176:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph orch daemon add osd smithi176:vg_nvme/lv_1 2024-03-11T17:42:01.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:00 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:59.888395+0000 mon.smithi176 (mon.1) 12 : audit [INF] from='osd.6 [v2:172.21.15.176:6816/1265359826,v1:172.21.15.176:6817/1265359826]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-11T17:42:01.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:00 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:41:59.888838+0000 mon.smithi132 (mon.0) 508 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-11T17:42:02.089 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 17:42:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.6[48415]: debug 2024-03-11T17:42:01.872+0000 7f8a6ea34700 -1 osd.6 0 waiting for initial osdmap 2024-03-11T17:42:02.089 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 17:42:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.6[48415]: debug 2024-03-11T17:42:01.879+0000 7f8a691ac700 -1 osd.6 42 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-03-11T17:42:02.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:00.452287+0000 mgr.smithi132.jvlwde (mgr.14164) 197 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-03-11T17:42:02.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:00.862530+0000 mon.smithi132 (mon.0) 509 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-11T17:42:02.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:00.862599+0000 mon.smithi132 (mon.0) 510 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-03-11T17:42:02.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:00.862806+0000 mon.smithi132 (mon.0) 511 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T17:42:02.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:00.868849+0000 mon.smithi176 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.176:6816/1265359826,v1:172.21.15.176:6817/1265359826]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2024-03-11T17:42:02.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:00.869213+0000 mon.smithi132 (mon.0) 512 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2024-03-11T17:42:02.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:01.144103+0000 mon.smithi132 (mon.0) 513 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:42:02.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:01.340615+0000 mon.smithi132 (mon.0) 514 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:42:02.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:00.452287+0000 mgr.smithi132.jvlwde (mgr.14164) 197 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-03-11T17:42:02.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:00.862530+0000 mon.smithi132 (mon.0) 509 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-11T17:42:02.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:00.862599+0000 mon.smithi132 (mon.0) 510 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-03-11T17:42:02.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:00.862806+0000 mon.smithi132 (mon.0) 511 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T17:42:02.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:00.868849+0000 mon.smithi176 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.176:6816/1265359826,v1:172.21.15.176:6817/1265359826]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2024-03-11T17:42:02.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:00.869213+0000 mon.smithi132 (mon.0) 512 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2024-03-11T17:42:02.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:01.144103+0000 mon.smithi132 (mon.0) 513 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:42:02.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:01.340615+0000 mon.smithi132 (mon.0) 514 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:42:03.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:01.866984+0000 mon.smithi132 (mon.0) 515 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]': finished 2024-03-11T17:42:03.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:01.867054+0000 mon.smithi132 (mon.0) 516 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-03-11T17:42:03.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:01.867698+0000 mon.smithi132 (mon.0) 517 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T17:42:03.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:01.872932+0000 mon.smithi132 (mon.0) 518 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T17:42:03.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:02.867024+0000 mon.smithi132 (mon.0) 519 : cluster [INF] osd.6 [v2:172.21.15.176:6816/1265359826,v1:172.21.15.176:6817/1265359826] boot 2024-03-11T17:42:03.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:02.867080+0000 mon.smithi132 (mon.0) 520 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-03-11T17:42:03.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:02.867271+0000 mon.smithi132 (mon.0) 521 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T17:42:03.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:01.866984+0000 mon.smithi132 (mon.0) 515 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]': finished 2024-03-11T17:42:03.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:01.867054+0000 mon.smithi132 (mon.0) 516 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-03-11T17:42:03.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:01.867698+0000 mon.smithi132 (mon.0) 517 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T17:42:03.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:01.872932+0000 mon.smithi132 (mon.0) 518 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T17:42:03.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:02.867024+0000 mon.smithi132 (mon.0) 519 : cluster [INF] osd.6 [v2:172.21.15.176:6816/1265359826,v1:172.21.15.176:6817/1265359826] boot 2024-03-11T17:42:03.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:02.867080+0000 mon.smithi132 (mon.0) 520 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-03-11T17:42:03.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:02.867271+0000 mon.smithi132 (mon.0) 521 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T17:42:04.275 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:00.910138+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-11T17:42:04.275 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:00.910294+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-11T17:42:04.275 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:02.452680+0000 mgr.smithi132.jvlwde (mgr.14164) 198 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-03-11T17:42:04.275 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:03.869304+0000 mon.smithi132 (mon.0) 522 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-03-11T17:42:04.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:03 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:00.910138+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-11T17:42:04.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:03 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:00.910294+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-11T17:42:04.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:03 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:02.452680+0000 mgr.smithi132.jvlwde (mgr.14164) 198 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-03-11T17:42:04.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:03 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:03.869304+0000 mon.smithi132 (mon.0) 522 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-03-11T17:42:06.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:04.453203+0000 mgr.smithi132.jvlwde (mgr.14164) 199 : cluster [DBG] pgmap v170: 1 pgs: 1 remapped+peering; 0 B data, 35 MiB used, 626 GiB / 626 GiB avail 2024-03-11T17:42:06.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:04.870499+0000 mon.smithi132 (mon.0) 523 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-03-11T17:42:06.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:04.883048+0000 mgr.smithi132.jvlwde (mgr.14164) 200 : audit [DBG] from='client.24201 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi176:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:42:06.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:04.883943+0000 mon.smithi132 (mon.0) 524 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-11T17:42:06.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:04.885409+0000 mon.smithi132 (mon.0) 525 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-11T17:42:06.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:04.886081+0000 mon.smithi132 (mon.0) 526 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:42:06.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:04.453203+0000 mgr.smithi132.jvlwde (mgr.14164) 199 : cluster [DBG] pgmap v170: 1 pgs: 1 remapped+peering; 0 B data, 35 MiB used, 626 GiB / 626 GiB avail 2024-03-11T17:42:06.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:04.870499+0000 mon.smithi132 (mon.0) 523 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-03-11T17:42:06.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:04.883048+0000 mgr.smithi132.jvlwde (mgr.14164) 200 : audit [DBG] from='client.24201 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi176:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:42:06.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:04.883943+0000 mon.smithi132 (mon.0) 524 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-11T17:42:06.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:04.885409+0000 mon.smithi132 (mon.0) 525 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-11T17:42:06.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:04.886081+0000 mon.smithi132 (mon.0) 526 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:42:08.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:06.453685+0000 mgr.smithi132.jvlwde (mgr.14164) 201 : cluster [DBG] pgmap v172: 1 pgs: 1 remapped+peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T17:42:08.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:42:06.729985+0000 mgr.smithi132.jvlwde (mgr.14164) 202 : cephadm [INF] Detected new or changed devices on smithi176 2024-03-11T17:42:08.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:06.735352+0000 mon.smithi132 (mon.0) 527 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:42:08.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:06.736362+0000 mon.smithi132 (mon.0) 528 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:42:08.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:06.737236+0000 mon.smithi132 (mon.0) 529 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:42:08.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:06.737972+0000 mon.smithi132 (mon.0) 530 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:42:08.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:42:06.738497+0000 mgr.smithi132.jvlwde (mgr.14164) 203 : cephadm [INF] Adjusting osd_memory_target on smithi176 to 5323M 2024-03-11T17:42:08.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:06.742145+0000 mon.smithi132 (mon.0) 531 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:42:08.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:06.746588+0000 mon.smithi132 (mon.0) 532 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:42:08.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:06.750304+0000 mon.smithi132 (mon.0) 533 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:42:08.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:06.751301+0000 mon.smithi132 (mon.0) 534 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:42:08.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:06.751923+0000 mon.smithi132 (mon.0) 535 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:42:08.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:06.755850+0000 mon.smithi132 (mon.0) 536 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:42:08.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:06.453685+0000 mgr.smithi132.jvlwde (mgr.14164) 201 : cluster [DBG] pgmap v172: 1 pgs: 1 remapped+peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T17:42:08.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:42:06.729985+0000 mgr.smithi132.jvlwde (mgr.14164) 202 : cephadm [INF] Detected new or changed devices on smithi176 2024-03-11T17:42:08.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:06.735352+0000 mon.smithi132 (mon.0) 527 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:42:08.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:06.736362+0000 mon.smithi132 (mon.0) 528 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:42:08.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:06.737236+0000 mon.smithi132 (mon.0) 529 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:42:08.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:06.737972+0000 mon.smithi132 (mon.0) 530 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:42:08.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:42:06.738497+0000 mgr.smithi132.jvlwde (mgr.14164) 203 : cephadm [INF] Adjusting osd_memory_target on smithi176 to 5323M 2024-03-11T17:42:08.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:06.742145+0000 mon.smithi132 (mon.0) 531 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:42:08.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:06.746588+0000 mon.smithi132 (mon.0) 532 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:42:08.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:06.750304+0000 mon.smithi132 (mon.0) 533 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:42:08.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:06.751301+0000 mon.smithi132 (mon.0) 534 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:42:08.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:06.751923+0000 mon.smithi132 (mon.0) 535 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:42:08.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:06.755850+0000 mon.smithi132 (mon.0) 536 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:42:09.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:08.057667+0000 mon.smithi176 (mon.1) 14 : audit [INF] from='client.? 172.21.15.176:0/3351695296' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f392b872-5c42-44ae-a08e-59e8df148095"}]: dispatch 2024-03-11T17:42:09.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:08.058245+0000 mon.smithi132 (mon.0) 537 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f392b872-5c42-44ae-a08e-59e8df148095"}]: dispatch 2024-03-11T17:42:09.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:08.063573+0000 mon.smithi132 (mon.0) 538 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f392b872-5c42-44ae-a08e-59e8df148095"}]': finished 2024-03-11T17:42:09.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:08.063635+0000 mon.smithi132 (mon.0) 539 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-03-11T17:42:09.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:08.063778+0000 mon.smithi132 (mon.0) 540 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T17:42:09.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:08.479193+0000 mon.smithi176 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.176:0/2382268418' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-11T17:42:09.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:08.057667+0000 mon.smithi176 (mon.1) 14 : audit [INF] from='client.? 172.21.15.176:0/3351695296' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f392b872-5c42-44ae-a08e-59e8df148095"}]: dispatch 2024-03-11T17:42:09.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:08.058245+0000 mon.smithi132 (mon.0) 537 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f392b872-5c42-44ae-a08e-59e8df148095"}]: dispatch 2024-03-11T17:42:09.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:08.063573+0000 mon.smithi132 (mon.0) 538 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f392b872-5c42-44ae-a08e-59e8df148095"}]': finished 2024-03-11T17:42:09.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:08.063635+0000 mon.smithi132 (mon.0) 539 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-03-11T17:42:09.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:08.063778+0000 mon.smithi132 (mon.0) 540 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T17:42:09.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:08.479193+0000 mon.smithi176 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.176:0/2382268418' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-11T17:42:10.053 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:08.453999+0000 mgr.smithi132.jvlwde (mgr.14164) 204 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T17:42:10.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:08.453999+0000 mgr.smithi132.jvlwde (mgr.14164) 204 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T17:42:12.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:10.454345+0000 mgr.smithi132.jvlwde (mgr.14164) 205 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T17:42:12.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:10.454345+0000 mgr.smithi132.jvlwde (mgr.14164) 205 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T17:42:14.005 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:12.454828+0000 mgr.smithi132.jvlwde (mgr.14164) 206 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T17:42:14.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:12.454828+0000 mgr.smithi132.jvlwde (mgr.14164) 206 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T17:42:14.990 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:14 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:14.314153+0000 mon.smithi132 (mon.0) 541 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-11T17:42:14.990 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:14 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:14.314998+0000 mon.smithi132 (mon.0) 542 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:42:15.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:14 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:14.314153+0000 mon.smithi132 (mon.0) 541 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-11T17:42:15.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:14 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:14.314998+0000 mon.smithi132 (mon.0) 542 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:42:16.001 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:42:14.315602+0000 mgr.smithi132.jvlwde (mgr.14164) 207 : cephadm [INF] Deploying daemon osd.7 on smithi176 2024-03-11T17:42:16.001 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:14.455219+0000 mgr.smithi132.jvlwde (mgr.14164) 208 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T17:42:16.309 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:42:14.315602+0000 mgr.smithi132.jvlwde (mgr.14164) 207 : cephadm [INF] Deploying daemon osd.7 on smithi176 2024-03-11T17:42:16.310 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:14.455219+0000 mgr.smithi132.jvlwde (mgr.14164) 208 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T17:42:17.971 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:17 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:16.455672+0000 mgr.smithi132.jvlwde (mgr.14164) 209 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T17:42:18.022 INFO:teuthology.orchestra.run.smithi176.stdout:Created osd(s) 7 on host 'smithi176' 2024-03-11T17:42:18.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:17 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:16.455672+0000 mgr.smithi132.jvlwde (mgr.14164) 209 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T17:42:18.796 DEBUG:teuthology.orchestra.run.smithi176:osd.7> sudo journalctl -f -n 0 -u ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@osd.7.service 2024-03-11T17:42:18.798 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-03-11T17:42:18.799 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph osd stat -f json 2024-03-11T17:42:18.828 INFO:journalctl@ceph.osd.7.smithi176.stdout:-- Logs begin at Mon 2024-03-11 17:29:20 UTC. -- 2024-03-11T17:42:19.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:18.011094+0000 mon.smithi132 (mon.0) 543 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:42:19.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:18.013090+0000 mon.smithi132 (mon.0) 544 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:42:19.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:18.015669+0000 mon.smithi132 (mon.0) 545 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:42:19.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:18.015939+0000 mon.smithi132 (mon.0) 546 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:42:19.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:18.020571+0000 mon.smithi132 (mon.0) 547 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:42:19.252 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:18.011094+0000 mon.smithi132 (mon.0) 543 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:42:19.253 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:18.013090+0000 mon.smithi132 (mon.0) 544 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:42:19.253 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:18.015669+0000 mon.smithi132 (mon.0) 545 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:42:19.253 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:18.015939+0000 mon.smithi132 (mon.0) 546 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:42:19.254 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:18.020571+0000 mon.smithi132 (mon.0) 547 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:42:19.824 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:18.455999+0000 mgr.smithi132.jvlwde (mgr.14164) 210 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T17:42:20.086 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:18.455999+0000 mgr.smithi132.jvlwde (mgr.14164) 210 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T17:42:20.827 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-03-11T17:42:21.430 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 17:42:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.7[51305]: debug 2024-03-11T17:42:21.118+0000 7f7295007080 -1 osd.7 0 log_to_monitors {default=true} 2024-03-11T17:42:21.622 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":46,"num_osds":8,"num_up_osds":7,"osd_up_since":1710178922,"num_in_osds":8,"osd_in_since":1710178928,"num_remapped_pgs":0} 2024-03-11T17:42:22.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:20.456312+0000 mgr.smithi132.jvlwde (mgr.14164) 211 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T17:42:22.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:20.744342+0000 mon.smithi132 (mon.0) 548 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:42:22.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:20.828277+0000 mon.smithi132 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.132:0/2554537647' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-11T17:42:22.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:21.122340+0000 mon.smithi176 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.176:6824/1807017214,v1:172.21.15.176:6825/1807017214]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-11T17:42:22.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:21.122618+0000 mon.smithi132 (mon.0) 550 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-11T17:42:22.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:20.456312+0000 mgr.smithi132.jvlwde (mgr.14164) 211 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T17:42:22.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:20.744342+0000 mon.smithi132 (mon.0) 548 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:42:22.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:20.828277+0000 mon.smithi132 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.132:0/2554537647' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-11T17:42:22.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:21.122340+0000 mon.smithi176 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.176:6824/1807017214,v1:172.21.15.176:6825/1807017214]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-11T17:42:22.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:21.122618+0000 mon.smithi132 (mon.0) 550 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-11T17:42:22.624 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph osd stat -f json 2024-03-11T17:42:23.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:22 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:21.830556+0000 mon.smithi132 (mon.0) 551 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-11T17:42:23.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:22 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:21.830631+0000 mon.smithi132 (mon.0) 552 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-03-11T17:42:23.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:22 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:21.830786+0000 mon.smithi132 (mon.0) 553 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T17:42:23.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:22 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:21.831169+0000 mon.smithi176 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.176:6824/1807017214,v1:172.21.15.176:6825/1807017214]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2024-03-11T17:42:23.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:22 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:21.831425+0000 mon.smithi132 (mon.0) 554 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2024-03-11T17:42:23.090 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 17:42:22 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.7[51305]: debug 2024-03-11T17:42:22.835+0000 7f728b56a700 -1 osd.7 0 waiting for initial osdmap 2024-03-11T17:42:23.090 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 17:42:22 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.7[51305]: debug 2024-03-11T17:42:22.842+0000 7f72864e3700 -1 osd.7 48 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-03-11T17:42:23.105 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:22 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:21.830556+0000 mon.smithi132 (mon.0) 551 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-11T17:42:23.106 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:22 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:21.830631+0000 mon.smithi132 (mon.0) 552 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-03-11T17:42:23.106 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:22 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:21.830786+0000 mon.smithi132 (mon.0) 553 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T17:42:23.106 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:22 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:21.831169+0000 mon.smithi176 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.176:6824/1807017214,v1:172.21.15.176:6825/1807017214]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2024-03-11T17:42:23.106 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:22 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:21.831425+0000 mon.smithi132 (mon.0) 554 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2024-03-11T17:42:23.972 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:22.456852+0000 mgr.smithi132.jvlwde (mgr.14164) 212 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T17:42:23.973 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:22.832382+0000 mon.smithi132 (mon.0) 555 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]': finished 2024-03-11T17:42:23.973 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:22.832467+0000 mon.smithi132 (mon.0) 556 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-03-11T17:42:23.973 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:22.832849+0000 mon.smithi132 (mon.0) 557 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T17:42:23.973 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:22.836308+0000 mon.smithi132 (mon.0) 558 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T17:42:24.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:22.456852+0000 mgr.smithi132.jvlwde (mgr.14164) 212 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-03-11T17:42:24.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:22.832382+0000 mon.smithi132 (mon.0) 555 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]': finished 2024-03-11T17:42:24.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:22.832467+0000 mon.smithi132 (mon.0) 556 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-03-11T17:42:24.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:22.832849+0000 mon.smithi132 (mon.0) 557 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T17:42:24.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:22.836308+0000 mon.smithi132 (mon.0) 558 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T17:42:24.758 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-03-11T17:42:25.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:24 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:22.090685+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-11T17:42:25.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:24 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:22.090807+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-11T17:42:25.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:24 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:23.837896+0000 mon.smithi132 (mon.0) 559 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T17:42:25.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:24 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:23.845090+0000 mon.smithi132 (mon.0) 560 : cluster [INF] osd.7 [v2:172.21.15.176:6824/1807017214,v1:172.21.15.176:6825/1807017214] boot 2024-03-11T17:42:25.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:24 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:23.845158+0000 mon.smithi132 (mon.0) 561 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-03-11T17:42:25.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:24 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:23.845296+0000 mon.smithi132 (mon.0) 562 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T17:42:25.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:24 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:24.195793+0000 mon.smithi132 (mon.0) 563 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:42:25.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:24 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:24.196693+0000 mon.smithi132 (mon.0) 564 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:42:25.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:24 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:24.197400+0000 mon.smithi132 (mon.0) 565 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:42:25.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:24 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:24.197998+0000 mon.smithi132 (mon.0) 566 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:42:25.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:24 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:24.198605+0000 mon.smithi132 (mon.0) 567 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:42:25.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:24 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:24.202019+0000 mon.smithi132 (mon.0) 568 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:42:25.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:24 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:24.207349+0000 mon.smithi132 (mon.0) 569 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:42:25.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:24 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:24.210949+0000 mon.smithi132 (mon.0) 570 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:42:25.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:24 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:24.211730+0000 mon.smithi132 (mon.0) 571 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:42:25.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:24 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:24.212278+0000 mon.smithi132 (mon.0) 572 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:42:25.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:24 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:24.215688+0000 mon.smithi132 (mon.0) 573 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:42:25.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:24 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:24.759656+0000 mon.smithi132 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.132:0/2200654499' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-11T17:42:25.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:22.090685+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-11T17:42:25.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:22.090807+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-11T17:42:25.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:23.837896+0000 mon.smithi132 (mon.0) 559 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T17:42:25.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:23.845090+0000 mon.smithi132 (mon.0) 560 : cluster [INF] osd.7 [v2:172.21.15.176:6824/1807017214,v1:172.21.15.176:6825/1807017214] boot 2024-03-11T17:42:25.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:23.845158+0000 mon.smithi132 (mon.0) 561 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-03-11T17:42:25.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:23.845296+0000 mon.smithi132 (mon.0) 562 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T17:42:25.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:24.195793+0000 mon.smithi132 (mon.0) 563 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:42:25.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:24.196693+0000 mon.smithi132 (mon.0) 564 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:42:25.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:24.197400+0000 mon.smithi132 (mon.0) 565 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:42:25.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:24.197998+0000 mon.smithi132 (mon.0) 566 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:42:25.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:24.198605+0000 mon.smithi132 (mon.0) 567 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:42:25.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:24.202019+0000 mon.smithi132 (mon.0) 568 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:42:25.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:24.207349+0000 mon.smithi132 (mon.0) 569 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:42:25.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:24.210949+0000 mon.smithi132 (mon.0) 570 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:42:25.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:24.211730+0000 mon.smithi132 (mon.0) 571 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:42:25.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:24.212278+0000 mon.smithi132 (mon.0) 572 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:42:25.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:24.215688+0000 mon.smithi132 (mon.0) 573 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:42:25.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:24.759656+0000 mon.smithi132 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.132:0/2200654499' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-11T17:42:25.461 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":49,"num_osds":8,"num_up_osds":8,"osd_up_since":1710178943,"num_in_osds":8,"osd_in_since":1710178928,"num_remapped_pgs":1} 2024-03-11T17:42:25.462 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph osd dump --format=json 2024-03-11T17:42:25.686 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/mon.smithi132/config 2024-03-11T17:42:26.180 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:42:24.191379+0000 mgr.smithi132.jvlwde (mgr.14164) 213 : cephadm [INF] Detected new or changed devices on smithi176 2024-03-11T17:42:26.180 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:42:24.198996+0000 mgr.smithi132.jvlwde (mgr.14164) 214 : cephadm [INF] Adjusting osd_memory_target on smithi176 to 3992M 2024-03-11T17:42:26.180 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:24.457231+0000 mgr.smithi132.jvlwde (mgr.14164) 215 : cluster [DBG] pgmap v185: 1 pgs: 1 peering; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-03-11T17:42:26.181 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:24.844027+0000 mon.smithi132 (mon.0) 575 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-03-11T17:42:26.181 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:25.214475+0000 mon.smithi132 (mon.0) 576 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-03-11T17:42:26.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:42:24.191379+0000 mgr.smithi132.jvlwde (mgr.14164) 213 : cephadm [INF] Detected new or changed devices on smithi176 2024-03-11T17:42:26.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:42:24.198996+0000 mgr.smithi132.jvlwde (mgr.14164) 214 : cephadm [INF] Adjusting osd_memory_target on smithi176 to 3992M 2024-03-11T17:42:26.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:24.457231+0000 mgr.smithi132.jvlwde (mgr.14164) 215 : cluster [DBG] pgmap v185: 1 pgs: 1 peering; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-03-11T17:42:26.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:24.844027+0000 mon.smithi132 (mon.0) 575 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-03-11T17:42:26.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:25.214475+0000 mon.smithi132 (mon.0) 576 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-03-11T17:42:27.121 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:25.845620+0000 mon.smithi132 (mon.0) 577 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-03-11T17:42:27.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:25.845620+0000 mon.smithi132 (mon.0) 577 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-03-11T17:42:27.528 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-03-11T17:42:27.529 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":51,"fsid":"cb5f33fe-dfcd-11ee-95c8-87774f69a715","created":"2024-03-11T17:36:25.513578+0000","modified":"2024-03-11T17:42:25.842208+0000","last_up_change":"2024-03-11T17:42:23.834168+0000","last_in_change":"2024-03-11T17:42:08.059283+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-03-11T17:40:40.782726+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":"a0bd450a-fd96-48dc-990c-1a473726c149","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.132:6802","nonce":4086238507},{"type":"v1","addr":"172.21.15.132:6803","nonce":4086238507}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6804","nonce":4086238507},{"type":"v1","addr":"172.21.15.132:6805","nonce":4086238507}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6808","nonce":4086238507},{"type":"v1","addr":"172.21.15.132:6809","nonce":4086238507}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6806","nonce":4086238507},{"type":"v1","addr":"172.21.15.132:6807","nonce":4086238507}]},"public_addr":"172.21.15.132:6803/4086238507","cluster_addr":"172.21.15.132:6805/4086238507","heartbeat_back_addr":"172.21.15.132:6809/4086238507","heartbeat_front_addr":"172.21.15.132:6807/4086238507","state":["exists","up"]},{"osd":1,"uuid":"f36d539f-e918-4f35-880f-cbfafa162a3c","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.132:6810","nonce":2540472655},{"type":"v1","addr":"172.21.15.132:6811","nonce":2540472655}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6812","nonce":2540472655},{"type":"v1","addr":"172.21.15.132:6813","nonce":2540472655}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6816","nonce":2540472655},{"type":"v1","addr":"172.21.15.132:6817","nonce":2540472655}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6814","nonce":2540472655},{"type":"v1","addr":"172.21.15.132:6815","nonce":2540472655}]},"public_addr":"172.21.15.132:6811/2540472655","cluster_addr":"172.21.15.132:6813/2540472655","heartbeat_back_addr":"172.21.15.132:6817/2540472655","heartbeat_front_addr":"172.21.15.132:6815/2540472655","state":["exists","up"]},{"osd":2,"uuid":"db5a7f38-feae-417c-99fe-f08490191391","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.132:6818","nonce":2010964432},{"type":"v1","addr":"172.21.15.132:6819","nonce":2010964432}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6820","nonce":2010964432},{"type":"v1","addr":"172.21.15.132:6821","nonce":2010964432}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6824","nonce":2010964432},{"type":"v1","addr":"172.21.15.132:6825","nonce":2010964432}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6822","nonce":2010964432},{"type":"v1","addr":"172.21.15.132:6823","nonce":2010964432}]},"public_addr":"172.21.15.132:6819/2010964432","cluster_addr":"172.21.15.132:6821/2010964432","heartbeat_back_addr":"172.21.15.132:6825/2010964432","heartbeat_front_addr":"172.21.15.132:6823/2010964432","state":["exists","up"]},{"osd":3,"uuid":"0f18fded-7041-4e49-a793-6eb7f59ba7e3","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.132:6826","nonce":3191063161},{"type":"v1","addr":"172.21.15.132:6827","nonce":3191063161}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6828","nonce":3191063161},{"type":"v1","addr":"172.21.15.132:6829","nonce":3191063161}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6832","nonce":3191063161},{"type":"v1","addr":"172.21.15.132:6833","nonce":3191063161}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6830","nonce":3191063161},{"type":"v1","addr":"172.21.15.132:6831","nonce":3191063161}]},"public_addr":"172.21.15.132:6827/3191063161","cluster_addr":"172.21.15.132:6829/3191063161","heartbeat_back_addr":"172.21.15.132:6833/3191063161","heartbeat_front_addr":"172.21.15.132:6831/3191063161","state":["exists","up"]},{"osd":4,"uuid":"214f93d0-7ac9-4299-9b40-5993abfb980d","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.176:6800","nonce":404743321},{"type":"v1","addr":"172.21.15.176:6801","nonce":404743321}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6802","nonce":404743321},{"type":"v1","addr":"172.21.15.176:6803","nonce":404743321}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6806","nonce":404743321},{"type":"v1","addr":"172.21.15.176:6807","nonce":404743321}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6804","nonce":404743321},{"type":"v1","addr":"172.21.15.176:6805","nonce":404743321}]},"public_addr":"172.21.15.176:6801/404743321","cluster_addr":"172.21.15.176:6803/404743321","heartbeat_back_addr":"172.21.15.176:6807/404743321","heartbeat_front_addr":"172.21.15.176:6805/404743321","state":["exists","up"]},{"osd":5,"uuid":"9ef9e71f-543a-4343-9b95-6a48263ce0d9","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.176:6808","nonce":2793368235},{"type":"v1","addr":"172.21.15.176:6809","nonce":2793368235}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6810","nonce":2793368235},{"type":"v1","addr":"172.21.15.176:6811","nonce":2793368235}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6814","nonce":2793368235},{"type":"v1","addr":"172.21.15.176:6815","nonce":2793368235}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6812","nonce":2793368235},{"type":"v1","addr":"172.21.15.176:6813","nonce":2793368235}]},"public_addr":"172.21.15.176:6809/2793368235","cluster_addr":"172.21.15.176:6811/2793368235","heartbeat_back_addr":"172.21.15.176:6815/2793368235","heartbeat_front_addr":"172.21.15.176:6813/2793368235","state":["exists","up"]},{"osd":6,"uuid":"84772c23-288d-4f30-a6d3-6b435f56037a","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.176:6816","nonce":1265359826},{"type":"v1","addr":"172.21.15.176:6817","nonce":1265359826}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6818","nonce":1265359826},{"type":"v1","addr":"172.21.15.176:6819","nonce":1265359826}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6822","nonce":1265359826},{"type":"v1","addr":"172.21.15.176:6823","nonce":1265359826}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6820","nonce":1265359826},{"type":"v1","addr":"172.21.15.176:6821","nonce":1265359826}]},"public_addr":"172.21.15.176:6817/1265359826","cluster_addr":"172.21.15.176:6819/1265359826","heartbeat_back_addr":"172.21.15.176:6823/1265359826","heartbeat_front_addr":"172.21.15.176:6821/1265359826","state":["exists","up"]},{"osd":7,"uuid":"f392b872-5c42-44ae-a08e-59e8df148095","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.176:6824","nonce":1807017214},{"type":"v1","addr":"172.21.15.176:6825","nonce":1807017214}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6826","nonce":1807017214},{"type":"v1","addr":"172.21.15.176:6827","nonce":1807017214}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6830","nonce":1807017214},{"type":"v1","addr":"172.21.15.176:6831","nonce":1807017214}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6828","nonce":1807017214},{"type":"v1","addr":"172.21.15.176:6829","nonce":1807017214}]},"public_addr":"172.21.15.176:6825/1807017214","cluster_addr":"172.21.15.176:6827/1807017214","heartbeat_back_addr":"172.21.15.176:6831/1807017214","heartbeat_front_addr":"172.21.15.176:6829/1807017214","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-03-11T17:39:50.660299+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-03-11T17:40:15.319923+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-03-11T17:40:38.701578+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-03-11T17:41:01.669602+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-03-11T17:41:19.114884+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-03-11T17:41:39.809659+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-03-11T17:42:00.910296+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-03-11T17:42:22.090811+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.132:0/2151846822":"2024-03-12T17:37:33.037206+0000","172.21.15.132:6801/3458647874":"2024-03-12T17:37:33.037206+0000","172.21.15.132:6800/3458647874":"2024-03-12T17:37:33.037206+0000","172.21.15.132:0/122225947":"2024-03-12T17:37:33.037206+0000","172.21.15.132:6801/3239909994":"2024-03-12T17:37:16.261954+0000","172.21.15.132:6800/3239909994":"2024-03-12T17:37:16.261954+0000","172.21.15.132:0/2402911496":"2024-03-12T17:37:16.261954+0000","172.21.15.132:0/1670957655":"2024-03-12T17:37:16.261954+0000","172.21.15.132:0/81959231":"2024-03-12T17:36:55.347054+0000","172.21.15.132:6800/1498146707":"2024-03-12T17:36:55.347054+0000","172.21.15.132:0/1617563208":"2024-03-12T17:36:55.347054+0000","172.21.15.132:6801/1498146707":"2024-03-12T17:36:55.347054+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-03-11T17:42:28.289 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:27 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:26.457578+0000 mgr.smithi132.jvlwde (mgr.14164) 216 : cluster [DBG] pgmap v188: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:42:28.289 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:27 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:27.529284+0000 mon.smithi132 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.132:0/4008692690' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-11T17:42:28.310 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-03-11T17:40:40.782726+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-03-11T17:42:28.310 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-03-11T17:42:28.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:27 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:26.457578+0000 mgr.smithi132.jvlwde (mgr.14164) 216 : cluster [DBG] pgmap v188: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:42:28.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:27 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:27.529284+0000 mon.smithi132 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.132:0/4008692690' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-11T17:42:28.536 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/mon.smithi132/config 2024-03-11T17:42:30.029 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:29 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:28.457868+0000 mgr.smithi132.jvlwde (mgr.14164) 217 : cluster [DBG] pgmap v189: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:42:30.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:29 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:28.457868+0000 mgr.smithi132.jvlwde (mgr.14164) 217 : cluster [DBG] pgmap v189: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:42:30.423 INFO:teuthology.orchestra.run.smithi132.stdout:pg_num: 1 2024-03-11T17:42:31.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:30.425310+0000 mon.smithi132 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.132:0/444399164' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-03-11T17:42:31.115 INFO:tasks.cephadm:Setting up client nodes... 2024-03-11T17:42:31.115 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-03-11T17:42:31.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:30 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:30.425310+0000 mon.smithi132 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.132:0/444399164' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-03-11T17:42:32.163 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:31 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:30.458215+0000 mgr.smithi132.jvlwde (mgr.14164) 218 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:42:32.163 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:31 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:30.858883+0000 mon.smithi132 (mon.0) 580 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-03-11T17:42:32.163 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:31 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:30.858938+0000 mon.smithi132 (mon.0) 581 : cluster [INF] Cluster is now healthy 2024-03-11T17:42:32.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:31 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:30.458215+0000 mgr.smithi132.jvlwde (mgr.14164) 218 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:42:32.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:31 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:30.858883+0000 mon.smithi132 (mon.0) 580 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-03-11T17:42:32.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:31 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:30.858938+0000 mon.smithi132 (mon.0) 581 : cluster [INF] Cluster is now healthy 2024-03-11T17:42:33.188 INFO:teuthology.orchestra.run.smithi132.stdout:[client.0] 2024-03-11T17:42:33.189 INFO:teuthology.orchestra.run.smithi132.stdout: key = AQCJQu9lGCIaCxAA4WGguViizWb6a+7T6BK6iA== 2024-03-11T17:42:33.881 DEBUG:teuthology.orchestra.run.smithi132:> set -ex 2024-03-11T17:42:33.881 DEBUG:teuthology.orchestra.run.smithi132:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-03-11T17:42:33.881 DEBUG:teuthology.orchestra.run.smithi132:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-03-11T17:42:33.922 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-03-11T17:42:33.922 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-03-11T17:42:33.922 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph mgr dump --format=json 2024-03-11T17:42:34.184 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/mon.smithi132/config 2024-03-11T17:42:34.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:32.458532+0000 mgr.smithi132.jvlwde (mgr.14164) 219 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:42:34.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:33.186101+0000 mon.smithi132 (mon.0) 582 : audit [INF] from='client.? 172.21.15.132:0/2070901481' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-11T17:42:34.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:33.190194+0000 mon.smithi132 (mon.0) 583 : audit [INF] from='client.? 172.21.15.132:0/2070901481' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-11T17:42:34.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:33.243821+0000 mon.smithi132 (mon.0) 584 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/trash_purge_schedule"}]: dispatch 2024-03-11T17:42:34.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:33.243980+0000 mon.smithi132 (mon.0) 585 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/mirror_snapshot_schedule"}]: dispatch 2024-03-11T17:42:34.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:32.458532+0000 mgr.smithi132.jvlwde (mgr.14164) 219 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:42:34.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:33.186101+0000 mon.smithi132 (mon.0) 582 : audit [INF] from='client.? 172.21.15.132:0/2070901481' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-11T17:42:34.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:33.190194+0000 mon.smithi132 (mon.0) 583 : audit [INF] from='client.? 172.21.15.132:0/2070901481' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-11T17:42:34.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:33.243821+0000 mon.smithi132 (mon.0) 584 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/trash_purge_schedule"}]: dispatch 2024-03-11T17:42:34.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:33.243980+0000 mon.smithi132 (mon.0) 585 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/mirror_snapshot_schedule"}]: dispatch 2024-03-11T17:42:36.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:34.458866+0000 mgr.smithi132.jvlwde (mgr.14164) 220 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:42:36.236 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-03-11T17:42:36.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:34.458866+0000 mgr.smithi132.jvlwde (mgr.14164) 220 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:42:37.009 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":18,"active_gid":14164,"active_name":"smithi132.jvlwde","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6800","nonce":2721194621},{"type":"v1","addr":"172.21.15.132:6801","nonce":2721194621}]},"active_addr":"172.21.15.132:6801/2721194621","active_change":"2024-03-11T17:37:33.037470+0000","active_mgr_features":4540138297136906239,"available":true,"standbys":[{"gid":14226,"name":"smithi176.txyrph","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.132:8443/","prometheus":"http://172.21.15.132: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.132:0","nonce":3801364754}]},{"addrvec":[{"type":"v2","addr":"172.21.15.132:0","nonce":4164844878}]}]}} 2024-03-11T17:42:37.013 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-03-11T17:42:37.013 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-03-11T17:42:37.013 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph osd dump --format=json 2024-03-11T17:42:37.238 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/mon.smithi132/config 2024-03-11T17:42:37.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:36 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:36.233493+0000 mon.smithi132 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.132:0/3211096801' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-11T17:42:37.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:36 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:36.233493+0000 mon.smithi132 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.132:0/3211096801' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-11T17:42:38.249 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:37 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:36.459222+0000 mgr.smithi132.jvlwde (mgr.14164) 221 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:42:38.343 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:37 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:36.459222+0000 mgr.smithi132.jvlwde (mgr.14164) 221 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:42:39.334 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-03-11T17:42:39.334 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":51,"fsid":"cb5f33fe-dfcd-11ee-95c8-87774f69a715","created":"2024-03-11T17:36:25.513578+0000","modified":"2024-03-11T17:42:25.842208+0000","last_up_change":"2024-03-11T17:42:23.834168+0000","last_in_change":"2024-03-11T17:42:08.059283+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-03-11T17:40:40.782726+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":"a0bd450a-fd96-48dc-990c-1a473726c149","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.132:6802","nonce":4086238507},{"type":"v1","addr":"172.21.15.132:6803","nonce":4086238507}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6804","nonce":4086238507},{"type":"v1","addr":"172.21.15.132:6805","nonce":4086238507}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6808","nonce":4086238507},{"type":"v1","addr":"172.21.15.132:6809","nonce":4086238507}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6806","nonce":4086238507},{"type":"v1","addr":"172.21.15.132:6807","nonce":4086238507}]},"public_addr":"172.21.15.132:6803/4086238507","cluster_addr":"172.21.15.132:6805/4086238507","heartbeat_back_addr":"172.21.15.132:6809/4086238507","heartbeat_front_addr":"172.21.15.132:6807/4086238507","state":["exists","up"]},{"osd":1,"uuid":"f36d539f-e918-4f35-880f-cbfafa162a3c","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.132:6810","nonce":2540472655},{"type":"v1","addr":"172.21.15.132:6811","nonce":2540472655}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6812","nonce":2540472655},{"type":"v1","addr":"172.21.15.132:6813","nonce":2540472655}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6816","nonce":2540472655},{"type":"v1","addr":"172.21.15.132:6817","nonce":2540472655}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6814","nonce":2540472655},{"type":"v1","addr":"172.21.15.132:6815","nonce":2540472655}]},"public_addr":"172.21.15.132:6811/2540472655","cluster_addr":"172.21.15.132:6813/2540472655","heartbeat_back_addr":"172.21.15.132:6817/2540472655","heartbeat_front_addr":"172.21.15.132:6815/2540472655","state":["exists","up"]},{"osd":2,"uuid":"db5a7f38-feae-417c-99fe-f08490191391","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.132:6818","nonce":2010964432},{"type":"v1","addr":"172.21.15.132:6819","nonce":2010964432}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6820","nonce":2010964432},{"type":"v1","addr":"172.21.15.132:6821","nonce":2010964432}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6824","nonce":2010964432},{"type":"v1","addr":"172.21.15.132:6825","nonce":2010964432}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6822","nonce":2010964432},{"type":"v1","addr":"172.21.15.132:6823","nonce":2010964432}]},"public_addr":"172.21.15.132:6819/2010964432","cluster_addr":"172.21.15.132:6821/2010964432","heartbeat_back_addr":"172.21.15.132:6825/2010964432","heartbeat_front_addr":"172.21.15.132:6823/2010964432","state":["exists","up"]},{"osd":3,"uuid":"0f18fded-7041-4e49-a793-6eb7f59ba7e3","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.132:6826","nonce":3191063161},{"type":"v1","addr":"172.21.15.132:6827","nonce":3191063161}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6828","nonce":3191063161},{"type":"v1","addr":"172.21.15.132:6829","nonce":3191063161}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6832","nonce":3191063161},{"type":"v1","addr":"172.21.15.132:6833","nonce":3191063161}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6830","nonce":3191063161},{"type":"v1","addr":"172.21.15.132:6831","nonce":3191063161}]},"public_addr":"172.21.15.132:6827/3191063161","cluster_addr":"172.21.15.132:6829/3191063161","heartbeat_back_addr":"172.21.15.132:6833/3191063161","heartbeat_front_addr":"172.21.15.132:6831/3191063161","state":["exists","up"]},{"osd":4,"uuid":"214f93d0-7ac9-4299-9b40-5993abfb980d","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.176:6800","nonce":404743321},{"type":"v1","addr":"172.21.15.176:6801","nonce":404743321}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6802","nonce":404743321},{"type":"v1","addr":"172.21.15.176:6803","nonce":404743321}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6806","nonce":404743321},{"type":"v1","addr":"172.21.15.176:6807","nonce":404743321}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6804","nonce":404743321},{"type":"v1","addr":"172.21.15.176:6805","nonce":404743321}]},"public_addr":"172.21.15.176:6801/404743321","cluster_addr":"172.21.15.176:6803/404743321","heartbeat_back_addr":"172.21.15.176:6807/404743321","heartbeat_front_addr":"172.21.15.176:6805/404743321","state":["exists","up"]},{"osd":5,"uuid":"9ef9e71f-543a-4343-9b95-6a48263ce0d9","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.176:6808","nonce":2793368235},{"type":"v1","addr":"172.21.15.176:6809","nonce":2793368235}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6810","nonce":2793368235},{"type":"v1","addr":"172.21.15.176:6811","nonce":2793368235}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6814","nonce":2793368235},{"type":"v1","addr":"172.21.15.176:6815","nonce":2793368235}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6812","nonce":2793368235},{"type":"v1","addr":"172.21.15.176:6813","nonce":2793368235}]},"public_addr":"172.21.15.176:6809/2793368235","cluster_addr":"172.21.15.176:6811/2793368235","heartbeat_back_addr":"172.21.15.176:6815/2793368235","heartbeat_front_addr":"172.21.15.176:6813/2793368235","state":["exists","up"]},{"osd":6,"uuid":"84772c23-288d-4f30-a6d3-6b435f56037a","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.176:6816","nonce":1265359826},{"type":"v1","addr":"172.21.15.176:6817","nonce":1265359826}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6818","nonce":1265359826},{"type":"v1","addr":"172.21.15.176:6819","nonce":1265359826}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6822","nonce":1265359826},{"type":"v1","addr":"172.21.15.176:6823","nonce":1265359826}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6820","nonce":1265359826},{"type":"v1","addr":"172.21.15.176:6821","nonce":1265359826}]},"public_addr":"172.21.15.176:6817/1265359826","cluster_addr":"172.21.15.176:6819/1265359826","heartbeat_back_addr":"172.21.15.176:6823/1265359826","heartbeat_front_addr":"172.21.15.176:6821/1265359826","state":["exists","up"]},{"osd":7,"uuid":"f392b872-5c42-44ae-a08e-59e8df148095","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.176:6824","nonce":1807017214},{"type":"v1","addr":"172.21.15.176:6825","nonce":1807017214}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6826","nonce":1807017214},{"type":"v1","addr":"172.21.15.176:6827","nonce":1807017214}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6830","nonce":1807017214},{"type":"v1","addr":"172.21.15.176:6831","nonce":1807017214}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6828","nonce":1807017214},{"type":"v1","addr":"172.21.15.176:6829","nonce":1807017214}]},"public_addr":"172.21.15.176:6825/1807017214","cluster_addr":"172.21.15.176:6827/1807017214","heartbeat_back_addr":"172.21.15.176:6831/1807017214","heartbeat_front_addr":"172.21.15.176:6829/1807017214","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-03-11T17:39:50.660299+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-03-11T17:40:15.319923+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-03-11T17:40:38.701578+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-03-11T17:41:01.669602+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-03-11T17:41:19.114884+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-03-11T17:41:39.809659+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-03-11T17:42:00.910296+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-03-11T17:42:22.090811+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.132:0/2151846822":"2024-03-12T17:37:33.037206+0000","172.21.15.132:6801/3458647874":"2024-03-12T17:37:33.037206+0000","172.21.15.132:6800/3458647874":"2024-03-12T17:37:33.037206+0000","172.21.15.132:0/122225947":"2024-03-12T17:37:33.037206+0000","172.21.15.132:6801/3239909994":"2024-03-12T17:37:16.261954+0000","172.21.15.132:6800/3239909994":"2024-03-12T17:37:16.261954+0000","172.21.15.132:0/2402911496":"2024-03-12T17:37:16.261954+0000","172.21.15.132:0/1670957655":"2024-03-12T17:37:16.261954+0000","172.21.15.132:0/81959231":"2024-03-12T17:36:55.347054+0000","172.21.15.132:6800/1498146707":"2024-03-12T17:36:55.347054+0000","172.21.15.132:0/1617563208":"2024-03-12T17:36:55.347054+0000","172.21.15.132:6801/1498146707":"2024-03-12T17:36:55.347054+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-03-11T17:42:40.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:38.459535+0000 mgr.smithi132.jvlwde (mgr.14164) 222 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:42:40.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:39.334449+0000 mon.smithi132 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.132:0/594386569' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-11T17:42:40.178 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-03-11T17:42:40.179 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph osd dump --format=json 2024-03-11T17:42:40.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:38.459535+0000 mgr.smithi132.jvlwde (mgr.14164) 222 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:42:40.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:39.334449+0000 mon.smithi132 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.132:0/594386569' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-11T17:42:40.406 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/mon.smithi132/config 2024-03-11T17:42:41.993 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:40.460014+0000 mgr.smithi132.jvlwde (mgr.14164) 223 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:42:42.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:40.460014+0000 mgr.smithi132.jvlwde (mgr.14164) 223 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:42:42.396 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-03-11T17:42:42.396 INFO:teuthology.orchestra.run.smithi132.stdout:{"epoch":51,"fsid":"cb5f33fe-dfcd-11ee-95c8-87774f69a715","created":"2024-03-11T17:36:25.513578+0000","modified":"2024-03-11T17:42:25.842208+0000","last_up_change":"2024-03-11T17:42:23.834168+0000","last_in_change":"2024-03-11T17:42:08.059283+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-03-11T17:40:40.782726+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":"a0bd450a-fd96-48dc-990c-1a473726c149","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.132:6802","nonce":4086238507},{"type":"v1","addr":"172.21.15.132:6803","nonce":4086238507}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6804","nonce":4086238507},{"type":"v1","addr":"172.21.15.132:6805","nonce":4086238507}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6808","nonce":4086238507},{"type":"v1","addr":"172.21.15.132:6809","nonce":4086238507}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6806","nonce":4086238507},{"type":"v1","addr":"172.21.15.132:6807","nonce":4086238507}]},"public_addr":"172.21.15.132:6803/4086238507","cluster_addr":"172.21.15.132:6805/4086238507","heartbeat_back_addr":"172.21.15.132:6809/4086238507","heartbeat_front_addr":"172.21.15.132:6807/4086238507","state":["exists","up"]},{"osd":1,"uuid":"f36d539f-e918-4f35-880f-cbfafa162a3c","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.132:6810","nonce":2540472655},{"type":"v1","addr":"172.21.15.132:6811","nonce":2540472655}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6812","nonce":2540472655},{"type":"v1","addr":"172.21.15.132:6813","nonce":2540472655}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6816","nonce":2540472655},{"type":"v1","addr":"172.21.15.132:6817","nonce":2540472655}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6814","nonce":2540472655},{"type":"v1","addr":"172.21.15.132:6815","nonce":2540472655}]},"public_addr":"172.21.15.132:6811/2540472655","cluster_addr":"172.21.15.132:6813/2540472655","heartbeat_back_addr":"172.21.15.132:6817/2540472655","heartbeat_front_addr":"172.21.15.132:6815/2540472655","state":["exists","up"]},{"osd":2,"uuid":"db5a7f38-feae-417c-99fe-f08490191391","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.132:6818","nonce":2010964432},{"type":"v1","addr":"172.21.15.132:6819","nonce":2010964432}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6820","nonce":2010964432},{"type":"v1","addr":"172.21.15.132:6821","nonce":2010964432}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6824","nonce":2010964432},{"type":"v1","addr":"172.21.15.132:6825","nonce":2010964432}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6822","nonce":2010964432},{"type":"v1","addr":"172.21.15.132:6823","nonce":2010964432}]},"public_addr":"172.21.15.132:6819/2010964432","cluster_addr":"172.21.15.132:6821/2010964432","heartbeat_back_addr":"172.21.15.132:6825/2010964432","heartbeat_front_addr":"172.21.15.132:6823/2010964432","state":["exists","up"]},{"osd":3,"uuid":"0f18fded-7041-4e49-a793-6eb7f59ba7e3","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.132:6826","nonce":3191063161},{"type":"v1","addr":"172.21.15.132:6827","nonce":3191063161}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6828","nonce":3191063161},{"type":"v1","addr":"172.21.15.132:6829","nonce":3191063161}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6832","nonce":3191063161},{"type":"v1","addr":"172.21.15.132:6833","nonce":3191063161}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.132:6830","nonce":3191063161},{"type":"v1","addr":"172.21.15.132:6831","nonce":3191063161}]},"public_addr":"172.21.15.132:6827/3191063161","cluster_addr":"172.21.15.132:6829/3191063161","heartbeat_back_addr":"172.21.15.132:6833/3191063161","heartbeat_front_addr":"172.21.15.132:6831/3191063161","state":["exists","up"]},{"osd":4,"uuid":"214f93d0-7ac9-4299-9b40-5993abfb980d","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.176:6800","nonce":404743321},{"type":"v1","addr":"172.21.15.176:6801","nonce":404743321}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6802","nonce":404743321},{"type":"v1","addr":"172.21.15.176:6803","nonce":404743321}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6806","nonce":404743321},{"type":"v1","addr":"172.21.15.176:6807","nonce":404743321}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6804","nonce":404743321},{"type":"v1","addr":"172.21.15.176:6805","nonce":404743321}]},"public_addr":"172.21.15.176:6801/404743321","cluster_addr":"172.21.15.176:6803/404743321","heartbeat_back_addr":"172.21.15.176:6807/404743321","heartbeat_front_addr":"172.21.15.176:6805/404743321","state":["exists","up"]},{"osd":5,"uuid":"9ef9e71f-543a-4343-9b95-6a48263ce0d9","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.176:6808","nonce":2793368235},{"type":"v1","addr":"172.21.15.176:6809","nonce":2793368235}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6810","nonce":2793368235},{"type":"v1","addr":"172.21.15.176:6811","nonce":2793368235}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6814","nonce":2793368235},{"type":"v1","addr":"172.21.15.176:6815","nonce":2793368235}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6812","nonce":2793368235},{"type":"v1","addr":"172.21.15.176:6813","nonce":2793368235}]},"public_addr":"172.21.15.176:6809/2793368235","cluster_addr":"172.21.15.176:6811/2793368235","heartbeat_back_addr":"172.21.15.176:6815/2793368235","heartbeat_front_addr":"172.21.15.176:6813/2793368235","state":["exists","up"]},{"osd":6,"uuid":"84772c23-288d-4f30-a6d3-6b435f56037a","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.176:6816","nonce":1265359826},{"type":"v1","addr":"172.21.15.176:6817","nonce":1265359826}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6818","nonce":1265359826},{"type":"v1","addr":"172.21.15.176:6819","nonce":1265359826}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6822","nonce":1265359826},{"type":"v1","addr":"172.21.15.176:6823","nonce":1265359826}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6820","nonce":1265359826},{"type":"v1","addr":"172.21.15.176:6821","nonce":1265359826}]},"public_addr":"172.21.15.176:6817/1265359826","cluster_addr":"172.21.15.176:6819/1265359826","heartbeat_back_addr":"172.21.15.176:6823/1265359826","heartbeat_front_addr":"172.21.15.176:6821/1265359826","state":["exists","up"]},{"osd":7,"uuid":"f392b872-5c42-44ae-a08e-59e8df148095","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.176:6824","nonce":1807017214},{"type":"v1","addr":"172.21.15.176:6825","nonce":1807017214}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6826","nonce":1807017214},{"type":"v1","addr":"172.21.15.176:6827","nonce":1807017214}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6830","nonce":1807017214},{"type":"v1","addr":"172.21.15.176:6831","nonce":1807017214}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6828","nonce":1807017214},{"type":"v1","addr":"172.21.15.176:6829","nonce":1807017214}]},"public_addr":"172.21.15.176:6825/1807017214","cluster_addr":"172.21.15.176:6827/1807017214","heartbeat_back_addr":"172.21.15.176:6831/1807017214","heartbeat_front_addr":"172.21.15.176:6829/1807017214","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-03-11T17:39:50.660299+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-03-11T17:40:15.319923+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-03-11T17:40:38.701578+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-03-11T17:41:01.669602+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-03-11T17:41:19.114884+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-03-11T17:41:39.809659+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-03-11T17:42:00.910296+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-03-11T17:42:22.090811+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.132:0/2151846822":"2024-03-12T17:37:33.037206+0000","172.21.15.132:6801/3458647874":"2024-03-12T17:37:33.037206+0000","172.21.15.132:6800/3458647874":"2024-03-12T17:37:33.037206+0000","172.21.15.132:0/122225947":"2024-03-12T17:37:33.037206+0000","172.21.15.132:6801/3239909994":"2024-03-12T17:37:16.261954+0000","172.21.15.132:6800/3239909994":"2024-03-12T17:37:16.261954+0000","172.21.15.132:0/2402911496":"2024-03-12T17:37:16.261954+0000","172.21.15.132:0/1670957655":"2024-03-12T17:37:16.261954+0000","172.21.15.132:0/81959231":"2024-03-12T17:36:55.347054+0000","172.21.15.132:6800/1498146707":"2024-03-12T17:36:55.347054+0000","172.21.15.132:0/1617563208":"2024-03-12T17:36:55.347054+0000","172.21.15.132:6801/1498146707":"2024-03-12T17:36:55.347054+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-03-11T17:42:43.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:42 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:42:42.396914+0000 mon.smithi132 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.132:0/1445672349' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-11T17:42:43.197 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-03-11T17:42:43.198 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-03-11T17:42:43.198 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-03-11T17:42:43.199 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-03-11T17:42:43.199 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-03-11T17:42:43.199 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-03-11T17:42:43.200 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-03-11T17:42:43.200 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-03-11T17:42:43.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:42 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:42:42.396914+0000 mon.smithi132 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.132:0/1445672349' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-11T17:42:43.634 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/mon.smithi132/config 2024-03-11T17:42:43.635 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/mon.smithi132/config 2024-03-11T17:42:43.639 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/mon.smithi132/config 2024-03-11T17:42:43.639 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/mon.smithi132/config 2024-03-11T17:42:43.641 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/mon.smithi132/config 2024-03-11T17:42:43.641 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/mon.smithi132/config 2024-03-11T17:42:43.641 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/mon.smithi132/config 2024-03-11T17:42:43.649 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/mon.smithi132/config 2024-03-11T17:42:44.152 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:42.460442+0000 mgr.smithi132.jvlwde (mgr.14164) 224 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:42:44.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:43 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:42.460442+0000 mgr.smithi132.jvlwde (mgr.14164) 224 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:42:45.927 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:44.460903+0000 mgr.smithi132.jvlwde (mgr.14164) 225 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:42:46.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:44.460903+0000 mgr.smithi132.jvlwde (mgr.14164) 225 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:42:48.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:47 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:46.461378+0000 mgr.smithi132.jvlwde (mgr.14164) 226 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:42:48.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:47 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:46.461378+0000 mgr.smithi132.jvlwde (mgr.14164) 226 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:42:50.171 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:49 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:48.461691+0000 mgr.smithi132.jvlwde (mgr.14164) 227 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:42:50.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:49 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:48.461691+0000 mgr.smithi132.jvlwde (mgr.14164) 227 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:42:51.949 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:50.462083+0000 mgr.smithi132.jvlwde (mgr.14164) 228 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:42:52.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:50.462083+0000 mgr.smithi132.jvlwde (mgr.14164) 228 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:42:54.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:53 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:52.462428+0000 mgr.smithi132.jvlwde (mgr.14164) 229 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:42:54.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:52.462428+0000 mgr.smithi132.jvlwde (mgr.14164) 229 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:42:55.641 INFO:teuthology.orchestra.run.smithi132.stdout:210453397513 2024-03-11T17:42:55.642 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-03-11T17:42:56.173 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:55 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:54.462907+0000 mgr.smithi132.jvlwde (mgr.14164) 230 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:42:56.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:55 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:54.462907+0000 mgr.smithi132.jvlwde (mgr.14164) 230 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:42:56.572 INFO:teuthology.orchestra.run.smithi132.stdout:81604378653 2024-03-11T17:42:56.573 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-03-11T17:42:58.212 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:56.463553+0000 mgr.smithi132.jvlwde (mgr.14164) 231 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:42:58.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:56.463553+0000 mgr.smithi132.jvlwde (mgr.14164) 231 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:42:58.620 INFO:teuthology.orchestra.run.smithi132.stdout:184683593741 2024-03-11T17:42:58.620 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-03-11T17:42:58.918 INFO:teuthology.orchestra.run.smithi132.stdout:60129542179 2024-03-11T17:42:58.918 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-03-11T17:42:59.508 INFO:teuthology.orchestra.run.smithi132.stdout:111669149721 2024-03-11T17:42:59.508 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-03-11T17:43:00.269 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:42:59 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:42:58.463884+0000 mgr.smithi132.jvlwde (mgr.14164) 232 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:00.286 INFO:teuthology.orchestra.run.smithi132.stdout:38654705703 2024-03-11T17:43:00.286 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-03-11T17:43:00.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:42:59 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:42:58.463884+0000 mgr.smithi132.jvlwde (mgr.14164) 232 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:00.689 INFO:teuthology.orchestra.run.smithi132.stdout:158913789970 2024-03-11T17:43:00.690 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-03-11T17:43:00.756 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/mon.smithi132/config 2024-03-11T17:43:00.977 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/mon.smithi132/config 2024-03-11T17:43:00.977 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/mon.smithi132/config 2024-03-11T17:43:00.977 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/mon.smithi132/config 2024-03-11T17:43:00.978 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/mon.smithi132/config 2024-03-11T17:43:01.510 INFO:teuthology.orchestra.run.smithi132.stdout:133143986198 2024-03-11T17:43:01.511 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-03-11T17:43:02.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:00.464263+0000 mgr.smithi132.jvlwde (mgr.14164) 233 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:02.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:00.464263+0000 mgr.smithi132.jvlwde (mgr.14164) 233 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:04.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:03 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:02.464658+0000 mgr.smithi132.jvlwde (mgr.14164) 234 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:04.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:02.464658+0000 mgr.smithi132.jvlwde (mgr.14164) 234 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:06.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:04.464956+0000 mgr.smithi132.jvlwde (mgr.14164) 235 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:06.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:04.464956+0000 mgr.smithi132.jvlwde (mgr.14164) 235 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:06.475 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/mon.smithi132/config 2024-03-11T17:43:06.476 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/mon.smithi132/config 2024-03-11T17:43:06.484 INFO:teuthology.orchestra.run.smithi132.stdout:184683593743 2024-03-11T17:43:06.593 INFO:teuthology.orchestra.run.smithi132.stdout:210453397515 2024-03-11T17:43:07.232 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:06.486459+0000 mon.smithi132 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.132:0/2744974870' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-03-11T17:43:07.232 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:06.594969+0000 mon.smithi132 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.132:0/90048956' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-03-11T17:43:07.252 INFO:tasks.cephadm.ceph_manager.ceph:need seq 184683593741 got 184683593743 for osd.6 2024-03-11T17:43:07.253 DEBUG:teuthology.parallel:result is None 2024-03-11T17:43:07.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:06.486459+0000 mon.smithi132 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.132:0/2744974870' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-03-11T17:43:07.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:06.594969+0000 mon.smithi132 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.132:0/90048956' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-03-11T17:43:08.114 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/mon.smithi132/config 2024-03-11T17:43:08.210 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:06.465294+0000 mgr.smithi132.jvlwde (mgr.14164) 236 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:08.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:06.465294+0000 mgr.smithi132.jvlwde (mgr.14164) 236 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:08.900 INFO:teuthology.orchestra.run.smithi132.stdout:38654705705 2024-03-11T17:43:09.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:08.902142+0000 mon.smithi132 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.132:0/4026733138' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-11T17:43:09.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:08.902142+0000 mon.smithi132 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.132:0/4026733138' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-11T17:43:10.285 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:08.465786+0000 mgr.smithi132.jvlwde (mgr.14164) 237 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:10.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:08.465786+0000 mgr.smithi132.jvlwde (mgr.14164) 237 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:10.937 INFO:tasks.cephadm.ceph_manager.ceph:need seq 210453397513 got 210453397515 for osd.7 2024-03-11T17:43:10.937 DEBUG:teuthology.parallel:result is None 2024-03-11T17:43:12.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:10.466236+0000 mgr.smithi132.jvlwde (mgr.14164) 238 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:12.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:10.466236+0000 mgr.smithi132.jvlwde (mgr.14164) 238 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:12.495 INFO:teuthology.orchestra.run.smithi132.stdout:81604378656 2024-03-11T17:43:13.212 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:12 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:12.497427+0000 mon.smithi132 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.132:0/554960031' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-11T17:43:13.213 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:12 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:12.739427+0000 mon.smithi132 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.132:0/613935298' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-11T17:43:13.308 INFO:teuthology.orchestra.run.smithi132.stdout:111669149724 2024-03-11T17:43:13.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:12 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:12.497427+0000 mon.smithi132 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.132:0/554960031' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-11T17:43:13.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:12 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:12.739427+0000 mon.smithi132 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.132:0/613935298' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-11T17:43:14.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:12.466537+0000 mgr.smithi132.jvlwde (mgr.14164) 239 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:14.263 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705703 got 38654705705 for osd.0 2024-03-11T17:43:14.263 DEBUG:teuthology.parallel:result is None 2024-03-11T17:43:14.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:12.466537+0000 mgr.smithi132.jvlwde (mgr.14164) 239 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:14.707 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149721 got 111669149724 for osd.3 2024-03-11T17:43:14.707 DEBUG:teuthology.parallel:result is None 2024-03-11T17:43:15.019 INFO:teuthology.orchestra.run.smithi132.stdout:60129542182 2024-03-11T17:43:15.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:14 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:14.148411+0000 mon.smithi132 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.132:0/1744926248' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-11T17:43:15.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:14 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:14.148411+0000 mon.smithi132 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.132:0/1744926248' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-11T17:43:15.561 INFO:teuthology.orchestra.run.smithi132.stdout:133143986201 2024-03-11T17:43:15.797 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542179 got 60129542182 for osd.1 2024-03-11T17:43:15.797 DEBUG:teuthology.parallel:result is None 2024-03-11T17:43:16.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:14.466889+0000 mgr.smithi132.jvlwde (mgr.14164) 240 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:16.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:15.562574+0000 mon.smithi132 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.132:0/923284623' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-11T17:43:16.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:14.466889+0000 mgr.smithi132.jvlwde (mgr.14164) 240 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:16.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:15.562574+0000 mon.smithi132 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.132:0/923284623' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-11T17:43:17.394 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378653 got 81604378656 for osd.2 2024-03-11T17:43:17.394 DEBUG:teuthology.parallel:result is None 2024-03-11T17:43:17.864 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986198 got 133143986201 for osd.4 2024-03-11T17:43:17.864 DEBUG:teuthology.parallel:result is None 2024-03-11T17:43:18.107 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:17 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:16.467349+0000 mgr.smithi132.jvlwde (mgr.14164) 241 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:18.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:17 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:16.467349+0000 mgr.smithi132.jvlwde (mgr.14164) 241 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:18.470 INFO:teuthology.orchestra.run.smithi132.stdout:158913789974 2024-03-11T17:43:19.113 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:18.472323+0000 mon.smithi132 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.132:0/358447389' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-11T17:43:19.134 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789970 got 158913789974 for osd.5 2024-03-11T17:43:19.134 DEBUG:teuthology.parallel:result is None 2024-03-11T17:43:19.134 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-03-11T17:43:19.134 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph pg dump --format=json 2024-03-11T17:43:19.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:18.472323+0000 mon.smithi132 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.132:0/358447389' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-11T17:43:19.360 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/mon.smithi132/config 2024-03-11T17:43:20.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:18.467716+0000 mgr.smithi132.jvlwde (mgr.14164) 242 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:20.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:18.467716+0000 mgr.smithi132.jvlwde (mgr.14164) 242 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:21.114 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-03-11T17:43:21.116 INFO:teuthology.orchestra.run.smithi132.stderr:dumped all 2024-03-11T17:43:21.915 INFO:teuthology.orchestra.run.smithi132.stdout:{"pg_ready":true,"pg_map":{"version":215,"stamp":"2024-03-11T17:43:20.467955+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":43300,"kb_used_data":3876,"kb_used_omap":0,"kb_used_meta":39360,"kb_avail":749917916,"statfs":{"total":767960285184,"available":767915945984,"internally_reserved":0,"allocated":3969024,"data_stored":1586988,"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-03-11T17:42:26.346666+0000","last_change":"2024-03-11T17:42:26.346666+0000","last_active":"2024-03-11T17:42:26.346666+0000","last_peered":"2024-03-11T17:42:26.346666+0000","last_clean":"2024-03-11T17:42:26.346666+0000","last_became_active":"2024-03-11T17:42:26.346324+0000","last_became_peered":"2024-03-11T17:42:26.346324+0000","last_unstale":"2024-03-11T17:42:26.346666+0000","last_undegraded":"2024-03-11T17:42:26.346666+0000","last_fullsized":"2024-03-11T17:42:26.346666+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-03-11T17:40:41.526307+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-11T17:40:41.526307+0000","last_clean_scrub_stamp":"2024-03-11T17:40:41.526307+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":49,"seq":210453397519,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5232,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739920,"statfs":{"total":95995035648,"available":95989678080,"internally_reserved":0,"allocated":499712,"data_stored":198680,"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.58699999999999997}]},{"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.47499999999999998}]},{"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.49099999999999999}]},{"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.52900000000000003}]},{"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.44700000000000001}]},{"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.54700000000000004}]},{"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.61399999999999999}]}]},{"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":198365,"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":"Mon Mar 11 17:43:03 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.49099999999999999},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.54500000000000004}]},{"osd":1,"last update":"Mon Mar 11 17:43:03 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.56200000000000006},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.50600000000000001}]},{"osd":2,"last update":"Mon Mar 11 17:43:03 2024","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.57899999999999996},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.435}]},{"osd":3,"last update":"Mon Mar 11 17:43:03 2024","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":1.002,"5min":1.002,"15min":1.002},"last":0.623},{"interface":"front","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.54000000000000004}]},{"osd":4,"last update":"Mon Mar 11 17:43:03 2024","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.41299999999999998}]},{"osd":5,"last update":"Mon Mar 11 17:43:03 2024","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.47499999999999998},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.52800000000000002}]},{"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.51300000000000001}]}]},{"osd":1,"up_from":14,"seq":60129542184,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5548,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739604,"statfs":{"total":95995035648,"available":95989354496,"internally_reserved":0,"allocated":495616,"data_stored":198365,"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":"Mon Mar 11 17:42:22 2024","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.32900000000000001,"15min":0.32100000000000001},"min":{"1min":0.24399999999999999,"5min":0.19800000000000001,"15min":0.19800000000000001},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.44900000000000001},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.35099999999999998,"15min":0.34300000000000003},"min":{"1min":0.28100000000000003,"5min":0.219,"15min":0.219},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.52400000000000002}]},{"osd":2,"last update":"Mon Mar 11 17:42:43 2024","interfaces":[{"interface":"back","average":{"1min":0.35999999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"min":{"1min":0.27900000000000003,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.41299999999999998},{"interface":"front","average":{"1min":0.42199999999999999,"5min":0.40600000000000003,"15min":0.40300000000000002},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.55900000000000005}]},{"osd":3,"last update":"Mon Mar 11 17:43:10 2024","interfaces":[{"interface":"back","average":{"1min":0.39600000000000002,"5min":0.42299999999999999,"15min":0.42699999999999999},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.54900000000000004,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.40200000000000002,"5min":0.41299999999999998,"15min":0.41499999999999998},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":1.1339999999999999,"5min":1.1339999999999999,"15min":1.1339999999999999},"last":0.46999999999999997}]},{"osd":4,"last update":"Mon Mar 11 17:42:22 2024","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.85699999999999998,"5min":0.85699999999999998,"15min":0.85699999999999998},"last":0.89600000000000002},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.747}]},{"osd":5,"last update":"Mon Mar 11 17:42:43 2024","interfaces":[{"interface":"back","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.78000000000000003},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.91700000000000004}]},{"osd":6,"last update":"Mon Mar 11 17:43:04 2024","interfaces":[{"interface":"back","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":1.466,"5min":1.466,"15min":1.466},"last":0.94099999999999995},{"interface":"front","average":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"min":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"last":0.92900000000000005}]},{"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.86299999999999999}]}]},{"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":198680,"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":"Mon Mar 11 17:42:25 2024","interfaces":[{"interface":"back","average":{"1min":0.36199999999999999,"5min":0.32000000000000001,"15min":0.313},"min":{"1min":0.253,"5min":0.187,"15min":0.187},"max":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"last":0.36699999999999999},{"interface":"front","average":{"1min":0.371,"5min":0.31900000000000001,"15min":0.31},"min":{"1min":0.248,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"last":0.44400000000000001}]},{"osd":2,"last update":"Mon Mar 11 17:42:46 2024","interfaces":[{"interface":"back","average":{"1min":0.44900000000000001,"5min":0.36099999999999999,"15min":0.34599999999999997},"min":{"1min":0.27300000000000002,"5min":0.20200000000000001,"15min":0.20200000000000001},"max":{"1min":1.542,"5min":1.542,"15min":1.542},"last":0.40600000000000003},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.40000000000000002,"15min":0.39000000000000001},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":1.3819999999999999,"5min":1.3819999999999999,"15min":1.3819999999999999},"last":0.42299999999999999}]},{"osd":3,"last update":"Mon Mar 11 17:43:07 2024","interfaces":[{"interface":"back","average":{"1min":0.443,"5min":0.41499999999999998,"15min":0.41099999999999998},"min":{"1min":0.32800000000000001,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":1.405,"5min":1.405,"15min":1.405},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.371,"5min":0.39300000000000002,"15min":0.39700000000000002},"min":{"1min":0.29499999999999998,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.51100000000000001,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.38800000000000001}]},{"osd":4,"last update":"Mon Mar 11 17:42:25 2024","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81299999999999994},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.58499999999999996}]},{"osd":5,"last update":"Mon Mar 11 17:42:42 2024","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.60099999999999998},{"interface":"front","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.52300000000000002}]},{"osd":6,"last update":"Mon Mar 11 17:43:07 2024","interfaces":[{"interface":"back","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":1.444,"5min":1.444,"15min":1.444},"last":0.53000000000000003},{"interface":"front","average":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"min":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":1.3580000000000001,"5min":1.3580000000000001,"15min":1.3580000000000001},"last":0.623}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57199999999999995}]}]},{"osd":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":5476,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739676,"statfs":{"total":95995035648,"available":95989428224,"internally_reserved":0,"allocated":487424,"data_stored":197438,"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":"Mon Mar 11 17:42:43 2024","interfaces":[{"interface":"back","average":{"1min":0.47999999999999998,"5min":0.40400000000000003,"15min":0.39100000000000001},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":1.8380000000000001,"5min":1.8380000000000001,"15min":1.8380000000000001},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.48099999999999998,"5min":0.38700000000000001,"15min":0.371},"min":{"1min":0.214,"5min":0.214,"15min":0.214},"max":{"1min":1.78,"5min":1.78,"15min":1.78},"last":0.38800000000000001}]},{"osd":1,"last update":"Mon Mar 11 17:42:43 2024","interfaces":[{"interface":"back","average":{"1min":0.45200000000000001,"5min":0.38500000000000001,"15min":0.374},"min":{"1min":0.20100000000000001,"5min":0.20100000000000001,"15min":0.20100000000000001},"max":{"1min":1.4099999999999999,"5min":1.4099999999999999,"15min":1.4099999999999999},"last":0.505},{"interface":"front","average":{"1min":0.48499999999999999,"5min":0.40799999999999997,"15min":0.39500000000000002},"min":{"1min":0.255,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":1.48,"5min":1.48,"15min":1.48},"last":0.434}]},{"osd":3,"last update":"Mon Mar 11 17:43:09 2024","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.41699999999999998,"15min":0.40400000000000003},"min":{"1min":0.28299999999999997,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":1.375,"5min":1.375,"15min":1.375},"last":0.45700000000000002},{"interface":"front","average":{"1min":0.48199999999999998,"5min":0.432,"15min":0.42399999999999999},"min":{"1min":0.33700000000000002,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":1.0569999999999999,"5min":1.0569999999999999,"15min":1.0569999999999999},"last":0.498}]},{"osd":4,"last update":"Mon Mar 11 17:42:24 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.69099999999999995},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.85299999999999998}]},{"osd":5,"last update":"Mon Mar 11 17:42:43 2024","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.87,"5min":0.87,"15min":0.87},"last":0.874},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":1.024,"5min":1.024,"15min":1.024},"last":0.72899999999999998}]},{"osd":6,"last update":"Mon Mar 11 17:43:05 2024","interfaces":[{"interface":"back","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.76600000000000001},{"interface":"front","average":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.97499999999999998,"5min":0.97499999999999998,"15min":0.97499999999999998},"last":0.88100000000000001}]},{"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.70699999999999996}]}]},{"osd":3,"up_from":26,"seq":111669149726,"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":198680,"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":"Mon Mar 11 17:43:08 2024","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.37,"15min":0.36599999999999999},"min":{"1min":0.20399999999999999,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.504,"5min":0.51300000000000001,"15min":0.51300000000000001},"last":0.46300000000000002},{"interface":"front","average":{"1min":0.40200000000000002,"5min":0.39000000000000001,"15min":0.38800000000000001},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.47799999999999998}]},{"osd":1,"last update":"Mon Mar 11 17:43:08 2024","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.40799999999999997,"15min":0.41199999999999998},"min":{"1min":0.223,"5min":0.223,"15min":0.223},"max":{"1min":0.50700000000000001,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.41099999999999998},{"interface":"front","average":{"1min":0.41999999999999998,"5min":0.38900000000000001,"15min":0.38400000000000001},"min":{"1min":0.224,"5min":0.224,"15min":0.224},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.44800000000000001}]},{"osd":2,"last update":"Mon Mar 11 17:43:08 2024","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.41999999999999998,"15min":0.41799999999999998},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.495},{"interface":"front","average":{"1min":0.437,"5min":0.41899999999999998,"15min":0.41599999999999998},"min":{"1min":0.28899999999999998,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.502}]},{"osd":4,"last update":"Mon Mar 11 17:42:22 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.751},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.68999999999999995}]},{"osd":5,"last update":"Mon Mar 11 17:42:41 2024","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.63100000000000001},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.71399999999999997}]},{"osd":6,"last update":"Mon Mar 11 17:43:08 2024","interfaces":[{"interface":"back","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.74199999999999999},{"interface":"front","average":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.70699999999999996}]},{"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.73199999999999998}]}]},{"osd":4,"up_from":31,"seq":133143986202,"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":198680,"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":"Mon Mar 11 17:42:25 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.437}]},{"osd":1,"last update":"Mon Mar 11 17:42:25 2024","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.41499999999999998},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.58899999999999997}]},{"osd":2,"last update":"Mon Mar 11 17:42:25 2024","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.54500000000000004},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.52100000000000002}]},{"osd":3,"last update":"Mon Mar 11 17:42:25 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.55800000000000005},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.60999999999999999}]},{"osd":5,"last update":"Mon Mar 11 17:42:41 2024","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.63900000000000001},{"interface":"front","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.58199999999999996}]},{"osd":6,"last update":"Mon Mar 11 17:43:06 2024","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.66600000000000004},{"interface":"front","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.73599999999999999}]},{"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.625}]}]},{"osd":5,"up_from":37,"seq":158913789974,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5352,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739800,"statfs":{"total":95995035648,"available":95989555200,"internally_reserved":0,"allocated":491520,"data_stored":198100,"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":"Mon Mar 11 17:42:42 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.62}]},{"osd":1,"last update":"Mon Mar 11 17:42:42 2024","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.63300000000000001},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.72299999999999998}]},{"osd":2,"last update":"Mon Mar 11 17:42:42 2024","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.58199999999999996},{"interface":"front","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.73399999999999999}]},{"osd":3,"last update":"Mon Mar 11 17:42:42 2024","interfaces":[{"interface":"back","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.64500000000000002},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.76000000000000001}]},{"osd":4,"last update":"Mon Mar 11 17:42:42 2024","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.54600000000000004}]},{"osd":6,"last update":"Mon Mar 11 17:43:04 2024","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.53600000000000003},{"interface":"front","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.61099999999999999}]},{"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.51700000000000002}]}]}],"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-03-11T17:43:21.917 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph pg dump --format=json 2024-03-11T17:43:22.143 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/mon.smithi132/config 2024-03-11T17:43:22.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:20.468109+0000 mgr.smithi132.jvlwde (mgr.14164) 243 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:22.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:20.468109+0000 mgr.smithi132.jvlwde (mgr.14164) 243 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:23.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:22 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:21.113746+0000 mgr.smithi132.jvlwde (mgr.14164) 244 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-11T17:43:23.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:22 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:21.113746+0000 mgr.smithi132.jvlwde (mgr.14164) 244 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-11T17:43:24.092 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-03-11T17:43:24.092 INFO:teuthology.orchestra.run.smithi132.stderr:dumped all 2024-03-11T17:43:24.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:22.468409+0000 mgr.smithi132.jvlwde (mgr.14164) 245 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:24.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:22.468409+0000 mgr.smithi132.jvlwde (mgr.14164) 245 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:24.793 INFO:teuthology.orchestra.run.smithi132.stdout:{"pg_ready":true,"pg_map":{"version":216,"stamp":"2024-03-11T17:43:22.468278+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":43300,"kb_used_data":3876,"kb_used_omap":0,"kb_used_meta":39360,"kb_avail":749917916,"statfs":{"total":767960285184,"available":767915945984,"internally_reserved":0,"allocated":3969024,"data_stored":1586988,"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-03-11T17:42:26.346666+0000","last_change":"2024-03-11T17:42:26.346666+0000","last_active":"2024-03-11T17:42:26.346666+0000","last_peered":"2024-03-11T17:42:26.346666+0000","last_clean":"2024-03-11T17:42:26.346666+0000","last_became_active":"2024-03-11T17:42:26.346324+0000","last_became_peered":"2024-03-11T17:42:26.346324+0000","last_unstale":"2024-03-11T17:42:26.346666+0000","last_undegraded":"2024-03-11T17:42:26.346666+0000","last_fullsized":"2024-03-11T17:42:26.346666+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-03-11T17:40:41.526307+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-11T17:40:41.526307+0000","last_clean_scrub_stamp":"2024-03-11T17:40:41.526307+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":49,"seq":210453397519,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5232,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739920,"statfs":{"total":95995035648,"available":95989678080,"internally_reserved":0,"allocated":499712,"data_stored":198680,"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.58699999999999997}]},{"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.47499999999999998}]},{"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.49099999999999999}]},{"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.52900000000000003}]},{"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.44700000000000001}]},{"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.54700000000000004}]},{"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.61399999999999999}]}]},{"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":198365,"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":"Mon Mar 11 17:43:03 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.49099999999999999},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.54500000000000004}]},{"osd":1,"last update":"Mon Mar 11 17:43:03 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.56200000000000006},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.50600000000000001}]},{"osd":2,"last update":"Mon Mar 11 17:43:03 2024","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.57899999999999996},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.435}]},{"osd":3,"last update":"Mon Mar 11 17:43:03 2024","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":1.002,"5min":1.002,"15min":1.002},"last":0.623},{"interface":"front","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.54000000000000004}]},{"osd":4,"last update":"Mon Mar 11 17:43:03 2024","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.41299999999999998}]},{"osd":5,"last update":"Mon Mar 11 17:43:03 2024","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.47499999999999998},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.52800000000000002}]},{"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.51300000000000001}]}]},{"osd":1,"up_from":14,"seq":60129542184,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5548,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739604,"statfs":{"total":95995035648,"available":95989354496,"internally_reserved":0,"allocated":495616,"data_stored":198365,"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":"Mon Mar 11 17:42:22 2024","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.32900000000000001,"15min":0.32100000000000001},"min":{"1min":0.24399999999999999,"5min":0.19800000000000001,"15min":0.19800000000000001},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.44900000000000001},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.35099999999999998,"15min":0.34300000000000003},"min":{"1min":0.28100000000000003,"5min":0.219,"15min":0.219},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.52400000000000002}]},{"osd":2,"last update":"Mon Mar 11 17:42:43 2024","interfaces":[{"interface":"back","average":{"1min":0.35999999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"min":{"1min":0.27900000000000003,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.41299999999999998},{"interface":"front","average":{"1min":0.42199999999999999,"5min":0.40600000000000003,"15min":0.40300000000000002},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.55900000000000005}]},{"osd":3,"last update":"Mon Mar 11 17:43:10 2024","interfaces":[{"interface":"back","average":{"1min":0.39600000000000002,"5min":0.42299999999999999,"15min":0.42699999999999999},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.54900000000000004,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.40200000000000002,"5min":0.41299999999999998,"15min":0.41499999999999998},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":1.1339999999999999,"5min":1.1339999999999999,"15min":1.1339999999999999},"last":0.46999999999999997}]},{"osd":4,"last update":"Mon Mar 11 17:42:22 2024","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.85699999999999998,"5min":0.85699999999999998,"15min":0.85699999999999998},"last":0.89600000000000002},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.747}]},{"osd":5,"last update":"Mon Mar 11 17:42:43 2024","interfaces":[{"interface":"back","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.78000000000000003},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.91700000000000004}]},{"osd":6,"last update":"Mon Mar 11 17:43:04 2024","interfaces":[{"interface":"back","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":1.466,"5min":1.466,"15min":1.466},"last":0.94099999999999995},{"interface":"front","average":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"min":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"last":0.92900000000000005}]},{"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.86299999999999999}]}]},{"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":198680,"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":"Mon Mar 11 17:42:25 2024","interfaces":[{"interface":"back","average":{"1min":0.36199999999999999,"5min":0.32000000000000001,"15min":0.313},"min":{"1min":0.253,"5min":0.187,"15min":0.187},"max":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"last":0.36699999999999999},{"interface":"front","average":{"1min":0.371,"5min":0.31900000000000001,"15min":0.31},"min":{"1min":0.248,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"last":0.44400000000000001}]},{"osd":2,"last update":"Mon Mar 11 17:42:46 2024","interfaces":[{"interface":"back","average":{"1min":0.44900000000000001,"5min":0.36099999999999999,"15min":0.34599999999999997},"min":{"1min":0.27300000000000002,"5min":0.20200000000000001,"15min":0.20200000000000001},"max":{"1min":1.542,"5min":1.542,"15min":1.542},"last":0.40600000000000003},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.40000000000000002,"15min":0.39000000000000001},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":1.3819999999999999,"5min":1.3819999999999999,"15min":1.3819999999999999},"last":0.42299999999999999}]},{"osd":3,"last update":"Mon Mar 11 17:43:07 2024","interfaces":[{"interface":"back","average":{"1min":0.443,"5min":0.41499999999999998,"15min":0.41099999999999998},"min":{"1min":0.32800000000000001,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":1.405,"5min":1.405,"15min":1.405},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.371,"5min":0.39300000000000002,"15min":0.39700000000000002},"min":{"1min":0.29499999999999998,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.51100000000000001,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.38800000000000001}]},{"osd":4,"last update":"Mon Mar 11 17:42:25 2024","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81299999999999994},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.58499999999999996}]},{"osd":5,"last update":"Mon Mar 11 17:42:42 2024","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.60099999999999998},{"interface":"front","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.52300000000000002}]},{"osd":6,"last update":"Mon Mar 11 17:43:07 2024","interfaces":[{"interface":"back","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":1.444,"5min":1.444,"15min":1.444},"last":0.53000000000000003},{"interface":"front","average":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"min":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":1.3580000000000001,"5min":1.3580000000000001,"15min":1.3580000000000001},"last":0.623}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57199999999999995}]}]},{"osd":2,"up_from":19,"seq":81604378659,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5476,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739676,"statfs":{"total":95995035648,"available":95989428224,"internally_reserved":0,"allocated":487424,"data_stored":197438,"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":"Mon Mar 11 17:42:43 2024","interfaces":[{"interface":"back","average":{"1min":0.47999999999999998,"5min":0.40400000000000003,"15min":0.39100000000000001},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":1.8380000000000001,"5min":1.8380000000000001,"15min":1.8380000000000001},"last":0.33400000000000002},{"interface":"front","average":{"1min":0.48099999999999998,"5min":0.38700000000000001,"15min":0.371},"min":{"1min":0.214,"5min":0.214,"15min":0.214},"max":{"1min":1.78,"5min":1.78,"15min":1.78},"last":0.34799999999999998}]},{"osd":1,"last update":"Mon Mar 11 17:42:43 2024","interfaces":[{"interface":"back","average":{"1min":0.45200000000000001,"5min":0.38500000000000001,"15min":0.374},"min":{"1min":0.20100000000000001,"5min":0.20100000000000001,"15min":0.20100000000000001},"max":{"1min":1.4099999999999999,"5min":1.4099999999999999,"15min":1.4099999999999999},"last":0.32200000000000001},{"interface":"front","average":{"1min":0.48499999999999999,"5min":0.40799999999999997,"15min":0.39500000000000002},"min":{"1min":0.255,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":1.48,"5min":1.48,"15min":1.48},"last":0.39500000000000002}]},{"osd":3,"last update":"Mon Mar 11 17:43:09 2024","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.41699999999999998,"15min":0.40400000000000003},"min":{"1min":0.28299999999999997,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":1.375,"5min":1.375,"15min":1.375},"last":0.36299999999999999},{"interface":"front","average":{"1min":0.48199999999999998,"5min":0.432,"15min":0.42399999999999999},"min":{"1min":0.33700000000000002,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":1.0569999999999999,"5min":1.0569999999999999,"15min":1.0569999999999999},"last":0.372}]},{"osd":4,"last update":"Mon Mar 11 17:42:24 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.52100000000000002},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.51700000000000002}]},{"osd":5,"last update":"Mon Mar 11 17:42:43 2024","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.87,"5min":0.87,"15min":0.87},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":1.024,"5min":1.024,"15min":1.024},"last":0.57099999999999995}]},{"osd":6,"last update":"Mon Mar 11 17:43:05 2024","interfaces":[{"interface":"back","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.55500000000000005},{"interface":"front","average":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.97499999999999998,"5min":0.97499999999999998,"15min":0.97499999999999998},"last":0.503}]},{"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.59699999999999998}]}]},{"osd":3,"up_from":26,"seq":111669149726,"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":198680,"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":"Mon Mar 11 17:43:08 2024","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.37,"15min":0.36599999999999999},"min":{"1min":0.20399999999999999,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.504,"5min":0.51300000000000001,"15min":0.51300000000000001},"last":0.46300000000000002},{"interface":"front","average":{"1min":0.40200000000000002,"5min":0.39000000000000001,"15min":0.38800000000000001},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.47799999999999998}]},{"osd":1,"last update":"Mon Mar 11 17:43:08 2024","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.40799999999999997,"15min":0.41199999999999998},"min":{"1min":0.223,"5min":0.223,"15min":0.223},"max":{"1min":0.50700000000000001,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.41099999999999998},{"interface":"front","average":{"1min":0.41999999999999998,"5min":0.38900000000000001,"15min":0.38400000000000001},"min":{"1min":0.224,"5min":0.224,"15min":0.224},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.44800000000000001}]},{"osd":2,"last update":"Mon Mar 11 17:43:08 2024","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.41999999999999998,"15min":0.41799999999999998},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.495},{"interface":"front","average":{"1min":0.437,"5min":0.41899999999999998,"15min":0.41599999999999998},"min":{"1min":0.28899999999999998,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.502}]},{"osd":4,"last update":"Mon Mar 11 17:42:22 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.751},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.68999999999999995}]},{"osd":5,"last update":"Mon Mar 11 17:42:41 2024","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.63100000000000001},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.71399999999999997}]},{"osd":6,"last update":"Mon Mar 11 17:43:08 2024","interfaces":[{"interface":"back","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.74199999999999999},{"interface":"front","average":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.70699999999999996}]},{"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.73199999999999998}]}]},{"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":198680,"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":"Mon Mar 11 17:42:25 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.61499999999999999},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.70799999999999996}]},{"osd":1,"last update":"Mon Mar 11 17:42:25 2024","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.69299999999999995},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.64600000000000002}]},{"osd":2,"last update":"Mon Mar 11 17:42:25 2024","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.68200000000000005},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.623}]},{"osd":3,"last update":"Mon Mar 11 17:42:25 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.67100000000000004},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.63}]},{"osd":5,"last update":"Mon Mar 11 17:42:41 2024","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.48999999999999999}]},{"osd":6,"last update":"Mon Mar 11 17:43:06 2024","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.52500000000000002},{"interface":"front","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.505}]},{"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.438}]}]},{"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":5352,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739800,"statfs":{"total":95995035648,"available":95989555200,"internally_reserved":0,"allocated":491520,"data_stored":198100,"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":"Mon Mar 11 17:42:42 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.44500000000000001},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.45400000000000001}]},{"osd":1,"last update":"Mon Mar 11 17:42:42 2024","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.53500000000000003},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.40300000000000002}]},{"osd":2,"last update":"Mon Mar 11 17:42:42 2024","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.56999999999999995},{"interface":"front","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.48699999999999999}]},{"osd":3,"last update":"Mon Mar 11 17:42:42 2024","interfaces":[{"interface":"back","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.58799999999999997},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.51400000000000001}]},{"osd":4,"last update":"Mon Mar 11 17:42:42 2024","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"last":0.35899999999999999},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.42799999999999999}]},{"osd":6,"last update":"Mon Mar 11 17:43:04 2024","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.379},{"interface":"front","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.55000000000000004}]},{"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.52100000000000002}]}]}],"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-03-11T17:43:24.794 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-03-11T17:43:24.794 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-03-11T17:43:24.795 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-03-11T17:43:24.795 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph health --format=json 2024-03-11T17:43:25.027 INFO:teuthology.orchestra.run.smithi132.stderr:Inferring config /var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/mon.smithi132/config 2024-03-11T17:43:25.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:24 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:24.219416+0000 mon.smithi132 (mon.0) 597 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:43:25.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:24 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:24.220382+0000 mon.smithi132 (mon.0) 598 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:43:25.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:24 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:24.220929+0000 mon.smithi132 (mon.0) 599 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:43:25.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:24 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:24.905362+0000 mon.smithi132 (mon.0) 600 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:43:25.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:24.219416+0000 mon.smithi132 (mon.0) 597 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:43:25.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:24.220382+0000 mon.smithi132 (mon.0) 598 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:43:25.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:24.220929+0000 mon.smithi132 (mon.0) 599 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:43:25.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:24.905362+0000 mon.smithi132 (mon.0) 600 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:43:26.264 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:24.090612+0000 mgr.smithi132.jvlwde (mgr.14164) 246 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-11T17:43:26.265 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:24.468729+0000 mgr.smithi132.jvlwde (mgr.14164) 247 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:26.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:24.090612+0000 mgr.smithi132.jvlwde (mgr.14164) 246 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-11T17:43:26.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:24.468729+0000 mgr.smithi132.jvlwde (mgr.14164) 247 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:27.056 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-03-11T17:43:27.641 INFO:teuthology.orchestra.run.smithi132.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-03-11T17:43:27.641 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-03-11T17:43:27.642 INFO:tasks.cephadm:Setup complete, yielding 2024-03-11T17:43:27.642 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-11T17:43:27.651 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi132.front.sepia.ceph.com 2024-03-11T17:43:27.652 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- bash -c 'ceph orch status' 2024-03-11T17:43:28.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:27 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:26.469135+0000 mgr.smithi132.jvlwde (mgr.14164) 248 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:28.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:27 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:27.057852+0000 mon.smithi132 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.132:0/3430068133' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-11T17:43:28.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:27 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:26.469135+0000 mgr.smithi132.jvlwde (mgr.14164) 248 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:28.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:27 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:27.057852+0000 mon.smithi132 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.132:0/3430068133' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-11T17:43:29.650 INFO:teuthology.orchestra.run.smithi132.stdout:Backend: cephadm 2024-03-11T17:43:29.650 INFO:teuthology.orchestra.run.smithi132.stdout:Available: Yes 2024-03-11T17:43:29.650 INFO:teuthology.orchestra.run.smithi132.stdout:Paused: No 2024-03-11T17:43:30.284 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:29 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:28.469460+0000 mgr.smithi132.jvlwde (mgr.14164) 249 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:30.304 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- bash -c 'ceph orch ps' 2024-03-11T17:43:30.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:29 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:28.469460+0000 mgr.smithi132.jvlwde (mgr.14164) 249 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:31.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:29.651291+0000 mgr.smithi132.jvlwde (mgr.14164) 250 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:43:31.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:30 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:29.651291+0000 mgr.smithi132.jvlwde (mgr.14164) 250 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:43:32.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:31 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:30.469810+0000 mgr.smithi132.jvlwde (mgr.14164) 251 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:32.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:31 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:30.469810+0000 mgr.smithi132.jvlwde (mgr.14164) 251 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:32.401 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T17:43:32.402 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 running (3m) 91s ago 5m 20.1M - 0.20.0 0881eb8f169f a271f1b457ae 2024-03-11T17:43:32.402 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (5m) 91s ago 5m 6387k - 16.2.5 6933c2a0b7dd 9a5469425dbb 2024-03-11T17:43:32.402 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (4m) 71s ago 4m 6387k - 16.2.5 6933c2a0b7dd 3394b3e5bd00 2024-03-11T17:43:32.402 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (3m) 91s ago 5m 27.0M - 6.7.4 557c83e11646 f6eed3094e30 2024-03-11T17:43:32.402 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:9283 running (7m) 91s ago 6m 415M - 16.2.5 6933c2a0b7dd 73121a409072 2024-03-11T17:43:32.402 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283 running (4m) 71s ago 4m 371M - 16.2.5 6933c2a0b7dd be1870c1a588 2024-03-11T17:43:32.402 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (7m) 91s ago 7m 53.2M 2048M 16.2.5 6933c2a0b7dd d2652d3f8220 2024-03-11T17:43:32.402 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (4m) 71s ago 4m 56.3M 2048M 16.2.5 6933c2a0b7dd 48b36f582d96 2024-03-11T17:43:32.402 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (4m) 91s ago 4m 15.2M - 0.18.1 e5a616e4b9cf 10f5ee689b40 2024-03-11T17:43:32.402 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (4m) 71s ago 4m 17.1M - 0.18.1 e5a616e4b9cf 0ef3c4c60b7c 2024-03-11T17:43:32.402 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (3m) 91s ago 3m 31.5M 3224M 16.2.5 6933c2a0b7dd 8a9418f8764a 2024-03-11T17:43:32.402 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (3m) 91s ago 3m 30.6M 3224M 16.2.5 6933c2a0b7dd 120ec75123a3 2024-03-11T17:43:32.402 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (2m) 91s ago 2m 32.5M 3224M 16.2.5 6933c2a0b7dd 68fe37f0f2b3 2024-03-11T17:43:32.403 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (2m) 91s ago 2m 27.5M 3224M 16.2.5 6933c2a0b7dd ec14dfc2c803 2024-03-11T17:43:32.403 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (2m) 71s ago 2m 27.5M 3992M 16.2.5 6933c2a0b7dd a618d96d8b7f 2024-03-11T17:43:32.403 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (117s) 71s ago 116s 27.0M 3992M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T17:43:32.403 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (96s) 71s ago 95s 26.2M 3992M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T17:43:32.403 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (74s) 71s ago 74s 12.1M 3992M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T17:43:32.403 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 running (3m) 91s ago 4m 34.9M - 2.18.1 de242295e225 e8b32a43e1a8 2024-03-11T17:43:33.118 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- bash -c 'ceph orch ls' 2024-03-11T17:43:33.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:32.395494+0000 mgr.smithi132.jvlwde (mgr.14164) 252 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:43:33.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:32.470085+0000 mgr.smithi132.jvlwde (mgr.14164) 253 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:33.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:32.395494+0000 mgr.smithi132.jvlwde (mgr.14164) 252 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:43:33.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:32.470085+0000 mgr.smithi132.jvlwde (mgr.14164) 253 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:34.208 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:33.245503+0000 mon.smithi132 (mon.0) 602 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/trash_purge_schedule"}]: dispatch 2024-03-11T17:43:34.208 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:33.245816+0000 mon.smithi132 (mon.0) 603 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/mirror_snapshot_schedule"}]: dispatch 2024-03-11T17:43:34.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:34 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:33.245503+0000 mon.smithi132 (mon.0) 602 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/trash_purge_schedule"}]: dispatch 2024-03-11T17:43:34.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:34 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:33.245816+0000 mon.smithi132 (mon.0) 603 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/mirror_snapshot_schedule"}]: dispatch 2024-03-11T17:43:35.234 INFO:teuthology.orchestra.run.smithi132.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-03-11T17:43:35.234 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager ?:9093,9094 1/1 94s ago 6m count:1 2024-03-11T17:43:35.234 INFO:teuthology.orchestra.run.smithi132.stdout:crash 2/2 94s ago 6m * 2024-03-11T17:43:35.234 INFO:teuthology.orchestra.run.smithi132.stdout:grafana ?:3000 1/1 94s ago 6m count:1 2024-03-11T17:43:35.234 INFO:teuthology.orchestra.run.smithi132.stdout:mgr 2/2 94s ago 6m count:2 2024-03-11T17:43:35.234 INFO:teuthology.orchestra.run.smithi132.stdout:mon 2/2 94s ago 5m smithi132:172.21.15.132=smithi132;smithi176:172.21.15.176=smithi176;count:2 2024-03-11T17:43:35.235 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter ?:9100 2/2 94s ago 6m * 2024-03-11T17:43:35.235 INFO:teuthology.orchestra.run.smithi132.stdout:osd 8/8 94s ago - 2024-03-11T17:43:35.235 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus ?:9095 1/1 94s ago 6m count:1 2024-03-11T17:43:35.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:34.470528+0000 mgr.smithi132.jvlwde (mgr.14164) 254 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:35.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:34.470528+0000 mgr.smithi132.jvlwde (mgr.14164) 254 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:35.881 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- bash -c 'ceph orch host ls' 2024-03-11T17:43:37.088 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:36 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:35.231692+0000 mgr.smithi132.jvlwde (mgr.14164) 255 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:43:37.269 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:36 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:35.231692+0000 mgr.smithi132.jvlwde (mgr.14164) 255 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:43:37.916 INFO:teuthology.orchestra.run.smithi132.stdout:HOST ADDR LABELS STATUS 2024-03-11T17:43:37.916 INFO:teuthology.orchestra.run.smithi132.stdout:smithi132 172.21.15.132 2024-03-11T17:43:37.916 INFO:teuthology.orchestra.run.smithi132.stdout:smithi176 172.21.15.176 2024-03-11T17:43:38.088 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:37 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:36.470925+0000 mgr.smithi132.jvlwde (mgr.14164) 256 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:38.278 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:37 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:36.470925+0000 mgr.smithi132.jvlwde (mgr.14164) 256 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:38.630 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- bash -c 'ceph orch device ls' 2024-03-11T17:43:39.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:38 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:37.917473+0000 mgr.smithi132.jvlwde (mgr.14164) 257 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:43:39.088 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:38 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:37.917473+0000 mgr.smithi132.jvlwde (mgr.14164) 257 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:43:40.116 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:38.471369+0000 mgr.smithi132.jvlwde (mgr.14164) 258 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:40.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:38.471369+0000 mgr.smithi132.jvlwde (mgr.14164) 258 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:40.798 INFO:teuthology.orchestra.run.smithi132.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2024-03-11T17:43:40.798 INFO:teuthology.orchestra.run.smithi132.stdout:smithi132 /dev/nvme0n1 ssd CVFT6232000B400BGN 400G Unknown N/A N/A No 2024-03-11T17:43:40.798 INFO:teuthology.orchestra.run.smithi132.stdout:smithi176 /dev/nvme0n1 ssd CVFT62330099400BGN 400G Unknown N/A N/A No 2024-03-11T17:43:41.382 INFO:teuthology.run_tasks:Running task vip.exec... 2024-03-11T17:43:41.392 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi132.front.sepia.ceph.com 2024-03-11T17:43:41.392 DEBUG:teuthology.orchestra.run.smithi132:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-03-11T17:43:41.421 INFO:teuthology.orchestra.run.smithi132.stderr:+ systemctl stop nfs-server 2024-03-11T17:43:41.428 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi176.front.sepia.ceph.com 2024-03-11T17:43:41.428 DEBUG:teuthology.orchestra.run.smithi176:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-03-11T17:43:41.465 INFO:teuthology.orchestra.run.smithi176.stderr:+ systemctl stop nfs-server 2024-03-11T17:43:41.473 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-11T17:43:41.482 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi132.front.sepia.ceph.com 2024-03-11T17:43:41.482 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-03-11T17:43:42.237 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:40.471694+0000 mgr.smithi132.jvlwde (mgr.14164) 259 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:42.237 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:40.798917+0000 mgr.smithi132.jvlwde (mgr.14164) 260 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:43:42.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:40.471694+0000 mgr.smithi132.jvlwde (mgr.14164) 259 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:42.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:40.798917+0000 mgr.smithi132.jvlwde (mgr.14164) 260 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:43:44.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:44 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:42.472288+0000 mgr.smithi132.jvlwde (mgr.14164) 261 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:44.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:44 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:43.551437+0000 mon.smithi132 (mon.0) 604 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-03-11T17:43:44.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:44 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:42.472288+0000 mgr.smithi132.jvlwde (mgr.14164) 261 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:44.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:44 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:43.551437+0000 mon.smithi132 (mon.0) 604 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-03-11T17:43:45.255 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:44 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:43:44.861+0000 7f3506785700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-03-11T17:43:45.255 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:43.550959+0000 mgr.smithi132.jvlwde (mgr.14164) 262 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:43:45.256 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:43.847908+0000 mon.smithi132 (mon.0) 605 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-03-11T17:43:45.256 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:43.847950+0000 mon.smithi132 (mon.0) 606 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-03-11T17:43:45.256 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:43.849746+0000 mon.smithi132 (mon.0) 607 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-03-11T17:43:45.256 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:44.472779+0000 mgr.smithi132.jvlwde (mgr.14164) 263 : cluster [DBG] pgmap v228: 33 pgs: 3 creating+peering, 1 active+clean, 29 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:45.256 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:44.850607+0000 mon.smithi132 (mon.0) 608 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-03-11T17:43:45.256 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:44.850820+0000 mon.smithi132 (mon.0) 609 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-03-11T17:43:45.256 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:44.861474+0000 mon.smithi132 (mon.0) 610 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-03-11T17:43:45.256 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:44.862295+0000 mon.smithi132 (mon.0) 611 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-03-11T17:43:45.256 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:44.862323+0000 mon.smithi132 (mon.0) 612 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-03-11T17:43:45.256 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:44.874157+0000 mon.smithi132 (mon.0) 613 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-03-11T17:43:45.256 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:44.874280+0000 mon.smithi132 (mon.0) 614 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-03-11T17:43:45.256 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:44.874361+0000 mon.smithi132 (mon.0) 615 : cluster [DBG] fsmap foofs:0 2024-03-11T17:43:45.256 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:43:44.877081+0000 mgr.smithi132.jvlwde (mgr.14164) 264 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-03-11T17:43:45.256 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:44.887747+0000 mon.smithi132 (mon.0) 616 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:43:45.257 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:44.889216+0000 mon.smithi132 (mon.0) 617 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:43:45.257 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:44.891633+0000 mon.smithi132 (mon.0) 618 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:43:45.257 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:44.892854+0000 mon.smithi132 (mon.0) 619 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:43:45.257 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:44.898885+0000 mon.smithi132 (mon.0) 620 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:43:45.257 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:44.905847+0000 mon.smithi132 (mon.0) 621 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:43:45.257 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:44.906601+0000 mon.smithi132 (mon.0) 622 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi132.jgrugp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-03-11T17:43:45.257 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:44.910735+0000 mon.smithi132 (mon.0) 623 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi132.jgrugp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-03-11T17:43:45.257 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:44.911388+0000 mon.smithi132 (mon.0) 624 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:43:45.257 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:43:44.912141+0000 mgr.smithi132.jvlwde (mgr.14164) 265 : cephadm [INF] Deploying daemon mds.foofs.smithi132.jgrugp on smithi132 2024-03-11T17:43:45.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:43.550959+0000 mgr.smithi132.jvlwde (mgr.14164) 262 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:43:45.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:43.847908+0000 mon.smithi132 (mon.0) 605 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-03-11T17:43:45.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:43.847950+0000 mon.smithi132 (mon.0) 606 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-03-11T17:43:45.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:43.849746+0000 mon.smithi132 (mon.0) 607 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-03-11T17:43:45.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:44.472779+0000 mgr.smithi132.jvlwde (mgr.14164) 263 : cluster [DBG] pgmap v228: 33 pgs: 3 creating+peering, 1 active+clean, 29 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:45.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:44.850607+0000 mon.smithi132 (mon.0) 608 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-03-11T17:43:45.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:44.850820+0000 mon.smithi132 (mon.0) 609 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-03-11T17:43:45.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:44.861474+0000 mon.smithi132 (mon.0) 610 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-03-11T17:43:45.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:44.862295+0000 mon.smithi132 (mon.0) 611 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-03-11T17:43:45.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:44.862323+0000 mon.smithi132 (mon.0) 612 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-03-11T17:43:45.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:44.874157+0000 mon.smithi132 (mon.0) 613 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-03-11T17:43:45.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:44.874280+0000 mon.smithi132 (mon.0) 614 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-03-11T17:43:45.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:44.874361+0000 mon.smithi132 (mon.0) 615 : cluster [DBG] fsmap foofs:0 2024-03-11T17:43:45.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:43:44.877081+0000 mgr.smithi132.jvlwde (mgr.14164) 264 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-03-11T17:43:45.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:44.887747+0000 mon.smithi132 (mon.0) 616 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:43:45.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:44.889216+0000 mon.smithi132 (mon.0) 617 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:43:45.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:44.891633+0000 mon.smithi132 (mon.0) 618 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:43:45.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:44.892854+0000 mon.smithi132 (mon.0) 619 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:43:45.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:44.898885+0000 mon.smithi132 (mon.0) 620 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:43:45.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:44.905847+0000 mon.smithi132 (mon.0) 621 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:43:45.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:44.906601+0000 mon.smithi132 (mon.0) 622 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi132.jgrugp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-03-11T17:43:45.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:44.910735+0000 mon.smithi132 (mon.0) 623 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi132.jgrugp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-03-11T17:43:45.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:44.911388+0000 mon.smithi132 (mon.0) 624 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:43:45.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:43:44.912141+0000 mgr.smithi132.jvlwde (mgr.14164) 265 : cephadm [INF] Deploying daemon mds.foofs.smithi132.jgrugp on smithi132 2024-03-11T17:43:45.616 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-03-11T17:43:45.627 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2024-03-11T17:43:45.627 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph orch ls -f json 2024-03-11T17:43:47.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:45.876420+0000 mon.smithi132 (mon.0) 625 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-03-11T17:43:47.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:45.876420+0000 mon.smithi132 (mon.0) 625 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-03-11T17:43:48.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:47 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:46.473294+0000 mgr.smithi132.jvlwde (mgr.14164) 266 : cluster [DBG] pgmap v232: 65 pgs: 20 active+clean, 9 creating+peering, 36 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:48.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:47 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:46.473294+0000 mgr.smithi132.jvlwde (mgr.14164) 266 : cluster [DBG] pgmap v232: 65 pgs: 20 active+clean, 9 creating+peering, 36 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:48.830 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-03-11T17:43:48.831 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-03-11T17:37:22.974523Z", "last_refresh": "2024-03-11T17:42:01.136637Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-03-11T17:37:08.284454Z", "last_refresh": "2024-03-11T17:42:01.136692Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-03-11T17:37:19.002169Z", "last_refresh": "2024-03-11T17:42:01.136747Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-03-11T17:43:44.888438Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-03-11T17:43:44.877107Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-11T17:37:06.841563Z", "last_refresh": "2024-03-11T17:42:01.136575Z", "running": 2, "size": 2}}, {"events": ["2024-03-11T17:38:00.865947Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi176:172.21.15.176=smithi176"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-11T17:38:00.860706Z", "last_refresh": "2024-03-11T17:42:01.136426Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-03-11T17:37:21.482995Z", "last_refresh": "2024-03-11T17:42:01.136800Z", "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-03-11T17:42:01.136906Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-03-11T17:37:17.506747Z", "last_refresh": "2024-03-11T17:42:01.136853Z", "ports": [9095], "running": 1, "size": 1}}] 2024-03-11T17:43:49.862 INFO:tasks.cephadm:mds.foofs has 0/2 2024-03-11T17:43:50.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:49 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:48.473806+0000 mgr.smithi132.jvlwde (mgr.14164) 267 : cluster [DBG] pgmap v233: 65 pgs: 36 active+clean, 9 creating+peering, 20 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:50.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:49 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:48.828557+0000 mgr.smithi132.jvlwde (mgr.14164) 268 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-11T17:43:50.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:49 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:49.408094+0000 mon.smithi132 (mon.0) 626 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:43:50.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:49 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:49.409004+0000 mon.smithi132 (mon.0) 627 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi176.fmhxul", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-03-11T17:43:50.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:49 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:49.412038+0000 mon.smithi132 (mon.0) 628 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi176.fmhxul", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-03-11T17:43:50.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:49 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:49.412561+0000 mon.smithi132 (mon.0) 629 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:43:50.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:49 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:48.473806+0000 mgr.smithi132.jvlwde (mgr.14164) 267 : cluster [DBG] pgmap v233: 65 pgs: 36 active+clean, 9 creating+peering, 20 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:50.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:49 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:48.828557+0000 mgr.smithi132.jvlwde (mgr.14164) 268 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-11T17:43:50.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:49 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:49.408094+0000 mon.smithi132 (mon.0) 626 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:43:50.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:49 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:49.409004+0000 mon.smithi132 (mon.0) 627 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi176.fmhxul", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-03-11T17:43:50.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:49 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:49.412038+0000 mon.smithi132 (mon.0) 628 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi176.fmhxul", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-03-11T17:43:50.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:49 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:49.412561+0000 mon.smithi132 (mon.0) 629 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:43:50.863 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph orch ls -f json 2024-03-11T17:43:51.162 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:50 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:43:49.413092+0000 mgr.smithi132.jvlwde (mgr.14164) 269 : cephadm [INF] Deploying daemon mds.foofs.smithi176.fmhxul on smithi176 2024-03-11T17:43:51.163 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:50 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:49.885991+0000 mon.smithi132 (mon.0) 630 : cluster [DBG] mds.? [v2:172.21.15.132:6834/809648610,v1:172.21.15.132:6835/809648610] up:boot 2024-03-11T17:43:51.163 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:50 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:49.886040+0000 mon.smithi132 (mon.0) 631 : cluster [INF] daemon mds.foofs.smithi132.jgrugp assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-03-11T17:43:51.163 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:50 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:49.886094+0000 mon.smithi132 (mon.0) 632 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-03-11T17:43:51.163 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:50 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:49.886116+0000 mon.smithi132 (mon.0) 633 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-03-11T17:43:51.163 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:50 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:49.886126+0000 mon.smithi132 (mon.0) 634 : cluster [INF] Cluster is now healthy 2024-03-11T17:43:51.163 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:50 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:49.886364+0000 mon.smithi132 (mon.0) 635 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-03-11T17:43:51.163 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:50 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:49.886458+0000 mon.smithi132 (mon.0) 636 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi132.jgrugp"}]: dispatch 2024-03-11T17:43:51.163 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:50 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:49.892298+0000 mon.smithi132 (mon.0) 637 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi132.jgrugp=up:creating} 2024-03-11T17:43:51.163 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:50 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:49.901491+0000 mon.smithi132 (mon.0) 638 : cluster [INF] daemon mds.foofs.smithi132.jgrugp is now active in filesystem foofs as rank 0 2024-03-11T17:43:51.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:43:49.413092+0000 mgr.smithi132.jvlwde (mgr.14164) 269 : cephadm [INF] Deploying daemon mds.foofs.smithi176.fmhxul on smithi176 2024-03-11T17:43:51.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:49.885991+0000 mon.smithi132 (mon.0) 630 : cluster [DBG] mds.? [v2:172.21.15.132:6834/809648610,v1:172.21.15.132:6835/809648610] up:boot 2024-03-11T17:43:51.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:49.886040+0000 mon.smithi132 (mon.0) 631 : cluster [INF] daemon mds.foofs.smithi132.jgrugp assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-03-11T17:43:51.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:49.886094+0000 mon.smithi132 (mon.0) 632 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-03-11T17:43:51.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:49.886116+0000 mon.smithi132 (mon.0) 633 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-03-11T17:43:51.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:49.886126+0000 mon.smithi132 (mon.0) 634 : cluster [INF] Cluster is now healthy 2024-03-11T17:43:51.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:49.886364+0000 mon.smithi132 (mon.0) 635 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-03-11T17:43:51.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:49.886458+0000 mon.smithi132 (mon.0) 636 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi132.jgrugp"}]: dispatch 2024-03-11T17:43:51.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:49.892298+0000 mon.smithi132 (mon.0) 637 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi132.jgrugp=up:creating} 2024-03-11T17:43:51.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:49.901491+0000 mon.smithi132 (mon.0) 638 : cluster [INF] daemon mds.foofs.smithi132.jgrugp is now active in filesystem foofs as rank 0 2024-03-11T17:43:52.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:50.474357+0000 mgr.smithi132.jvlwde (mgr.14164) 270 : cluster [DBG] pgmap v234: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:52.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:50.896754+0000 mon.smithi132 (mon.0) 639 : cluster [DBG] mds.? [v2:172.21.15.132:6834/809648610,v1:172.21.15.132:6835/809648610] up:active 2024-03-11T17:43:52.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:50.896811+0000 mon.smithi132 (mon.0) 640 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi132.jgrugp=up:active} 2024-03-11T17:43:52.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:51.812231+0000 mon.smithi132 (mon.0) 641 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:43:52.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:51.813203+0000 mon.smithi132 (mon.0) 642 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:43:52.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:51.814075+0000 mon.smithi132 (mon.0) 643 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:43:52.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:51.814625+0000 mon.smithi132 (mon.0) 644 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:43:52.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:50.474357+0000 mgr.smithi132.jvlwde (mgr.14164) 270 : cluster [DBG] pgmap v234: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:52.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:50.896754+0000 mon.smithi132 (mon.0) 639 : cluster [DBG] mds.? [v2:172.21.15.132:6834/809648610,v1:172.21.15.132:6835/809648610] up:active 2024-03-11T17:43:52.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:50.896811+0000 mon.smithi132 (mon.0) 640 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi132.jgrugp=up:active} 2024-03-11T17:43:52.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:51.812231+0000 mon.smithi132 (mon.0) 641 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:43:52.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:51.813203+0000 mon.smithi132 (mon.0) 642 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:43:52.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:51.814075+0000 mon.smithi132 (mon.0) 643 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:43:52.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:51.814625+0000 mon.smithi132 (mon.0) 644 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:43:53.023 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-03-11T17:43:53.024 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-03-11T17:37:22.974523Z", "last_refresh": "2024-03-11T17:42:01.136637Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-03-11T17:37:08.284454Z", "last_refresh": "2024-03-11T17:42:01.136692Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-03-11T17:37:19.002169Z", "last_refresh": "2024-03-11T17:42:01.136747Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-03-11T17:43:44.888438Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-03-11T17:43:44.877107Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-11T17:37:06.841563Z", "last_refresh": "2024-03-11T17:42:01.136575Z", "running": 2, "size": 2}}, {"events": ["2024-03-11T17:38:00.865947Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi176:172.21.15.176=smithi176"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-11T17:38:00.860706Z", "last_refresh": "2024-03-11T17:42:01.136426Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-03-11T17:37:21.482995Z", "last_refresh": "2024-03-11T17:42:01.136800Z", "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-03-11T17:42:01.136906Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-03-11T17:37:17.506747Z", "last_refresh": "2024-03-11T17:42:01.136853Z", "ports": [9095], "running": 1, "size": 1}}] 2024-03-11T17:43:53.162 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:52 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:51.896954+0000 mon.smithi132 (mon.0) 645 : cluster [DBG] mds.? [v2:172.21.15.176:6832/694043480,v1:172.21.15.176:6833/694043480] up:boot 2024-03-11T17:43:53.162 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:52 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:51.897261+0000 mon.smithi132 (mon.0) 646 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi132.jgrugp=up:active} 1 up:standby 2024-03-11T17:43:53.162 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:52 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:51.897354+0000 mon.smithi132 (mon.0) 647 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi176.fmhxul"}]: dispatch 2024-03-11T17:43:53.162 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:52 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:51.901192+0000 mon.smithi132 (mon.0) 648 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi132.jgrugp=up:active} 1 up:standby 2024-03-11T17:43:53.221 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:52 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:51.896954+0000 mon.smithi132 (mon.0) 645 : cluster [DBG] mds.? [v2:172.21.15.176:6832/694043480,v1:172.21.15.176:6833/694043480] up:boot 2024-03-11T17:43:53.221 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:52 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:51.897261+0000 mon.smithi132 (mon.0) 646 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi132.jgrugp=up:active} 1 up:standby 2024-03-11T17:43:53.221 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:52 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:51.897354+0000 mon.smithi132 (mon.0) 647 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi176.fmhxul"}]: dispatch 2024-03-11T17:43:53.221 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:52 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:51.901192+0000 mon.smithi132 (mon.0) 648 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi132.jgrugp=up:active} 1 up:standby 2024-03-11T17:43:54.270 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:53 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:52.474759+0000 mgr.smithi132.jvlwde (mgr.14164) 271 : cluster [DBG] pgmap v235: 65 pgs: 65 active+clean; 22 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:54.270 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:53 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:53.268575+0000 mon.smithi132 (mon.0) 649 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:43:54.290 INFO:tasks.cephadm:mds.foofs has 2/2 2024-03-11T17:43:54.290 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-11T17:43:54.302 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi132.front.sepia.ceph.com 2024-03-11T17:43:54.302 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2024-03-11T17:43:54.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:52.474759+0000 mgr.smithi132.jvlwde (mgr.14164) 271 : cluster [DBG] pgmap v235: 65 pgs: 65 active+clean; 22 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-03-11T17:43:54.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:53.268575+0000 mon.smithi132 (mon.0) 649 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:43:55.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:54 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:53.022283+0000 mgr.smithi132.jvlwde (mgr.14164) 272 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-11T17:43:55.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:54 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:53.903355+0000 mon.smithi132 (mon.0) 650 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:43:55.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:54 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:53.022283+0000 mgr.smithi132.jvlwde (mgr.14164) 272 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-11T17:43:55.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:54 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:53.903355+0000 mon.smithi132 (mon.0) 650 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:43:56.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:55 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:54.475189+0000 mgr.smithi132.jvlwde (mgr.14164) 273 : cluster [DBG] pgmap v236: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s wr, 10 op/s 2024-03-11T17:43:56.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:55 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:54.475189+0000 mgr.smithi132.jvlwde (mgr.14164) 273 : cluster [DBG] pgmap v236: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s wr, 10 op/s 2024-03-11T17:43:57.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:55.917944+0000 mon.smithi132 (mon.0) 651 : cluster [DBG] mds.? [v2:172.21.15.176:6832/694043480,v1:172.21.15.176:6833/694043480] up:standby 2024-03-11T17:43:57.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:55.918008+0000 mon.smithi132 (mon.0) 652 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi132.jgrugp=up:active} 1 up:standby 2024-03-11T17:43:57.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:55.917944+0000 mon.smithi132 (mon.0) 651 : cluster [DBG] mds.? [v2:172.21.15.176:6832/694043480,v1:172.21.15.176:6833/694043480] up:standby 2024-03-11T17:43:57.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:55.918008+0000 mon.smithi132 (mon.0) 652 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi132.jgrugp=up:active} 1 up:standby 2024-03-11T17:43:58.134 INFO:teuthology.orchestra.run.smithi132.stdout:NFS Cluster Created Successfully 2024-03-11T17:43:58.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:56.475719+0000 mgr.smithi132.jvlwde (mgr.14164) 274 : cluster [DBG] pgmap v237: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s wr, 6 op/s 2024-03-11T17:43:58.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:56.815362+0000 mgr.smithi132.jvlwde (mgr.14164) 275 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:43:58.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:56.816509+0000 mon.smithi132 (mon.0) 653 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-03-11T17:43:58.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:57.111395+0000 mon.smithi132 (mon.0) 654 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-03-11T17:43:58.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:57.111460+0000 mon.smithi132 (mon.0) 655 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-03-11T17:43:58.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:57.116615+0000 mon.smithi132 (mon.0) 656 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-03-11T17:43:58.499 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:56.475719+0000 mgr.smithi132.jvlwde (mgr.14164) 274 : cluster [DBG] pgmap v237: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s wr, 6 op/s 2024-03-11T17:43:58.499 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:56.815362+0000 mgr.smithi132.jvlwde (mgr.14164) 275 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:43:58.499 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:56.816509+0000 mon.smithi132 (mon.0) 653 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-03-11T17:43:58.499 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:57.111395+0000 mon.smithi132 (mon.0) 654 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-03-11T17:43:58.499 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:57.111460+0000 mon.smithi132 (mon.0) 655 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-03-11T17:43:58.499 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:57.116615+0000 mon.smithi132 (mon.0) 656 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-03-11T17:43:58.756 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-03-11T17:43:59.484 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:59 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:58.110449+0000 mon.smithi132 (mon.0) 657 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-03-11T17:43:59.484 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:59 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:58.110523+0000 mon.smithi132 (mon.0) 658 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-03-11T17:43:59.484 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:59 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:43:58.132602+0000 mgr.smithi132.jvlwde (mgr.14164) 276 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-03-11T17:43:59.484 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:59 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:58.135612+0000 mon.smithi132 (mon.0) 659 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:43:59.484 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:59 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:43:58.272536+0000 mon.smithi132 (mon.0) 660 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:43:59.485 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:43:59 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:58.476195+0000 mgr.smithi132.jvlwde (mgr.14164) 277 : cluster [DBG] pgmap v240: 97 pgs: 3 creating+peering, 24 unknown, 70 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s wr, 4 op/s 2024-03-11T17:43:59.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:59 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:58.110449+0000 mon.smithi132 (mon.0) 657 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-03-11T17:43:59.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:59 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:58.110523+0000 mon.smithi132 (mon.0) 658 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-03-11T17:43:59.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:59 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:43:58.132602+0000 mgr.smithi132.jvlwde (mgr.14164) 276 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-03-11T17:43:59.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:59 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:58.135612+0000 mon.smithi132 (mon.0) 659 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:43:59.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:59 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:43:58.272536+0000 mon.smithi132 (mon.0) 660 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:43:59.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:43:59 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:58.476195+0000 mgr.smithi132.jvlwde (mgr.14164) 277 : cluster [DBG] pgmap v240: 97 pgs: 3 creating+peering, 24 unknown, 70 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s wr, 4 op/s 2024-03-11T17:44:00.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:00 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:59.112106+0000 mon.smithi132 (mon.0) 661 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-03-11T17:44:00.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:00 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:43:59.280997+0000 mon.smithi132 (mon.0) 662 : cluster [DBG] mgrmap e19: smithi132.jvlwde(active, since 6m), standbys: smithi176.txyrph 2024-03-11T17:44:00.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:00 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:59.112106+0000 mon.smithi132 (mon.0) 661 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-03-11T17:44:00.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:00 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:43:59.280997+0000 mon.smithi132 (mon.0) 662 : cluster [DBG] mgrmap e19: smithi132.jvlwde(active, since 6m), standbys: smithi176.txyrph 2024-03-11T17:44:01.239 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:44:01.240 INFO:teuthology.orchestra.run.smithi132.stdout: "bind": "/fake", 2024-03-11T17:44:01.240 INFO:teuthology.orchestra.run.smithi132.stdout: "fs": "foofs", 2024-03-11T17:44:01.240 INFO:teuthology.orchestra.run.smithi132.stdout: "path": "/", 2024-03-11T17:44:01.240 INFO:teuthology.orchestra.run.smithi132.stdout: "cluster": "foo", 2024-03-11T17:44:01.240 INFO:teuthology.orchestra.run.smithi132.stdout: "mode": "RW" 2024-03-11T17:44:01.240 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:44:01.955 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:00.476795+0000 mgr.smithi132.jvlwde (mgr.14164) 278 : cluster [DBG] pgmap v242: 97 pgs: 3 creating+peering, 12 unknown, 82 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 1 op/s 2024-03-11T17:44:01.955 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:01.125330+0000 mon.smithi132 (mon.0) 663 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:44:01.955 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:01.130364+0000 mon.smithi132 (mon.0) 664 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:44:01.955 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:01.135772+0000 mon.smithi132 (mon.0) 665 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:44:01.955 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:01.146895+0000 mon.smithi132 (mon.0) 666 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi132.saeedo", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-03-11T17:44:01.955 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:01.149793+0000 mon.smithi132 (mon.0) 667 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi132.saeedo", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-03-11T17:44:01.955 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:01.150484+0000 mon.smithi132 (mon.0) 668 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 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-03-11T17:44:01.955 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:01.153109+0000 mon.smithi132 (mon.0) 669 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 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-03-11T17:44:01.956 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:01.154192+0000 mon.smithi132 (mon.0) 670 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:44:01.956 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:01.196329+0000 mon.smithi132 (mon.0) 671 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-11T17:44:01.956 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:01.199772+0000 mon.smithi132 (mon.0) 672 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-03-11T17:44:01.956 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:01.233045+0000 mon.smithi132 (mon.0) 673 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 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-03-11T17:44:01.956 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:01.236545+0000 mon.smithi132 (mon.0) 674 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 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-03-11T17:44:01.956 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:01.247128+0000 mon.smithi132 (mon.0) 675 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi132.saeedo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-11T17:44:01.956 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:01.250402+0000 mon.smithi132 (mon.0) 676 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi132.saeedo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-11T17:44:01.956 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:01.253710+0000 mon.smithi132 (mon.0) 677 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:44:01.974 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2024-03-11T17:44:02.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:00.476795+0000 mgr.smithi132.jvlwde (mgr.14164) 278 : cluster [DBG] pgmap v242: 97 pgs: 3 creating+peering, 12 unknown, 82 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 1 op/s 2024-03-11T17:44:02.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:01.125330+0000 mon.smithi132 (mon.0) 663 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:44:02.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:01.130364+0000 mon.smithi132 (mon.0) 664 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:44:02.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:01.135772+0000 mon.smithi132 (mon.0) 665 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:44:02.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:01.146895+0000 mon.smithi132 (mon.0) 666 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi132.saeedo", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-03-11T17:44:02.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:01.149793+0000 mon.smithi132 (mon.0) 667 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi132.saeedo", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-03-11T17:44:02.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:01.150484+0000 mon.smithi132 (mon.0) 668 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 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-03-11T17:44:02.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:01.153109+0000 mon.smithi132 (mon.0) 669 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 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-03-11T17:44:02.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:01.154192+0000 mon.smithi132 (mon.0) 670 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:44:02.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:01.196329+0000 mon.smithi132 (mon.0) 671 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-11T17:44:02.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:01.199772+0000 mon.smithi132 (mon.0) 672 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-03-11T17:44:02.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:01.233045+0000 mon.smithi132 (mon.0) 673 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 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-03-11T17:44:02.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:01.236545+0000 mon.smithi132 (mon.0) 674 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 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-03-11T17:44:02.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:01.247128+0000 mon.smithi132 (mon.0) 675 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi132.saeedo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-11T17:44:02.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:01.250402+0000 mon.smithi132 (mon.0) 676 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi132.saeedo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-11T17:44:02.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:01.253710+0000 mon.smithi132 (mon.0) 677 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:44:03.297 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:44:01.146643+0000 mgr.smithi132.jvlwde (mgr.14164) 279 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi132.saeedo 2024-03-11T17:44:03.297 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:44:01.150263+0000 mgr.smithi132.jvlwde (mgr.14164) 280 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-03-11T17:44:03.297 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:01.212854+0000 mgr.smithi132.jvlwde (mgr.14164) 281 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:44:03.298 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:44:01.246680+0000 mgr.smithi132.jvlwde (mgr.14164) 282 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-03-11T17:44:03.298 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:44:01.246761+0000 mgr.smithi132.jvlwde (mgr.14164) 283 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi132.saeedo-rgw 2024-03-11T17:44:03.298 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:44:01.254429+0000 mgr.smithi132.jvlwde (mgr.14164) 284 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi132.saeedo on smithi132 2024-03-11T17:44:03.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:44:01.146643+0000 mgr.smithi132.jvlwde (mgr.14164) 279 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi132.saeedo 2024-03-11T17:44:03.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:44:01.150263+0000 mgr.smithi132.jvlwde (mgr.14164) 280 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-03-11T17:44:03.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:01.212854+0000 mgr.smithi132.jvlwde (mgr.14164) 281 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:44:03.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:44:01.246680+0000 mgr.smithi132.jvlwde (mgr.14164) 282 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-03-11T17:44:03.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:44:01.246761+0000 mgr.smithi132.jvlwde (mgr.14164) 283 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi132.saeedo-rgw 2024-03-11T17:44:03.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:44:01.254429+0000 mgr.smithi132.jvlwde (mgr.14164) 284 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi132.saeedo on smithi132 2024-03-11T17:44:04.121 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:03 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:02.477317+0000 mgr.smithi132.jvlwde (mgr.14164) 285 : cluster [DBG] pgmap v243: 97 pgs: 3 creating+peering, 94 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-03-11T17:44:04.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:02.477317+0000 mgr.smithi132.jvlwde (mgr.14164) 285 : cluster [DBG] pgmap v243: 97 pgs: 3 creating+peering, 94 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-03-11T17:44:06.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:04.477801+0000 mgr.smithi132.jvlwde (mgr.14164) 286 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 277 B/s rd, 555 B/s wr, 1 op/s 2024-03-11T17:44:06.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:04.947999+0000 mon.smithi132 (mon.0) 678 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:44:06.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:44:04.948906+0000 mgr.smithi132.jvlwde (mgr.14164) 287 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi176.pmdqyq 2024-03-11T17:44:06.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:04.949129+0000 mon.smithi132 (mon.0) 679 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi176.pmdqyq", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-03-11T17:44:06.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:04.953959+0000 mon.smithi132 (mon.0) 680 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi176.pmdqyq", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-03-11T17:44:06.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:44:04.954427+0000 mgr.smithi132.jvlwde (mgr.14164) 288 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-03-11T17:44:06.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:04.954694+0000 mon.smithi132 (mon.0) 681 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 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-03-11T17:44:06.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:04.959671+0000 mon.smithi132 (mon.0) 682 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 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-03-11T17:44:06.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:04.960680+0000 mon.smithi132 (mon.0) 683 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:44:06.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:04.477801+0000 mgr.smithi132.jvlwde (mgr.14164) 286 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 277 B/s rd, 555 B/s wr, 1 op/s 2024-03-11T17:44:06.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:04.947999+0000 mon.smithi132 (mon.0) 678 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:44:06.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:44:04.948906+0000 mgr.smithi132.jvlwde (mgr.14164) 287 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi176.pmdqyq 2024-03-11T17:44:06.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:04.949129+0000 mon.smithi132 (mon.0) 679 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi176.pmdqyq", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-03-11T17:44:06.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:04.953959+0000 mon.smithi132 (mon.0) 680 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi176.pmdqyq", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-03-11T17:44:06.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:44:04.954427+0000 mgr.smithi132.jvlwde (mgr.14164) 288 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-03-11T17:44:06.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:04.954694+0000 mon.smithi132 (mon.0) 681 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 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-03-11T17:44:06.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:04.959671+0000 mon.smithi132 (mon.0) 682 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 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-03-11T17:44:06.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:04.960680+0000 mon.smithi132 (mon.0) 683 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:44:07.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:05.267375+0000 mgr.smithi132.jvlwde (mgr.14164) 289 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:44:07.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:05.267375+0000 mgr.smithi132.jvlwde (mgr.14164) 289 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:44:08.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:06.478482+0000 mgr.smithi132.jvlwde (mgr.14164) 290 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 244 B/s rd, 489 B/s wr, 0 op/s 2024-03-11T17:44:08.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:06.552569+0000 mgr.smithi132.jvlwde (mgr.14164) 291 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:44:08.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:07.579377+0000 mon.smithi132 (mon.0) 684 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-11T17:44:08.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:07.583415+0000 mon.smithi132 (mon.0) 685 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-03-11T17:44:08.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:07.635817+0000 mon.smithi132 (mon.0) 686 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi176.pmdqyq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-11T17:44:08.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:07.639052+0000 mon.smithi132 (mon.0) 687 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi176.pmdqyq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-11T17:44:08.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:07.640641+0000 mon.smithi132 (mon.0) 688 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:44:08.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:06.478482+0000 mgr.smithi132.jvlwde (mgr.14164) 290 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 244 B/s rd, 489 B/s wr, 0 op/s 2024-03-11T17:44:08.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:06.552569+0000 mgr.smithi132.jvlwde (mgr.14164) 291 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:44:08.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:07.579377+0000 mon.smithi132 (mon.0) 684 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-11T17:44:08.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:07.583415+0000 mon.smithi132 (mon.0) 685 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-03-11T17:44:08.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:07.635817+0000 mon.smithi132 (mon.0) 686 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi176.pmdqyq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-11T17:44:08.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:07.639052+0000 mon.smithi132 (mon.0) 687 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi176.pmdqyq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-11T17:44:08.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:07.640641+0000 mon.smithi132 (mon.0) 688 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:44:09.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:44:07.635263+0000 mgr.smithi132.jvlwde (mgr.14164) 292 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-03-11T17:44:09.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:44:07.635400+0000 mgr.smithi132.jvlwde (mgr.14164) 293 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi176.pmdqyq-rgw 2024-03-11T17:44:09.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:44:07.641349+0000 mgr.smithi132.jvlwde (mgr.14164) 294 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi176.pmdqyq on smithi176 2024-03-11T17:44:09.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:07.840632+0000 mgr.smithi132.jvlwde (mgr.14164) 295 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:44:09.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:44:07.635263+0000 mgr.smithi132.jvlwde (mgr.14164) 292 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-03-11T17:44:09.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:44:07.635400+0000 mgr.smithi132.jvlwde (mgr.14164) 293 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi176.pmdqyq-rgw 2024-03-11T17:44:09.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:44:07.641349+0000 mgr.smithi132.jvlwde (mgr.14164) 294 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi176.pmdqyq on smithi176 2024-03-11T17:44:09.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:07.840632+0000 mgr.smithi132.jvlwde (mgr.14164) 295 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:44:10.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:08.479185+0000 mgr.smithi132.jvlwde (mgr.14164) 296 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 307 B/s rd, 818 B/s wr, 1 op/s 2024-03-11T17:44:10.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:08.479185+0000 mgr.smithi132.jvlwde (mgr.14164) 296 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 307 B/s rd, 818 B/s wr, 1 op/s 2024-03-11T17:44:10.449 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo 2/2 - 12s count:2 2024-03-11T17:44:11.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:09.131794+0000 mgr.smithi132.jvlwde (mgr.14164) 297 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:44:11.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:10.197961+0000 mon.smithi132 (mon.0) 689 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:44:11.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:10.199258+0000 mon.smithi132 (mon.0) 690 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:44:11.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:10.200272+0000 mon.smithi132 (mon.0) 691 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:44:11.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:10.200966+0000 mon.smithi132 (mon.0) 692 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:44:11.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:10 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:09.131794+0000 mgr.smithi132.jvlwde (mgr.14164) 297 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:44:11.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:10 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:10.197961+0000 mon.smithi132 (mon.0) 689 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:44:11.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:10 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:10.199258+0000 mon.smithi132 (mon.0) 690 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:44:11.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:10 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:10.200272+0000 mon.smithi132 (mon.0) 691 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:44:11.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:10 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:10.200966+0000 mon.smithi132 (mon.0) 692 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:44:11.377 INFO:teuthology.run_tasks:Running task vip.exec... 2024-03-11T17:44:11.387 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi132.front.sepia.ceph.com 2024-03-11T17:44:11.387 DEBUG:teuthology.orchestra.run.smithi132:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-03-11T17:44:11.417 INFO:teuthology.orchestra.run.smithi132.stderr:+ mkdir /mnt/foo 2024-03-11T17:44:11.427 DEBUG:teuthology.orchestra.run.smithi132:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2024-03-11T17:44:11.493 INFO:teuthology.orchestra.run.smithi132.stderr:++ hostname 2024-03-11T17:44:11.494 INFO:teuthology.orchestra.run.smithi132.stderr:+ mount -t nfs smithi132:/fake /mnt/foo -o sync 2024-03-11T17:44:12.046 DEBUG:teuthology.orchestra.run.smithi132:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-03-11T17:44:12.114 INFO:teuthology.orchestra.run.smithi132.stderr:+ echo test 2024-03-11T17:44:12.124 DEBUG:teuthology.orchestra.run.smithi132:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-03-11T17:44:12.196 INFO:teuthology.orchestra.run.smithi132.stderr:+ sync 2024-03-11T17:44:12.266 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:10.433520+0000 mgr.smithi132.jvlwde (mgr.14164) 298 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:44:12.267 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:10.479646+0000 mgr.smithi132.jvlwde (mgr.14164) 299 : cluster [DBG] pgmap v247: 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, 2 op/s 2024-03-11T17:44:12.342 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:10.433520+0000 mgr.smithi132.jvlwde (mgr.14164) 298 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:44:12.342 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:10.479646+0000 mgr.smithi132.jvlwde (mgr.14164) 299 : cluster [DBG] pgmap v247: 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, 2 op/s 2024-03-11T17:44:12.665 INFO:teuthology.run_tasks:Running task parallel... 2024-03-11T17:44:12.741 INFO:teuthology.task.parallel:starting parallel... 2024-03-11T17:44:12.741 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-03-11T17:44:12.742 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-03-11T17:44:12.742 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi132.front.sepia.ceph.com 2024-03-11T17:44:12.743 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -e sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-03-11T17:44:12.743 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-03-11T17:44:12.743 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-03-11T17:44:12.744 INFO:teuthology.task.exec:Executing custom commands... 2024-03-11T17:44:12.744 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi132.front.sepia.ceph.com 2024-03-11T17:44:12.744 DEBUG:teuthology.orchestra.run.smithi132:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2024-03-11T17:44:12.807 INFO:teuthology.orchestra.run.smithi132.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-03-11T17:44:12.807 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-03-11T17:44:12.807 INFO:teuthology.orchestra.run.smithi132.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2024-03-11T17:44:12.816 INFO:teuthology.orchestra.run.smithi132.stdout:3 of 5 processes prepared for launch 0 sec 2024-03-11T17:44:12.917 INFO:teuthology.orchestra.run.smithi132.stdout:5 of 5 processes prepared for launch 0 sec 2024-03-11T17:44:12.917 INFO:teuthology.orchestra.run.smithi132.stdout:releasing clients 2024-03-11T17:44:13.918 INFO:teuthology.orchestra.run.smithi132.stdout: 5 298 54.82 MB/sec warmup 1 sec latency 18.345 ms 2024-03-11T17:44:14.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:12.480095+0000 mgr.smithi132.jvlwde (mgr.14164) 300 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2024-03-11T17:44:14.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:13.278037+0000 mon.smithi132 (mon.0) 693 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:44:14.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:13.334984+0000 mon.smithi132 (mon.0) 694 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:44:14.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:12.480095+0000 mgr.smithi132.jvlwde (mgr.14164) 300 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2024-03-11T17:44:14.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:13.278037+0000 mon.smithi132 (mon.0) 693 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:44:14.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:13.334984+0000 mon.smithi132 (mon.0) 694 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:44:14.917 INFO:teuthology.orchestra.run.smithi132.stdout: 5 664 52.76 MB/sec warmup 2 sec latency 12.030 ms 2024-03-11T17:44:15.918 INFO:teuthology.orchestra.run.smithi132.stdout: 5 1852 43.92 MB/sec warmup 3 sec latency 11.890 ms 2024-03-11T17:44:16.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:14.480648+0000 mgr.smithi132.jvlwde (mgr.14164) 301 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 20 MiB data, 78 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 1.7 MiB/s wr, 37 op/s 2024-03-11T17:44:16.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:14.480648+0000 mgr.smithi132.jvlwde (mgr.14164) 301 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 20 MiB data, 78 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 1.7 MiB/s wr, 37 op/s 2024-03-11T17:44:16.918 INFO:teuthology.orchestra.run.smithi132.stdout: 5 3327 44.24 MB/sec warmup 4 sec latency 10.471 ms 2024-03-11T17:44:17.097 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -e sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-03-11T17:44:17.918 INFO:teuthology.orchestra.run.smithi132.stdout: 5 4359 40.53 MB/sec warmup 5 sec latency 12.890 ms 2024-03-11T17:44:18.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:17 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:16.481132+0000 mgr.smithi132.jvlwde (mgr.14164) 302 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 68 MiB data, 248 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 5.8 MiB/s wr, 125 op/s 2024-03-11T17:44:18.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:17 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:16.481132+0000 mgr.smithi132.jvlwde (mgr.14164) 302 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 68 MiB data, 248 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 5.8 MiB/s wr, 125 op/s 2024-03-11T17:44:18.918 INFO:teuthology.orchestra.run.smithi132.stdout: 5 5774 38.54 MB/sec warmup 6 sec latency 11.523 ms 2024-03-11T17:44:19.919 INFO:teuthology.orchestra.run.smithi132.stdout: 5 6898 39.15 MB/sec warmup 7 sec latency 13.934 ms 2024-03-11T17:44:20.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:18.481599+0000 mgr.smithi132.jvlwde (mgr.14164) 303 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 87 MiB data, 359 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 7.6 MiB/s wr, 308 op/s 2024-03-11T17:44:20.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:18.481599+0000 mgr.smithi132.jvlwde (mgr.14164) 303 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 87 MiB data, 359 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 7.6 MiB/s wr, 308 op/s 2024-03-11T17:44:20.918 INFO:teuthology.orchestra.run.smithi132.stdout: 5 7919 37.30 MB/sec warmup 8 sec latency 25.903 ms 2024-03-11T17:44:21.479 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -e sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 -- bash -c 'ceph config set global log_to_journald false --force' 2024-03-11T17:44:21.919 INFO:teuthology.orchestra.run.smithi132.stdout: 5 9235 36.17 MB/sec warmup 9 sec latency 13.109 ms 2024-03-11T17:44:22.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:20.482110+0000 mgr.smithi132.jvlwde (mgr.14164) 304 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 130 MiB data, 553 MiB used, 715 GiB / 715 GiB avail; 3.3 KiB/s rd, 14 MiB/s wr, 785 op/s 2024-03-11T17:44:22.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:20.922262+0000 mon.smithi132 (mon.0) 695 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:44:22.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:20.931145+0000 mon.smithi132 (mon.0) 696 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:44:22.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:20.943718+0000 mon.smithi132 (mon.0) 697 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:44:22.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:20.948089+0000 mon.smithi132 (mon.0) 698 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:44:22.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:20.950065+0000 mon.smithi132 (mon.0) 699 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:44:22.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:20.951459+0000 mon.smithi132 (mon.0) 700 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:44:22.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:20.957778+0000 mon.smithi132 (mon.0) 701 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:44:22.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:20.965530+0000 mon.smithi132 (mon.0) 702 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:44:22.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:20.482110+0000 mgr.smithi132.jvlwde (mgr.14164) 304 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 130 MiB data, 553 MiB used, 715 GiB / 715 GiB avail; 3.3 KiB/s rd, 14 MiB/s wr, 785 op/s 2024-03-11T17:44:22.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:20.922262+0000 mon.smithi132 (mon.0) 695 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:44:22.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:20.931145+0000 mon.smithi132 (mon.0) 696 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:44:22.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:20.943718+0000 mon.smithi132 (mon.0) 697 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:44:22.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:20.948089+0000 mon.smithi132 (mon.0) 698 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:44:22.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:20.950065+0000 mon.smithi132 (mon.0) 699 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:44:22.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:20.951459+0000 mon.smithi132 (mon.0) 700 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:44:22.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:20.957778+0000 mon.smithi132 (mon.0) 701 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:44:22.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:20.965530+0000 mon.smithi132 (mon.0) 702 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:44:22.918 INFO:teuthology.orchestra.run.smithi132.stdout: 5 10580 37.74 MB/sec warmup 10 sec latency 16.293 ms 2024-03-11T17:44:23.919 INFO:teuthology.orchestra.run.smithi132.stdout: 5 11535 35.89 MB/sec warmup 11 sec latency 13.575 ms 2024-03-11T17:44:23.928 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:22.482526+0000 mgr.smithi132.jvlwde (mgr.14164) 305 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 135 MiB data, 628 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 15 MiB/s wr, 851 op/s 2024-03-11T17:44:24.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:22.482526+0000 mgr.smithi132.jvlwde (mgr.14164) 305 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 135 MiB data, 628 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 15 MiB/s wr, 851 op/s 2024-03-11T17:44:24.919 INFO:teuthology.orchestra.run.smithi132.stdout: 5 12954 35.34 MB/sec warmup 12 sec latency 15.492 ms 2024-03-11T17:44:24.989 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -e sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 -- bash -c 'ceph mgr module enable nfs --force' 2024-03-11T17:44:25.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:24.235827+0000 mon.smithi132 (mon.0) 703 : audit [INF] from='client.? ' entity='client.admin' 2024-03-11T17:44:25.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:24.240156+0000 mon.smithi132 (mon.0) 704 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:44:25.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:24.241632+0000 mon.smithi132 (mon.0) 705 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:44:25.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:24.245545+0000 mon.smithi132 (mon.0) 706 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:44:25.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:24.251117+0000 mon.smithi132 (mon.0) 707 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:44:25.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:24.258914+0000 mon.smithi132 (mon.0) 708 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:44:25.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:24.482982+0000 mgr.smithi132.jvlwde (mgr.14164) 306 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 143 MiB data, 743 MiB used, 714 GiB / 715 GiB avail; 8.8 KiB/s rd, 19 MiB/s wr, 1.18k op/s 2024-03-11T17:44:25.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:24.235827+0000 mon.smithi132 (mon.0) 703 : audit [INF] from='client.? ' entity='client.admin' 2024-03-11T17:44:25.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:24.240156+0000 mon.smithi132 (mon.0) 704 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:44:25.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:24.241632+0000 mon.smithi132 (mon.0) 705 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:44:25.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:24.245545+0000 mon.smithi132 (mon.0) 706 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:44:25.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:24.251117+0000 mon.smithi132 (mon.0) 707 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:44:25.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:24.258914+0000 mon.smithi132 (mon.0) 708 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:44:25.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:24.482982+0000 mgr.smithi132.jvlwde (mgr.14164) 306 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 143 MiB data, 743 MiB used, 714 GiB / 715 GiB avail; 8.8 KiB/s rd, 19 MiB/s wr, 1.18k op/s 2024-03-11T17:44:25.919 INFO:teuthology.orchestra.run.smithi132.stdout: 5 14140 36.40 MB/sec warmup 13 sec latency 21.992 ms 2024-03-11T17:44:26.919 INFO:teuthology.orchestra.run.smithi132.stdout: 5 14986 34.96 MB/sec warmup 14 sec latency 12.819 ms 2024-03-11T17:44:27.864 INFO:teuthology.orchestra.run.smithi132.stderr:module 'nfs' is already enabled 2024-03-11T17:44:28.031 INFO:teuthology.orchestra.run.smithi132.stdout: 5 16049 34.28 MB/sec warmup 15 sec latency 18.097 ms 2024-03-11T17:44:28.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:27 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:26.483453+0000 mgr.smithi132.jvlwde (mgr.14164) 307 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 158 MiB data, 785 MiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 21 MiB/s wr, 1.63k op/s 2024-03-11T17:44:28.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:27 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:27.706805+0000 mon.smithi176 (mon.1) 18 : audit [INF] from='client.? 172.21.15.132:0/3126516260' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-03-11T17:44:28.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:27 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:27.707310+0000 mon.smithi132 (mon.0) 709 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-03-11T17:44:28.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:27 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:26.483453+0000 mgr.smithi132.jvlwde (mgr.14164) 307 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 158 MiB data, 785 MiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 21 MiB/s wr, 1.63k op/s 2024-03-11T17:44:28.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:27 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:27.706805+0000 mon.smithi176 (mon.1) 18 : audit [INF] from='client.? 172.21.15.132:0/3126516260' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-03-11T17:44:28.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:27 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:27.707310+0000 mon.smithi132 (mon.0) 709 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-03-11T17:44:28.919 INFO:teuthology.orchestra.run.smithi132.stdout: 5 17526 35.02 MB/sec warmup 16 sec latency 17.564 ms 2024-03-11T17:44:29.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:27.859743+0000 mon.smithi132 (mon.0) 710 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-03-11T17:44:29.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:27.859820+0000 mon.smithi132 (mon.0) 711 : cluster [DBG] mgrmap e20: smithi132.jvlwde(active, since 6m), standbys: smithi176.txyrph 2024-03-11T17:44:29.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:27.859743+0000 mon.smithi132 (mon.0) 710 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-03-11T17:44:29.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:27.859820+0000 mon.smithi132 (mon.0) 711 : cluster [DBG] mgrmap e20: smithi132.jvlwde(active, since 6m), standbys: smithi176.txyrph 2024-03-11T17:44:29.919 INFO:teuthology.orchestra.run.smithi132.stdout: 5 18521 34.40 MB/sec warmup 17 sec latency 66.346 ms 2024-03-11T17:44:30.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:29 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:28.483923+0000 mgr.smithi132.jvlwde (mgr.14164) 308 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 159 MiB data, 821 MiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 18 MiB/s wr, 1.57k op/s 2024-03-11T17:44:30.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:29 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:28.483923+0000 mgr.smithi132.jvlwde (mgr.14164) 308 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 159 MiB data, 821 MiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 18 MiB/s wr, 1.57k op/s 2024-03-11T17:44:30.920 INFO:teuthology.orchestra.run.smithi132.stdout: 5 19603 33.88 MB/sec warmup 18 sec latency 85.096 ms 2024-03-11T17:44:31.919 INFO:teuthology.orchestra.run.smithi132.stdout: 5 20899 34.15 MB/sec warmup 19 sec latency 20.323 ms 2024-03-11T17:44:32.082 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -e sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-03-11T17:44:32.122 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:31 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:30.484432+0000 mgr.smithi132.jvlwde (mgr.14164) 309 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 177 MiB data, 929 MiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 21 MiB/s wr, 1.81k op/s 2024-03-11T17:44:32.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:31 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:30.484432+0000 mgr.smithi132.jvlwde (mgr.14164) 309 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 177 MiB data, 929 MiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 21 MiB/s wr, 1.81k op/s 2024-03-11T17:44:32.920 INFO:teuthology.orchestra.run.smithi132.stdout: 5 21855 33.94 MB/sec warmup 20 sec latency 14.804 ms 2024-03-11T17:44:33.920 INFO:teuthology.orchestra.run.smithi132.stdout: 5 22926 33.55 MB/sec warmup 21 sec latency 18.731 ms 2024-03-11T17:44:34.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:32.484831+0000 mgr.smithi132.jvlwde (mgr.14164) 310 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 181 MiB data, 982 MiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 16 MiB/s wr, 1.50k op/s 2024-03-11T17:44:34.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:33.121269+0000 mon.smithi132 (mon.0) 712 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-03-11T17:44:34.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:33.121538+0000 mon.smithi132 (mon.0) 713 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-03-11T17:44:34.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:33.121811+0000 mon.smithi132 (mon.0) 714 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-03-11T17:44:34.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:33.122007+0000 mon.smithi132 (mon.0) 715 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2024-03-11T17:44:34.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:33.247449+0000 mon.smithi132 (mon.0) 716 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/trash_purge_schedule"}]: dispatch 2024-03-11T17:44:34.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:33.266388+0000 mon.smithi132 (mon.0) 717 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/mirror_snapshot_schedule"}]: dispatch 2024-03-11T17:44:34.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:32.484831+0000 mgr.smithi132.jvlwde (mgr.14164) 310 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 181 MiB data, 982 MiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 16 MiB/s wr, 1.50k op/s 2024-03-11T17:44:34.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:33.121269+0000 mon.smithi132 (mon.0) 712 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-03-11T17:44:34.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:33.121538+0000 mon.smithi132 (mon.0) 713 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-03-11T17:44:34.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:33.121811+0000 mon.smithi132 (mon.0) 714 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-03-11T17:44:34.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:33.122007+0000 mon.smithi132 (mon.0) 715 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2024-03-11T17:44:34.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:33.247449+0000 mon.smithi132 (mon.0) 716 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/trash_purge_schedule"}]: dispatch 2024-03-11T17:44:34.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:33.266388+0000 mon.smithi132 (mon.0) 717 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/mirror_snapshot_schedule"}]: dispatch 2024-03-11T17:44:34.678 INFO:teuthology.orchestra.run.smithi132.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354 2024-03-11T17:44:34.920 INFO:teuthology.orchestra.run.smithi132.stdout: 5 24089 33.16 MB/sec warmup 22 sec latency 36.767 ms 2024-03-11T17:44:35.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:33.879534+0000 mon.smithi132 (mon.0) 718 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]': finished 2024-03-11T17:44:35.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:33.879609+0000 mon.smithi132 (mon.0) 719 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2024-03-11T17:44:35.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:33.879662+0000 mon.smithi132 (mon.0) 720 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]': finished 2024-03-11T17:44:35.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:33.879709+0000 mon.smithi132 (mon.0) 721 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]': finished 2024-03-11T17:44:35.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:33.879752+0000 mon.smithi132 (mon.0) 722 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-03-11T17:44:35.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:34.679349+0000 mon.smithi132 (mon.0) 723 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:44:35.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:34.680040+0000 mon.smithi132 (mon.0) 724 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:44:35.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:34.681773+0000 mon.smithi132 (mon.0) 725 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:44:35.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:34.682715+0000 mon.smithi132 (mon.0) 726 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:44:35.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:34.879436+0000 mon.smithi132 (mon.0) 727 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-03-11T17:44:35.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:34 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:33.879534+0000 mon.smithi132 (mon.0) 718 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]': finished 2024-03-11T17:44:35.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:34 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:33.879609+0000 mon.smithi132 (mon.0) 719 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2024-03-11T17:44:35.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:34 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:33.879662+0000 mon.smithi132 (mon.0) 720 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]': finished 2024-03-11T17:44:35.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:34 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:33.879709+0000 mon.smithi132 (mon.0) 721 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]': finished 2024-03-11T17:44:35.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:34 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:33.879752+0000 mon.smithi132 (mon.0) 722 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-03-11T17:44:35.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:34 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:34.679349+0000 mon.smithi132 (mon.0) 723 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:44:35.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:34 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:34.680040+0000 mon.smithi132 (mon.0) 724 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:44:35.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:34 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:34.681773+0000 mon.smithi132 (mon.0) 725 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:44:35.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:34 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:34.682715+0000 mon.smithi132 (mon.0) 726 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:44:35.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:34 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:34.879436+0000 mon.smithi132 (mon.0) 727 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-03-11T17:44:35.562 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-03-11T17:44:35.563 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi132.front.sepia.ceph.com 2024-03-11T17:44:35.563 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -e sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 -- 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-03-11T17:44:35.920 INFO:teuthology.orchestra.run.smithi132.stdout: 5 25190 33.62 MB/sec warmup 23 sec latency 22.528 ms 2024-03-11T17:44:36.229 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:34.485259+0000 mgr.smithi132.jvlwde (mgr.14164) 311 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 179 MiB data, 1009 MiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 16 MiB/s wr, 1.57k op/s 2024-03-11T17:44:36.229 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:34.674323+0000 mgr.smithi132.jvlwde (mgr.14164) 312 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:44:36.229 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:44:34.675212+0000 mgr.smithi132.jvlwde (mgr.14164) 313 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354 2024-03-11T17:44:36.230 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:35.068341+0000 mon.smithi132 (mon.0) 728 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:44:36.230 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:35.075846+0000 mon.smithi132 (mon.0) 729 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:44:36.230 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:35.881288+0000 mon.smithi132 (mon.0) 730 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-03-11T17:44:36.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:34.485259+0000 mgr.smithi132.jvlwde (mgr.14164) 311 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 179 MiB data, 1009 MiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 16 MiB/s wr, 1.57k op/s 2024-03-11T17:44:36.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:34.674323+0000 mgr.smithi132.jvlwde (mgr.14164) 312 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:44:36.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:44:34.675212+0000 mgr.smithi132.jvlwde (mgr.14164) 313 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354 2024-03-11T17:44:36.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:35.068341+0000 mon.smithi132 (mon.0) 728 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:44:36.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:35.075846+0000 mon.smithi132 (mon.0) 729 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:44:36.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:35.881288+0000 mon.smithi132 (mon.0) 730 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-03-11T17:44:36.920 INFO:teuthology.orchestra.run.smithi132.stdout: 5 25938 32.60 MB/sec warmup 24 sec latency 24.599 ms 2024-03-11T17:44:37.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:36 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:44:35.078137+0000 mgr.smithi132.jvlwde (mgr.14164) 314 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354 2024-03-11T17:44:37.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:36 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:44:35.078137+0000 mgr.smithi132.jvlwde (mgr.14164) 314 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354 2024-03-11T17:44:37.920 INFO:teuthology.orchestra.run.smithi132.stdout: 5 27224 32.32 MB/sec warmup 25 sec latency 14.541 ms 2024-03-11T17:44:38.278 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T17:44:38.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:37 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:36.485636+0000 mgr.smithi132.jvlwde (mgr.14164) 315 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 193 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 35 KiB/s rd, 16 MiB/s wr, 1.56k op/s 2024-03-11T17:44:38.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:37 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:36.901800+0000 mon.smithi132 (mon.0) 731 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-03-11T17:44:38.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:37 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:36.485636+0000 mgr.smithi132.jvlwde (mgr.14164) 315 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 193 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 35 KiB/s rd, 16 MiB/s wr, 1.56k op/s 2024-03-11T17:44:38.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:37 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:36.901800+0000 mon.smithi132 (mon.0) 731 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-03-11T17:44:38.920 INFO:teuthology.orchestra.run.smithi132.stdout: 5 28088 32.43 MB/sec warmup 26 sec latency 22.429 ms 2024-03-11T17:44:39.191 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T17:44:39.191 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 running (4m) 18s ago 6m 21.5M - 0.20.0 0881eb8f169f a271f1b457ae 2024-03-11T17:44:39.191 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (6m) 18s ago 6m 6387k - 16.2.5 6933c2a0b7dd 9a5469425dbb 2024-03-11T17:44:39.191 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (5m) 25s ago 5m 6387k - 16.2.5 6933c2a0b7dd 3394b3e5bd00 2024-03-11T17:44:39.191 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (4m) 18s ago 6m 33.5M - 6.7.4 557c83e11646 f6eed3094e30 2024-03-11T17:44:39.191 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (50s) 18s ago 49s 16.0M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T17:44:39.191 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (47s) 25s ago 47s 11.2M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T17:44:39.191 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:9283 running (8m) 18s ago 8m 423M - 16.2.5 6933c2a0b7dd 73121a409072 2024-03-11T17:44:39.191 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283 running (5m) 25s ago 5m 371M - 16.2.5 6933c2a0b7dd be1870c1a588 2024-03-11T17:44:39.191 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (8m) 18s ago 8m 45.9M 2048M 16.2.5 6933c2a0b7dd d2652d3f8220 2024-03-11T17:44:39.191 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (5m) 25s ago 5m 39.0M 2048M 16.2.5 6933c2a0b7dd 48b36f582d96 2024-03-11T17:44:39.192 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.0.smithi132.saeedo smithi132 *:2049 running (35s) 18s ago 34s 53.7M - 3.5 6933c2a0b7dd 49bb3469ff5c 2024-03-11T17:44:39.192 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.0.smithi176.pmdqyq smithi176 *:2049 running (29s) 25s ago 29s 51.4M - 3.5 6933c2a0b7dd 205a518fea99 2024-03-11T17:44:39.192 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (6m) 18s ago 6m 15.2M - 0.18.1 e5a616e4b9cf 10f5ee689b40 2024-03-11T17:44:39.192 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (5m) 25s ago 5m 17.1M - 0.18.1 e5a616e4b9cf 0ef3c4c60b7c 2024-03-11T17:44:39.192 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (4m) 18s ago 4m 36.8M 3224M 16.2.5 6933c2a0b7dd 8a9418f8764a 2024-03-11T17:44:39.192 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (4m) 18s ago 4m 36.5M 3224M 16.2.5 6933c2a0b7dd 120ec75123a3 2024-03-11T17:44:39.192 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (4m) 18s ago 4m 38.8M 3224M 16.2.5 6933c2a0b7dd 68fe37f0f2b3 2024-03-11T17:44:39.192 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (3m) 18s ago 3m 38.4M 3224M 16.2.5 6933c2a0b7dd ec14dfc2c803 2024-03-11T17:44:39.192 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (3m) 25s ago 3m 36.8M 3992M 16.2.5 6933c2a0b7dd a618d96d8b7f 2024-03-11T17:44:39.192 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (3m) 25s ago 3m 36.3M 3992M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T17:44:39.192 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (2m) 25s ago 2m 36.6M 3992M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T17:44:39.193 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (2m) 25s ago 2m 37.6M 3992M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T17:44:39.193 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 running (4m) 18s ago 5m 42.1M - 2.18.1 de242295e225 e8b32a43e1a8 2024-03-11T17:44:39.309 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:38 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:37.902070+0000 mon.smithi132 (mon.0) 732 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-03-11T17:44:39.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:38 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:37.902070+0000 mon.smithi132 (mon.0) 732 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-03-11T17:44:39.715 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:44:39.715 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T17:44:39.715 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:44:39.715 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:44:39.715 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T17:44:39.716 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:44:39.716 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:44:39.716 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T17:44:39.716 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T17:44:39.716 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:44:39.716 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T17:44:39.716 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:44:39.716 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:44:39.716 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T17:44:39.716 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-03-11T17:44:39.716 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T17:44:39.716 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:44:39.936 INFO:teuthology.orchestra.run.smithi132.stdout: 5 28779 32.19 MB/sec warmup 27 sec latency 25.474 ms 2024-03-11T17:44:40.153 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:44:40.153 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354", 2024-03-11T17:44:40.153 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T17:44:40.153 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [], 2024-03-11T17:44:40.153 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "", 2024-03-11T17:44:40.154 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:e1b0c2aac6a095145a28ab2d96914badf5f65354 image" 2024-03-11T17:44:40.154 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:44:40.315 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:38.260577+0000 mgr.smithi132.jvlwde (mgr.14164) 316 : audit [DBG] from='client.24369 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:44:40.315 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:38.486084+0000 mgr.smithi132.jvlwde (mgr.14164) 317 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 191 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 29 KiB/s rd, 13 MiB/s wr, 1.34k op/s 2024-03-11T17:44:40.315 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:38.720587+0000 mgr.smithi132.jvlwde (mgr.14164) 318 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:44:40.315 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:39.716447+0000 mon.smithi132 (mon.0) 733 : audit [DBG] from='client.? 172.21.15.132:0/3041306417' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:44:40.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:38.260577+0000 mgr.smithi132.jvlwde (mgr.14164) 316 : audit [DBG] from='client.24369 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:44:40.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:38.486084+0000 mgr.smithi132.jvlwde (mgr.14164) 317 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 191 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 29 KiB/s rd, 13 MiB/s wr, 1.34k op/s 2024-03-11T17:44:40.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:38.720587+0000 mgr.smithi132.jvlwde (mgr.14164) 318 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:44:40.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:39.716447+0000 mon.smithi132 (mon.0) 733 : audit [DBG] from='client.? 172.21.15.132:0/3041306417' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:44:40.655 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_OK 2024-03-11T17:44:40.920 INFO:teuthology.orchestra.run.smithi132.stdout: 5 29678 31.54 MB/sec warmup 28 sec latency 14.724 ms 2024-03-11T17:44:41.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:39.175439+0000 mgr.smithi132.jvlwde (mgr.14164) 319 : audit [DBG] from='client.24375 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:44:41.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:40.657070+0000 mon.smithi132 (mon.0) 734 : audit [DBG] from='client.? 172.21.15.132:0/853984264' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:44:41.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:39.175439+0000 mgr.smithi132.jvlwde (mgr.14164) 319 : audit [DBG] from='client.24375 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:44:41.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:40.657070+0000 mon.smithi132 (mon.0) 734 : audit [DBG] from='client.? 172.21.15.132:0/853984264' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:44:41.920 INFO:teuthology.orchestra.run.smithi132.stdout: 5 30891 31.28 MB/sec warmup 29 sec latency 13.931 ms 2024-03-11T17:44:42.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:44:40.154141+0000 mgr.smithi132.jvlwde (mgr.14164) 320 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:44:42.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:40.486563+0000 mgr.smithi132.jvlwde (mgr.14164) 321 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 198 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 15 MiB/s wr, 1.39k op/s 2024-03-11T17:44:42.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:44:40.154141+0000 mgr.smithi132.jvlwde (mgr.14164) 320 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:44:42.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:40.486563+0000 mgr.smithi132.jvlwde (mgr.14164) 321 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 198 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 15 MiB/s wr, 1.39k op/s 2024-03-11T17:44:42.920 INFO:teuthology.orchestra.run.smithi132.stdout: 5 32038 31.88 MB/sec warmup 30 sec latency 28.034 ms 2024-03-11T17:44:43.920 INFO:teuthology.orchestra.run.smithi132.stdout: 5 32668 31.18 MB/sec warmup 31 sec latency 25.186 ms 2024-03-11T17:44:44.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:42.487078+0000 mgr.smithi132.jvlwde (mgr.14164) 322 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 201 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 9.7 MiB/s wr, 837 op/s; 620 KiB/s, 0 objects/s recovering 2024-03-11T17:44:44.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:43 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:42.487078+0000 mgr.smithi132.jvlwde (mgr.14164) 322 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 201 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 9.7 MiB/s wr, 837 op/s; 620 KiB/s, 0 objects/s recovering 2024-03-11T17:44:44.921 INFO:teuthology.orchestra.run.smithi132.stdout: 5 33246 30.59 MB/sec warmup 32 sec latency 20.971 ms 2024-03-11T17:44:45.921 INFO:teuthology.orchestra.run.smithi132.stdout: 5 34367 30.33 MB/sec warmup 33 sec latency 36.529 ms 2024-03-11T17:44:46.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:44.487731+0000 mgr.smithi132.jvlwde (mgr.14164) 323 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 213 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 13 MiB/s wr, 1.15k op/s; 512 KiB/s, 0 objects/s recovering 2024-03-11T17:44:46.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:44.487731+0000 mgr.smithi132.jvlwde (mgr.14164) 323 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 213 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 13 MiB/s wr, 1.15k op/s; 512 KiB/s, 0 objects/s recovering 2024-03-11T17:44:46.921 INFO:teuthology.orchestra.run.smithi132.stdout: 5 35639 31.03 MB/sec warmup 34 sec latency 19.861 ms 2024-03-11T17:44:47.921 INFO:teuthology.orchestra.run.smithi132.stdout: 5 36515 30.47 MB/sec warmup 35 sec latency 22.212 ms 2024-03-11T17:44:48.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:47 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:46.488315+0000 mgr.smithi132.jvlwde (mgr.14164) 324 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 219 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 14 MiB/s wr, 1.23k op/s; 427 KiB/s, 0 objects/s recovering 2024-03-11T17:44:48.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:47 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:46.488315+0000 mgr.smithi132.jvlwde (mgr.14164) 324 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 219 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 14 MiB/s wr, 1.23k op/s; 427 KiB/s, 0 objects/s recovering 2024-03-11T17:44:48.921 INFO:teuthology.orchestra.run.smithi132.stdout: 5 37511 30.27 MB/sec warmup 36 sec latency 17.718 ms 2024-03-11T17:44:49.921 INFO:teuthology.orchestra.run.smithi132.stdout: 5 38372 30.18 MB/sec warmup 37 sec latency 25.297 ms 2024-03-11T17:44:50.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:49 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:48.488762+0000 mgr.smithi132.jvlwde (mgr.14164) 325 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 222 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 13 MiB/s wr, 1.21k op/s; 387 KiB/s, 0 objects/s recovering 2024-03-11T17:44:50.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:49 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:48.488762+0000 mgr.smithi132.jvlwde (mgr.14164) 325 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 222 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 13 MiB/s wr, 1.21k op/s; 387 KiB/s, 0 objects/s recovering 2024-03-11T17:44:50.921 INFO:teuthology.orchestra.run.smithi132.stdout: 5 39283 30.37 MB/sec warmup 38 sec latency 16.381 ms 2024-03-11T17:44:51.921 INFO:teuthology.orchestra.run.smithi132.stdout: 5 40001 29.78 MB/sec warmup 39 sec latency 16.601 ms 2024-03-11T17:44:52.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:50.489205+0000 mgr.smithi132.jvlwde (mgr.14164) 326 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 231 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 15 MiB/s wr, 1.32k op/s; 341 KiB/s, 0 objects/s recovering 2024-03-11T17:44:52.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:50.489205+0000 mgr.smithi132.jvlwde (mgr.14164) 326 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 231 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 15 MiB/s wr, 1.32k op/s; 341 KiB/s, 0 objects/s recovering 2024-03-11T17:44:52.921 INFO:teuthology.orchestra.run.smithi132.stdout: 5 41018 29.63 MB/sec warmup 40 sec latency 23.130 ms 2024-03-11T17:44:53.921 INFO:teuthology.orchestra.run.smithi132.stdout: 5 41875 29.54 MB/sec warmup 41 sec latency 28.695 ms 2024-03-11T17:44:54.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:53 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:52.489933+0000 mgr.smithi132.jvlwde (mgr.14164) 327 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 234 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 12 MiB/s wr, 1.17k op/s; 341 KiB/s, 0 objects/s recovering 2024-03-11T17:44:54.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:52.489933+0000 mgr.smithi132.jvlwde (mgr.14164) 327 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 234 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 12 MiB/s wr, 1.17k op/s; 341 KiB/s, 0 objects/s recovering 2024-03-11T17:44:54.921 INFO:teuthology.orchestra.run.smithi132.stdout: 5 42730 29.67 MB/sec warmup 42 sec latency 22.494 ms 2024-03-11T17:44:55.921 INFO:teuthology.orchestra.run.smithi132.stdout: 5 43370 29.17 MB/sec warmup 43 sec latency 30.094 ms 2024-03-11T17:44:56.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:55 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:54.490883+0000 mgr.smithi132.jvlwde (mgr.14164) 328 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 240 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 14 MiB/s wr, 1.36k op/s 2024-03-11T17:44:56.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:55 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:54.490883+0000 mgr.smithi132.jvlwde (mgr.14164) 328 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 240 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 14 MiB/s wr, 1.36k op/s 2024-03-11T17:44:56.922 INFO:teuthology.orchestra.run.smithi132.stdout: 5 44308 29.06 MB/sec warmup 44 sec latency 18.001 ms 2024-03-11T17:44:57.921 INFO:teuthology.orchestra.run.smithi132.stdout: 5 45592 29.21 MB/sec warmup 45 sec latency 31.803 ms 2024-03-11T17:44:58.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:56.491856+0000 mgr.smithi132.jvlwde (mgr.14164) 329 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 250 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 14 MiB/s wr, 1.30k op/s 2024-03-11T17:44:58.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:56.491856+0000 mgr.smithi132.jvlwde (mgr.14164) 329 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 250 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 14 MiB/s wr, 1.30k op/s 2024-03-11T17:44:58.921 INFO:teuthology.orchestra.run.smithi132.stdout: 5 46422 29.26 MB/sec warmup 46 sec latency 38.838 ms 2024-03-11T17:44:59.921 INFO:teuthology.orchestra.run.smithi132.stdout: 5 47184 28.82 MB/sec warmup 47 sec latency 34.979 ms 2024-03-11T17:45:00.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:44:59 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:44:58.492357+0000 mgr.smithi132.jvlwde (mgr.14164) 330 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 258 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 13 MiB/s wr, 1.32k op/s 2024-03-11T17:45:00.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:44:59 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:44:58.492357+0000 mgr.smithi132.jvlwde (mgr.14164) 330 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 258 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 13 MiB/s wr, 1.32k op/s 2024-03-11T17:45:00.922 INFO:teuthology.orchestra.run.smithi132.stdout: 5 48285 28.71 MB/sec warmup 48 sec latency 16.812 ms 2024-03-11T17:45:01.922 INFO:teuthology.orchestra.run.smithi132.stdout: 5 49495 29.06 MB/sec warmup 49 sec latency 20.330 ms 2024-03-11T17:45:02.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:00.492891+0000 mgr.smithi132.jvlwde (mgr.14164) 331 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 265 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 15 MiB/s wr, 1.42k op/s 2024-03-11T17:45:02.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:00.492891+0000 mgr.smithi132.jvlwde (mgr.14164) 331 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 265 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 15 MiB/s wr, 1.42k op/s 2024-03-11T17:45:02.922 INFO:teuthology.orchestra.run.smithi132.stdout: 5 50250 28.88 MB/sec warmup 50 sec latency 19.536 ms 2024-03-11T17:45:03.922 INFO:teuthology.orchestra.run.smithi132.stdout: 5 51032 28.63 MB/sec warmup 51 sec latency 38.391 ms 2024-03-11T17:45:04.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:03 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:02.496434+0000 mgr.smithi132.jvlwde (mgr.14164) 332 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 264 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 12 MiB/s wr, 1.20k op/s 2024-03-11T17:45:04.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:02.496434+0000 mgr.smithi132.jvlwde (mgr.14164) 332 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 264 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 12 MiB/s wr, 1.20k op/s 2024-03-11T17:45:04.922 INFO:teuthology.orchestra.run.smithi132.stdout: 5 52171 28.52 MB/sec warmup 52 sec latency 21.700 ms 2024-03-11T17:45:05.922 INFO:teuthology.orchestra.run.smithi132.stdout: 5 53114 28.70 MB/sec warmup 53 sec latency 22.231 ms 2024-03-11T17:45:06.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:04.496920+0000 mgr.smithi132.jvlwde (mgr.14164) 333 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 273 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 14 MiB/s wr, 1.34k op/s 2024-03-11T17:45:06.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:04.496920+0000 mgr.smithi132.jvlwde (mgr.14164) 333 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 273 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 14 MiB/s wr, 1.34k op/s 2024-03-11T17:45:06.922 INFO:teuthology.orchestra.run.smithi132.stdout: 5 53863 28.52 MB/sec warmup 54 sec latency 36.204 ms 2024-03-11T17:45:07.936 INFO:teuthology.orchestra.run.smithi132.stdout: 5 54681 28.34 MB/sec warmup 55 sec latency 23.927 ms 2024-03-11T17:45:08.310 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:06.497419+0000 mgr.smithi132.jvlwde (mgr.14164) 334 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 283 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 14 MiB/s wr, 1.36k op/s 2024-03-11T17:45:08.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:06.497419+0000 mgr.smithi132.jvlwde (mgr.14164) 334 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 283 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 14 MiB/s wr, 1.36k op/s 2024-03-11T17:45:08.922 INFO:teuthology.orchestra.run.smithi132.stdout: 5 55610 28.09 MB/sec warmup 56 sec latency 24.641 ms 2024-03-11T17:45:09.922 INFO:teuthology.orchestra.run.smithi132.stdout: 5 56438 28.23 MB/sec warmup 57 sec latency 26.337 ms 2024-03-11T17:45:10.093 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:10 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:08.497834+0000 mgr.smithi132.jvlwde (mgr.14164) 335 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 281 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.15k op/s 2024-03-11T17:45:10.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:08.497834+0000 mgr.smithi132.jvlwde (mgr.14164) 335 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 281 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.15k op/s 2024-03-11T17:45:10.922 INFO:teuthology.orchestra.run.smithi132.stdout: 5 57231 28.18 MB/sec warmup 58 sec latency 15.957 ms 2024-03-11T17:45:11.126 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T17:45:11.922 INFO:teuthology.orchestra.run.smithi132.stdout: 5 57944 27.90 MB/sec warmup 59 sec latency 15.350 ms 2024-03-11T17:45:12.003 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T17:45:12.003 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 running (5m) 51s ago 7m 21.5M - 0.20.0 0881eb8f169f a271f1b457ae 2024-03-11T17:45:12.003 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (7m) 51s ago 7m 6387k - 16.2.5 6933c2a0b7dd 9a5469425dbb 2024-03-11T17:45:12.003 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (6m) 58s ago 6m 6387k - 16.2.5 6933c2a0b7dd 3394b3e5bd00 2024-03-11T17:45:12.003 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (5m) 51s ago 6m 33.5M - 6.7.4 557c83e11646 f6eed3094e30 2024-03-11T17:45:12.003 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (83s) 51s ago 82s 16.0M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T17:45:12.004 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (80s) 58s ago 80s 11.2M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T17:45:12.004 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:9283 running (8m) 51s ago 8m 423M - 16.2.5 6933c2a0b7dd 73121a409072 2024-03-11T17:45:12.004 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283 running (6m) 58s ago 6m 371M - 16.2.5 6933c2a0b7dd be1870c1a588 2024-03-11T17:45:12.004 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (8m) 51s ago 8m 45.9M 2048M 16.2.5 6933c2a0b7dd d2652d3f8220 2024-03-11T17:45:12.004 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (6m) 58s ago 6m 39.0M 2048M 16.2.5 6933c2a0b7dd 48b36f582d96 2024-03-11T17:45:12.004 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.0.smithi132.saeedo smithi132 *:2049 running (68s) 51s ago 67s 53.7M - 3.5 6933c2a0b7dd 49bb3469ff5c 2024-03-11T17:45:12.004 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.0.smithi176.pmdqyq smithi176 *:2049 running (62s) 58s ago 61s 51.4M - 3.5 6933c2a0b7dd 205a518fea99 2024-03-11T17:45:12.004 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (6m) 51s ago 6m 15.2M - 0.18.1 e5a616e4b9cf 10f5ee689b40 2024-03-11T17:45:12.004 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (5m) 58s ago 5m 17.1M - 0.18.1 e5a616e4b9cf 0ef3c4c60b7c 2024-03-11T17:45:12.004 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (5m) 51s ago 5m 36.8M 3224M 16.2.5 6933c2a0b7dd 8a9418f8764a 2024-03-11T17:45:12.004 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (5m) 51s ago 5m 36.5M 3224M 16.2.5 6933c2a0b7dd 120ec75123a3 2024-03-11T17:45:12.004 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (4m) 51s ago 4m 38.8M 3224M 16.2.5 6933c2a0b7dd 68fe37f0f2b3 2024-03-11T17:45:12.004 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (4m) 51s ago 4m 38.4M 3224M 16.2.5 6933c2a0b7dd ec14dfc2c803 2024-03-11T17:45:12.004 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (3m) 58s ago 3m 36.8M 3992M 16.2.5 6933c2a0b7dd a618d96d8b7f 2024-03-11T17:45:12.005 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (3m) 58s ago 3m 36.3M 3992M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T17:45:12.005 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (3m) 58s ago 3m 36.6M 3992M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T17:45:12.005 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (2m) 58s ago 2m 37.6M 3992M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T17:45:12.005 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 running (5m) 51s ago 6m 42.1M - 2.18.1 de242295e225 e8b32a43e1a8 2024-03-11T17:45:12.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:10.498378+0000 mgr.smithi132.jvlwde (mgr.14164) 336 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 286 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 13 MiB/s wr, 1.12k op/s 2024-03-11T17:45:12.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:10.645563+0000 mon.smithi132 (mon.0) 735 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:45:12.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:45:10.646130+0000 mgr.smithi132.jvlwde (mgr.14164) 337 : cephadm [INF] Upgrade: Target is version 18.2.1-802-ge1b0c2aa (unknown) 2024-03-11T17:45:12.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:45:10.646240+0000 mgr.smithi132.jvlwde (mgr.14164) 338 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d, digests ['quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d'] 2024-03-11T17:45:12.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:10.647234+0000 mon.smithi132 (mon.0) 736 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:45:12.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:45:10.648410+0000 mgr.smithi132.jvlwde (mgr.14164) 339 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi132.jvlwde) 2024-03-11T17:45:12.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:45:10.891263+0000 mgr.smithi132.jvlwde (mgr.14164) 340 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d on smithi176 2024-03-11T17:45:12.088 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:10.498378+0000 mgr.smithi132.jvlwde (mgr.14164) 336 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 286 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 13 MiB/s wr, 1.12k op/s 2024-03-11T17:45:12.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:10.645563+0000 mon.smithi132 (mon.0) 735 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:45:12.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:45:10.646130+0000 mgr.smithi132.jvlwde (mgr.14164) 337 : cephadm [INF] Upgrade: Target is version 18.2.1-802-ge1b0c2aa (unknown) 2024-03-11T17:45:12.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:45:10.646240+0000 mgr.smithi132.jvlwde (mgr.14164) 338 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d, digests ['quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d'] 2024-03-11T17:45:12.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:10.647234+0000 mon.smithi132 (mon.0) 736 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:45:12.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:45:10.648410+0000 mgr.smithi132.jvlwde (mgr.14164) 339 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi132.jvlwde) 2024-03-11T17:45:12.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:45:10.891263+0000 mgr.smithi132.jvlwde (mgr.14164) 340 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d on smithi176 2024-03-11T17:45:12.455 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:45:12.455 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T17:45:12.455 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:45:12.455 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:45:12.455 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T17:45:12.455 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:45:12.455 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:45:12.455 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T17:45:12.455 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T17:45:12.455 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:45:12.455 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T17:45:12.456 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:45:12.456 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:45:12.456 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T17:45:12.456 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-03-11T17:45:12.456 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T17:45:12.456 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:45:12.798 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:45:12.798 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T17:45:12.798 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T17:45:12.798 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [], 2024-03-11T17:45:12.798 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "0/23 ceph daemons upgraded", 2024-03-11T17:45:12.798 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d image on host smithi176" 2024-03-11T17:45:12.798 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:45:12.922 INFO:teuthology.orchestra.run.smithi132.stdout: 5 58694 27.72 MB/sec warmup 60 sec latency 26.143 ms 2024-03-11T17:45:13.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:12 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:11.107761+0000 mgr.smithi132.jvlwde (mgr.14164) 341 : audit [DBG] from='client.24387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:45:13.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:12 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:11.548795+0000 mgr.smithi132.jvlwde (mgr.14164) 342 : audit [DBG] from='client.24391 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:45:13.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:12 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:11.990223+0000 mgr.smithi132.jvlwde (mgr.14164) 343 : audit [DBG] from='client.24395 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:45:13.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:12 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:12.456564+0000 mon.smithi176 (mon.1) 19 : audit [DBG] from='client.? 172.21.15.132:0/271315712' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:45:13.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:12 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:11.107761+0000 mgr.smithi132.jvlwde (mgr.14164) 341 : audit [DBG] from='client.24387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:45:13.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:12 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:11.548795+0000 mgr.smithi132.jvlwde (mgr.14164) 342 : audit [DBG] from='client.24391 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:45:13.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:12 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:11.990223+0000 mgr.smithi132.jvlwde (mgr.14164) 343 : audit [DBG] from='client.24395 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:45:13.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:12 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:12.456564+0000 mon.smithi176 (mon.1) 19 : audit [DBG] from='client.? 172.21.15.132:0/271315712' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:45:13.231 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_OK 2024-03-11T17:45:13.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:12.498776+0000 mgr.smithi132.jvlwde (mgr.14164) 344 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 289 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 11 MiB/s wr, 1.08k op/s 2024-03-11T17:45:13.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:12.799633+0000 mgr.smithi132.jvlwde (mgr.14164) 345 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:45:13.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:13.233597+0000 mon.smithi132 (mon.0) 737 : audit [DBG] from='client.? 172.21.15.132:0/2388164499' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:45:13.922 INFO:teuthology.orchestra.run.smithi132.stdout: 5 59232 27.43 MB/sec warmup 61 sec latency 52.238 ms 2024-03-11T17:45:14.088 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:12.498776+0000 mgr.smithi132.jvlwde (mgr.14164) 344 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 289 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 11 MiB/s wr, 1.08k op/s 2024-03-11T17:45:14.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:12.799633+0000 mgr.smithi132.jvlwde (mgr.14164) 345 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:45:14.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:13.233597+0000 mon.smithi132 (mon.0) 737 : audit [DBG] from='client.? 172.21.15.132:0/2388164499' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:45:14.922 INFO:teuthology.orchestra.run.smithi132.stdout: 5 59732 27.31 MB/sec warmup 62 sec latency 31.970 ms 2024-03-11T17:45:15.922 INFO:teuthology.orchestra.run.smithi132.stdout: 5 60594 27.43 MB/sec warmup 63 sec latency 27.837 ms 2024-03-11T17:45:16.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:14.499308+0000 mgr.smithi132.jvlwde (mgr.14164) 346 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 293 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 13 MiB/s wr, 1.31k op/s 2024-03-11T17:45:16.088 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:14.499308+0000 mgr.smithi132.jvlwde (mgr.14164) 346 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 293 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 13 MiB/s wr, 1.31k op/s 2024-03-11T17:45:16.922 INFO:teuthology.orchestra.run.smithi132.stdout: 5 61214 27.10 MB/sec warmup 64 sec latency 28.938 ms 2024-03-11T17:45:17.922 INFO:teuthology.orchestra.run.smithi132.stdout: 5 61668 26.87 MB/sec warmup 65 sec latency 31.822 ms 2024-03-11T17:45:18.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:17 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:16.499795+0000 mgr.smithi132.jvlwde (mgr.14164) 347 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 297 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 12 MiB/s wr, 1.17k op/s 2024-03-11T17:45:18.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:17 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:16.499795+0000 mgr.smithi132.jvlwde (mgr.14164) 347 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 297 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 12 MiB/s wr, 1.17k op/s 2024-03-11T17:45:18.922 INFO:teuthology.orchestra.run.smithi132.stdout: 5 62529 26.70 MB/sec warmup 66 sec latency 49.462 ms 2024-03-11T17:45:19.922 INFO:teuthology.orchestra.run.smithi132.stdout: 5 63451 26.83 MB/sec warmup 67 sec latency 29.523 ms 2024-03-11T17:45:20.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:18.500276+0000 mgr.smithi132.jvlwde (mgr.14164) 348 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 299 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.4 MiB/s wr, 903 op/s 2024-03-11T17:45:20.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:18.500276+0000 mgr.smithi132.jvlwde (mgr.14164) 348 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 299 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.4 MiB/s wr, 903 op/s 2024-03-11T17:45:20.922 INFO:teuthology.orchestra.run.smithi132.stdout: 5 64224 26.83 MB/sec warmup 68 sec latency 60.574 ms 2024-03-11T17:45:21.922 INFO:teuthology.orchestra.run.smithi132.stdout: 5 64891 26.59 MB/sec warmup 69 sec latency 25.168 ms 2024-03-11T17:45:22.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:20.500826+0000 mgr.smithi132.jvlwde (mgr.14164) 349 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 303 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 12 MiB/s wr, 1.04k op/s 2024-03-11T17:45:22.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:20.500826+0000 mgr.smithi132.jvlwde (mgr.14164) 349 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 303 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 12 MiB/s wr, 1.04k op/s 2024-03-11T17:45:22.924 INFO:teuthology.orchestra.run.smithi132.stdout: 5 65584 26.44 MB/sec warmup 70 sec latency 30.378 ms 2024-03-11T17:45:23.922 INFO:teuthology.orchestra.run.smithi132.stdout: 5 66471 26.34 MB/sec warmup 71 sec latency 19.722 ms 2024-03-11T17:45:24.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:22.501288+0000 mgr.smithi132.jvlwde (mgr.14164) 350 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 306 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 9.6 MiB/s wr, 937 op/s 2024-03-11T17:45:24.342 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:22.501288+0000 mgr.smithi132.jvlwde (mgr.14164) 350 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 306 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 9.6 MiB/s wr, 937 op/s 2024-03-11T17:45:24.924 INFO:teuthology.orchestra.run.smithi132.stdout: 5 67252 26.41 MB/sec warmup 72 sec latency 77.390 ms 2024-03-11T17:45:25.923 INFO:teuthology.orchestra.run.smithi132.stdout: 5 67853 26.31 MB/sec warmup 73 sec latency 19.604 ms 2024-03-11T17:45:26.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:24.501863+0000 mgr.smithi132.jvlwde (mgr.14164) 351 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 1.02k op/s 2024-03-11T17:45:26.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:24.501863+0000 mgr.smithi132.jvlwde (mgr.14164) 351 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 1.02k op/s 2024-03-11T17:45:26.926 INFO:teuthology.orchestra.run.smithi132.stdout: 5 68408 26.08 MB/sec warmup 74 sec latency 26.795 ms 2024-03-11T17:45:27.922 INFO:teuthology.orchestra.run.smithi132.stdout: 5 69179 25.99 MB/sec warmup 75 sec latency 32.124 ms 2024-03-11T17:45:28.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:27 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:26.502415+0000 mgr.smithi132.jvlwde (mgr.14164) 352 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 321 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 10 MiB/s wr, 986 op/s 2024-03-11T17:45:28.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:27 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:26.502415+0000 mgr.smithi132.jvlwde (mgr.14164) 352 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 321 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 10 MiB/s wr, 986 op/s 2024-03-11T17:45:28.923 INFO:teuthology.orchestra.run.smithi132.stdout: 5 70027 25.87 MB/sec warmup 76 sec latency 28.361 ms 2024-03-11T17:45:29.923 INFO:teuthology.orchestra.run.smithi132.stdout: 5 70776 25.93 MB/sec warmup 77 sec latency 39.258 ms 2024-03-11T17:45:30.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:29 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:28.502865+0000 mgr.smithi132.jvlwde (mgr.14164) 353 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.4 MiB/s wr, 963 op/s 2024-03-11T17:45:30.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:29 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:28.502865+0000 mgr.smithi132.jvlwde (mgr.14164) 353 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.4 MiB/s wr, 963 op/s 2024-03-11T17:45:30.923 INFO:teuthology.orchestra.run.smithi132.stdout: 5 71336 25.85 MB/sec warmup 78 sec latency 31.091 ms 2024-03-11T17:45:31.923 INFO:teuthology.orchestra.run.smithi132.stdout: 5 71620 25.57 MB/sec warmup 79 sec latency 33.092 ms 2024-03-11T17:45:32.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:31 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:30.503419+0000 mgr.smithi132.jvlwde (mgr.14164) 354 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 326 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 1.05k op/s 2024-03-11T17:45:32.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:31 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:30.503419+0000 mgr.smithi132.jvlwde (mgr.14164) 354 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 326 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 1.05k op/s 2024-03-11T17:45:32.923 INFO:teuthology.orchestra.run.smithi132.stdout: 5 71987 25.32 MB/sec warmup 80 sec latency 48.681 ms 2024-03-11T17:45:33.923 INFO:teuthology.orchestra.run.smithi132.stdout: 5 72629 25.17 MB/sec warmup 81 sec latency 40.045 ms 2024-03-11T17:45:34.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:32.503930+0000 mgr.smithi132.jvlwde (mgr.14164) 355 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 328 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 9.7 MiB/s wr, 961 op/s 2024-03-11T17:45:34.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:33.260371+0000 mon.smithi132 (mon.0) 738 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/trash_purge_schedule"}]: dispatch 2024-03-11T17:45:34.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:33.267971+0000 mon.smithi132 (mon.0) 739 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/mirror_snapshot_schedule"}]: dispatch 2024-03-11T17:45:34.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:32.503930+0000 mgr.smithi132.jvlwde (mgr.14164) 355 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 328 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 9.7 MiB/s wr, 961 op/s 2024-03-11T17:45:34.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:33.260371+0000 mon.smithi132 (mon.0) 738 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/trash_purge_schedule"}]: dispatch 2024-03-11T17:45:34.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:33.267971+0000 mon.smithi132 (mon.0) 739 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/mirror_snapshot_schedule"}]: dispatch 2024-03-11T17:45:34.923 INFO:teuthology.orchestra.run.smithi132.stdout: 5 73184 24.99 MB/sec warmup 82 sec latency 48.054 ms 2024-03-11T17:45:35.923 INFO:teuthology.orchestra.run.smithi132.stdout: 5 74044 25.06 MB/sec warmup 83 sec latency 29.511 ms 2024-03-11T17:45:36.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:34.504454+0000 mgr.smithi132.jvlwde (mgr.14164) 356 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 333 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 1.11k op/s 2024-03-11T17:45:36.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:34.504454+0000 mgr.smithi132.jvlwde (mgr.14164) 356 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 333 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 1.11k op/s 2024-03-11T17:45:36.923 INFO:teuthology.orchestra.run.smithi132.stdout: 5 74895 25.13 MB/sec warmup 84 sec latency 19.098 ms 2024-03-11T17:45:37.923 INFO:teuthology.orchestra.run.smithi132.stdout: 5 75662 25.00 MB/sec warmup 85 sec latency 27.561 ms 2024-03-11T17:45:38.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:37 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:36.504943+0000 mgr.smithi132.jvlwde (mgr.14164) 357 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 326 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 9.3 MiB/s wr, 942 op/s 2024-03-11T17:45:38.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:37 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:36.504943+0000 mgr.smithi132.jvlwde (mgr.14164) 357 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 326 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 9.3 MiB/s wr, 942 op/s 2024-03-11T17:45:38.923 INFO:teuthology.orchestra.run.smithi132.stdout: 5 76245 24.82 MB/sec warmup 86 sec latency 34.643 ms 2024-03-11T17:45:39.923 INFO:teuthology.orchestra.run.smithi132.stdout: 5 76903 24.71 MB/sec warmup 87 sec latency 34.693 ms 2024-03-11T17:45:40.054 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:38.505343+0000 mgr.smithi132.jvlwde (mgr.14164) 358 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.3 MiB/s wr, 897 op/s 2024-03-11T17:45:40.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:38.505343+0000 mgr.smithi132.jvlwde (mgr.14164) 358 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.3 MiB/s wr, 897 op/s 2024-03-11T17:45:40.924 INFO:teuthology.orchestra.run.smithi132.stdout: 5 77428 24.64 MB/sec warmup 88 sec latency 24.321 ms 2024-03-11T17:45:41.400 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:45:40.129886+0000 mgr.smithi132.jvlwde (mgr.14164) 359 : cephadm [INF] Upgrade: Updating mgr.smithi176.txyrph 2024-03-11T17:45:41.401 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:40.134671+0000 mon.smithi132 (mon.0) 740 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:45:41.401 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:40.135572+0000 mon.smithi132 (mon.0) 741 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi176.txyrph", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-11T17:45:41.401 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:40.136484+0000 mon.smithi132 (mon.0) 742 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-11T17:45:41.401 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:40.137111+0000 mon.smithi132 (mon.0) 743 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:45:41.401 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:45:40.137775+0000 mgr.smithi132.jvlwde (mgr.14164) 360 : cephadm [INF] Deploying daemon mgr.smithi176.txyrph on smithi176 2024-03-11T17:45:41.401 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:40.505850+0000 mgr.smithi132.jvlwde (mgr.14164) 361 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 959 op/s 2024-03-11T17:45:41.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:45:40.129886+0000 mgr.smithi132.jvlwde (mgr.14164) 359 : cephadm [INF] Upgrade: Updating mgr.smithi176.txyrph 2024-03-11T17:45:41.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:40.134671+0000 mon.smithi132 (mon.0) 740 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:45:41.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:40.135572+0000 mon.smithi132 (mon.0) 741 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi176.txyrph", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-11T17:45:41.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:40.136484+0000 mon.smithi132 (mon.0) 742 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-11T17:45:41.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:40.137111+0000 mon.smithi132 (mon.0) 743 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:45:41.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:45:40.137775+0000 mgr.smithi132.jvlwde (mgr.14164) 360 : cephadm [INF] Deploying daemon mgr.smithi176.txyrph on smithi176 2024-03-11T17:45:41.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:40.505850+0000 mgr.smithi132.jvlwde (mgr.14164) 361 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 959 op/s 2024-03-11T17:45:41.924 INFO:teuthology.orchestra.run.smithi132.stdout: 5 78034 24.64 MB/sec warmup 89 sec latency 24.995 ms 2024-03-11T17:45:42.924 INFO:teuthology.orchestra.run.smithi132.stdout: 5 78600 24.54 MB/sec warmup 90 sec latency 23.595 ms 2024-03-11T17:45:43.700 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T17:45:43.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:42.506288+0000 mgr.smithi132.jvlwde (mgr.14164) 362 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 325 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 8.7 MiB/s wr, 924 op/s 2024-03-11T17:45:43.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:43 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:42.506288+0000 mgr.smithi132.jvlwde (mgr.14164) 362 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 325 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 8.7 MiB/s wr, 924 op/s 2024-03-11T17:45:43.923 INFO:teuthology.orchestra.run.smithi132.stdout: 5 79278 24.42 MB/sec warmup 91 sec latency 28.622 ms 2024-03-11T17:45:44.562 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T17:45:44.562 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 running (6m) 83s ago 7m 21.5M - 0.20.0 0881eb8f169f a271f1b457ae 2024-03-11T17:45:44.562 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (7m) 83s ago 7m 6387k - 16.2.5 6933c2a0b7dd 9a5469425dbb 2024-03-11T17:45:44.562 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (6m) 91s ago 6m 6387k - 16.2.5 6933c2a0b7dd 3394b3e5bd00 2024-03-11T17:45:44.562 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (5m) 83s ago 7m 33.5M - 6.7.4 557c83e11646 f6eed3094e30 2024-03-11T17:45:44.563 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (116s) 83s ago 115s 16.0M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T17:45:44.563 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (113s) 91s ago 112s 11.2M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T17:45:44.563 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:9283 running (9m) 83s ago 9m 423M - 16.2.5 6933c2a0b7dd 73121a409072 2024-03-11T17:45:44.563 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283 running (6m) 91s ago 6m 371M - 16.2.5 6933c2a0b7dd be1870c1a588 2024-03-11T17:45:44.563 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (9m) 83s ago 9m 45.9M 2048M 16.2.5 6933c2a0b7dd d2652d3f8220 2024-03-11T17:45:44.564 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (6m) 91s ago 6m 39.0M 2048M 16.2.5 6933c2a0b7dd 48b36f582d96 2024-03-11T17:45:44.564 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.0.smithi132.saeedo smithi132 *:2049 running (100s) 83s ago 99s 53.7M - 3.5 6933c2a0b7dd 49bb3469ff5c 2024-03-11T17:45:44.564 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.0.smithi176.pmdqyq smithi176 *:2049 running (94s) 91s ago 94s 51.4M - 3.5 6933c2a0b7dd 205a518fea99 2024-03-11T17:45:44.564 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (7m) 83s ago 7m 15.2M - 0.18.1 e5a616e4b9cf 10f5ee689b40 2024-03-11T17:45:44.564 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (6m) 91s ago 6m 17.1M - 0.18.1 e5a616e4b9cf 0ef3c4c60b7c 2024-03-11T17:45:44.564 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (5m) 83s ago 5m 36.8M 3224M 16.2.5 6933c2a0b7dd 8a9418f8764a 2024-03-11T17:45:44.564 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (5m) 83s ago 5m 36.5M 3224M 16.2.5 6933c2a0b7dd 120ec75123a3 2024-03-11T17:45:44.564 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (5m) 83s ago 5m 38.8M 3224M 16.2.5 6933c2a0b7dd 68fe37f0f2b3 2024-03-11T17:45:44.564 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (4m) 83s ago 4m 38.4M 3224M 16.2.5 6933c2a0b7dd ec14dfc2c803 2024-03-11T17:45:44.564 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (4m) 91s ago 4m 36.8M 3992M 16.2.5 6933c2a0b7dd a618d96d8b7f 2024-03-11T17:45:44.564 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (4m) 91s ago 4m 36.3M 3992M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T17:45:44.564 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (3m) 91s ago 3m 36.6M 3992M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T17:45:44.565 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (3m) 91s ago 3m 37.6M 3992M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T17:45:44.565 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 running (5m) 83s ago 6m 42.1M - 2.18.1 de242295e225 e8b32a43e1a8 2024-03-11T17:45:44.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:44 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:43.677992+0000 mgr.smithi132.jvlwde (mgr.14164) 363 : audit [DBG] from='client.24409 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:45:44.923 INFO:teuthology.orchestra.run.smithi132.stdout: 5 79852 24.31 MB/sec warmup 92 sec latency 42.222 ms 2024-03-11T17:45:45.048 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:45:45.048 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T17:45:45.048 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:45:45.048 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:45:45.048 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T17:45:45.049 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:45:45.049 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:45:45.049 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T17:45:45.049 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T17:45:45.049 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:45:45.049 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T17:45:45.049 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:45:45.049 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:45:45.049 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T17:45:45.049 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-03-11T17:45:45.049 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T17:45:45.050 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:45:45.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:44 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:43.677992+0000 mgr.smithi132.jvlwde (mgr.14164) 363 : audit [DBG] from='client.24409 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:45:45.457 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:45:45.457 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T17:45:45.457 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T17:45:45.457 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [], 2024-03-11T17:45:45.457 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "0/23 ceph daemons upgraded", 2024-03-11T17:45:45.458 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "Currently upgrading mgr daemons" 2024-03-11T17:45:45.458 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:45:45.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:44.126108+0000 mgr.smithi132.jvlwde (mgr.14164) 364 : audit [DBG] from='client.24413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:45:45.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:44.506774+0000 mgr.smithi132.jvlwde (mgr.14164) 365 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 320 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.3 MiB/s wr, 904 op/s 2024-03-11T17:45:45.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:44.546645+0000 mgr.smithi132.jvlwde (mgr.14164) 366 : audit [DBG] from='client.24417 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:45:45.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:45.049493+0000 mon.smithi132 (mon.0) 744 : audit [DBG] from='client.? 172.21.15.132:0/430930507' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:45:45.923 INFO:teuthology.orchestra.run.smithi132.stdout: 5 80430 24.14 MB/sec warmup 93 sec latency 31.043 ms 2024-03-11T17:45:45.947 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_OK 2024-03-11T17:45:46.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:44.126108+0000 mgr.smithi132.jvlwde (mgr.14164) 364 : audit [DBG] from='client.24413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:45:46.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:44.506774+0000 mgr.smithi132.jvlwde (mgr.14164) 365 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 320 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.3 MiB/s wr, 904 op/s 2024-03-11T17:45:46.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:44.546645+0000 mgr.smithi132.jvlwde (mgr.14164) 366 : audit [DBG] from='client.24417 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:45:46.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:45.049493+0000 mon.smithi132 (mon.0) 744 : audit [DBG] from='client.? 172.21.15.132:0/430930507' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:45:46.923 INFO:teuthology.orchestra.run.smithi132.stdout: 5 81015 24.08 MB/sec warmup 94 sec latency 26.579 ms 2024-03-11T17:45:47.294 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:45.458755+0000 mgr.smithi132.jvlwde (mgr.14164) 367 : audit [DBG] from='client.24425 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:45:47.294 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:45.949189+0000 mon.smithi176 (mon.1) 20 : audit [DBG] from='client.? 172.21.15.132:0/2449552903' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:45:47.294 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:46.435712+0000 mon.smithi132 (mon.0) 745 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:45:47.294 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:46.436495+0000 mon.smithi132 (mon.0) 746 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:45:47.294 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:46.437598+0000 mon.smithi132 (mon.0) 747 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:45:47.294 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:46.438210+0000 mon.smithi132 (mon.0) 748 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:45:47.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:45.458755+0000 mgr.smithi132.jvlwde (mgr.14164) 367 : audit [DBG] from='client.24425 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:45:47.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:45.949189+0000 mon.smithi176 (mon.1) 20 : audit [DBG] from='client.? 172.21.15.132:0/2449552903' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:45:47.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:46.435712+0000 mon.smithi132 (mon.0) 745 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:45:47.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:46.436495+0000 mon.smithi132 (mon.0) 746 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:45:47.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:46.437598+0000 mon.smithi132 (mon.0) 747 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:45:47.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:46.438210+0000 mon.smithi132 (mon.0) 748 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:45:47.923 INFO:teuthology.orchestra.run.smithi132.stdout: 5 81841 24.21 MB/sec warmup 95 sec latency 49.168 ms 2024-03-11T17:45:48.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:47 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:46.507246+0000 mgr.smithi132.jvlwde (mgr.14164) 368 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 325 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 9.2 MiB/s wr, 873 op/s 2024-03-11T17:45:48.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:47 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:46.507246+0000 mgr.smithi132.jvlwde (mgr.14164) 368 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 325 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 9.2 MiB/s wr, 873 op/s 2024-03-11T17:45:48.923 INFO:teuthology.orchestra.run.smithi132.stdout: 5 82543 24.05 MB/sec warmup 96 sec latency 39.943 ms 2024-03-11T17:45:49.923 INFO:teuthology.orchestra.run.smithi132.stdout: 5 83294 23.97 MB/sec warmup 97 sec latency 35.350 ms 2024-03-11T17:45:50.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:49 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:48.507620+0000 mgr.smithi132.jvlwde (mgr.14164) 369 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 329 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.8 MiB/s wr, 929 op/s 2024-03-11T17:45:50.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:49 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:48.507620+0000 mgr.smithi132.jvlwde (mgr.14164) 369 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 329 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.8 MiB/s wr, 929 op/s 2024-03-11T17:45:50.924 INFO:teuthology.orchestra.run.smithi132.stdout: 5 84126 23.92 MB/sec warmup 98 sec latency 29.305 ms 2024-03-11T17:45:51.923 INFO:teuthology.orchestra.run.smithi132.stdout: 5 84764 23.95 MB/sec warmup 99 sec latency 53.358 ms 2024-03-11T17:45:52.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:50.508123+0000 mgr.smithi132.jvlwde (mgr.14164) 370 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 327 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.9 MiB/s wr, 888 op/s 2024-03-11T17:45:52.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:50.508123+0000 mgr.smithi132.jvlwde (mgr.14164) 370 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 327 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.9 MiB/s wr, 888 op/s 2024-03-11T17:45:52.923 INFO:teuthology.orchestra.run.smithi132.stdout: 5 85127 23.84 MB/sec warmup 100 sec latency 41.255 ms 2024-03-11T17:45:53.924 INFO:teuthology.orchestra.run.smithi132.stdout: 5 85472 23.73 MB/sec warmup 101 sec latency 39.079 ms 2024-03-11T17:45:54.016 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:52.508635+0000 mgr.smithi132.jvlwde (mgr.14164) 371 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 319 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 8.8 MiB/s wr, 847 op/s 2024-03-11T17:45:54.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:53 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:52.508635+0000 mgr.smithi132.jvlwde (mgr.14164) 371 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 319 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 8.8 MiB/s wr, 847 op/s 2024-03-11T17:45:54.924 INFO:teuthology.orchestra.run.smithi132.stdout: 5 85870 23.55 MB/sec warmup 102 sec latency 55.860 ms 2024-03-11T17:45:55.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:54 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:54.449039+0000 mon.smithi132 (mon.0) 749 : cluster [DBG] Standby manager daemon smithi176.txyrph restarted 2024-03-11T17:45:55.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:54 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:54.449143+0000 mon.smithi132 (mon.0) 750 : cluster [DBG] Standby manager daemon smithi176.txyrph started 2024-03-11T17:45:55.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:54 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:54.451564+0000 mon.smithi176 (mon.1) 21 : audit [DBG] from='mgr.? 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi176.txyrph/crt"}]: dispatch 2024-03-11T17:45:55.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:54 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:54.451994+0000 mon.smithi176 (mon.1) 22 : audit [DBG] from='mgr.? 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-11T17:45:55.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:54 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:54.454123+0000 mon.smithi176 (mon.1) 23 : audit [DBG] from='mgr.? 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi176.txyrph/key"}]: dispatch 2024-03-11T17:45:55.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:54 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:54.455283+0000 mon.smithi176 (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-11T17:45:55.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:54 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:54.449039+0000 mon.smithi132 (mon.0) 749 : cluster [DBG] Standby manager daemon smithi176.txyrph restarted 2024-03-11T17:45:55.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:54 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:54.449143+0000 mon.smithi132 (mon.0) 750 : cluster [DBG] Standby manager daemon smithi176.txyrph started 2024-03-11T17:45:55.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:54 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:54.451564+0000 mon.smithi176 (mon.1) 21 : audit [DBG] from='mgr.? 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi176.txyrph/crt"}]: dispatch 2024-03-11T17:45:55.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:54 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:54.451994+0000 mon.smithi176 (mon.1) 22 : audit [DBG] from='mgr.? 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-11T17:45:55.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:54 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:54.454123+0000 mon.smithi176 (mon.1) 23 : audit [DBG] from='mgr.? 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi176.txyrph/key"}]: dispatch 2024-03-11T17:45:55.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:54 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:54.455283+0000 mon.smithi176 (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-11T17:45:55.924 INFO:teuthology.orchestra.run.smithi132.stdout: 5 86376 23.43 MB/sec warmup 103 sec latency 156.375 ms 2024-03-11T17:45:56.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:55 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:54.509224+0000 mgr.smithi132.jvlwde (mgr.14164) 372 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 320 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.5 MiB/s wr, 882 op/s 2024-03-11T17:45:56.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:55 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:54.891829+0000 mon.smithi132 (mon.0) 751 : cluster [DBG] mgrmap e21: smithi132.jvlwde(active, since 8m), standbys: smithi176.txyrph 2024-03-11T17:45:56.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:55 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:54.509224+0000 mgr.smithi132.jvlwde (mgr.14164) 372 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 320 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.5 MiB/s wr, 882 op/s 2024-03-11T17:45:56.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:55 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:54.891829+0000 mon.smithi132 (mon.0) 751 : cluster [DBG] mgrmap e21: smithi132.jvlwde(active, since 8m), standbys: smithi176.txyrph 2024-03-11T17:45:56.924 INFO:teuthology.orchestra.run.smithi132.stdout: 5 87027 23.35 MB/sec warmup 104 sec latency 52.640 ms 2024-03-11T17:45:57.924 INFO:teuthology.orchestra.run.smithi132.stdout: 5 87695 23.26 MB/sec warmup 105 sec latency 28.029 ms 2024-03-11T17:45:57.929 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:56.509719+0000 mgr.smithi132.jvlwde (mgr.14164) 373 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 329 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 9.8 MiB/s wr, 978 op/s 2024-03-11T17:45:57.929 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:56.628943+0000 mon.smithi132 (mon.0) 752 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:45:57.929 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:56.906900+0000 mon.smithi132 (mon.0) 753 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:45:57.929 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:56.916048+0000 mon.smithi132 (mon.0) 754 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:45:57.929 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:56.918904+0000 mon.smithi132 (mon.0) 755 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:45:57.929 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:45:56.921117+0000 mgr.smithi132.jvlwde (mgr.14164) 374 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi132.jvlwde) 2024-03-11T17:45:57.929 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:45:56.924049+0000 mgr.smithi132.jvlwde (mgr.14164) 375 : cephadm [INF] Failing over to other MGR 2024-03-11T17:45:57.929 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:56.925740+0000 mon.smithi132 (mon.0) 756 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mgr fail", "who": "smithi132.jvlwde"}]: dispatch 2024-03-11T17:45:57.930 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:56.930183+0000 mon.smithi132 (mon.0) 757 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-03-11T17:45:57.930 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:57.395764+0000 mon.smithi132 (mon.0) 758 : cluster [DBG] Standby manager daemon smithi132.jvlwde started 2024-03-11T17:45:57.958 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:56.509719+0000 mgr.smithi132.jvlwde (mgr.14164) 373 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 329 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 9.8 MiB/s wr, 978 op/s 2024-03-11T17:45:57.958 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:56.628943+0000 mon.smithi132 (mon.0) 752 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:45:57.958 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:56.906900+0000 mon.smithi132 (mon.0) 753 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:45:57.958 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:56.916048+0000 mon.smithi132 (mon.0) 754 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' 2024-03-11T17:45:57.958 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:56.918904+0000 mon.smithi132 (mon.0) 755 : audit [DBG] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:45:57.958 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:45:56.921117+0000 mgr.smithi132.jvlwde (mgr.14164) 374 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi132.jvlwde) 2024-03-11T17:45:57.958 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:45:56.924049+0000 mgr.smithi132.jvlwde (mgr.14164) 375 : cephadm [INF] Failing over to other MGR 2024-03-11T17:45:57.958 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:56.925740+0000 mon.smithi132 (mon.0) 756 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mgr fail", "who": "smithi132.jvlwde"}]: dispatch 2024-03-11T17:45:57.958 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:56.930183+0000 mon.smithi132 (mon.0) 757 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-03-11T17:45:57.958 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:57.395764+0000 mon.smithi132 (mon.0) 758 : cluster [DBG] Standby manager daemon smithi132.jvlwde started 2024-03-11T17:45:58.924 INFO:teuthology.orchestra.run.smithi132.stdout: 5 88369 23.31 MB/sec warmup 106 sec latency 27.732 ms 2024-03-11T17:45:59.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:57.922337+0000 mon.smithi132 (mon.0) 759 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "mgr fail", "who": "smithi132.jvlwde"}]': finished 2024-03-11T17:45:59.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:57.922408+0000 mon.smithi132 (mon.0) 760 : cluster [DBG] mgrmap e22: smithi176.txyrph(active, starting, since 0.995656s), standbys: smithi132.jvlwde 2024-03-11T17:45:59.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:57.923085+0000 mon.smithi176 (mon.1) 25 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2024-03-11T17:45:59.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:57.923273+0000 mon.smithi176 (mon.1) 26 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2024-03-11T17:45:59.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:57.924375+0000 mon.smithi176 (mon.1) 27 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi132.jgrugp"}]: dispatch 2024-03-11T17:45:59.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:57.924665+0000 mon.smithi176 (mon.1) 28 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi176.fmhxul"}]: dispatch 2024-03-11T17:45:59.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:57.925035+0000 mon.smithi176 (mon.1) 29 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "mgr metadata", "who": "smithi176.txyrph", "id": "smithi176.txyrph"}]: dispatch 2024-03-11T17:45:59.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:57.925304+0000 mon.smithi176 (mon.1) 30 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "mgr metadata", "who": "smithi132.jvlwde", "id": "smithi132.jvlwde"}]: dispatch 2024-03-11T17:45:59.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:57.925568+0000 mon.smithi176 (mon.1) 31 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T17:45:59.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:57.925818+0000 mon.smithi176 (mon.1) 32 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T17:45:59.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:57.926003+0000 mon.smithi176 (mon.1) 33 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T17:45:59.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:57.926183+0000 mon.smithi176 (mon.1) 34 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T17:45:59.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:57.926387+0000 mon.smithi176 (mon.1) 35 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T17:45:59.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:57.926644+0000 mon.smithi176 (mon.1) 36 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T17:45:59.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:57.926837+0000 mon.smithi176 (mon.1) 37 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T17:45:59.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:57.927087+0000 mon.smithi176 (mon.1) 38 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T17:45:59.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:57.928513+0000 mon.smithi176 (mon.1) 39 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-11T17:45:59.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:57.928851+0000 mon.smithi176 (mon.1) 40 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-11T17:45:59.309 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:57.929324+0000 mon.smithi176 (mon.1) 41 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-11T17:45:59.309 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:57.965642+0000 mon.smithi132 (mon.0) 761 : cluster [INF] Manager daemon smithi176.txyrph is now available 2024-03-11T17:45:59.309 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:57.984519+0000 mon.smithi132 (mon.0) 762 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:45:59.309 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:45:57.985126+0000 mgr.smithi176.txyrph (mgr.24429) 1 : cephadm [INF] Queued nfs.foo for migration 2024-03-11T17:45:59.309 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:57.989738+0000 mon.smithi176 (mon.1) 42 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:45:59.309 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:57.991956+0000 mon.smithi176 (mon.1) 43 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:45:59.309 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:58.008754+0000 mon.smithi132 (mon.0) 763 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:45:59.309 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:58.012944+0000 mon.smithi176 (mon.1) 44 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:45:59.309 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:58.022838+0000 mon.smithi176 (mon.1) 45 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.txyrph/mirror_snapshot_schedule"}]: dispatch 2024-03-11T17:45:59.309 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:58.023394+0000 mon.smithi132 (mon.0) 764 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.txyrph/mirror_snapshot_schedule"}]: dispatch 2024-03-11T17:45:59.309 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:58.061305+0000 mon.smithi176 (mon.1) 46 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.txyrph/trash_purge_schedule"}]: dispatch 2024-03-11T17:45:59.309 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:58.061510+0000 mon.smithi132 (mon.0) 765 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:45:59.309 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:58.063321+0000 mon.smithi132 (mon.0) 766 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.txyrph/trash_purge_schedule"}]: dispatch 2024-03-11T17:45:59.309 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:58.326117+0000 mon.smithi132 (mon.0) 767 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:45:59.310 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:58.332558+0000 mon.smithi132 (mon.0) 768 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:45:59.310 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:45:58.502557+0000 mgr.smithi176.txyrph (mgr.24429) 2 : cephadm [INF] Deploying cephadm binary to smithi176 2024-03-11T17:45:59.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:57.922337+0000 mon.smithi132 (mon.0) 759 : audit [INF] from='mgr.14164 172.21.15.132:0/1441318883' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "mgr fail", "who": "smithi132.jvlwde"}]': finished 2024-03-11T17:45:59.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:57.922408+0000 mon.smithi132 (mon.0) 760 : cluster [DBG] mgrmap e22: smithi176.txyrph(active, starting, since 0.995656s), standbys: smithi132.jvlwde 2024-03-11T17:45:59.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:57.923085+0000 mon.smithi176 (mon.1) 25 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2024-03-11T17:45:59.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:57.923273+0000 mon.smithi176 (mon.1) 26 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2024-03-11T17:45:59.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:57.924375+0000 mon.smithi176 (mon.1) 27 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi132.jgrugp"}]: dispatch 2024-03-11T17:45:59.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:57.924665+0000 mon.smithi176 (mon.1) 28 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi176.fmhxul"}]: dispatch 2024-03-11T17:45:59.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:57.925035+0000 mon.smithi176 (mon.1) 29 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "mgr metadata", "who": "smithi176.txyrph", "id": "smithi176.txyrph"}]: dispatch 2024-03-11T17:45:59.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:57.925304+0000 mon.smithi176 (mon.1) 30 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "mgr metadata", "who": "smithi132.jvlwde", "id": "smithi132.jvlwde"}]: dispatch 2024-03-11T17:45:59.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:57.925568+0000 mon.smithi176 (mon.1) 31 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T17:45:59.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:57.925818+0000 mon.smithi176 (mon.1) 32 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T17:45:59.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:57.926003+0000 mon.smithi176 (mon.1) 33 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T17:45:59.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:57.926183+0000 mon.smithi176 (mon.1) 34 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T17:45:59.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:57.926387+0000 mon.smithi176 (mon.1) 35 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T17:45:59.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:57.926644+0000 mon.smithi176 (mon.1) 36 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T17:45:59.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:57.926837+0000 mon.smithi176 (mon.1) 37 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T17:45:59.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:57.927087+0000 mon.smithi176 (mon.1) 38 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T17:45:59.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:57.928513+0000 mon.smithi176 (mon.1) 39 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-11T17:45:59.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:57.928851+0000 mon.smithi176 (mon.1) 40 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-11T17:45:59.342 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:57.929324+0000 mon.smithi176 (mon.1) 41 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-11T17:45:59.342 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:57.965642+0000 mon.smithi132 (mon.0) 761 : cluster [INF] Manager daemon smithi176.txyrph is now available 2024-03-11T17:45:59.342 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:57.984519+0000 mon.smithi132 (mon.0) 762 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:45:59.342 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:45:57.985126+0000 mgr.smithi176.txyrph (mgr.24429) 1 : cephadm [INF] Queued nfs.foo for migration 2024-03-11T17:45:59.342 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:57.989738+0000 mon.smithi176 (mon.1) 42 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:45:59.344 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:57.991956+0000 mon.smithi176 (mon.1) 43 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:45:59.344 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:58.008754+0000 mon.smithi132 (mon.0) 763 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:45:59.344 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:58.012944+0000 mon.smithi176 (mon.1) 44 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:45:59.345 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:58.022838+0000 mon.smithi176 (mon.1) 45 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.txyrph/mirror_snapshot_schedule"}]: dispatch 2024-03-11T17:45:59.345 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:58.023394+0000 mon.smithi132 (mon.0) 764 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.txyrph/mirror_snapshot_schedule"}]: dispatch 2024-03-11T17:45:59.345 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:58.061305+0000 mon.smithi176 (mon.1) 46 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.txyrph/trash_purge_schedule"}]: dispatch 2024-03-11T17:45:59.345 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:58.061510+0000 mon.smithi132 (mon.0) 765 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:45:59.345 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:58.063321+0000 mon.smithi132 (mon.0) 766 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.txyrph/trash_purge_schedule"}]: dispatch 2024-03-11T17:45:59.345 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:58.326117+0000 mon.smithi132 (mon.0) 767 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:45:59.345 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:58.332558+0000 mon.smithi132 (mon.0) 768 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:45:59.345 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:45:58.502557+0000 mgr.smithi176.txyrph (mgr.24429) 2 : cephadm [INF] Deploying cephadm binary to smithi176 2024-03-11T17:45:59.924 INFO:teuthology.orchestra.run.smithi132.stdout: 5 89022 23.30 MB/sec warmup 107 sec latency 24.771 ms 2024-03-11T17:46:00.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:59 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:45:58.576260+0000 mgr.smithi176.txyrph (mgr.24429) 3 : cephadm [INF] Deploying cephadm binary to smithi132 2024-03-11T17:46:00.309 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:59 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:58.927139+0000 mon.smithi132 (mon.0) 769 : cluster [DBG] mgrmap e23: smithi176.txyrph(active, since 2s), standbys: smithi132.jvlwde 2024-03-11T17:46:00.309 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:45:59 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:58.941003+0000 mgr.smithi176.txyrph (mgr.24429) 4 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-03-11T17:46:00.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:59 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:45:58.576260+0000 mgr.smithi176.txyrph (mgr.24429) 3 : cephadm [INF] Deploying cephadm binary to smithi132 2024-03-11T17:46:00.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:59 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:58.927139+0000 mon.smithi132 (mon.0) 769 : cluster [DBG] mgrmap e23: smithi176.txyrph(active, since 2s), standbys: smithi132.jvlwde 2024-03-11T17:46:00.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:45:59 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:58.941003+0000 mgr.smithi176.txyrph (mgr.24429) 4 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-03-11T17:46:00.924 INFO:teuthology.orchestra.run.smithi132.stdout: 5 89535 23.14 MB/sec warmup 108 sec latency 22.062 ms 2024-03-11T17:46:01.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:00 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:45:59.928238+0000 mgr.smithi176.txyrph (mgr.24429) 5 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-03-11T17:46:01.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:00 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:45:59.999811+0000 mon.smithi176 (mon.1) 47 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-11T17:46:01.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:00 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:00.000467+0000 mon.smithi132 (mon.0) 770 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-11T17:46:01.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:00 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:00.454106+0000 mgr.smithi176.txyrph (mgr.24429) 6 : cephadm [INF] [11/Mar/2024:17:46:00] ENGINE Bus STARTING 2024-03-11T17:46:01.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:00 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:45:59.928238+0000 mgr.smithi176.txyrph (mgr.24429) 5 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-03-11T17:46:01.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:00 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:45:59.999811+0000 mon.smithi176 (mon.1) 47 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-11T17:46:01.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:00 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:00.000467+0000 mon.smithi132 (mon.0) 770 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-11T17:46:01.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:00 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:00.454106+0000 mgr.smithi176.txyrph (mgr.24429) 6 : cephadm [INF] [11/Mar/2024:17:46:00] ENGINE Bus STARTING 2024-03-11T17:46:01.925 INFO:teuthology.orchestra.run.smithi132.stdout: 5 90011 23.03 MB/sec warmup 109 sec latency 42.604 ms 2024-03-11T17:46:02.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:00.580529+0000 mgr.smithi176.txyrph (mgr.24429) 7 : cephadm [INF] [11/Mar/2024:17:46:00] ENGINE Serving on http://172.21.15.176:8765 2024-03-11T17:46:02.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:00.694635+0000 mgr.smithi176.txyrph (mgr.24429) 8 : cephadm [INF] [11/Mar/2024:17:46:00] ENGINE Serving on https://172.21.15.176:7150 2024-03-11T17:46:02.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:00.694749+0000 mgr.smithi176.txyrph (mgr.24429) 9 : cephadm [INF] [11/Mar/2024:17:46:00] ENGINE Bus STARTED 2024-03-11T17:46:02.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:00.947515+0000 mon.smithi132 (mon.0) 771 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]': finished 2024-03-11T17:46:02.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:00.947600+0000 mon.smithi132 (mon.0) 772 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-03-11T17:46:02.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:00.949619+0000 mon.smithi176 (mon.1) 48 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-11T17:46:02.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:00.954398+0000 mon.smithi132 (mon.0) 773 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-11T17:46:02.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:00.580529+0000 mgr.smithi176.txyrph (mgr.24429) 7 : cephadm [INF] [11/Mar/2024:17:46:00] ENGINE Serving on http://172.21.15.176:8765 2024-03-11T17:46:02.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:00.694635+0000 mgr.smithi176.txyrph (mgr.24429) 8 : cephadm [INF] [11/Mar/2024:17:46:00] ENGINE Serving on https://172.21.15.176:7150 2024-03-11T17:46:02.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:00.694749+0000 mgr.smithi176.txyrph (mgr.24429) 9 : cephadm [INF] [11/Mar/2024:17:46:00] ENGINE Bus STARTED 2024-03-11T17:46:02.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:00.947515+0000 mon.smithi132 (mon.0) 771 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]': finished 2024-03-11T17:46:02.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:00.947600+0000 mon.smithi132 (mon.0) 772 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-03-11T17:46:02.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:00.949619+0000 mon.smithi176 (mon.1) 48 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-11T17:46:02.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:00.954398+0000 mon.smithi132 (mon.0) 773 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-11T17:46:02.925 INFO:teuthology.orchestra.run.smithi132.stdout: 5 90695 22.96 MB/sec warmup 110 sec latency 29.029 ms 2024-03-11T17:46:03.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:01.928633+0000 mgr.smithi176.txyrph (mgr.24429) 10 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-03-11T17:46:03.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:01.960739+0000 mon.smithi132 (mon.0) 774 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-11T17:46:03.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:01.960820+0000 mon.smithi132 (mon.0) 775 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-03-11T17:46:03.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:02.852886+0000 mon.smithi132 (mon.0) 776 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:03.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:01.928633+0000 mgr.smithi176.txyrph (mgr.24429) 10 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-03-11T17:46:03.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:01.960739+0000 mon.smithi132 (mon.0) 774 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-11T17:46:03.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:01.960820+0000 mon.smithi132 (mon.0) 775 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-03-11T17:46:03.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:02.852886+0000 mon.smithi132 (mon.0) 776 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:03.925 INFO:teuthology.orchestra.run.smithi132.stdout: 5 91342 22.89 MB/sec warmup 111 sec latency 22.164 ms 2024-03-11T17:46:04.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:03 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:02.970340+0000 mon.smithi132 (mon.0) 777 : cluster [DBG] mgrmap e24: smithi176.txyrph(active, since 6s), standbys: smithi132.jvlwde 2024-03-11T17:46:04.310 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:02.970340+0000 mon.smithi132 (mon.0) 777 : cluster [DBG] mgrmap e24: smithi176.txyrph(active, since 6s), standbys: smithi132.jvlwde 2024-03-11T17:46:04.925 INFO:teuthology.orchestra.run.smithi132.stdout: 5 92036 22.95 MB/sec warmup 112 sec latency 39.022 ms 2024-03-11T17:46:05.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:04 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:03.929003+0000 mgr.smithi176.txyrph (mgr.24429) 11 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-03-11T17:46:05.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:04 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:04.871668+0000 mon.smithi132 (mon.0) 778 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:05.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:04 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:04.881359+0000 mon.smithi132 (mon.0) 779 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:05.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:04 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:03.929003+0000 mgr.smithi176.txyrph (mgr.24429) 11 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 330 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-03-11T17:46:05.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:04 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:04.871668+0000 mon.smithi132 (mon.0) 778 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:05.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:04 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:04.881359+0000 mon.smithi132 (mon.0) 779 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:05.926 INFO:teuthology.orchestra.run.smithi132.stdout: 5 92640 22.92 MB/sec warmup 113 sec latency 24.047 ms 2024-03-11T17:46:06.461 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:05.425244+0000 mon.smithi132 (mon.0) 780 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:06.461 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:05.674579+0000 mon.smithi132 (mon.0) 781 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:06.461 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:05.681263+0000 mon.smithi132 (mon.0) 782 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:06.461 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:05.701118+0000 mon.smithi132 (mon.0) 783 : cluster [DBG] Standby manager daemon smithi132.jvlwde restarted 2024-03-11T17:46:06.461 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:05.701233+0000 mon.smithi132 (mon.0) 784 : cluster [DBG] Standby manager daemon smithi132.jvlwde started 2024-03-11T17:46:06.461 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:05.704427+0000 mon.smithi132 (mon.0) 785 : audit [DBG] from='mgr.? 172.21.15.132:0/2393565197' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi132.jvlwde/crt"}]: dispatch 2024-03-11T17:46:06.462 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:05.705831+0000 mon.smithi132 (mon.0) 786 : audit [DBG] from='mgr.? 172.21.15.132:0/2393565197' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-11T17:46:06.462 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:05.708918+0000 mon.smithi132 (mon.0) 787 : audit [DBG] from='mgr.? 172.21.15.132:0/2393565197' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi132.jvlwde/key"}]: dispatch 2024-03-11T17:46:06.462 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:05.709468+0000 mon.smithi132 (mon.0) 788 : audit [DBG] from='mgr.? 172.21.15.132:0/2393565197' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-11T17:46:06.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:05.425244+0000 mon.smithi132 (mon.0) 780 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:06.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:05.674579+0000 mon.smithi132 (mon.0) 781 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:06.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:05.681263+0000 mon.smithi132 (mon.0) 782 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:06.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:05.701118+0000 mon.smithi132 (mon.0) 783 : cluster [DBG] Standby manager daemon smithi132.jvlwde restarted 2024-03-11T17:46:06.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:05.701233+0000 mon.smithi132 (mon.0) 784 : cluster [DBG] Standby manager daemon smithi132.jvlwde started 2024-03-11T17:46:06.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:05.704427+0000 mon.smithi132 (mon.0) 785 : audit [DBG] from='mgr.? 172.21.15.132:0/2393565197' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi132.jvlwde/crt"}]: dispatch 2024-03-11T17:46:06.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:05.705831+0000 mon.smithi132 (mon.0) 786 : audit [DBG] from='mgr.? 172.21.15.132:0/2393565197' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-11T17:46:06.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:05.708918+0000 mon.smithi132 (mon.0) 787 : audit [DBG] from='mgr.? 172.21.15.132:0/2393565197' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi132.jvlwde/key"}]: dispatch 2024-03-11T17:46:06.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:05.709468+0000 mon.smithi132 (mon.0) 788 : audit [DBG] from='mgr.? 172.21.15.132:0/2393565197' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-11T17:46:06.926 INFO:teuthology.orchestra.run.smithi132.stdout: 5 93125 22.77 MB/sec warmup 114 sec latency 29.888 ms 2024-03-11T17:46:07.927 INFO:teuthology.orchestra.run.smithi132.stdout: 5 93350 22.61 MB/sec warmup 115 sec latency 533.108 ms 2024-03-11T17:46:08.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:05.929578+0000 mgr.smithi176.txyrph (mgr.24429) 12 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 324 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 6.2 MiB/s wr, 647 op/s 2024-03-11T17:46:08.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:06.688478+0000 mon.smithi132 (mon.0) 789 : cluster [DBG] mgrmap e25: smithi176.txyrph(active, since 9s), standbys: smithi132.jvlwde 2024-03-11T17:46:08.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:07.193071+0000 mon.smithi132 (mon.0) 790 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-11T17:46:08.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:05.929578+0000 mgr.smithi176.txyrph (mgr.24429) 12 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 324 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 6.2 MiB/s wr, 647 op/s 2024-03-11T17:46:08.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:06.688478+0000 mon.smithi132 (mon.0) 789 : cluster [DBG] mgrmap e25: smithi176.txyrph(active, since 9s), standbys: smithi132.jvlwde 2024-03-11T17:46:08.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:07.193071+0000 mon.smithi132 (mon.0) 790 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-11T17:46:08.926 INFO:teuthology.orchestra.run.smithi132.stdout: 5 93727 22.48 MB/sec warmup 116 sec latency 60.273 ms 2024-03-11T17:46:09.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:07.195780+0000 mon.smithi176 (mon.1) 49 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2024-03-11T17:46:09.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:07.195938+0000 mon.smithi176 (mon.1) 50 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2024-03-11T17:46:09.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:07.725333+0000 mon.smithi132 (mon.0) 791 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-11T17:46:09.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:07.727155+0000 mon.smithi176 (mon.1) 51 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-11T17:46:09.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:07.929931+0000 mgr.smithi176.txyrph (mgr.24429) 13 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 324 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 5.4 MiB/s wr, 565 op/s 2024-03-11T17:46:09.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:08.290238+0000 mon.smithi176 (mon.1) 52 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-11T17:46:09.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:08.297074+0000 mon.smithi176 (mon.1) 53 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2024-03-11T17:46:09.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:08.297205+0000 mon.smithi176 (mon.1) 54 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2024-03-11T17:46:09.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:08.300730+0000 mon.smithi132 (mon.0) 792 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:09.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:08.308533+0000 mon.smithi132 (mon.0) 793 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:09.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:07.195780+0000 mon.smithi176 (mon.1) 49 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2024-03-11T17:46:09.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:07.195938+0000 mon.smithi176 (mon.1) 50 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2024-03-11T17:46:09.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:07.725333+0000 mon.smithi132 (mon.0) 791 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-11T17:46:09.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:07.727155+0000 mon.smithi176 (mon.1) 51 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-11T17:46:09.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:07.929931+0000 mgr.smithi176.txyrph (mgr.24429) 13 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 324 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 5.4 MiB/s wr, 565 op/s 2024-03-11T17:46:09.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:08.290238+0000 mon.smithi176 (mon.1) 52 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-11T17:46:09.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:08.297074+0000 mon.smithi176 (mon.1) 53 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2024-03-11T17:46:09.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:08.297205+0000 mon.smithi176 (mon.1) 54 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2024-03-11T17:46:09.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:08.300730+0000 mon.smithi132 (mon.0) 792 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:09.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:08.308533+0000 mon.smithi132 (mon.0) 793 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:09.926 INFO:teuthology.orchestra.run.smithi132.stdout: 5 94178 22.40 MB/sec warmup 117 sec latency 52.089 ms 2024-03-11T17:46:10.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:10 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:09.000545+0000 mon.smithi132 (mon.0) 794 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:10.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:10 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:09.006883+0000 mon.smithi132 (mon.0) 795 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:10.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:09.000545+0000 mon.smithi132 (mon.0) 794 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:10.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:09.006883+0000 mon.smithi132 (mon.0) 795 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:10.926 INFO:teuthology.orchestra.run.smithi132.stdout: 5 94626 22.25 MB/sec warmup 118 sec latency 52.955 ms 2024-03-11T17:46:11.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:09.930589+0000 mgr.smithi176.txyrph (mgr.24429) 14 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 317 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 26 KiB/s rd, 9.3 MiB/s wr, 912 op/s 2024-03-11T17:46:11.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:10.120684+0000 mon.smithi132 (mon.0) 796 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:11.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:10.128581+0000 mon.smithi132 (mon.0) 797 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:11.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:10.131451+0000 mon.smithi176 (mon.1) 55 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:46:11.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:10.132090+0000 mon.smithi132 (mon.0) 798 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:46:11.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:10.133306+0000 mon.smithi176 (mon.1) 56 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:46:11.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:10.133519+0000 mon.smithi132 (mon.0) 799 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:46:11.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:10.134344+0000 mon.smithi176 (mon.1) 57 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:46:11.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:10.134529+0000 mon.smithi132 (mon.0) 800 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:46:11.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:10.135312+0000 mon.smithi176 (mon.1) 58 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:46:11.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:10.135482+0000 mon.smithi132 (mon.0) 801 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:46:11.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:10.136209+0000 mgr.smithi176.txyrph (mgr.24429) 15 : cephadm [INF] Adjusting osd_memory_target on smithi176 to 2712M 2024-03-11T17:46:11.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:10.140094+0000 mon.smithi132 (mon.0) 802 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:11.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:09.930589+0000 mgr.smithi176.txyrph (mgr.24429) 14 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 317 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 26 KiB/s rd, 9.3 MiB/s wr, 912 op/s 2024-03-11T17:46:11.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:10.120684+0000 mon.smithi132 (mon.0) 796 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:11.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:10.128581+0000 mon.smithi132 (mon.0) 797 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:11.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:10.131451+0000 mon.smithi176 (mon.1) 55 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:46:11.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:10.132090+0000 mon.smithi132 (mon.0) 798 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:46:11.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:10.133306+0000 mon.smithi176 (mon.1) 56 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:46:11.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:10.133519+0000 mon.smithi132 (mon.0) 799 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:46:11.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:10.134344+0000 mon.smithi176 (mon.1) 57 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:46:11.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:10.134529+0000 mon.smithi132 (mon.0) 800 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:46:11.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:10.135312+0000 mon.smithi176 (mon.1) 58 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:46:11.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:10.135482+0000 mon.smithi132 (mon.0) 801 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:46:11.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:10.136209+0000 mgr.smithi176.txyrph (mgr.24429) 15 : cephadm [INF] Adjusting osd_memory_target on smithi176 to 2712M 2024-03-11T17:46:11.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:10.140094+0000 mon.smithi132 (mon.0) 802 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:11.926 INFO:teuthology.orchestra.run.smithi132.stdout: 5 95316 22.32 MB/sec warmup 119 sec latency 33.378 ms 2024-03-11T17:46:13.515 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:11.930994+0000 mgr.smithi176.txyrph (mgr.24429) 16 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 317 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 8.3 MiB/s wr, 819 op/s 2024-03-11T17:46:13.515 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:12.683422+0000 mon.smithi132 (mon.0) 803 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:13.516 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:12.690190+0000 mon.smithi132 (mon.0) 804 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:13.516 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:12.691928+0000 mon.smithi176 (mon.1) 59 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:46:13.516 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:12.692229+0000 mon.smithi132 (mon.0) 805 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:46:13.516 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:12.693005+0000 mon.smithi176 (mon.1) 60 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:46:13.516 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:12.693221+0000 mon.smithi132 (mon.0) 806 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:46:13.516 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:12.693870+0000 mon.smithi176 (mon.1) 61 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:46:13.516 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:12.694077+0000 mon.smithi132 (mon.0) 807 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:46:13.516 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:12.694812+0000 mon.smithi176 (mon.1) 62 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:46:13.516 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:12.695200+0000 mon.smithi132 (mon.0) 808 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:46:13.516 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:12.700975+0000 mon.smithi132 (mon.0) 809 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:13.516 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:12.701919+0000 mon.smithi176 (mon.1) 63 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:46:13.516 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:12.702510+0000 mon.smithi176 (mon.1) 64 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:46:13.516 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:13.012937+0000 mon.smithi176 (mon.1) 65 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:46:13.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:11.930994+0000 mgr.smithi176.txyrph (mgr.24429) 16 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 317 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 8.3 MiB/s wr, 819 op/s 2024-03-11T17:46:13.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:12.683422+0000 mon.smithi132 (mon.0) 803 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:13.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:12.690190+0000 mon.smithi132 (mon.0) 804 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:13.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:12.691928+0000 mon.smithi176 (mon.1) 59 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:46:13.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:12.692229+0000 mon.smithi132 (mon.0) 805 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:46:13.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:12.693005+0000 mon.smithi176 (mon.1) 60 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:46:13.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:12.693221+0000 mon.smithi132 (mon.0) 806 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:46:13.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:12.693870+0000 mon.smithi176 (mon.1) 61 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:46:13.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:12.694077+0000 mon.smithi132 (mon.0) 807 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:46:13.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:12.694812+0000 mon.smithi176 (mon.1) 62 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:46:13.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:12.695200+0000 mon.smithi132 (mon.0) 808 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-11T17:46:13.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:12.700975+0000 mon.smithi132 (mon.0) 809 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:13.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:12.701919+0000 mon.smithi176 (mon.1) 63 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:46:13.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:12.702510+0000 mon.smithi176 (mon.1) 64 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:46:13.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:13.012937+0000 mon.smithi176 (mon.1) 65 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:46:13.926 INFO:teuthology.orchestra.run.smithi132.stdout: 5 96479 6.06 MB/sec execute 1 sec latency 23.341 ms 2024-03-11T17:46:14.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:14 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:12.695885+0000 mgr.smithi176.txyrph (mgr.24429) 17 : cephadm [INF] Adjusting osd_memory_target on smithi132 to 1944M 2024-03-11T17:46:14.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:14 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:12.703493+0000 mgr.smithi176.txyrph (mgr.24429) 18 : cephadm [INF] Updating smithi132:/etc/ceph/ceph.conf 2024-03-11T17:46:14.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:14 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:12.703662+0000 mgr.smithi176.txyrph (mgr.24429) 19 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.conf 2024-03-11T17:46:14.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:14 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:12.968005+0000 mgr.smithi176.txyrph (mgr.24429) 20 : cephadm [INF] Updating smithi176:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.conf 2024-03-11T17:46:14.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:14 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:13.020064+0000 mgr.smithi176.txyrph (mgr.24429) 21 : cephadm [INF] Updating smithi132:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.conf 2024-03-11T17:46:14.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:14 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:13.284164+0000 mgr.smithi176.txyrph (mgr.24429) 22 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.client.admin.keyring 2024-03-11T17:46:14.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:14 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:13.391004+0000 mgr.smithi176.txyrph (mgr.24429) 23 : cephadm [INF] Updating smithi132:/etc/ceph/ceph.client.admin.keyring 2024-03-11T17:46:14.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:14 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:13.548342+0000 mgr.smithi176.txyrph (mgr.24429) 24 : cephadm [INF] Updating smithi176:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T17:46:14.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:14 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:13.817437+0000 mon.smithi132 (mon.0) 810 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:14.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:14 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:13.825439+0000 mon.smithi132 (mon.0) 811 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:14.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:14 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:14.024523+0000 mon.smithi132 (mon.0) 812 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:14.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:14 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:14.031575+0000 mon.smithi132 (mon.0) 813 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:14.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:14 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:14.038539+0000 mon.smithi132 (mon.0) 814 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:14.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:14 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:14.068426+0000 mon.smithi176 (mon.1) 66 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-03-11T17:46:14.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:14 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:12.695885+0000 mgr.smithi176.txyrph (mgr.24429) 17 : cephadm [INF] Adjusting osd_memory_target on smithi132 to 1944M 2024-03-11T17:46:14.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:14 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:12.703493+0000 mgr.smithi176.txyrph (mgr.24429) 18 : cephadm [INF] Updating smithi132:/etc/ceph/ceph.conf 2024-03-11T17:46:14.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:14 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:12.703662+0000 mgr.smithi176.txyrph (mgr.24429) 19 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.conf 2024-03-11T17:46:14.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:14 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:12.968005+0000 mgr.smithi176.txyrph (mgr.24429) 20 : cephadm [INF] Updating smithi176:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.conf 2024-03-11T17:46:14.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:14 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:13.020064+0000 mgr.smithi176.txyrph (mgr.24429) 21 : cephadm [INF] Updating smithi132:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.conf 2024-03-11T17:46:14.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:14 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:13.284164+0000 mgr.smithi176.txyrph (mgr.24429) 22 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.client.admin.keyring 2024-03-11T17:46:14.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:14 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:13.391004+0000 mgr.smithi176.txyrph (mgr.24429) 23 : cephadm [INF] Updating smithi132:/etc/ceph/ceph.client.admin.keyring 2024-03-11T17:46:14.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:14 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:13.548342+0000 mgr.smithi176.txyrph (mgr.24429) 24 : cephadm [INF] Updating smithi176:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T17:46:14.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:14 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:13.817437+0000 mon.smithi132 (mon.0) 810 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:14.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:14 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:13.825439+0000 mon.smithi132 (mon.0) 811 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:14.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:14 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:14.024523+0000 mon.smithi132 (mon.0) 812 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:14.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:14 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:14.031575+0000 mon.smithi132 (mon.0) 813 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:14.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:14 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:14.038539+0000 mon.smithi132 (mon.0) 814 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:14.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:14 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:14.068426+0000 mon.smithi176 (mon.1) 66 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-03-11T17:46:14.926 INFO:teuthology.orchestra.run.smithi132.stdout: 5 97061 9.80 MB/sec execute 2 sec latency 164.843 ms 2024-03-11T17:46:15.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:13.705307+0000 mgr.smithi176.txyrph (mgr.24429) 25 : cephadm [INF] Updating smithi132:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T17:46:15.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:13.931366+0000 mgr.smithi176.txyrph (mgr.24429) 26 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 316 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 7.3 MiB/s wr, 763 op/s 2024-03-11T17:46:15.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:14.070443+0000 mon.smithi132 (mon.0) 815 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-03-11T17:46:15.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:15.041376+0000 mon.smithi132 (mon.0) 816 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-03-11T17:46:15.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:15.041441+0000 mon.smithi132 (mon.0) 817 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-03-11T17:46:15.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:15.042548+0000 mon.smithi176 (mon.1) 67 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-03-11T17:46:15.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:15.044814+0000 mon.smithi132 (mon.0) 818 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-03-11T17:46:15.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:13.705307+0000 mgr.smithi176.txyrph (mgr.24429) 25 : cephadm [INF] Updating smithi132:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T17:46:15.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:13.931366+0000 mgr.smithi176.txyrph (mgr.24429) 26 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 316 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 7.3 MiB/s wr, 763 op/s 2024-03-11T17:46:15.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:14.070443+0000 mon.smithi132 (mon.0) 815 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-03-11T17:46:15.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:15.041376+0000 mon.smithi132 (mon.0) 816 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-03-11T17:46:15.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:15.041441+0000 mon.smithi132 (mon.0) 817 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-03-11T17:46:15.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:15.042548+0000 mon.smithi176 (mon.1) 67 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-03-11T17:46:15.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:15.044814+0000 mon.smithi132 (mon.0) 818 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-03-11T17:46:15.926 INFO:teuthology.orchestra.run.smithi132.stdout: 5 98175 13.13 MB/sec execute 3 sec latency 19.859 ms 2024-03-11T17:46:16.443 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T17:46:16.927 INFO:teuthology.orchestra.run.smithi132.stdout: 5 98590 13.53 MB/sec execute 4 sec latency 325.973 ms 2024-03-11T17:46:17.150 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T17:46:17.151 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 running (6m) 8s ago 8m 21.4M - 0.20.0 0881eb8f169f a271f1b457ae 2024-03-11T17:46:17.151 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (8m) 8s ago 8m 6387k - 16.2.5 6933c2a0b7dd 9a5469425dbb 2024-03-11T17:46:17.151 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (7m) 12s ago 7m 6387k - 16.2.5 6933c2a0b7dd 3394b3e5bd00 2024-03-11T17:46:17.151 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (6m) 8s ago 7m 33.6M - 6.7.4 557c83e11646 f6eed3094e30 2024-03-11T17:46:17.151 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (2m) 8s ago 2m 40.1M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T17:46:17.151 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (2m) 12s ago 2m 12.1M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T17:46:17.151 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:9283 running (9m) 8s ago 9m 154M - 16.2.5 6933c2a0b7dd 73121a409072 2024-03-11T17:46:17.151 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283 running (34s) 12s ago 7m 478M - 18.2.1-802-ge1b0c2aa 38c4ca238582 41728b195212 2024-03-11T17:46:17.151 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (9m) 8s ago 9m 50.8M 2048M 16.2.5 6933c2a0b7dd d2652d3f8220 2024-03-11T17:46:17.151 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (7m) 12s ago 7m 42.8M 2048M 16.2.5 6933c2a0b7dd 48b36f582d96 2024-03-11T17:46:17.151 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.0.smithi132.saeedo smithi132 *:2049 running (2m) 8s ago 2m 241M - 3.5 6933c2a0b7dd 49bb3469ff5c 2024-03-11T17:46:17.152 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.0.smithi176.pmdqyq smithi176 *:2049 running (2m) 12s ago 2m 52.7M - 3.5 6933c2a0b7dd 205a518fea99 2024-03-11T17:46:17.152 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (7m) 8s ago 7m 15.3M - 0.18.1 e5a616e4b9cf 10f5ee689b40 2024-03-11T17:46:17.152 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (6m) 12s ago 6m 17.1M - 0.18.1 e5a616e4b9cf 0ef3c4c60b7c 2024-03-11T17:46:17.152 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (6m) 8s ago 6m 358M 1944M 16.2.5 6933c2a0b7dd 8a9418f8764a 2024-03-11T17:46:17.152 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (6m) 8s ago 6m 275M 1944M 16.2.5 6933c2a0b7dd 120ec75123a3 2024-03-11T17:46:17.152 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (5m) 8s ago 5m 209M 1944M 16.2.5 6933c2a0b7dd 68fe37f0f2b3 2024-03-11T17:46:17.152 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (5m) 8s ago 5m 323M 1944M 16.2.5 6933c2a0b7dd ec14dfc2c803 2024-03-11T17:46:17.152 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (5m) 12s ago 5m 347M 2712M 16.2.5 6933c2a0b7dd a618d96d8b7f 2024-03-11T17:46:17.152 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (4m) 12s ago 4m 362M 2712M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T17:46:17.152 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (4m) 12s ago 4m 287M 2712M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T17:46:17.152 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (3m) 12s ago 3m 460M 2712M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T17:46:17.152 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 running (6m) 8s ago 7m 51.1M - 2.18.1 de242295e225 e8b32a43e1a8 2024-03-11T17:46:17.205 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:17 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:15.931770+0000 mgr.smithi176.txyrph (mgr.24429) 27 : cluster [DBG] pgmap v15: 129 pgs: 32 unknown, 97 active+clean; 332 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.1 MiB/s wr, 745 op/s 2024-03-11T17:46:17.205 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:17 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:16.042407+0000 mon.smithi132 (mon.0) 819 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-03-11T17:46:17.205 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:17 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:16.042578+0000 mon.smithi132 (mon.0) 820 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-03-11T17:46:17.205 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:17 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:16.044172+0000 mgr.smithi176.txyrph (mgr.24429) 28 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-03-11T17:46:17.205 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:17 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:16.088425+0000 mgr.smithi176.txyrph (mgr.24429) 29 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-03-11T17:46:17.205 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:17 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:16.088527+0000 mgr.smithi176.txyrph (mgr.24429) 30 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.0.0.smithi132.saeedo', 'nfs.foo.1.0.smithi176.pmdqyq'] 2024-03-11T17:46:17.205 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:17 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:16.088623+0000 mgr.smithi176.txyrph (mgr.24429) 31 : cephadm [INF] Remove daemons nfs.foo.0.0.smithi132.saeedo nfs.foo.1.0.smithi176.pmdqyq 2024-03-11T17:46:17.205 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:17 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:16.088989+0000 mgr.smithi176.txyrph (mgr.24429) 32 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi132.saeedo from smithi132 -- ports [2049] 2024-03-11T17:46:17.206 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:17 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:16.089400+0000 mgr.smithi176.txyrph (mgr.24429) 33 : cephadm [INF] Removing daemon nfs.foo.1.0.smithi176.pmdqyq from smithi176 -- ports [2049] 2024-03-11T17:46:17.206 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:17 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:16.425214+0000 mgr.smithi176.txyrph (mgr.24429) 34 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:46:17.206 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:17 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:16.867051+0000 mon.smithi132 (mon.0) 821 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-11T17:46:17.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:17 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:15.931770+0000 mgr.smithi176.txyrph (mgr.24429) 27 : cluster [DBG] pgmap v15: 129 pgs: 32 unknown, 97 active+clean; 332 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.1 MiB/s wr, 745 op/s 2024-03-11T17:46:17.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:17 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:16.042407+0000 mon.smithi132 (mon.0) 819 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-03-11T17:46:17.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:17 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:16.042578+0000 mon.smithi132 (mon.0) 820 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-03-11T17:46:17.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:17 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:16.044172+0000 mgr.smithi176.txyrph (mgr.24429) 28 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-03-11T17:46:17.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:17 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:16.088425+0000 mgr.smithi176.txyrph (mgr.24429) 29 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-03-11T17:46:17.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:17 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:16.088527+0000 mgr.smithi176.txyrph (mgr.24429) 30 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.0.0.smithi132.saeedo', 'nfs.foo.1.0.smithi176.pmdqyq'] 2024-03-11T17:46:17.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:17 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:16.088623+0000 mgr.smithi176.txyrph (mgr.24429) 31 : cephadm [INF] Remove daemons nfs.foo.0.0.smithi132.saeedo nfs.foo.1.0.smithi176.pmdqyq 2024-03-11T17:46:17.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:17 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:16.088989+0000 mgr.smithi176.txyrph (mgr.24429) 32 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi132.saeedo from smithi132 -- ports [2049] 2024-03-11T17:46:17.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:17 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:16.089400+0000 mgr.smithi176.txyrph (mgr.24429) 33 : cephadm [INF] Removing daemon nfs.foo.1.0.smithi176.pmdqyq from smithi176 -- ports [2049] 2024-03-11T17:46:17.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:17 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:16.425214+0000 mgr.smithi176.txyrph (mgr.24429) 34 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:46:17.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:17 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:16.867051+0000 mon.smithi132 (mon.0) 821 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-11T17:46:17.582 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:46:17.582 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T17:46:17.582 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:46:17.582 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:46:17.582 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T17:46:17.582 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T17:46:17.583 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:46:17.583 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:46:17.583 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T17:46:17.583 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T17:46:17.584 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:46:17.584 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T17:46:17.584 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:46:17.584 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:46:17.584 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T17:46:17.584 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T17:46:17.585 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:46:17.585 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T17:46:17.585 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:46:17.902 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:46:17.902 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T17:46:17.903 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T17:46:17.903 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T17:46:17.903 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [], 2024-03-11T17:46:17.903 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "1/22 daemons upgraded", 2024-03-11T17:46:17.903 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "", 2024-03-11T17:46:17.903 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T17:46:17.903 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:46:17.926 INFO:teuthology.orchestra.run.smithi132.stdout: 5 98590 10.83 MB/sec execute 5 sec latency 1326.002 ms 2024-03-11T17:46:18.284 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_WARN 1 pool(s) do not have an application enabled 2024-03-11T17:46:18.284 INFO:teuthology.orchestra.run.smithi132.stdout:[WRN] POOL_APP_NOT_ENABLED: 1 pool(s) do not have an application enabled 2024-03-11T17:46:18.284 INFO:teuthology.orchestra.run.smithi132.stdout: application not enabled on pool '.nfs' 2024-03-11T17:46:18.284 INFO:teuthology.orchestra.run.smithi132.stdout: use 'ceph osd pool application enable ', where is 'cephfs', 'rbd', 'rgw', or freeform for custom applications. 2024-03-11T17:46:18.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:16.813120+0000 mgr.smithi176.txyrph (mgr.24429) 35 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:46:18.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:17.044560+0000 mon.smithi132 (mon.0) 822 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-03-11T17:46:18.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:17.052217+0000 mon.smithi132 (mon.0) 823 : cluster [DBG] mgrmap e26: smithi176.txyrph(active, since 20s), standbys: smithi132.jvlwde 2024-03-11T17:46:18.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:17.142418+0000 mgr.smithi176.txyrph (mgr.24429) 36 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:46:18.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:17.404693+0000 mgr.smithi176.txyrph (mgr.24429) 37 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi132.saeedo 2024-03-11T17:46:18.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:17.405090+0000 mon.smithi176 (mon.1) 68 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi132.saeedo"}]: dispatch 2024-03-11T17:46:18.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:17.405452+0000 mon.smithi132 (mon.0) 824 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi132.saeedo"}]: dispatch 2024-03-11T17:46:18.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:17.408588+0000 mon.smithi132 (mon.0) 825 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi132.saeedo"}]': finished 2024-03-11T17:46:18.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:17.409641+0000 mgr.smithi176.txyrph (mgr.24429) 38 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi132.saeedo-rgw 2024-03-11T17:46:18.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:17.409860+0000 mon.smithi176 (mon.1) 69 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi132.saeedo-rgw"}]: dispatch 2024-03-11T17:46:18.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:17.410059+0000 mon.smithi132 (mon.0) 826 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi132.saeedo-rgw"}]: dispatch 2024-03-11T17:46:18.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:17.412795+0000 mon.smithi132 (mon.0) 827 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi132.saeedo-rgw"}]': finished 2024-03-11T17:46:18.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:18 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:17.581959+0000 mon.smithi132 (mon.0) 828 : audit [DBG] from='client.? 172.21.15.132:0/3840768356' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:46:18.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:16.813120+0000 mgr.smithi176.txyrph (mgr.24429) 35 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:46:18.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:17.044560+0000 mon.smithi132 (mon.0) 822 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-03-11T17:46:18.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:17.052217+0000 mon.smithi132 (mon.0) 823 : cluster [DBG] mgrmap e26: smithi176.txyrph(active, since 20s), standbys: smithi132.jvlwde 2024-03-11T17:46:18.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:17.142418+0000 mgr.smithi176.txyrph (mgr.24429) 36 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:46:18.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:17.404693+0000 mgr.smithi176.txyrph (mgr.24429) 37 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi132.saeedo 2024-03-11T17:46:18.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:17.405090+0000 mon.smithi176 (mon.1) 68 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi132.saeedo"}]: dispatch 2024-03-11T17:46:18.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:17.405452+0000 mon.smithi132 (mon.0) 824 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi132.saeedo"}]: dispatch 2024-03-11T17:46:18.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:17.408588+0000 mon.smithi132 (mon.0) 825 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi132.saeedo"}]': finished 2024-03-11T17:46:18.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:17.409641+0000 mgr.smithi176.txyrph (mgr.24429) 38 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi132.saeedo-rgw 2024-03-11T17:46:18.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:17.409860+0000 mon.smithi176 (mon.1) 69 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi132.saeedo-rgw"}]: dispatch 2024-03-11T17:46:18.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:17.410059+0000 mon.smithi132 (mon.0) 826 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi132.saeedo-rgw"}]: dispatch 2024-03-11T17:46:18.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:17.412795+0000 mon.smithi132 (mon.0) 827 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi132.saeedo-rgw"}]': finished 2024-03-11T17:46:18.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:17.581959+0000 mon.smithi132 (mon.0) 828 : audit [DBG] from='client.? 172.21.15.132:0/3840768356' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:46:18.926 INFO:teuthology.orchestra.run.smithi132.stdout: 5 98590 9.02 MB/sec execute 6 sec latency 2326.067 ms 2024-03-11T17:46:19.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:17.903417+0000 mgr.smithi176.txyrph (mgr.24429) 39 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:46:19.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:17.932314+0000 mgr.smithi176.txyrph (mgr.24429) 40 : cluster [DBG] pgmap v18: 129 pgs: 32 unknown, 97 active+clean; 332 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 4.0 KiB/s rd, 6.9 MiB/s wr, 630 op/s 2024-03-11T17:46:19.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:18.285913+0000 mon.smithi132 (mon.0) 829 : audit [DBG] from='client.? 172.21.15.132:0/271996207' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:46:19.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:18.411732+0000 mon.smithi132 (mon.0) 830 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-11T17:46:19.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:18.411757+0000 mon.smithi132 (mon.0) 831 : cluster [INF] Cluster is now healthy 2024-03-11T17:46:19.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:17.903417+0000 mgr.smithi176.txyrph (mgr.24429) 39 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:46:19.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:17.932314+0000 mgr.smithi176.txyrph (mgr.24429) 40 : cluster [DBG] pgmap v18: 129 pgs: 32 unknown, 97 active+clean; 332 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 4.0 KiB/s rd, 6.9 MiB/s wr, 630 op/s 2024-03-11T17:46:19.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:18.285913+0000 mon.smithi132 (mon.0) 829 : audit [DBG] from='client.? 172.21.15.132:0/271996207' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:46:19.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:18.411732+0000 mon.smithi132 (mon.0) 830 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-11T17:46:19.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:18.411757+0000 mon.smithi132 (mon.0) 831 : cluster [INF] Cluster is now healthy 2024-03-11T17:46:19.926 INFO:teuthology.orchestra.run.smithi132.stdout: 5 98590 7.73 MB/sec execute 7 sec latency 3326.148 ms 2024-03-11T17:46:20.927 INFO:teuthology.orchestra.run.smithi132.stdout: 5 98590 6.77 MB/sec execute 8 sec latency 4326.271 ms 2024-03-11T17:46:21.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:19.933079+0000 mgr.smithi176.txyrph (mgr.24429) 41 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 323 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 11 MiB/s wr, 974 op/s 2024-03-11T17:46:21.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:19.933079+0000 mgr.smithi176.txyrph (mgr.24429) 41 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 323 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 11 MiB/s wr, 974 op/s 2024-03-11T17:46:21.929 INFO:teuthology.orchestra.run.smithi132.stdout: 5 98590 6.01 MB/sec execute 9 sec latency 5326.312 ms 2024-03-11T17:46:22.927 INFO:teuthology.orchestra.run.smithi132.stdout: 5 98590 5.41 MB/sec execute 10 sec latency 6326.399 ms 2024-03-11T17:46:23.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:21.933693+0000 mgr.smithi176.txyrph (mgr.24429) 42 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 323 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 4.0 MiB/s wr, 437 op/s 2024-03-11T17:46:23.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:21.933693+0000 mgr.smithi176.txyrph (mgr.24429) 42 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 323 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 4.0 MiB/s wr, 437 op/s 2024-03-11T17:46:23.927 INFO:teuthology.orchestra.run.smithi132.stdout: 5 98590 4.92 MB/sec execute 11 sec latency 7326.522 ms 2024-03-11T17:46:24.927 INFO:teuthology.orchestra.run.smithi132.stdout: 5 98590 4.51 MB/sec execute 12 sec latency 8326.618 ms 2024-03-11T17:46:25.146 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:23.934239+0000 mgr.smithi176.txyrph (mgr.24429) 43 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 323 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 3.4 MiB/s wr, 377 op/s 2024-03-11T17:46:25.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:23.934239+0000 mgr.smithi176.txyrph (mgr.24429) 43 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 323 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 3.4 MiB/s wr, 377 op/s 2024-03-11T17:46:25.927 INFO:teuthology.orchestra.run.smithi132.stdout: 5 98590 4.16 MB/sec execute 13 sec latency 9326.705 ms 2024-03-11T17:46:26.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:25.073754+0000 mgr.smithi176.txyrph (mgr.24429) 44 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi176.pmdqyq 2024-03-11T17:46:26.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.074068+0000 mon.smithi176 (mon.1) 70 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi176.pmdqyq"}]: dispatch 2024-03-11T17:46:26.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.074581+0000 mon.smithi132 (mon.0) 832 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi176.pmdqyq"}]: dispatch 2024-03-11T17:46:26.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.077689+0000 mon.smithi132 (mon.0) 833 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi176.pmdqyq"}]': finished 2024-03-11T17:46:26.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:25.078340+0000 mgr.smithi176.txyrph (mgr.24429) 45 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi176.pmdqyq-rgw 2024-03-11T17:46:26.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.078513+0000 mon.smithi176 (mon.1) 71 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi176.pmdqyq-rgw"}]: dispatch 2024-03-11T17:46:26.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.078777+0000 mon.smithi132 (mon.0) 834 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi176.pmdqyq-rgw"}]: dispatch 2024-03-11T17:46:26.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.081726+0000 mon.smithi132 (mon.0) 835 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi176.pmdqyq-rgw"}]': finished 2024-03-11T17:46:26.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.087502+0000 mon.smithi132 (mon.0) 836 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:26.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.089985+0000 mon.smithi176 (mon.1) 72 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-03-11T17:46:26.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.090543+0000 mgr.smithi176.txyrph (mgr.24429) 46 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-03-11T17:46:26.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.114705+0000 mon.smithi176 (mon.1) 73 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' 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-03-11T17:46:26.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.115122+0000 mon.smithi132 (mon.0) 837 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 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-03-11T17:46:26.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.118463+0000 mon.smithi132 (mon.0) 838 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 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-03-11T17:46:26.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:25.126134+0000 mgr.smithi176.txyrph (mgr.24429) 47 : cephadm [INF] Done migrating nfs.foo 2024-03-11T17:46:26.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:25.126189+0000 mgr.smithi176.txyrph (mgr.24429) 48 : cephadm [INF] Done migrating all NFS services 2024-03-11T17:46:26.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.129972+0000 mon.smithi132 (mon.0) 839 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:26.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.137330+0000 mon.smithi132 (mon.0) 840 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:26.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.147063+0000 mon.smithi132 (mon.0) 841 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:26.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.156247+0000 mon.smithi132 (mon.0) 842 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:26.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.167127+0000 mon.smithi132 (mon.0) 843 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:26.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:25.168537+0000 mgr.smithi176.txyrph (mgr.24429) 49 : cephadm [INF] Fencing old nfs.foo.0.0.smithi132.saeedo 2024-03-11T17:46:26.309 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.168703+0000 mon.smithi176 (mon.1) 74 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi132.saeedo"}]: dispatch 2024-03-11T17:46:26.309 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.168916+0000 mon.smithi132 (mon.0) 844 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi132.saeedo"}]: dispatch 2024-03-11T17:46:26.309 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.172138+0000 mon.smithi132 (mon.0) 845 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:26.309 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:25.172918+0000 mgr.smithi176.txyrph (mgr.24429) 50 : cephadm [INF] Fencing old nfs.foo.1.0.smithi176.pmdqyq 2024-03-11T17:46:26.309 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.173048+0000 mon.smithi176 (mon.1) 75 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi176.pmdqyq"}]: dispatch 2024-03-11T17:46:26.309 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.173345+0000 mon.smithi132 (mon.0) 846 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi176.pmdqyq"}]: dispatch 2024-03-11T17:46:26.309 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.176490+0000 mon.smithi132 (mon.0) 847 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:26.309 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:25.177250+0000 mgr.smithi176.txyrph (mgr.24429) 51 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi132.skxxzo 2024-03-11T17:46:26.309 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.177419+0000 mon.smithi176 (mon.1) 76 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi132.skxxzo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-03-11T17:46:26.309 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.177633+0000 mon.smithi132 (mon.0) 848 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi132.skxxzo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-03-11T17:46:26.309 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.180251+0000 mon.smithi132 (mon.0) 849 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi132.skxxzo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-03-11T17:46:26.309 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:25.181425+0000 mgr.smithi176.txyrph (mgr.24429) 52 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-03-11T17:46:26.309 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.181604+0000 mon.smithi176 (mon.1) 77 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-03-11T17:46:26.309 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.182075+0000 mon.smithi132 (mon.0) 850 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-03-11T17:46:26.310 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.185199+0000 mon.smithi132 (mon.0) 851 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-03-11T17:46:26.310 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.186298+0000 mon.smithi176 (mon.1) 78 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:46:26.310 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.228989+0000 mon.smithi176 (mon.1) 79 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-11T17:46:26.310 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.229358+0000 mon.smithi132 (mon.0) 852 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-11T17:46:26.310 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.232244+0000 mon.smithi132 (mon.0) 853 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-03-11T17:46:26.310 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:25.281641+0000 mgr.smithi176.txyrph (mgr.24429) 53 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-03-11T17:46:26.310 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:25.281722+0000 mgr.smithi176.txyrph (mgr.24429) 54 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi132.skxxzo-rgw 2024-03-11T17:46:26.310 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.282061+0000 mon.smithi176 (mon.1) 80 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi132.skxxzo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-11T17:46:26.310 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.282380+0000 mon.smithi132 (mon.0) 854 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi132.skxxzo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-11T17:46:26.310 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.285238+0000 mon.smithi132 (mon.0) 855 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi132.skxxzo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-11T17:46:26.310 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:25.286701+0000 mgr.smithi176.txyrph (mgr.24429) 55 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi132.skxxzo's ganesha conf is defaulting to empty 2024-03-11T17:46:26.311 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:25.293357+0000 mon.smithi176 (mon.1) 81 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:46:26.311 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:25.294548+0000 mgr.smithi176.txyrph (mgr.24429) 56 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi132.skxxzo on smithi132 2024-03-11T17:46:26.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:25.073754+0000 mgr.smithi176.txyrph (mgr.24429) 44 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi176.pmdqyq 2024-03-11T17:46:26.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.074068+0000 mon.smithi176 (mon.1) 70 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi176.pmdqyq"}]: dispatch 2024-03-11T17:46:26.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.074581+0000 mon.smithi132 (mon.0) 832 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi176.pmdqyq"}]: dispatch 2024-03-11T17:46:26.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.077689+0000 mon.smithi132 (mon.0) 833 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi176.pmdqyq"}]': finished 2024-03-11T17:46:26.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:25.078340+0000 mgr.smithi176.txyrph (mgr.24429) 45 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi176.pmdqyq-rgw 2024-03-11T17:46:26.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.078513+0000 mon.smithi176 (mon.1) 71 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi176.pmdqyq-rgw"}]: dispatch 2024-03-11T17:46:26.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.078777+0000 mon.smithi132 (mon.0) 834 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi176.pmdqyq-rgw"}]: dispatch 2024-03-11T17:46:26.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.081726+0000 mon.smithi132 (mon.0) 835 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi176.pmdqyq-rgw"}]': finished 2024-03-11T17:46:26.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.087502+0000 mon.smithi132 (mon.0) 836 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:26.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.089985+0000 mon.smithi176 (mon.1) 72 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-03-11T17:46:26.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.090543+0000 mgr.smithi176.txyrph (mgr.24429) 46 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-03-11T17:46:26.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.114705+0000 mon.smithi176 (mon.1) 73 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' 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-03-11T17:46:26.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.115122+0000 mon.smithi132 (mon.0) 837 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 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-03-11T17:46:26.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.118463+0000 mon.smithi132 (mon.0) 838 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 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-03-11T17:46:26.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:25.126134+0000 mgr.smithi176.txyrph (mgr.24429) 47 : cephadm [INF] Done migrating nfs.foo 2024-03-11T17:46:26.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:25.126189+0000 mgr.smithi176.txyrph (mgr.24429) 48 : cephadm [INF] Done migrating all NFS services 2024-03-11T17:46:26.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.129972+0000 mon.smithi132 (mon.0) 839 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:26.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.137330+0000 mon.smithi132 (mon.0) 840 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:26.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.147063+0000 mon.smithi132 (mon.0) 841 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:26.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.156247+0000 mon.smithi132 (mon.0) 842 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:26.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.167127+0000 mon.smithi132 (mon.0) 843 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:26.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:25.168537+0000 mgr.smithi176.txyrph (mgr.24429) 49 : cephadm [INF] Fencing old nfs.foo.0.0.smithi132.saeedo 2024-03-11T17:46:26.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.168703+0000 mon.smithi176 (mon.1) 74 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi132.saeedo"}]: dispatch 2024-03-11T17:46:26.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.168916+0000 mon.smithi132 (mon.0) 844 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi132.saeedo"}]: dispatch 2024-03-11T17:46:26.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.172138+0000 mon.smithi132 (mon.0) 845 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:26.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:25.172918+0000 mgr.smithi176.txyrph (mgr.24429) 50 : cephadm [INF] Fencing old nfs.foo.1.0.smithi176.pmdqyq 2024-03-11T17:46:26.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.173048+0000 mon.smithi176 (mon.1) 75 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi176.pmdqyq"}]: dispatch 2024-03-11T17:46:26.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.173345+0000 mon.smithi132 (mon.0) 846 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi176.pmdqyq"}]: dispatch 2024-03-11T17:46:26.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.176490+0000 mon.smithi132 (mon.0) 847 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:26.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:25.177250+0000 mgr.smithi176.txyrph (mgr.24429) 51 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi132.skxxzo 2024-03-11T17:46:26.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.177419+0000 mon.smithi176 (mon.1) 76 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi132.skxxzo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-03-11T17:46:26.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.177633+0000 mon.smithi132 (mon.0) 848 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi132.skxxzo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-03-11T17:46:26.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.180251+0000 mon.smithi132 (mon.0) 849 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi132.skxxzo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-03-11T17:46:26.342 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:25.181425+0000 mgr.smithi176.txyrph (mgr.24429) 52 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-03-11T17:46:26.342 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.181604+0000 mon.smithi176 (mon.1) 77 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-03-11T17:46:26.342 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.182075+0000 mon.smithi132 (mon.0) 850 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-03-11T17:46:26.342 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.185199+0000 mon.smithi132 (mon.0) 851 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-03-11T17:46:26.342 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.186298+0000 mon.smithi176 (mon.1) 78 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:46:26.342 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.228989+0000 mon.smithi176 (mon.1) 79 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-11T17:46:26.342 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.229358+0000 mon.smithi132 (mon.0) 852 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-11T17:46:26.342 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.232244+0000 mon.smithi132 (mon.0) 853 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-03-11T17:46:26.342 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:25.281641+0000 mgr.smithi176.txyrph (mgr.24429) 53 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-03-11T17:46:26.342 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:25.281722+0000 mgr.smithi176.txyrph (mgr.24429) 54 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi132.skxxzo-rgw 2024-03-11T17:46:26.342 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.282061+0000 mon.smithi176 (mon.1) 80 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi132.skxxzo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-11T17:46:26.342 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.282380+0000 mon.smithi132 (mon.0) 854 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi132.skxxzo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-11T17:46:26.342 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.285238+0000 mon.smithi132 (mon.0) 855 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi132.skxxzo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-11T17:46:26.343 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:25.286701+0000 mgr.smithi176.txyrph (mgr.24429) 55 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi132.skxxzo's ganesha conf is defaulting to empty 2024-03-11T17:46:26.343 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:25.293357+0000 mon.smithi176 (mon.1) 81 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:46:26.343 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:25.294548+0000 mgr.smithi176.txyrph (mgr.24429) 56 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi132.skxxzo on smithi132 2024-03-11T17:46:26.927 INFO:teuthology.orchestra.run.smithi132.stdout: 5 98590 3.87 MB/sec execute 14 sec latency 10326.748 ms 2024-03-11T17:46:27.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:27 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:25.935159+0000 mgr.smithi176.txyrph (mgr.24429) 57 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 2.8 MiB/s wr, 307 op/s 2024-03-11T17:46:27.462 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:27 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:25.935159+0000 mgr.smithi176.txyrph (mgr.24429) 57 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 2.8 MiB/s wr, 307 op/s 2024-03-11T17:46:27.927 INFO:teuthology.orchestra.run.smithi132.stdout: 5 98590 3.61 MB/sec execute 15 sec latency 11326.813 ms 2024-03-11T17:46:28.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:27.068329+0000 mon.smithi132 (mon.0) 856 : cluster [DBG] mgrmap e27: smithi176.txyrph(active, since 30s), standbys: smithi132.jvlwde 2024-03-11T17:46:28.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:27.783149+0000 mon.smithi132 (mon.0) 857 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:28.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:27.789939+0000 mon.smithi132 (mon.0) 858 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:28.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:27.816946+0000 mon.smithi132 (mon.0) 859 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:28.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:27.818612+0000 mon.smithi176 (mon.1) 82 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi176.cunfuq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-03-11T17:46:28.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:27.818962+0000 mon.smithi132 (mon.0) 860 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi176.cunfuq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-03-11T17:46:28.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:27.821490+0000 mon.smithi132 (mon.0) 861 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi176.cunfuq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-03-11T17:46:28.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:27.825576+0000 mon.smithi176 (mon.1) 83 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-03-11T17:46:28.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:27.825991+0000 mon.smithi132 (mon.0) 862 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-03-11T17:46:28.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:27.828834+0000 mon.smithi132 (mon.0) 863 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-03-11T17:46:28.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:27.833012+0000 mon.smithi176 (mon.1) 84 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:46:28.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:28.013538+0000 mon.smithi176 (mon.1) 85 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:46:28.566 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:27.068329+0000 mon.smithi132 (mon.0) 856 : cluster [DBG] mgrmap e27: smithi176.txyrph(active, since 30s), standbys: smithi132.jvlwde 2024-03-11T17:46:28.566 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:27.783149+0000 mon.smithi132 (mon.0) 857 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:28.566 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:27.789939+0000 mon.smithi132 (mon.0) 858 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:28.566 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:27.816946+0000 mon.smithi132 (mon.0) 859 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:28.566 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:27.818612+0000 mon.smithi176 (mon.1) 82 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi176.cunfuq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-03-11T17:46:28.566 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:27.818962+0000 mon.smithi132 (mon.0) 860 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi176.cunfuq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-03-11T17:46:28.566 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:27.821490+0000 mon.smithi132 (mon.0) 861 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi176.cunfuq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-03-11T17:46:28.566 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:27.825576+0000 mon.smithi176 (mon.1) 83 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-03-11T17:46:28.566 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:27.825991+0000 mon.smithi132 (mon.0) 862 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-03-11T17:46:28.567 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:27.828834+0000 mon.smithi132 (mon.0) 863 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-03-11T17:46:28.567 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:27.833012+0000 mon.smithi176 (mon.1) 84 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:46:28.567 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:28.013538+0000 mon.smithi176 (mon.1) 85 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:46:28.928 INFO:teuthology.orchestra.run.smithi132.stdout: 5 98590 3.38 MB/sec execute 16 sec latency 12326.911 ms 2024-03-11T17:46:29.350 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:29 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:27.818283+0000 mgr.smithi176.txyrph (mgr.24429) 58 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi176.cunfuq 2024-03-11T17:46:29.350 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:29 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:27.825314+0000 mgr.smithi176.txyrph (mgr.24429) 59 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-03-11T17:46:29.350 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:29 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:27.935594+0000 mgr.smithi176.txyrph (mgr.24429) 60 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 2.6 MiB/s wr, 279 op/s 2024-03-11T17:46:29.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:29 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:27.818283+0000 mgr.smithi176.txyrph (mgr.24429) 58 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi176.cunfuq 2024-03-11T17:46:29.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:29 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:27.825314+0000 mgr.smithi176.txyrph (mgr.24429) 59 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-03-11T17:46:29.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:29 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:27.935594+0000 mgr.smithi176.txyrph (mgr.24429) 60 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 2.6 MiB/s wr, 279 op/s 2024-03-11T17:46:29.927 INFO:teuthology.orchestra.run.smithi132.stdout: 5 98590 3.18 MB/sec execute 17 sec latency 13327.030 ms 2024-03-11T17:46:30.928 INFO:teuthology.orchestra.run.smithi132.stdout: 5 98590 3.01 MB/sec execute 18 sec latency 14327.115 ms 2024-03-11T17:46:31.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:31 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:29.936473+0000 mgr.smithi176.txyrph (mgr.24429) 61 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 2.3 MiB/s wr, 255 op/s 2024-03-11T17:46:31.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:31 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:30.683026+0000 mon.smithi176 (mon.1) 86 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-11T17:46:31.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:31 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:30.683436+0000 mon.smithi132 (mon.0) 864 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-11T17:46:31.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:31 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:30.688210+0000 mon.smithi132 (mon.0) 865 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-03-11T17:46:31.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:31 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:30.696495+0000 mon.smithi132 (mon.0) 866 : audit [INF] from='mds.? [v2:172.21.15.132:6834/809648610,v1:172.21.15.132:6835/809648610]' entity='mds.foofs.smithi132.jgrugp' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.132:0/3116935599"}]: dispatch 2024-03-11T17:46:31.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:31 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:30.745127+0000 mon.smithi176 (mon.1) 87 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi176.cunfuq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-11T17:46:31.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:31 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:30.745492+0000 mon.smithi132 (mon.0) 867 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi176.cunfuq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-11T17:46:31.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:31 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:30.749380+0000 mon.smithi132 (mon.0) 868 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi176.cunfuq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-11T17:46:31.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:31 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:30.750733+0000 mon.smithi176 (mon.1) 88 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:46:31.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:31 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:29.936473+0000 mgr.smithi176.txyrph (mgr.24429) 61 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 2.3 MiB/s wr, 255 op/s 2024-03-11T17:46:31.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:31 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:30.683026+0000 mon.smithi176 (mon.1) 86 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-11T17:46:31.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:31 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:30.683436+0000 mon.smithi132 (mon.0) 864 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-11T17:46:31.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:31 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:30.688210+0000 mon.smithi132 (mon.0) 865 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-03-11T17:46:31.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:31 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:30.696495+0000 mon.smithi132 (mon.0) 866 : audit [INF] from='mds.? [v2:172.21.15.132:6834/809648610,v1:172.21.15.132:6835/809648610]' entity='mds.foofs.smithi132.jgrugp' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.132:0/3116935599"}]: dispatch 2024-03-11T17:46:31.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:31 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:30.745127+0000 mon.smithi176 (mon.1) 87 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi176.cunfuq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-11T17:46:31.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:31 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:30.745492+0000 mon.smithi132 (mon.0) 867 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi176.cunfuq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-11T17:46:31.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:31 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:30.749380+0000 mon.smithi132 (mon.0) 868 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi176.cunfuq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-11T17:46:31.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:31 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:30.750733+0000 mon.smithi176 (mon.1) 88 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:46:31.919 INFO:teuthology.orchestra.run.smithi132.stdout:[98379] write failed on handle 13945 (Input/output error) 2024-03-11T17:46:31.920 INFO:teuthology.orchestra.run.smithi132.stdout:[99070] write failed on handle 14027 (Input/output error) 2024-03-11T17:46:31.920 INFO:teuthology.orchestra.run.smithi132.stdout:Child failed with status 1 2024-03-11T17:46:31.920 INFO:teuthology.orchestra.run.smithi132.stdout:[98267] open ./clients/client2/~dmtmp/EXCEL/RESULTS3.PRN failed for handle 13933 (Stale file handle) 2024-03-11T17:46:31.920 INFO:teuthology.orchestra.run.smithi132.stdout:[98399] open ./clients/client0/~dmtmp/EXCEL/BEED0000 failed for handle 13950 (Stale file handle) 2024-03-11T17:46:31.920 INFO:teuthology.orchestra.run.smithi132.stdout:[98840] open ./clients/client3/~dmtmp/WORDPRO/NEWS1_1A.PRN failed for handle 14013 (Stale file handle) 2024-03-11T17:46:31.922 DEBUG:teuthology.orchestra.run.smithi132:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2024-03-11T17:46:31.984 DEBUG:teuthology.orchestra.run.smithi132:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2024-03-11T17:46:32.139 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:46:32.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:30.696240+0000 mds.foofs.smithi132.jgrugp (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14564 (172.21.15.132:0/3116935599) 2024-03-11T17:46:32.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:30.700300+0000 mds.foofs.smithi132.jgrugp (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.24499 172.21.15.132:0/987900259) 2024-03-11T17:46:32.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:30.744607+0000 mgr.smithi176.txyrph (mgr.24429) 62 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-03-11T17:46:32.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:30.744716+0000 mgr.smithi176.txyrph (mgr.24429) 63 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi176.cunfuq-rgw 2024-03-11T17:46:32.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:30.750183+0000 mgr.smithi176.txyrph (mgr.24429) 64 : cephadm [WRN] Bind address in nfs.foo.1.1.smithi176.cunfuq's ganesha conf is defaulting to empty 2024-03-11T17:46:32.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:30.751811+0000 mgr.smithi176.txyrph (mgr.24429) 65 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi176.cunfuq on smithi176 2024-03-11T17:46:32.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:31.690273+0000 mon.smithi132 (mon.0) 869 : audit [INF] from='mds.? [v2:172.21.15.132:6834/809648610,v1:172.21.15.132:6835/809648610]' entity='mds.foofs.smithi132.jgrugp' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.132:0/3116935599"}]': finished 2024-03-11T17:46:32.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:31.690366+0000 mon.smithi132 (mon.0) 870 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-03-11T17:46:32.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:32 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:30.696240+0000 mds.foofs.smithi132.jgrugp (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14564 (172.21.15.132:0/3116935599) 2024-03-11T17:46:32.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:32 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:30.700300+0000 mds.foofs.smithi132.jgrugp (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.24499 172.21.15.132:0/987900259) 2024-03-11T17:46:32.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:32 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:30.744607+0000 mgr.smithi176.txyrph (mgr.24429) 62 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-03-11T17:46:32.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:32 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:30.744716+0000 mgr.smithi176.txyrph (mgr.24429) 63 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi176.cunfuq-rgw 2024-03-11T17:46:32.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:32 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:30.750183+0000 mgr.smithi176.txyrph (mgr.24429) 64 : cephadm [WRN] Bind address in nfs.foo.1.1.smithi176.cunfuq's ganesha conf is defaulting to empty 2024-03-11T17:46:32.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:32 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:30.751811+0000 mgr.smithi176.txyrph (mgr.24429) 65 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi176.cunfuq on smithi176 2024-03-11T17:46:32.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:32 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:31.690273+0000 mon.smithi132 (mon.0) 869 : audit [INF] from='mds.? [v2:172.21.15.132:6834/809648610,v1:172.21.15.132:6835/809648610]' entity='mds.foofs.smithi132.jgrugp' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.132:0/3116935599"}]': finished 2024-03-11T17:46:32.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:32 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:31.690366+0000 mon.smithi132 (mon.0) 870 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-03-11T17:46:33.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:31.936878+0000 mgr.smithi176.txyrph (mgr.24429) 66 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 52 KiB/s wr, 5 op/s 2024-03-11T17:46:33.483 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:31.936878+0000 mgr.smithi176.txyrph (mgr.24429) 66 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 320 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 52 KiB/s wr, 5 op/s 2024-03-11T17:46:34.424 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:33.501473+0000 mon.smithi132 (mon.0) 871 : audit [INF] from='mds.? [v2:172.21.15.132:6834/809648610,v1:172.21.15.132:6835/809648610]' entity='mds.foofs.smithi132.jgrugp' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.176:0/2447221826"}]: dispatch 2024-03-11T17:46:34.424 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:33.600694+0000 mon.smithi132 (mon.0) 872 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:34.425 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:33.606189+0000 mon.smithi132 (mon.0) 873 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:34.425 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:33.625595+0000 mon.smithi132 (mon.0) 874 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:34.425 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:33.630404+0000 mon.smithi132 (mon.0) 875 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:34.425 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:33.727444+0000 mon.smithi176 (mon.1) 89 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:46:34.484 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:34 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:33.501473+0000 mon.smithi132 (mon.0) 871 : audit [INF] from='mds.? [v2:172.21.15.132:6834/809648610,v1:172.21.15.132:6835/809648610]' entity='mds.foofs.smithi132.jgrugp' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.176:0/2447221826"}]: dispatch 2024-03-11T17:46:34.485 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:34 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:33.600694+0000 mon.smithi132 (mon.0) 872 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:34.485 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:34 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:33.606189+0000 mon.smithi132 (mon.0) 873 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:34.485 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:34 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:33.625595+0000 mon.smithi132 (mon.0) 874 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:34.485 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:34 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:33.630404+0000 mon.smithi132 (mon.0) 875 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:34.485 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:34 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:33.727444+0000 mon.smithi176 (mon.1) 89 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:46:35.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:33.501198+0000 mds.foofs.smithi132.jgrugp (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 24343 (172.21.15.176:0/2447221826) 2024-03-11T17:46:35.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:33.504819+0000 mds.foofs.smithi132.jgrugp (mds.0) 4 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.1-0001' denied (client.24517 172.21.15.176:0/3173146389) 2024-03-11T17:46:35.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:33.937558+0000 mgr.smithi176.txyrph (mgr.24429) 67 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 319 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 80 KiB/s wr, 13 op/s 2024-03-11T17:46:35.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:34.091414+0000 mon.smithi132 (mon.0) 876 : audit [INF] from='mds.? [v2:172.21.15.132:6834/809648610,v1:172.21.15.132:6835/809648610]' entity='mds.foofs.smithi132.jgrugp' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.176:0/2447221826"}]': finished 2024-03-11T17:46:35.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:34.091476+0000 mon.smithi132 (mon.0) 877 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-03-11T17:46:35.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:33.501198+0000 mds.foofs.smithi132.jgrugp (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 24343 (172.21.15.176:0/2447221826) 2024-03-11T17:46:35.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:33.504819+0000 mds.foofs.smithi132.jgrugp (mds.0) 4 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.1-0001' denied (client.24517 172.21.15.176:0/3173146389) 2024-03-11T17:46:35.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:33.937558+0000 mgr.smithi176.txyrph (mgr.24429) 67 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 319 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 80 KiB/s wr, 13 op/s 2024-03-11T17:46:35.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:34.091414+0000 mon.smithi132 (mon.0) 876 : audit [INF] from='mds.? [v2:172.21.15.132:6834/809648610,v1:172.21.15.132:6835/809648610]' entity='mds.foofs.smithi132.jgrugp' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.176:0/2447221826"}]': finished 2024-03-11T17:46:35.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:34.091476+0000 mon.smithi132 (mon.0) 877 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-03-11T17:46:37.187 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:46:37.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:36 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:35.937908+0000 mgr.smithi176.txyrph (mgr.24429) 68 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 42 KiB/s wr, 32 op/s 2024-03-11T17:46:37.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:36 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:35.937908+0000 mgr.smithi176.txyrph (mgr.24429) 68 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 42 KiB/s wr, 32 op/s 2024-03-11T17:46:39.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:37.938379+0000 mgr.smithi176.txyrph (mgr.24429) 69 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 40 KiB/s wr, 29 op/s 2024-03-11T17:46:39.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:38.016541+0000 mon.smithi132 (mon.0) 878 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:39.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:38.205531+0000 mon.smithi132 (mon.0) 879 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:39.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:38.211940+0000 mon.smithi132 (mon.0) 880 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:39.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:37.938379+0000 mgr.smithi176.txyrph (mgr.24429) 69 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 40 KiB/s wr, 29 op/s 2024-03-11T17:46:39.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:38.016541+0000 mon.smithi132 (mon.0) 878 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:39.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:38.205531+0000 mon.smithi132 (mon.0) 879 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:39.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:38.211940+0000 mon.smithi132 (mon.0) 880 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:40.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:39.410006+0000 mon.smithi132 (mon.0) 881 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:40.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:39.415928+0000 mon.smithi132 (mon.0) 882 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:40.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:39.417662+0000 mon.smithi176 (mon.1) 90 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:46:40.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:39.418398+0000 mon.smithi176 (mon.1) 91 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:46:40.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:39.422361+0000 mon.smithi132 (mon.0) 883 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:40.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:39.429135+0000 mon.smithi132 (mon.0) 884 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:40.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:39.562208+0000 mon.smithi132 (mon.0) 885 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:40.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:39.566132+0000 mon.smithi132 (mon.0) 886 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:40.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:39.569595+0000 mon.smithi132 (mon.0) 887 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:40.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:39.572713+0000 mon.smithi132 (mon.0) 888 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:40.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:39.410006+0000 mon.smithi132 (mon.0) 881 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:40.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:39.415928+0000 mon.smithi132 (mon.0) 882 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:40.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:39.417662+0000 mon.smithi176 (mon.1) 90 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:46:40.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:39.418398+0000 mon.smithi176 (mon.1) 91 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:46:40.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:39.422361+0000 mon.smithi132 (mon.0) 883 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:40.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:39.429135+0000 mon.smithi132 (mon.0) 884 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:40.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:39.562208+0000 mon.smithi132 (mon.0) 885 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:40.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:39.566132+0000 mon.smithi132 (mon.0) 886 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:40.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:39.569595+0000 mon.smithi132 (mon.0) 887 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:40.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:39.572713+0000 mon.smithi132 (mon.0) 888 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:46:41.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:39.573766+0000 mgr.smithi176.txyrph (mgr.24429) 70 : cephadm [INF] Reconfiguring alertmanager.smithi132 (dependencies changed)... 2024-03-11T17:46:41.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:46:39.581493+0000 mgr.smithi176.txyrph (mgr.24429) 71 : cephadm [INF] Reconfiguring daemon alertmanager.smithi132 on smithi132 2024-03-11T17:46:41.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:39.939086+0000 mgr.smithi176.txyrph (mgr.24429) 72 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 39 KiB/s wr, 29 op/s 2024-03-11T17:46:42.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:39.573766+0000 mgr.smithi176.txyrph (mgr.24429) 70 : cephadm [INF] Reconfiguring alertmanager.smithi132 (dependencies changed)... 2024-03-11T17:46:42.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:46:39.581493+0000 mgr.smithi176.txyrph (mgr.24429) 71 : cephadm [INF] Reconfiguring daemon alertmanager.smithi132 on smithi132 2024-03-11T17:46:42.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:39.939086+0000 mgr.smithi176.txyrph (mgr.24429) 72 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 39 KiB/s wr, 29 op/s 2024-03-11T17:46:42.230 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:46:43.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:42 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:41.939652+0000 mgr.smithi176.txyrph (mgr.24429) 73 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 32 KiB/s wr, 24 op/s 2024-03-11T17:46:43.088 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:42 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:41.939652+0000 mgr.smithi176.txyrph (mgr.24429) 73 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 32 KiB/s wr, 24 op/s 2024-03-11T17:46:43.809 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:43.013936+0000 mon.smithi176 (mon.1) 92 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:46:44.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:43 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:43.013936+0000 mon.smithi176 (mon.1) 92 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:46:45.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:44 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:43.940237+0000 mgr.smithi176.txyrph (mgr.24429) 74 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s rd, 5.4 KiB/s wr, 16 op/s 2024-03-11T17:46:45.088 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:44 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:43.940237+0000 mgr.smithi176.txyrph (mgr.24429) 74 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s rd, 5.4 KiB/s wr, 16 op/s 2024-03-11T17:46:47.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:45.940865+0000 mgr.smithi176.txyrph (mgr.24429) 75 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 2.2 KiB/s wr, 1 op/s 2024-03-11T17:46:47.272 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:46:47.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:45.940865+0000 mgr.smithi176.txyrph (mgr.24429) 75 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 2.2 KiB/s wr, 1 op/s 2024-03-11T17:46:48.639 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T17:46:49.275 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T17:46:49.275 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 running (7m) 9s ago 8m 21.4M - 0.20.0 0881eb8f169f a271f1b457ae 2024-03-11T17:46:49.275 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (8m) 9s ago 8m 6387k - 16.2.5 6933c2a0b7dd 9a5469425dbb 2024-03-11T17:46:49.275 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (7m) 11s ago 7m 6387k - 16.2.5 6933c2a0b7dd 3394b3e5bd00 2024-03-11T17:46:49.275 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (6m) 9s ago 8m 33.5M - 6.7.4 557c83e11646 f6eed3094e30 2024-03-11T17:46:49.275 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (3m) 9s ago 2m 40.5M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T17:46:49.275 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (2m) 11s ago 2m 12.5M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T17:46:49.276 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:9283 running (10m) 9s ago 10m 367M - 16.2.5 6933c2a0b7dd 73121a409072 2024-03-11T17:46:49.276 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283 running (66s) 11s ago 7m 500M - 18.2.1-802-ge1b0c2aa 38c4ca238582 41728b195212 2024-03-11T17:46:49.276 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (10m) 9s ago 10m 55.2M 2048M 16.2.5 6933c2a0b7dd d2652d3f8220 2024-03-11T17:46:49.276 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (7m) 11s ago 7m 47.6M 2048M 16.2.5 6933c2a0b7dd 48b36f582d96 2024-03-11T17:46:49.276 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (22s) 9s ago 21s 45.5M - 3.5 6933c2a0b7dd aee2a66a3a0d 2024-03-11T17:46:49.276 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (16s) 11s ago 15s 46.9M - 3.5 6933c2a0b7dd 72a9313be656 2024-03-11T17:46:49.276 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (8m) 9s ago 8m 15.3M - 0.18.1 e5a616e4b9cf 10f5ee689b40 2024-03-11T17:46:49.276 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (7m) 11s ago 7m 17.1M - 0.18.1 e5a616e4b9cf 0ef3c4c60b7c 2024-03-11T17:46:49.276 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (7m) 9s ago 7m 382M 1944M 16.2.5 6933c2a0b7dd 8a9418f8764a 2024-03-11T17:46:49.276 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (6m) 9s ago 6m 291M 1944M 16.2.5 6933c2a0b7dd 120ec75123a3 2024-03-11T17:46:49.276 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (6m) 9s ago 6m 239M 1944M 16.2.5 6933c2a0b7dd 68fe37f0f2b3 2024-03-11T17:46:49.276 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (5m) 9s ago 5m 359M 1944M 16.2.5 6933c2a0b7dd ec14dfc2c803 2024-03-11T17:46:49.276 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (5m) 11s ago 5m 373M 2712M 16.2.5 6933c2a0b7dd a618d96d8b7f 2024-03-11T17:46:49.276 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (5m) 11s ago 5m 389M 2712M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T17:46:49.276 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (4m) 11s ago 4m 321M 2712M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T17:46:49.277 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (4m) 11s ago 4m 498M 2712M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T17:46:49.277 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 running (6m) 9s ago 8m 53.5M - 2.18.1 de242295e225 e8b32a43e1a8 2024-03-11T17:46:49.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:48 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:47.941400+0000 mgr.smithi176.txyrph (mgr.24429) 76 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 2.2 KiB/s wr, 1 op/s 2024-03-11T17:46:49.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:48 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:47.941400+0000 mgr.smithi176.txyrph (mgr.24429) 76 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 2.2 KiB/s wr, 1 op/s 2024-03-11T17:46:49.653 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:46:49.653 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T17:46:49.653 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:46:49.653 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:46:49.653 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T17:46:49.653 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T17:46:49.653 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:46:49.654 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:46:49.654 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T17:46:49.654 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T17:46:49.654 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:46:49.654 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T17:46:49.654 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:46:49.654 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:46:49.654 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T17:46:49.654 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T17:46:49.654 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:46:49.654 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T17:46:49.654 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:46:49.974 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:46:49.974 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T17:46:49.974 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T17:46:49.974 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T17:46:49.974 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [], 2024-03-11T17:46:49.974 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T17:46:49.974 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "", 2024-03-11T17:46:49.974 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T17:46:49.974 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:46:50.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:49 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:48.627189+0000 mgr.smithi176.txyrph (mgr.24429) 77 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:46:50.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:49 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:48.953656+0000 mgr.smithi176.txyrph (mgr.24429) 78 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:46:50.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:49 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:49.266212+0000 mgr.smithi176.txyrph (mgr.24429) 79 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:46:50.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:49 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:49.654754+0000 mon.smithi132 (mon.0) 889 : audit [DBG] from='client.? 172.21.15.132:0/2924085634' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:46:50.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:49 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:48.627189+0000 mgr.smithi176.txyrph (mgr.24429) 77 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:46:50.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:49 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:48.953656+0000 mgr.smithi176.txyrph (mgr.24429) 78 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:46:50.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:49 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:49.266212+0000 mgr.smithi176.txyrph (mgr.24429) 79 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:46:50.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:49 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:49.654754+0000 mon.smithi132 (mon.0) 889 : audit [DBG] from='client.? 172.21.15.132:0/2924085634' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:46:50.354 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_OK 2024-03-11T17:46:51.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:49.942130+0000 mgr.smithi176.txyrph (mgr.24429) 80 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 2.2 KiB/s wr, 1 op/s 2024-03-11T17:46:51.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:49.975046+0000 mgr.smithi176.txyrph (mgr.24429) 81 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:46:51.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:50.356368+0000 mon.smithi132 (mon.0) 890 : audit [DBG] from='client.? 172.21.15.132:0/372578537' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:46:51.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:49.942130+0000 mgr.smithi176.txyrph (mgr.24429) 80 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 2.2 KiB/s wr, 1 op/s 2024-03-11T17:46:51.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:49.975046+0000 mgr.smithi176.txyrph (mgr.24429) 81 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:46:51.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:50.356368+0000 mon.smithi132 (mon.0) 890 : audit [DBG] from='client.? 172.21.15.132:0/372578537' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:46:52.318 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:46:53.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:53 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:51.942586+0000 mgr.smithi176.txyrph (mgr.24429) 82 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 2.1 KiB/s wr, 1 op/s 2024-03-11T17:46:53.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:51.942586+0000 mgr.smithi176.txyrph (mgr.24429) 82 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 2.1 KiB/s wr, 1 op/s 2024-03-11T17:46:55.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:55 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:53.943177+0000 mgr.smithi176.txyrph (mgr.24429) 83 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 2.1 KiB/s wr, 1 op/s 2024-03-11T17:46:55.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:55 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:53.943177+0000 mgr.smithi176.txyrph (mgr.24429) 83 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 2.1 KiB/s wr, 1 op/s 2024-03-11T17:46:57.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:55.943834+0000 mgr.smithi176.txyrph (mgr.24429) 84 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:46:57.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:56 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:55.943834+0000 mgr.smithi176.txyrph (mgr.24429) 84 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:46:57.355 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:46:59.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:57.944333+0000 mgr.smithi176.txyrph (mgr.24429) 85 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:46:59.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:46:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:46:58.019152+0000 mon.smithi176 (mon.1) 93 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:46:59.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:57.944333+0000 mgr.smithi176.txyrph (mgr.24429) 85 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:46:59.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:46:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:46:58.019152+0000 mon.smithi176 (mon.1) 93 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:47:01.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:46:59.945222+0000 mgr.smithi176.txyrph (mgr.24429) 86 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:47:01.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:46:59.945222+0000 mgr.smithi176.txyrph (mgr.24429) 86 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:47:02.388 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:47:03.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:03 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:47:01.945777+0000 mgr.smithi176.txyrph (mgr.24429) 87 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:47:03.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:47:01.945777+0000 mgr.smithi176.txyrph (mgr.24429) 87 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:47:05.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:47:03.946649+0000 mgr.smithi176.txyrph (mgr.24429) 88 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:47:05.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:47:03.946649+0000 mgr.smithi176.txyrph (mgr.24429) 88 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:47:07.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:47:05.947187+0000 mgr.smithi176.txyrph (mgr.24429) 89 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:47:07.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:47:05.947187+0000 mgr.smithi176.txyrph (mgr.24429) 89 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:47:07.431 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:47:09.309 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:47:07.947648+0000 mgr.smithi176.txyrph (mgr.24429) 90 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:47:09.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:47:07.947648+0000 mgr.smithi176.txyrph (mgr.24429) 90 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:47:11.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:47:09.948398+0000 mgr.smithi176.txyrph (mgr.24429) 91 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:47:11.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:47:09.948398+0000 mgr.smithi176.txyrph (mgr.24429) 91 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:47:12.476 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:47:13.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:47:11.948968+0000 mgr.smithi176.txyrph (mgr.24429) 92 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:47:13.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:47:11.948968+0000 mgr.smithi176.txyrph (mgr.24429) 92 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:47:14.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:14 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:47:13.019558+0000 mon.smithi176 (mon.1) 94 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:47:14.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:14 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:47:13.019558+0000 mon.smithi176 (mon.1) 94 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:47:15.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:47:13.949705+0000 mgr.smithi176.txyrph (mgr.24429) 93 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:47:15.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:47:13.949705+0000 mgr.smithi176.txyrph (mgr.24429) 93 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:47:17.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:16 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:47:15.950061+0000 mgr.smithi176.txyrph (mgr.24429) 94 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:47:17.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:16 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:47:15.950061+0000 mgr.smithi176.txyrph (mgr.24429) 94 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:47:17.525 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:47:19.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:47:17.950451+0000 mgr.smithi176.txyrph (mgr.24429) 95 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:47:19.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:47:17.950451+0000 mgr.smithi176.txyrph (mgr.24429) 95 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:47:20.702 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T17:47:21.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:47:19.951156+0000 mgr.smithi176.txyrph (mgr.24429) 96 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:47:21.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:47:19.951156+0000 mgr.smithi176.txyrph (mgr.24429) 96 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:47:21.339 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T17:47:21.340 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 running (7m) 41s ago 9m 21.4M - 0.20.0 0881eb8f169f a271f1b457ae 2024-03-11T17:47:21.340 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (9m) 41s ago 9m 6387k - 16.2.5 6933c2a0b7dd 9a5469425dbb 2024-03-11T17:47:21.340 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (8m) 43s ago 8m 6387k - 16.2.5 6933c2a0b7dd 3394b3e5bd00 2024-03-11T17:47:21.340 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (7m) 41s ago 8m 33.5M - 6.7.4 557c83e11646 f6eed3094e30 2024-03-11T17:47:21.340 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (3m) 41s ago 3m 40.5M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T17:47:21.340 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (3m) 43s ago 3m 12.5M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T17:47:21.340 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:9283 running (10m) 41s ago 10m 367M - 16.2.5 6933c2a0b7dd 73121a409072 2024-03-11T17:47:21.340 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283 running (98s) 43s ago 8m 500M - 18.2.1-802-ge1b0c2aa 38c4ca238582 41728b195212 2024-03-11T17:47:21.340 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (10m) 41s ago 10m 55.2M 2048M 16.2.5 6933c2a0b7dd d2652d3f8220 2024-03-11T17:47:21.340 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (8m) 43s ago 8m 47.6M 2048M 16.2.5 6933c2a0b7dd 48b36f582d96 2024-03-11T17:47:21.340 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (54s) 41s ago 53s 45.5M - 3.5 6933c2a0b7dd aee2a66a3a0d 2024-03-11T17:47:21.340 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (48s) 43s ago 47s 46.9M - 3.5 6933c2a0b7dd 72a9313be656 2024-03-11T17:47:21.340 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (8m) 41s ago 8m 15.3M - 0.18.1 e5a616e4b9cf 10f5ee689b40 2024-03-11T17:47:21.341 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (7m) 43s ago 7m 17.1M - 0.18.1 e5a616e4b9cf 0ef3c4c60b7c 2024-03-11T17:47:21.341 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (7m) 41s ago 7m 382M 1944M 16.2.5 6933c2a0b7dd 8a9418f8764a 2024-03-11T17:47:21.341 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (7m) 41s ago 7m 291M 1944M 16.2.5 6933c2a0b7dd 120ec75123a3 2024-03-11T17:47:21.341 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (6m) 41s ago 6m 239M 1944M 16.2.5 6933c2a0b7dd 68fe37f0f2b3 2024-03-11T17:47:21.341 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (6m) 41s ago 6m 359M 1944M 16.2.5 6933c2a0b7dd ec14dfc2c803 2024-03-11T17:47:21.341 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (6m) 43s ago 6m 373M 2712M 16.2.5 6933c2a0b7dd a618d96d8b7f 2024-03-11T17:47:21.341 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (5m) 43s ago 5m 389M 2712M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T17:47:21.341 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (5m) 43s ago 5m 321M 2712M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T17:47:21.341 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (5m) 43s ago 5m 498M 2712M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T17:47:21.341 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 running (7m) 41s ago 8m 53.5M - 2.18.1 de242295e225 e8b32a43e1a8 2024-03-11T17:47:21.720 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:47:21.720 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T17:47:21.720 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:47:21.721 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:47:21.721 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T17:47:21.721 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T17:47:21.721 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:47:21.721 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:47:21.721 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T17:47:21.721 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T17:47:21.721 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:47:21.721 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T17:47:21.721 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:47:21.721 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:47:21.721 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T17:47:21.721 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T17:47:21.721 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:47:21.722 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T17:47:21.722 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:47:22.043 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:47:22.043 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T17:47:22.043 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T17:47:22.043 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T17:47:22.043 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [], 2024-03-11T17:47:22.043 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T17:47:22.043 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "", 2024-03-11T17:47:22.043 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T17:47:22.043 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:47:22.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:22 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:47:20.690188+0000 mgr.smithi176.txyrph (mgr.24429) 97 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:47:22.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:22 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:47:21.017645+0000 mgr.smithi176.txyrph (mgr.24429) 98 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:47:22.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:22 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:47:21.331129+0000 mgr.smithi176.txyrph (mgr.24429) 99 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:47:22.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:22 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:47:21.722116+0000 mon.smithi132 (mon.0) 891 : audit [DBG] from='client.? 172.21.15.132:0/1483332227' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:47:22.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:22 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:47:20.690188+0000 mgr.smithi176.txyrph (mgr.24429) 97 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:47:22.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:22 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:47:21.017645+0000 mgr.smithi176.txyrph (mgr.24429) 98 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:47:22.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:22 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:47:21.331129+0000 mgr.smithi176.txyrph (mgr.24429) 99 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:47:22.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:22 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:47:21.722116+0000 mon.smithi132 (mon.0) 891 : audit [DBG] from='client.? 172.21.15.132:0/1483332227' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:47:22.423 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_OK 2024-03-11T17:47:22.563 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:47:23.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:47:21.951726+0000 mgr.smithi176.txyrph (mgr.24429) 100 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:47:23.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:47:22.044540+0000 mgr.smithi176.txyrph (mgr.24429) 101 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:47:23.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:47:22.425696+0000 mon.smithi132 (mon.0) 892 : audit [DBG] from='client.? 172.21.15.132:0/920142265' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:47:23.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:47:21.951726+0000 mgr.smithi176.txyrph (mgr.24429) 100 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:47:23.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:47:22.044540+0000 mgr.smithi176.txyrph (mgr.24429) 101 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:47:23.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:47:22.425696+0000 mon.smithi132 (mon.0) 892 : audit [DBG] from='client.? 172.21.15.132:0/920142265' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:47:25.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:47:23.952466+0000 mgr.smithi176.txyrph (mgr.24429) 102 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:47:25.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:47:23.952466+0000 mgr.smithi176.txyrph (mgr.24429) 102 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:47:27.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:47:25.952972+0000 mgr.smithi176.txyrph (mgr.24429) 103 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:47:27.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:47:25.952972+0000 mgr.smithi176.txyrph (mgr.24429) 103 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:47:27.599 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:47:29.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:29 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:47:27.953510+0000 mgr.smithi176.txyrph (mgr.24429) 104 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:47:29.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:29 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:47:28.020048+0000 mon.smithi176 (mon.1) 95 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:47:29.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:29 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:47:27.953510+0000 mgr.smithi176.txyrph (mgr.24429) 104 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:47:29.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:29 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:47:28.020048+0000 mon.smithi176 (mon.1) 95 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:47:30.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:30 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:47:29.065697+0000 mon.smithi132 (mon.0) 893 : cluster [DBG] mgrmap e28: smithi176.txyrph(active, since 92s), standbys: smithi132.jvlwde 2024-03-11T17:47:30.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:47:29.065697+0000 mon.smithi132 (mon.0) 893 : cluster [DBG] mgrmap e28: smithi176.txyrph(active, since 92s), standbys: smithi132.jvlwde 2024-03-11T17:47:31.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:31 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:47:29.954369+0000 mgr.smithi176.txyrph (mgr.24429) 105 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-03-11T17:47:31.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:31 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:47:29.954369+0000 mgr.smithi176.txyrph (mgr.24429) 105 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-03-11T17:47:32.643 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:47:33.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:47:31.954819+0000 mgr.smithi176.txyrph (mgr.24429) 106 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-03-11T17:47:33.517 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:47:31.954819+0000 mgr.smithi176.txyrph (mgr.24429) 106 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-03-11T17:47:35.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:47:33.955675+0000 mgr.smithi176.txyrph (mgr.24429) 107 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-03-11T17:47:35.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:47:33.955675+0000 mgr.smithi176.txyrph (mgr.24429) 107 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-03-11T17:47:37.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:36 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:47:35.956086+0000 mgr.smithi176.txyrph (mgr.24429) 108 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-03-11T17:47:37.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:36 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:47:35.956086+0000 mgr.smithi176.txyrph (mgr.24429) 108 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-03-11T17:47:37.683 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:47:39.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:47:37.956671+0000 mgr.smithi176.txyrph (mgr.24429) 109 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-03-11T17:47:39.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:47:37.956671+0000 mgr.smithi176.txyrph (mgr.24429) 109 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-03-11T17:47:41.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:47:39.957476+0000 mgr.smithi176.txyrph (mgr.24429) 110 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-03-11T17:47:41.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:47:39.957476+0000 mgr.smithi176.txyrph (mgr.24429) 110 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-03-11T17:47:42.724 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:47:43.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:47:41.957893+0000 mgr.smithi176.txyrph (mgr.24429) 111 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:47:43.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:43 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:47:41.957893+0000 mgr.smithi176.txyrph (mgr.24429) 111 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:47:44.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:44 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:47:43.022713+0000 mon.smithi176 (mon.1) 96 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:47:44.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:44 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:47:43.022713+0000 mon.smithi176 (mon.1) 96 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:47:45.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:47:43.958519+0000 mgr.smithi176.txyrph (mgr.24429) 112 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:47:45.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:47:43.958519+0000 mgr.smithi176.txyrph (mgr.24429) 112 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:47:47.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:47:45.959049+0000 mgr.smithi176.txyrph (mgr.24429) 113 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:47:47.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:47:45.959049+0000 mgr.smithi176.txyrph (mgr.24429) 113 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:47:47.768 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:47:49.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:49 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:47:47.959494+0000 mgr.smithi176.txyrph (mgr.24429) 114 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:47:49.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:49 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:47:47.959494+0000 mgr.smithi176.txyrph (mgr.24429) 114 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:47:51.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:47:49.960216+0000 mgr.smithi176.txyrph (mgr.24429) 115 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:47:51.342 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:47:49.960216+0000 mgr.smithi176.txyrph (mgr.24429) 115 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:47:52.773 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T17:47:52.808 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:47:53.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:53 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:47:51.960622+0000 mgr.smithi176.txyrph (mgr.24429) 116 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:47:53.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:47:51.960622+0000 mgr.smithi176.txyrph (mgr.24429) 116 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:47:53.411 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T17:47:53.412 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 running (8m) 74s ago 9m 21.4M - 0.20.0 0881eb8f169f a271f1b457ae 2024-03-11T17:47:53.412 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (9m) 74s ago 9m 6387k - 16.2.5 6933c2a0b7dd 9a5469425dbb 2024-03-11T17:47:53.412 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (8m) 75s ago 8m 6387k - 16.2.5 6933c2a0b7dd 3394b3e5bd00 2024-03-11T17:47:53.412 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (7m) 74s ago 9m 33.5M - 6.7.4 557c83e11646 f6eed3094e30 2024-03-11T17:47:53.412 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (4m) 74s ago 4m 40.5M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T17:47:53.412 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (4m) 75s ago 4m 12.5M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T17:47:53.412 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:9283 running (11m) 74s ago 11m 367M - 16.2.5 6933c2a0b7dd 73121a409072 2024-03-11T17:47:53.412 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283 running (2m) 75s ago 8m 500M - 18.2.1-802-ge1b0c2aa 38c4ca238582 41728b195212 2024-03-11T17:47:53.412 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (11m) 74s ago 11m 55.2M 2048M 16.2.5 6933c2a0b7dd d2652d3f8220 2024-03-11T17:47:53.413 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (8m) 75s ago 8m 47.6M 2048M 16.2.5 6933c2a0b7dd 48b36f582d96 2024-03-11T17:47:53.413 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (86s) 74s ago 85s 45.5M - 3.5 6933c2a0b7dd aee2a66a3a0d 2024-03-11T17:47:53.413 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (80s) 75s ago 79s 46.9M - 3.5 6933c2a0b7dd 72a9313be656 2024-03-11T17:47:53.413 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (9m) 74s ago 9m 15.3M - 0.18.1 e5a616e4b9cf 10f5ee689b40 2024-03-11T17:47:53.413 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (8m) 75s ago 8m 17.1M - 0.18.1 e5a616e4b9cf 0ef3c4c60b7c 2024-03-11T17:47:53.413 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (8m) 74s ago 8m 382M 1944M 16.2.5 6933c2a0b7dd 8a9418f8764a 2024-03-11T17:47:53.413 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (7m) 74s ago 7m 291M 1944M 16.2.5 6933c2a0b7dd 120ec75123a3 2024-03-11T17:47:53.413 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (7m) 74s ago 7m 239M 1944M 16.2.5 6933c2a0b7dd 68fe37f0f2b3 2024-03-11T17:47:53.413 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (6m) 74s ago 6m 359M 1944M 16.2.5 6933c2a0b7dd ec14dfc2c803 2024-03-11T17:47:53.413 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (6m) 75s ago 6m 373M 2712M 16.2.5 6933c2a0b7dd a618d96d8b7f 2024-03-11T17:47:53.413 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (6m) 75s ago 6m 389M 2712M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T17:47:53.413 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (5m) 75s ago 5m 321M 2712M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T17:47:53.413 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (5m) 75s ago 5m 498M 2712M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T17:47:53.413 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 running (7m) 74s ago 9m 53.5M - 2.18.1 de242295e225 e8b32a43e1a8 2024-03-11T17:47:53.789 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:47:53.790 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T17:47:53.790 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:47:53.790 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:47:53.790 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T17:47:53.790 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T17:47:53.790 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:47:53.790 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:47:53.790 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T17:47:53.790 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T17:47:53.791 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:47:53.792 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T17:47:53.792 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:47:53.792 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:47:53.792 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T17:47:53.792 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T17:47:53.792 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:47:53.792 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T17:47:53.792 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:47:54.119 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:47:54.119 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T17:47:54.119 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T17:47:54.120 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T17:47:54.120 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [], 2024-03-11T17:47:54.120 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T17:47:54.120 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "", 2024-03-11T17:47:54.120 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T17:47:54.120 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:47:54.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:54 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:47:52.762227+0000 mgr.smithi176.txyrph (mgr.24429) 117 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:47:54.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:54 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:47:53.091301+0000 mgr.smithi176.txyrph (mgr.24429) 118 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:47:54.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:54 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:47:53.402465+0000 mgr.smithi176.txyrph (mgr.24429) 119 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:47:54.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:54 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:47:53.791422+0000 mon.smithi132 (mon.0) 894 : audit [DBG] from='client.? 172.21.15.132:0/1088957152' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:47:54.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:54 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:47:52.762227+0000 mgr.smithi176.txyrph (mgr.24429) 117 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:47:54.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:54 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:47:53.091301+0000 mgr.smithi176.txyrph (mgr.24429) 118 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:47:54.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:54 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:47:53.402465+0000 mgr.smithi176.txyrph (mgr.24429) 119 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:47:54.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:54 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:47:53.791422+0000 mon.smithi132 (mon.0) 894 : audit [DBG] from='client.? 172.21.15.132:0/1088957152' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:47:54.504 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_OK 2024-03-11T17:47:55.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:55 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:47:53.961399+0000 mgr.smithi176.txyrph (mgr.24429) 120 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:47:55.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:55 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:47:54.120868+0000 mgr.smithi176.txyrph (mgr.24429) 121 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:47:55.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:55 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:47:54.505985+0000 mon.smithi132 (mon.0) 895 : audit [DBG] from='client.? 172.21.15.132:0/283137956' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:47:55.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:55 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:47:53.961399+0000 mgr.smithi176.txyrph (mgr.24429) 120 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:47:55.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:55 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:47:54.120868+0000 mgr.smithi176.txyrph (mgr.24429) 121 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:47:55.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:55 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:47:54.505985+0000 mon.smithi132 (mon.0) 895 : audit [DBG] from='client.? 172.21.15.132:0/283137956' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:47:57.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:47:55.961889+0000 mgr.smithi176.txyrph (mgr.24429) 122 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:47:57.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:56 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:47:55.961889+0000 mgr.smithi176.txyrph (mgr.24429) 122 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:47:57.853 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:47:59.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:59 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:47:57.962318+0000 mgr.smithi176.txyrph (mgr.24429) 123 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:47:59.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:47:59 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:47:58.020572+0000 mon.smithi176 (mon.1) 97 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:47:59.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:59 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:47:57.962318+0000 mgr.smithi176.txyrph (mgr.24429) 123 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:47:59.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:47:59 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:47:58.020572+0000 mon.smithi176 (mon.1) 97 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:48:01.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:47:59.963040+0000 mgr.smithi176.txyrph (mgr.24429) 124 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:48:01.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:47:59.963040+0000 mgr.smithi176.txyrph (mgr.24429) 124 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:48:02.905 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:48:03.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:03 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:48:01.963617+0000 mgr.smithi176.txyrph (mgr.24429) 125 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:03.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:48:01.963617+0000 mgr.smithi176.txyrph (mgr.24429) 125 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:05.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:48:03.964244+0000 mgr.smithi176.txyrph (mgr.24429) 126 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:48:05.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:48:03.964244+0000 mgr.smithi176.txyrph (mgr.24429) 126 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:48:07.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:48:05.964631+0000 mgr.smithi176.txyrph (mgr.24429) 127 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:07.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:48:05.964631+0000 mgr.smithi176.txyrph (mgr.24429) 127 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:07.945 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:48:09.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:48:07.965054+0000 mgr.smithi176.txyrph (mgr.24429) 128 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:09.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:48:07.965054+0000 mgr.smithi176.txyrph (mgr.24429) 128 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:11.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:48:09.965966+0000 mgr.smithi176.txyrph (mgr.24429) 129 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:48:11.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:48:09.965966+0000 mgr.smithi176.txyrph (mgr.24429) 129 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:48:12.989 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:48:13.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:48:11.966574+0000 mgr.smithi176.txyrph (mgr.24429) 130 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:13.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:48:13.020962+0000 mon.smithi176 (mon.1) 98 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:48:13.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:48:11.966574+0000 mgr.smithi176.txyrph (mgr.24429) 130 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:13.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:48:13.020962+0000 mon.smithi176 (mon.1) 98 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:48:15.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:48:13.967257+0000 mgr.smithi176.txyrph (mgr.24429) 131 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:48:15.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:48:13.967257+0000 mgr.smithi176.txyrph (mgr.24429) 131 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:48:17.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:16 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:48:15.967839+0000 mgr.smithi176.txyrph (mgr.24429) 132 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:17.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:16 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:48:15.967839+0000 mgr.smithi176.txyrph (mgr.24429) 132 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:18.021 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:48:19.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:48:17.968322+0000 mgr.smithi176.txyrph (mgr.24429) 133 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:19.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:48:17.968322+0000 mgr.smithi176.txyrph (mgr.24429) 133 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:21.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:48:19.969162+0000 mgr.smithi176.txyrph (mgr.24429) 134 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:48:21.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:48:19.969162+0000 mgr.smithi176.txyrph (mgr.24429) 134 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:48:23.061 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:48:23.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:48:21.969790+0000 mgr.smithi176.txyrph (mgr.24429) 135 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:23.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:48:21.969790+0000 mgr.smithi176.txyrph (mgr.24429) 135 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:24.847 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T17:48:25.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:48:23.970521+0000 mgr.smithi176.txyrph (mgr.24429) 136 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:48:25.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:48:23.970521+0000 mgr.smithi176.txyrph (mgr.24429) 136 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:48:25.484 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T17:48:25.484 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 running (8m) 106s ago 10m 21.4M - 0.20.0 0881eb8f169f a271f1b457ae 2024-03-11T17:48:25.484 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (10m) 106s ago 10m 6387k - 16.2.5 6933c2a0b7dd 9a5469425dbb 2024-03-11T17:48:25.484 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (9m) 107s ago 9m 6387k - 16.2.5 6933c2a0b7dd 3394b3e5bd00 2024-03-11T17:48:25.484 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (8m) 106s ago 10m 33.5M - 6.7.4 557c83e11646 f6eed3094e30 2024-03-11T17:48:25.484 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (4m) 106s ago 4m 40.5M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T17:48:25.484 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (4m) 107s ago 4m 12.5M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T17:48:25.485 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:9283 running (11m) 106s ago 11m 367M - 16.2.5 6933c2a0b7dd 73121a409072 2024-03-11T17:48:25.485 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283 running (2m) 107s ago 9m 500M - 18.2.1-802-ge1b0c2aa 38c4ca238582 41728b195212 2024-03-11T17:48:25.485 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (11m) 106s ago 11m 55.2M 2048M 16.2.5 6933c2a0b7dd d2652d3f8220 2024-03-11T17:48:25.485 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (9m) 107s ago 9m 47.6M 2048M 16.2.5 6933c2a0b7dd 48b36f582d96 2024-03-11T17:48:25.485 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (118s) 106s ago 117s 45.5M - 3.5 6933c2a0b7dd aee2a66a3a0d 2024-03-11T17:48:25.485 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (112s) 107s ago 111s 46.9M - 3.5 6933c2a0b7dd 72a9313be656 2024-03-11T17:48:25.485 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (9m) 106s ago 9m 15.3M - 0.18.1 e5a616e4b9cf 10f5ee689b40 2024-03-11T17:48:25.485 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (9m) 107s ago 8m 17.1M - 0.18.1 e5a616e4b9cf 0ef3c4c60b7c 2024-03-11T17:48:25.485 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (8m) 106s ago 8m 382M 1944M 16.2.5 6933c2a0b7dd 8a9418f8764a 2024-03-11T17:48:25.485 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (8m) 106s ago 8m 291M 1944M 16.2.5 6933c2a0b7dd 120ec75123a3 2024-03-11T17:48:25.486 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (7m) 106s ago 7m 239M 1944M 16.2.5 6933c2a0b7dd 68fe37f0f2b3 2024-03-11T17:48:25.486 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (7m) 106s ago 7m 359M 1944M 16.2.5 6933c2a0b7dd ec14dfc2c803 2024-03-11T17:48:25.486 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (7m) 107s ago 7m 373M 2712M 16.2.5 6933c2a0b7dd a618d96d8b7f 2024-03-11T17:48:25.486 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (6m) 107s ago 6m 389M 2712M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T17:48:25.486 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (6m) 107s ago 6m 321M 2712M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T17:48:25.486 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (6m) 107s ago 6m 498M 2712M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T17:48:25.486 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 running (8m) 106s ago 9m 53.5M - 2.18.1 de242295e225 e8b32a43e1a8 2024-03-11T17:48:25.861 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:48:25.861 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T17:48:25.861 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:48:25.861 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:48:25.861 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T17:48:25.861 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T17:48:25.862 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:48:25.862 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:48:25.862 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T17:48:25.862 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T17:48:25.862 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:48:25.862 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T17:48:25.862 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:48:25.862 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:48:25.862 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T17:48:25.862 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T17:48:25.862 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:48:25.862 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T17:48:25.862 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:48:26.186 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:48:26.186 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T17:48:26.187 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T17:48:26.187 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T17:48:26.187 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [], 2024-03-11T17:48:26.187 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T17:48:26.187 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "", 2024-03-11T17:48:26.187 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T17:48:26.187 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:48:26.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:48:24.836820+0000 mgr.smithi176.txyrph (mgr.24429) 137 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:48:26.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:48:25.161594+0000 mgr.smithi176.txyrph (mgr.24429) 138 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:48:26.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:48:25.475603+0000 mgr.smithi176.txyrph (mgr.24429) 139 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:48:26.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:48:25.862627+0000 mon.smithi132 (mon.0) 896 : audit [DBG] from='client.? 172.21.15.132:0/1292560823' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:48:26.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:48:24.836820+0000 mgr.smithi176.txyrph (mgr.24429) 137 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:48:26.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:48:25.161594+0000 mgr.smithi176.txyrph (mgr.24429) 138 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:48:26.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:48:25.475603+0000 mgr.smithi176.txyrph (mgr.24429) 139 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:48:26.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:48:25.862627+0000 mon.smithi132 (mon.0) 896 : audit [DBG] from='client.? 172.21.15.132:0/1292560823' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:48:26.567 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_OK 2024-03-11T17:48:27.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:27 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:48:25.970867+0000 mgr.smithi176.txyrph (mgr.24429) 140 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:27.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:27 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:48:26.187918+0000 mgr.smithi176.txyrph (mgr.24429) 141 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:48:27.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:27 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:48:26.569253+0000 mon.smithi132 (mon.0) 897 : audit [DBG] from='client.? 172.21.15.132:0/4018812936' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:48:27.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:27 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:48:25.970867+0000 mgr.smithi176.txyrph (mgr.24429) 140 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:27.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:27 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:48:26.187918+0000 mgr.smithi176.txyrph (mgr.24429) 141 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:48:27.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:27 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:48:26.569253+0000 mon.smithi132 (mon.0) 897 : audit [DBG] from='client.? 172.21.15.132:0/4018812936' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:48:28.112 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:48:28.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:48:28.021306+0000 mon.smithi176 (mon.1) 99 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:48:28.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:48:28.021306+0000 mon.smithi176 (mon.1) 99 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:48:29.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:29 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:48:27.971356+0000 mgr.smithi176.txyrph (mgr.24429) 142 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:29.346 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:29 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:48:27.971356+0000 mgr.smithi176.txyrph (mgr.24429) 142 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:31.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:31 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:48:29.972219+0000 mgr.smithi176.txyrph (mgr.24429) 143 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:48:31.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:31 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:48:29.972219+0000 mgr.smithi176.txyrph (mgr.24429) 143 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:48:33.150 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:48:33.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:48:31.972629+0000 mgr.smithi176.txyrph (mgr.24429) 144 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:33.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:48:31.972629+0000 mgr.smithi176.txyrph (mgr.24429) 144 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:35.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:48:33.973444+0000 mgr.smithi176.txyrph (mgr.24429) 145 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:48:35.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:48:33.973444+0000 mgr.smithi176.txyrph (mgr.24429) 145 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:48:37.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:36 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:48:35.973933+0000 mgr.smithi176.txyrph (mgr.24429) 146 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:37.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:36 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:48:35.973933+0000 mgr.smithi176.txyrph (mgr.24429) 146 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:38.184 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:48:39.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:48:37.974540+0000 mgr.smithi176.txyrph (mgr.24429) 147 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:39.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:48:37.974540+0000 mgr.smithi176.txyrph (mgr.24429) 147 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:41.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:48:39.975318+0000 mgr.smithi176.txyrph (mgr.24429) 148 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:48:41.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:48:39.975318+0000 mgr.smithi176.txyrph (mgr.24429) 148 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:48:43.228 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:48:43.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:48:41.975832+0000 mgr.smithi176.txyrph (mgr.24429) 149 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:43.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:48:43.021838+0000 mon.smithi176 (mon.1) 100 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:48:43.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:43 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:48:41.975832+0000 mgr.smithi176.txyrph (mgr.24429) 149 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:43.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:43 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:48:43.021838+0000 mon.smithi176 (mon.1) 100 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:48:45.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:48:43.976620+0000 mgr.smithi176.txyrph (mgr.24429) 150 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:48:45.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:48:43.976620+0000 mgr.smithi176.txyrph (mgr.24429) 150 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:48:47.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:48:45.977120+0000 mgr.smithi176.txyrph (mgr.24429) 151 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:47.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:48:45.977120+0000 mgr.smithi176.txyrph (mgr.24429) 151 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:48.265 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:48:49.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:49 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:48:47.977484+0000 mgr.smithi176.txyrph (mgr.24429) 152 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:49.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:49 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:48:47.977484+0000 mgr.smithi176.txyrph (mgr.24429) 152 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:51.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:48:49.978153+0000 mgr.smithi176.txyrph (mgr.24429) 153 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:48:51.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:48:50.147376+0000 mon.smithi132 (mon.0) 898 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:48:51.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:48:50.153204+0000 mon.smithi132 (mon.0) 899 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:48:51.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:48:50.156708+0000 mgr.smithi176.txyrph (mgr.24429) 154 : cephadm [INF] Reconfiguring grafana.smithi132 (dependencies changed)... 2024-03-11T17:48:51.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:48:50.164830+0000 mgr.smithi176.txyrph (mgr.24429) 155 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-11T17:48:51.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:48:50.313828+0000 mon.smithi132 (mon.0) 900 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:48:51.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:48:50.317824+0000 mon.smithi132 (mon.0) 901 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:48:51.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:48:50.322461+0000 mon.smithi176 (mon.1) 101 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-11T17:48:51.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:48:50.322813+0000 mgr.smithi176.txyrph (mgr.24429) 156 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-11T17:48:51.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:48:50.324475+0000 mgr.smithi176.txyrph (mgr.24429) 157 : cephadm [INF] Reconfiguring daemon grafana.smithi132 on smithi132 2024-03-11T17:48:51.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:48:49.978153+0000 mgr.smithi176.txyrph (mgr.24429) 153 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:48:51.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:48:50.147376+0000 mon.smithi132 (mon.0) 898 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:48:51.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:48:50.153204+0000 mon.smithi132 (mon.0) 899 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:48:51.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:48:50.156708+0000 mgr.smithi176.txyrph (mgr.24429) 154 : cephadm [INF] Reconfiguring grafana.smithi132 (dependencies changed)... 2024-03-11T17:48:51.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:48:50.164830+0000 mgr.smithi176.txyrph (mgr.24429) 155 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-11T17:48:51.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:48:50.313828+0000 mon.smithi132 (mon.0) 900 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:48:51.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:48:50.317824+0000 mon.smithi132 (mon.0) 901 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:48:51.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:48:50.322461+0000 mon.smithi176 (mon.1) 101 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-11T17:48:51.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:48:50.322813+0000 mgr.smithi176.txyrph (mgr.24429) 156 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-11T17:48:51.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:48:50.324475+0000 mgr.smithi176.txyrph (mgr.24429) 157 : cephadm [INF] Reconfiguring daemon grafana.smithi132 on smithi132 2024-03-11T17:48:53.299 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:48:53.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:53 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:48:51.978640+0000 mgr.smithi176.txyrph (mgr.24429) 158 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:53.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:48:51.978640+0000 mgr.smithi176.txyrph (mgr.24429) 158 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:55.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:55 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:48:53.979463+0000 mgr.smithi176.txyrph (mgr.24429) 159 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:48:55.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:55 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:48:53.979463+0000 mgr.smithi176.txyrph (mgr.24429) 159 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:48:57.004 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T17:48:57.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:48:55.979887+0000 mgr.smithi176.txyrph (mgr.24429) 160 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:57.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:56 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:48:55.979887+0000 mgr.smithi176.txyrph (mgr.24429) 160 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:57.762 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T17:48:57.762 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 starting - - - - 2024-03-11T17:48:57.763 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (10m) 2m ago 10m 6387k - 16.2.5 6933c2a0b7dd 9a5469425dbb 2024-03-11T17:48:57.763 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (9m) 2m ago 9m 6387k - 16.2.5 6933c2a0b7dd 3394b3e5bd00 2024-03-11T17:48:57.763 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (9m) 2m ago 10m 33.5M - 6.7.4 557c83e11646 f6eed3094e30 2024-03-11T17:48:57.763 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (5m) 2m ago 5m 40.5M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T17:48:57.763 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (5m) 2m ago 5m 12.5M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T17:48:57.763 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:9283 running (12m) 2m ago 12m 367M - 16.2.5 6933c2a0b7dd 73121a409072 2024-03-11T17:48:57.763 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283 running (3m) 2m ago 9m 500M - 18.2.1-802-ge1b0c2aa 38c4ca238582 41728b195212 2024-03-11T17:48:57.763 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (12m) 2m ago 12m 55.2M 2048M 16.2.5 6933c2a0b7dd d2652d3f8220 2024-03-11T17:48:57.763 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (9m) 2m ago 9m 47.6M 2048M 16.2.5 6933c2a0b7dd 48b36f582d96 2024-03-11T17:48:57.763 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (2m) 2m ago 2m 45.5M - 3.5 6933c2a0b7dd aee2a66a3a0d 2024-03-11T17:48:57.763 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (2m) 2m ago 2m 46.9M - 3.5 6933c2a0b7dd 72a9313be656 2024-03-11T17:48:57.763 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (10m) 2m ago 10m 15.3M - 0.18.1 e5a616e4b9cf 10f5ee689b40 2024-03-11T17:48:57.763 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (9m) 2m ago 9m 17.1M - 0.18.1 e5a616e4b9cf 0ef3c4c60b7c 2024-03-11T17:48:57.763 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (9m) 2m ago 9m 382M 1944M 16.2.5 6933c2a0b7dd 8a9418f8764a 2024-03-11T17:48:57.764 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (8m) 2m ago 8m 291M 1944M 16.2.5 6933c2a0b7dd 120ec75123a3 2024-03-11T17:48:57.764 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (8m) 2m ago 8m 239M 1944M 16.2.5 6933c2a0b7dd 68fe37f0f2b3 2024-03-11T17:48:57.764 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (8m) 2m ago 8m 359M 1944M 16.2.5 6933c2a0b7dd ec14dfc2c803 2024-03-11T17:48:57.764 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (7m) 2m ago 7m 373M 2712M 16.2.5 6933c2a0b7dd a618d96d8b7f 2024-03-11T17:48:57.764 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (7m) 2m ago 7m 389M 2712M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T17:48:57.764 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (7m) 2m ago 7m 321M 2712M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T17:48:57.764 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (6m) 2m ago 6m 498M 2712M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T17:48:57.764 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 running (8m) 2m ago 10m 53.5M - 2.18.1 de242295e225 e8b32a43e1a8 2024-03-11T17:48:58.264 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:48:58.264 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T17:48:58.264 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:48:58.264 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:48:58.265 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T17:48:58.265 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T17:48:58.265 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:48:58.265 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:48:58.265 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T17:48:58.265 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T17:48:58.265 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:48:58.265 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T17:48:58.265 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:48:58.265 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:48:58.265 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T17:48:58.265 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T17:48:58.265 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:48:58.265 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T17:48:58.266 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:48:58.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:48:56.992002+0000 mgr.smithi176.txyrph (mgr.24429) 161 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:48:58.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:48:57.380244+0000 mgr.smithi176.txyrph (mgr.24429) 162 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:48:58.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:48:56.992002+0000 mgr.smithi176.txyrph (mgr.24429) 161 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:48:58.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:48:57.380244+0000 mgr.smithi176.txyrph (mgr.24429) 162 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:48:58.340 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:48:58.657 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:48:58.657 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T17:48:58.657 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T17:48:58.657 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T17:48:58.658 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [], 2024-03-11T17:48:58.658 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T17:48:58.658 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "", 2024-03-11T17:48:58.658 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T17:48:58.658 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:48:59.104 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_OK 2024-03-11T17:48:59.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:48:57.754161+0000 mgr.smithi176.txyrph (mgr.24429) 163 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:48:59.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:48:57.980360+0000 mgr.smithi176.txyrph (mgr.24429) 164 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:59.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:48:58.022033+0000 mon.smithi176 (mon.1) 102 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:48:59.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:48:58.266271+0000 mon.smithi132 (mon.0) 902 : audit [DBG] from='client.? 172.21.15.132:0/1438137431' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:48:59.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:48:57.754161+0000 mgr.smithi176.txyrph (mgr.24429) 163 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:48:59.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:48:57.980360+0000 mgr.smithi176.txyrph (mgr.24429) 164 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:48:59.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:48:58.022033+0000 mon.smithi176 (mon.1) 102 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:48:59.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:48:58.266271+0000 mon.smithi132 (mon.0) 902 : audit [DBG] from='client.? 172.21.15.132:0/1438137431' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:49:00.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:59 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:48:58.657849+0000 mgr.smithi176.txyrph (mgr.24429) 165 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:49:00.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:48:59 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:48:59.106617+0000 mon.smithi132 (mon.0) 903 : audit [DBG] from='client.? 172.21.15.132:0/1750545742' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:49:00.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:59 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:48:58.657849+0000 mgr.smithi176.txyrph (mgr.24429) 165 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:49:00.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:48:59 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:48:59.106617+0000 mon.smithi132 (mon.0) 903 : audit [DBG] from='client.? 172.21.15.132:0/1750545742' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:49:01.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:00 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:48:59.981299+0000 mgr.smithi176.txyrph (mgr.24429) 166 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:49:01.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:00 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:48:59.981299+0000 mgr.smithi176.txyrph (mgr.24429) 166 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:49:03.308 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:03 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:49:01.981642+0000 mgr.smithi176.txyrph (mgr.24429) 167 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:03.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:49:01.981642+0000 mgr.smithi176.txyrph (mgr.24429) 167 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:03.391 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:49:05.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:49:03.982255+0000 mgr.smithi176.txyrph (mgr.24429) 168 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:49:05.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:49:03.982255+0000 mgr.smithi176.txyrph (mgr.24429) 168 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:49:07.309 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:49:05.982688+0000 mgr.smithi176.txyrph (mgr.24429) 169 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:07.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:49:05.982688+0000 mgr.smithi176.txyrph (mgr.24429) 169 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:08.443 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:49:09.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:49:07.983144+0000 mgr.smithi176.txyrph (mgr.24429) 170 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:09.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:49:07.983144+0000 mgr.smithi176.txyrph (mgr.24429) 170 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:11.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:49:09.983967+0000 mgr.smithi176.txyrph (mgr.24429) 171 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:49:11.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:49:09.983967+0000 mgr.smithi176.txyrph (mgr.24429) 171 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:49:13.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:49:11.984541+0000 mgr.smithi176.txyrph (mgr.24429) 172 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:13.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:49:13.022254+0000 mon.smithi176 (mon.1) 103 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:49:13.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:49:11.984541+0000 mgr.smithi176.txyrph (mgr.24429) 172 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:13.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:49:13.022254+0000 mon.smithi176 (mon.1) 103 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:49:13.489 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:49:15.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:49:13.985393+0000 mgr.smithi176.txyrph (mgr.24429) 173 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:49:15.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:49:13.985393+0000 mgr.smithi176.txyrph (mgr.24429) 173 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:49:17.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:16 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:49:15.985844+0000 mgr.smithi176.txyrph (mgr.24429) 174 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:17.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:16 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:49:15.985844+0000 mgr.smithi176.txyrph (mgr.24429) 174 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:18.533 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:49:19.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:49:17.986363+0000 mgr.smithi176.txyrph (mgr.24429) 175 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:19.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:49:17.986363+0000 mgr.smithi176.txyrph (mgr.24429) 175 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:21.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:49:19.987029+0000 mgr.smithi176.txyrph (mgr.24429) 176 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:49:21.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:49:19.987029+0000 mgr.smithi176.txyrph (mgr.24429) 176 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:49:23.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:49:21.987444+0000 mgr.smithi176.txyrph (mgr.24429) 177 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:23.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:49:21.987444+0000 mgr.smithi176.txyrph (mgr.24429) 177 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:23.577 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:49:25.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:49:23.988052+0000 mgr.smithi176.txyrph (mgr.24429) 178 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:49:25.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:49:23.988052+0000 mgr.smithi176.txyrph (mgr.24429) 178 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:49:27.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:49:25.988544+0000 mgr.smithi176.txyrph (mgr.24429) 179 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:27.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:49:25.988544+0000 mgr.smithi176.txyrph (mgr.24429) 179 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:28.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:49:28.022379+0000 mon.smithi176 (mon.1) 104 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:49:28.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:49:28.022379+0000 mon.smithi176 (mon.1) 104 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:49:28.627 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:49:29.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:29 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:49:27.988976+0000 mgr.smithi176.txyrph (mgr.24429) 180 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:29.456 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T17:49:29.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:29 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:49:27.988976+0000 mgr.smithi176.txyrph (mgr.24429) 180 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:30.086 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T17:49:30.086 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 starting - - - - 2024-03-11T17:49:30.086 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (11m) 2m ago 11m 6387k - 16.2.5 6933c2a0b7dd 9a5469425dbb 2024-03-11T17:49:30.087 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (10m) 2m ago 10m 6387k - 16.2.5 6933c2a0b7dd 3394b3e5bd00 2024-03-11T17:49:30.087 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (9m) 2m ago 11m 33.5M - 6.7.4 557c83e11646 f6eed3094e30 2024-03-11T17:49:30.087 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (5m) 2m ago 5m 40.5M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T17:49:30.087 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (5m) 2m ago 5m 12.5M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T17:49:30.087 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:9283 running (12m) 2m ago 12m 367M - 16.2.5 6933c2a0b7dd 73121a409072 2024-03-11T17:49:30.087 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283 running (3m) 2m ago 10m 500M - 18.2.1-802-ge1b0c2aa 38c4ca238582 41728b195212 2024-03-11T17:49:30.087 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (12m) 2m ago 13m 55.2M 2048M 16.2.5 6933c2a0b7dd d2652d3f8220 2024-03-11T17:49:30.087 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (10m) 2m ago 10m 47.6M 2048M 16.2.5 6933c2a0b7dd 48b36f582d96 2024-03-11T17:49:30.087 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (3m) 2m ago 3m 45.5M - 3.5 6933c2a0b7dd aee2a66a3a0d 2024-03-11T17:49:30.087 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (2m) 2m ago 2m 46.9M - 3.5 6933c2a0b7dd 72a9313be656 2024-03-11T17:49:30.087 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (10m) 2m ago 10m 15.3M - 0.18.1 e5a616e4b9cf 10f5ee689b40 2024-03-11T17:49:30.087 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (10m) 2m ago 10m 17.1M - 0.18.1 e5a616e4b9cf 0ef3c4c60b7c 2024-03-11T17:49:30.087 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (9m) 2m ago 9m 382M 1944M 16.2.5 6933c2a0b7dd 8a9418f8764a 2024-03-11T17:49:30.087 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (9m) 2m ago 9m 291M 1944M 16.2.5 6933c2a0b7dd 120ec75123a3 2024-03-11T17:49:30.088 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (8m) 2m ago 8m 239M 1944M 16.2.5 6933c2a0b7dd 68fe37f0f2b3 2024-03-11T17:49:30.088 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (8m) 2m ago 8m 359M 1944M 16.2.5 6933c2a0b7dd ec14dfc2c803 2024-03-11T17:49:30.088 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (8m) 2m ago 8m 373M 2712M 16.2.5 6933c2a0b7dd a618d96d8b7f 2024-03-11T17:49:30.088 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (7m) 2m ago 7m 389M 2712M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T17:49:30.088 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (7m) 2m ago 7m 321M 2712M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T17:49:30.088 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (7m) 2m ago 7m 498M 2712M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T17:49:30.088 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 running (9m) 2m ago 10m 53.5M - 2.18.1 de242295e225 e8b32a43e1a8 2024-03-11T17:49:30.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:30 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:49:29.444158+0000 mgr.smithi176.txyrph (mgr.24429) 181 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:49:30.460 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:49:30.460 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T17:49:30.460 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:49:30.461 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:49:30.461 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T17:49:30.461 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T17:49:30.461 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:49:30.461 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:49:30.461 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T17:49:30.461 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T17:49:30.461 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:49:30.461 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T17:49:30.461 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:49:30.461 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:49:30.461 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T17:49:30.461 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T17:49:30.461 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:49:30.462 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T17:49:30.462 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:49:30.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:49:29.444158+0000 mgr.smithi176.txyrph (mgr.24429) 181 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:49:30.781 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:49:30.781 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T17:49:30.781 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T17:49:30.781 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T17:49:30.781 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [], 2024-03-11T17:49:30.781 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T17:49:30.781 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "", 2024-03-11T17:49:30.782 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T17:49:30.782 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:49:31.159 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_OK 2024-03-11T17:49:31.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:31 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:49:29.765185+0000 mgr.smithi176.txyrph (mgr.24429) 182 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:49:31.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:31 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:49:29.989882+0000 mgr.smithi176.txyrph (mgr.24429) 183 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:49:31.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:31 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:49:30.075074+0000 mgr.smithi176.txyrph (mgr.24429) 184 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:49:31.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:31 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:49:30.462311+0000 mon.smithi132 (mon.0) 904 : audit [DBG] from='client.? 172.21.15.132:0/2717787863' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:49:31.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:31 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:49:29.765185+0000 mgr.smithi176.txyrph (mgr.24429) 182 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:49:31.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:31 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:49:29.989882+0000 mgr.smithi176.txyrph (mgr.24429) 183 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:49:31.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:31 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:49:30.075074+0000 mgr.smithi176.txyrph (mgr.24429) 184 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:49:31.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:31 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:49:30.462311+0000 mon.smithi132 (mon.0) 904 : audit [DBG] from='client.? 172.21.15.132:0/2717787863' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:49:32.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:32 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:49:30.782784+0000 mgr.smithi176.txyrph (mgr.24429) 185 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:49:32.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:32 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:49:31.161755+0000 mon.smithi132 (mon.0) 905 : audit [DBG] from='client.? 172.21.15.132:0/2360901136' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:49:32.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:49:30.782784+0000 mgr.smithi176.txyrph (mgr.24429) 185 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:49:32.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:49:31.161755+0000 mon.smithi132 (mon.0) 905 : audit [DBG] from='client.? 172.21.15.132:0/2360901136' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:49:33.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:49:31.990208+0000 mgr.smithi176.txyrph (mgr.24429) 186 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:33.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:49:31.990208+0000 mgr.smithi176.txyrph (mgr.24429) 186 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:33.668 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:49:35.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:49:33.991034+0000 mgr.smithi176.txyrph (mgr.24429) 187 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:49:35.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:49:33.991034+0000 mgr.smithi176.txyrph (mgr.24429) 187 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:49:37.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:36 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:49:35.991538+0000 mgr.smithi176.txyrph (mgr.24429) 188 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:37.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:36 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:49:35.991538+0000 mgr.smithi176.txyrph (mgr.24429) 188 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:38.715 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:49:39.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:49:37.992065+0000 mgr.smithi176.txyrph (mgr.24429) 189 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:39.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:49:37.992065+0000 mgr.smithi176.txyrph (mgr.24429) 189 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:41.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:49:39.992827+0000 mgr.smithi176.txyrph (mgr.24429) 190 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:49:41.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:49:39.992827+0000 mgr.smithi176.txyrph (mgr.24429) 190 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:49:43.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:49:41.993336+0000 mgr.smithi176.txyrph (mgr.24429) 191 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:43.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:49:43.022708+0000 mon.smithi176 (mon.1) 105 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:49:43.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:43 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:49:41.993336+0000 mgr.smithi176.txyrph (mgr.24429) 191 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:43.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:43 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:49:43.022708+0000 mon.smithi176 (mon.1) 105 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:49:43.758 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:49:45.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:49:43.993999+0000 mgr.smithi176.txyrph (mgr.24429) 192 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:49:45.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:49:43.993999+0000 mgr.smithi176.txyrph (mgr.24429) 192 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:49:47.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:49:45.994558+0000 mgr.smithi176.txyrph (mgr.24429) 193 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:47.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:49:45.994558+0000 mgr.smithi176.txyrph (mgr.24429) 193 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:48.798 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:49:49.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:49 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:49:47.994936+0000 mgr.smithi176.txyrph (mgr.24429) 194 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:49.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:49 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:49:47.994936+0000 mgr.smithi176.txyrph (mgr.24429) 194 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:51.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:49:49.995856+0000 mgr.smithi176.txyrph (mgr.24429) 195 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:49:51.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:49:49.995856+0000 mgr.smithi176.txyrph (mgr.24429) 195 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:49:53.311 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:53 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:49:51.996287+0000 mgr.smithi176.txyrph (mgr.24429) 196 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:53.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:49:51.996287+0000 mgr.smithi176.txyrph (mgr.24429) 196 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:53.849 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:49:55.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:55 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:49:53.996970+0000 mgr.smithi176.txyrph (mgr.24429) 197 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:49:55.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:55 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:49:53.996970+0000 mgr.smithi176.txyrph (mgr.24429) 197 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:49:57.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:49:55.997561+0000 mgr.smithi176.txyrph (mgr.24429) 198 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:57.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:56 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:49:55.997561+0000 mgr.smithi176.txyrph (mgr.24429) 198 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:58.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:49:58.023018+0000 mon.smithi176 (mon.1) 106 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:49:58.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:49:58.023018+0000 mon.smithi176 (mon.1) 106 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:49:58.883 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:49:59.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:49:59 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:49:57.998027+0000 mgr.smithi176.txyrph (mgr.24429) 199 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:49:59.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:49:59 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:49:57.998027+0000 mgr.smithi176.txyrph (mgr.24429) 199 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:00.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:00 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:50:00.000119+0000 mon.smithi132 (mon.0) 906 : cluster [INF] overall HEALTH_OK 2024-03-11T17:50:00.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:00 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:50:00.000119+0000 mon.smithi132 (mon.0) 906 : cluster [INF] overall HEALTH_OK 2024-03-11T17:50:01.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:49:59.998906+0000 mgr.smithi176.txyrph (mgr.24429) 200 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:50:01.510 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T17:50:01.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:49:59.998906+0000 mgr.smithi176.txyrph (mgr.24429) 200 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:50:02.139 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T17:50:02.139 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 starting - - - - 2024-03-11T17:50:02.139 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (11m) 3m ago 11m 6387k - 16.2.5 6933c2a0b7dd 9a5469425dbb 2024-03-11T17:50:02.139 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (11m) 3m ago 11m 6387k - 16.2.5 6933c2a0b7dd 3394b3e5bd00 2024-03-11T17:50:02.140 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (10m) 3m ago 11m 33.5M - 6.7.4 557c83e11646 f6eed3094e30 2024-03-11T17:50:02.140 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (6m) 3m ago 6m 40.5M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T17:50:02.140 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (6m) 3m ago 6m 12.5M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T17:50:02.140 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:9283 running (13m) 3m ago 13m 367M - 16.2.5 6933c2a0b7dd 73121a409072 2024-03-11T17:50:02.140 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283 running (4m) 3m ago 10m 500M - 18.2.1-802-ge1b0c2aa 38c4ca238582 41728b195212 2024-03-11T17:50:02.140 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (13m) 3m ago 13m 55.2M 2048M 16.2.5 6933c2a0b7dd d2652d3f8220 2024-03-11T17:50:02.140 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (10m) 3m ago 10m 47.6M 2048M 16.2.5 6933c2a0b7dd 48b36f582d96 2024-03-11T17:50:02.141 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (3m) 3m ago 3m 45.5M - 3.5 6933c2a0b7dd aee2a66a3a0d 2024-03-11T17:50:02.141 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (3m) 3m ago 3m 46.9M - 3.5 6933c2a0b7dd 72a9313be656 2024-03-11T17:50:02.141 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (11m) 3m ago 11m 15.3M - 0.18.1 e5a616e4b9cf 10f5ee689b40 2024-03-11T17:50:02.141 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (10m) 3m ago 10m 17.1M - 0.18.1 e5a616e4b9cf 0ef3c4c60b7c 2024-03-11T17:50:02.141 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (10m) 3m ago 10m 382M 1944M 16.2.5 6933c2a0b7dd 8a9418f8764a 2024-03-11T17:50:02.141 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (9m) 3m ago 9m 291M 1944M 16.2.5 6933c2a0b7dd 120ec75123a3 2024-03-11T17:50:02.141 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (9m) 3m ago 9m 239M 1944M 16.2.5 6933c2a0b7dd 68fe37f0f2b3 2024-03-11T17:50:02.141 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (9m) 3m ago 9m 359M 1944M 16.2.5 6933c2a0b7dd ec14dfc2c803 2024-03-11T17:50:02.142 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (8m) 3m ago 8m 373M 2712M 16.2.5 6933c2a0b7dd a618d96d8b7f 2024-03-11T17:50:02.142 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (8m) 3m ago 8m 389M 2712M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T17:50:02.142 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (8m) 3m ago 8m 321M 2712M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T17:50:02.142 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (7m) 3m ago 7m 498M 2712M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T17:50:02.142 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 running (9m) 3m ago 11m 53.5M - 2.18.1 de242295e225 e8b32a43e1a8 2024-03-11T17:50:02.517 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:50:02.517 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T17:50:02.517 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:50:02.517 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:50:02.517 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T17:50:02.517 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T17:50:02.517 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:50:02.517 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:50:02.517 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T17:50:02.517 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T17:50:02.517 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:50:02.518 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T17:50:02.518 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:50:02.518 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:50:02.518 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T17:50:02.518 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T17:50:02.518 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:50:02.518 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T17:50:02.518 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:50:02.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:50:01.498892+0000 mgr.smithi176.txyrph (mgr.24429) 201 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:50:02.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:50:01.498892+0000 mgr.smithi176.txyrph (mgr.24429) 201 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:50:02.840 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:50:02.840 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T17:50:02.840 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T17:50:02.840 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T17:50:02.840 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [], 2024-03-11T17:50:02.840 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T17:50:02.840 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "", 2024-03-11T17:50:02.840 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T17:50:02.840 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:50:03.219 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_OK 2024-03-11T17:50:03.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:03 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:50:01.819404+0000 mgr.smithi176.txyrph (mgr.24429) 202 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:50:03.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:03 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:50:01.999365+0000 mgr.smithi176.txyrph (mgr.24429) 203 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:03.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:03 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:50:02.130805+0000 mgr.smithi176.txyrph (mgr.24429) 204 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:50:03.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:03 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:50:02.518869+0000 mon.smithi132 (mon.0) 907 : audit [DBG] from='client.? 172.21.15.132:0/331559478' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:50:03.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:50:01.819404+0000 mgr.smithi176.txyrph (mgr.24429) 202 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:50:03.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:50:01.999365+0000 mgr.smithi176.txyrph (mgr.24429) 203 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:03.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:50:02.130805+0000 mgr.smithi176.txyrph (mgr.24429) 204 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:50:03.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:50:02.518869+0000 mon.smithi132 (mon.0) 907 : audit [DBG] from='client.? 172.21.15.132:0/331559478' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:50:03.922 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:50:04.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:04 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:50:02.841269+0000 mgr.smithi176.txyrph (mgr.24429) 205 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:50:04.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:04 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:50:03.221093+0000 mon.smithi132 (mon.0) 908 : audit [DBG] from='client.? 172.21.15.132:0/2530431765' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:50:04.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:04 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:50:02.841269+0000 mgr.smithi176.txyrph (mgr.24429) 205 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:50:04.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:04 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:50:03.221093+0000 mon.smithi132 (mon.0) 908 : audit [DBG] from='client.? 172.21.15.132:0/2530431765' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:50:05.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:50:04.000010+0000 mgr.smithi176.txyrph (mgr.24429) 206 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:50:05.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:50:04.000010+0000 mgr.smithi176.txyrph (mgr.24429) 206 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:50:07.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:50:06.000449+0000 mgr.smithi176.txyrph (mgr.24429) 207 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:07.342 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:50:06.000449+0000 mgr.smithi176.txyrph (mgr.24429) 207 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:08.965 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:50:09.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:50:08.000826+0000 mgr.smithi176.txyrph (mgr.24429) 208 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:09.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:50:08.000826+0000 mgr.smithi176.txyrph (mgr.24429) 208 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:11.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:50:10.001781+0000 mgr.smithi176.txyrph (mgr.24429) 209 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:50:11.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:50:10.001781+0000 mgr.smithi176.txyrph (mgr.24429) 209 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:50:13.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:50:12.002325+0000 mgr.smithi176.txyrph (mgr.24429) 210 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:13.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:50:13.023230+0000 mon.smithi176 (mon.1) 107 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:50:13.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:50:12.002325+0000 mgr.smithi176.txyrph (mgr.24429) 210 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:13.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:50:13.023230+0000 mon.smithi176 (mon.1) 107 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:50:14.011 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:50:15.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:50:14.002917+0000 mgr.smithi176.txyrph (mgr.24429) 211 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:15.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:50:14.002917+0000 mgr.smithi176.txyrph (mgr.24429) 211 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:17.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:16 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:50:16.003304+0000 mgr.smithi176.txyrph (mgr.24429) 212 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-03-11T17:50:17.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:16 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:50:16.003304+0000 mgr.smithi176.txyrph (mgr.24429) 212 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-03-11T17:50:19.046 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:50:19.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:50:18.003707+0000 mgr.smithi176.txyrph (mgr.24429) 213 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-03-11T17:50:19.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:50:18.003707+0000 mgr.smithi176.txyrph (mgr.24429) 213 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-03-11T17:50:21.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:50:20.004557+0000 mgr.smithi176.txyrph (mgr.24429) 214 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:21.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:50:20.004557+0000 mgr.smithi176.txyrph (mgr.24429) 214 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:23.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:50:22.004928+0000 mgr.smithi176.txyrph (mgr.24429) 215 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-03-11T17:50:23.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:50:22.004928+0000 mgr.smithi176.txyrph (mgr.24429) 215 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-03-11T17:50:24.083 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:50:25.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:50:24.005727+0000 mgr.smithi176.txyrph (mgr.24429) 216 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:25.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:50:24.005727+0000 mgr.smithi176.txyrph (mgr.24429) 216 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:27.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:50:26.006186+0000 mgr.smithi176.txyrph (mgr.24429) 217 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:27.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:50:26.006186+0000 mgr.smithi176.txyrph (mgr.24429) 217 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:28.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:50:28.023557+0000 mon.smithi176 (mon.1) 108 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:50:28.563 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:50:28.023557+0000 mon.smithi176 (mon.1) 108 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:50:29.127 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:50:29.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:29 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:50:28.006632+0000 mgr.smithi176.txyrph (mgr.24429) 218 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:29.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:29 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:50:28.006632+0000 mgr.smithi176.txyrph (mgr.24429) 218 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:31.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:31 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:50:30.007433+0000 mgr.smithi176.txyrph (mgr.24429) 219 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:50:31.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:31 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:50:30.007433+0000 mgr.smithi176.txyrph (mgr.24429) 219 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:50:33.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:50:32.007979+0000 mgr.smithi176.txyrph (mgr.24429) 220 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:33.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:50:32.007979+0000 mgr.smithi176.txyrph (mgr.24429) 220 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:33.563 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T17:50:34.161 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:50:34.193 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T17:50:34.193 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 starting - - - - 2024-03-11T17:50:34.193 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (12m) 3m ago 12m 6387k - 16.2.5 6933c2a0b7dd 9a5469425dbb 2024-03-11T17:50:34.193 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (11m) 3m ago 11m 6387k - 16.2.5 6933c2a0b7dd 3394b3e5bd00 2024-03-11T17:50:34.193 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (10m) 3m ago 12m 33.5M - 6.7.4 557c83e11646 f6eed3094e30 2024-03-11T17:50:34.193 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (6m) 3m ago 6m 40.5M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T17:50:34.193 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (6m) 3m ago 6m 12.5M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T17:50:34.193 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:9283 running (14m) 3m ago 14m 367M - 16.2.5 6933c2a0b7dd 73121a409072 2024-03-11T17:50:34.194 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283 running (4m) 3m ago 11m 500M - 18.2.1-802-ge1b0c2aa 38c4ca238582 41728b195212 2024-03-11T17:50:34.194 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (14m) 3m ago 14m 55.2M 2048M 16.2.5 6933c2a0b7dd d2652d3f8220 2024-03-11T17:50:34.194 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (11m) 3m ago 11m 47.6M 2048M 16.2.5 6933c2a0b7dd 48b36f582d96 2024-03-11T17:50:34.194 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (4m) 3m ago 4m 45.5M - 3.5 6933c2a0b7dd aee2a66a3a0d 2024-03-11T17:50:34.194 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (4m) 3m ago 4m 46.9M - 3.5 6933c2a0b7dd 72a9313be656 2024-03-11T17:50:34.194 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (12m) 3m ago 12m 15.3M - 0.18.1 e5a616e4b9cf 10f5ee689b40 2024-03-11T17:50:34.194 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (11m) 3m ago 11m 17.1M - 0.18.1 e5a616e4b9cf 0ef3c4c60b7c 2024-03-11T17:50:34.194 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (10m) 3m ago 10m 382M 1944M 16.2.5 6933c2a0b7dd 8a9418f8764a 2024-03-11T17:50:34.194 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (10m) 3m ago 10m 291M 1944M 16.2.5 6933c2a0b7dd 120ec75123a3 2024-03-11T17:50:34.194 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (10m) 3m ago 9m 239M 1944M 16.2.5 6933c2a0b7dd 68fe37f0f2b3 2024-03-11T17:50:34.194 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (9m) 3m ago 9m 359M 1944M 16.2.5 6933c2a0b7dd ec14dfc2c803 2024-03-11T17:50:34.194 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (9m) 3m ago 9m 373M 2712M 16.2.5 6933c2a0b7dd a618d96d8b7f 2024-03-11T17:50:34.194 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (8m) 3m ago 8m 389M 2712M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T17:50:34.194 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (8m) 3m ago 8m 321M 2712M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T17:50:34.195 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (8m) 3m ago 8m 498M 2712M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T17:50:34.195 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 running (10m) 3m ago 11m 53.5M - 2.18.1 de242295e225 e8b32a43e1a8 2024-03-11T17:50:34.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:34 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:50:33.552171+0000 mgr.smithi176.txyrph (mgr.24429) 221 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:50:34.573 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:50:34.573 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T17:50:34.574 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:50:34.574 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:50:34.574 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T17:50:34.574 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T17:50:34.574 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:50:34.574 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:50:34.574 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T17:50:34.574 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T17:50:34.575 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:50:34.575 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T17:50:34.575 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:50:34.575 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:50:34.575 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T17:50:34.575 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T17:50:34.575 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:50:34.575 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T17:50:34.576 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:50:34.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:34 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:50:33.552171+0000 mgr.smithi176.txyrph (mgr.24429) 221 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:50:34.892 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:50:34.892 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T17:50:34.892 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T17:50:34.892 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T17:50:34.892 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [], 2024-03-11T17:50:34.892 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T17:50:34.892 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "", 2024-03-11T17:50:34.892 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T17:50:34.892 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:50:35.273 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_OK 2024-03-11T17:50:35.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:50:33.870608+0000 mgr.smithi176.txyrph (mgr.24429) 222 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:50:35.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:50:34.008586+0000 mgr.smithi176.txyrph (mgr.24429) 223 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:50:35.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:50:34.184395+0000 mgr.smithi176.txyrph (mgr.24429) 224 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:50:35.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:50:34.575415+0000 mon.smithi132 (mon.0) 909 : audit [DBG] from='client.? 172.21.15.132:0/151763601' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:50:35.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:50:33.870608+0000 mgr.smithi176.txyrph (mgr.24429) 222 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:50:35.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:50:34.008586+0000 mgr.smithi176.txyrph (mgr.24429) 223 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:50:35.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:50:34.184395+0000 mgr.smithi176.txyrph (mgr.24429) 224 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:50:35.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:50:34.575415+0000 mon.smithi132 (mon.0) 909 : audit [DBG] from='client.? 172.21.15.132:0/151763601' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:50:36.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:36 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:50:34.893177+0000 mgr.smithi176.txyrph (mgr.24429) 225 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:50:36.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:36 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:50:35.275103+0000 mon.smithi132 (mon.0) 910 : audit [DBG] from='client.? 172.21.15.132:0/255799321' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:50:36.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:36 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:50:34.893177+0000 mgr.smithi176.txyrph (mgr.24429) 225 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:50:36.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:36 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:50:35.275103+0000 mon.smithi132 (mon.0) 910 : audit [DBG] from='client.? 172.21.15.132:0/255799321' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:50:37.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:37 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:50:36.009131+0000 mgr.smithi176.txyrph (mgr.24429) 226 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:37.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:37 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:50:36.009131+0000 mgr.smithi176.txyrph (mgr.24429) 226 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:39.195 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:50:39.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:50:38.009699+0000 mgr.smithi176.txyrph (mgr.24429) 227 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:39.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:50:38.009699+0000 mgr.smithi176.txyrph (mgr.24429) 227 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:41.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:50:40.010332+0000 mgr.smithi176.txyrph (mgr.24429) 228 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:50:41.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:50:40.010332+0000 mgr.smithi176.txyrph (mgr.24429) 228 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:50:43.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:50:42.010778+0000 mgr.smithi176.txyrph (mgr.24429) 229 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:43.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:50:43.023948+0000 mon.smithi176 (mon.1) 109 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:50:43.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:43 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:50:42.010778+0000 mgr.smithi176.txyrph (mgr.24429) 229 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:43.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:43 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:50:43.023948+0000 mon.smithi176 (mon.1) 109 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:50:44.233 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:50:45.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:50:44.011336+0000 mgr.smithi176.txyrph (mgr.24429) 230 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:50:45.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:50:44.011336+0000 mgr.smithi176.txyrph (mgr.24429) 230 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:50:47.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:50:46.011727+0000 mgr.smithi176.txyrph (mgr.24429) 231 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:47.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:50:46.011727+0000 mgr.smithi176.txyrph (mgr.24429) 231 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:49.277 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:50:49.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:49 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:50:48.012099+0000 mgr.smithi176.txyrph (mgr.24429) 232 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:49.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:49 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:50:48.012099+0000 mgr.smithi176.txyrph (mgr.24429) 232 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:51.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:50:50.013156+0000 mgr.smithi176.txyrph (mgr.24429) 233 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:50:51.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:50:50.013156+0000 mgr.smithi176.txyrph (mgr.24429) 233 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:50:53.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:50:52.013554+0000 mgr.smithi176.txyrph (mgr.24429) 234 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:53.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:53 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:50:52.013554+0000 mgr.smithi176.txyrph (mgr.24429) 234 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:54.318 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:50:55.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:55 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:50:54.014168+0000 mgr.smithi176.txyrph (mgr.24429) 235 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:50:55.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:55 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:50:54.014168+0000 mgr.smithi176.txyrph (mgr.24429) 235 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:50:57.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:50:56.014734+0000 mgr.smithi176.txyrph (mgr.24429) 236 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:57.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:56 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:50:56.014734+0000 mgr.smithi176.txyrph (mgr.24429) 236 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:58.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:50:58.024148+0000 mon.smithi176 (mon.1) 110 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:50:58.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:50:58.024148+0000 mon.smithi176 (mon.1) 110 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:50:59.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:50:59 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:50:58.015098+0000 mgr.smithi176.txyrph (mgr.24429) 237 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:50:59.356 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:50:59.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:50:59 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:50:58.015098+0000 mgr.smithi176.txyrph (mgr.24429) 237 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:01.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:51:00.016055+0000 mgr.smithi176.txyrph (mgr.24429) 238 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:51:01.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:51:00.016055+0000 mgr.smithi176.txyrph (mgr.24429) 238 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:51:03.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:51:02.016548+0000 mgr.smithi176.txyrph (mgr.24429) 239 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:03.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:03 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:51:02.016548+0000 mgr.smithi176.txyrph (mgr.24429) 239 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:04.403 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:51:05.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:51:04.017218+0000 mgr.smithi176.txyrph (mgr.24429) 240 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:51:05.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:51:04.017218+0000 mgr.smithi176.txyrph (mgr.24429) 240 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:51:05.623 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T17:51:06.185 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:51:05.611447+0000 mgr.smithi176.txyrph (mgr.24429) 241 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:51:06.291 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T17:51:06.291 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 starting - - - - 2024-03-11T17:51:06.291 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (13m) 4m ago 13m 6387k - 16.2.5 6933c2a0b7dd 9a5469425dbb 2024-03-11T17:51:06.291 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (12m) 4m ago 12m 6387k - 16.2.5 6933c2a0b7dd 3394b3e5bd00 2024-03-11T17:51:06.291 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (11m) 4m ago 12m 33.5M - 6.7.4 557c83e11646 f6eed3094e30 2024-03-11T17:51:06.291 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (7m) 4m ago 7m 40.5M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T17:51:06.291 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (7m) 4m ago 7m 12.5M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T17:51:06.292 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:9283 running (14m) 4m ago 14m 367M - 16.2.5 6933c2a0b7dd 73121a409072 2024-03-11T17:51:06.292 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283 running (5m) 4m ago 12m 500M - 18.2.1-802-ge1b0c2aa 38c4ca238582 41728b195212 2024-03-11T17:51:06.292 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (14m) 4m ago 14m 55.2M 2048M 16.2.5 6933c2a0b7dd d2652d3f8220 2024-03-11T17:51:06.292 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (11m) 4m ago 11m 47.6M 2048M 16.2.5 6933c2a0b7dd 48b36f582d96 2024-03-11T17:51:06.292 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (4m) 4m ago 4m 45.5M - 3.5 6933c2a0b7dd aee2a66a3a0d 2024-03-11T17:51:06.292 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (4m) 4m ago 4m 46.9M - 3.5 6933c2a0b7dd 72a9313be656 2024-03-11T17:51:06.292 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (12m) 4m ago 12m 15.3M - 0.18.1 e5a616e4b9cf 10f5ee689b40 2024-03-11T17:51:06.292 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (11m) 4m ago 11m 17.1M - 0.18.1 e5a616e4b9cf 0ef3c4c60b7c 2024-03-11T17:51:06.292 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (11m) 4m ago 11m 382M 1944M 16.2.5 6933c2a0b7dd 8a9418f8764a 2024-03-11T17:51:06.292 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (10m) 4m ago 10m 291M 1944M 16.2.5 6933c2a0b7dd 120ec75123a3 2024-03-11T17:51:06.292 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (10m) 4m ago 10m 239M 1944M 16.2.5 6933c2a0b7dd 68fe37f0f2b3 2024-03-11T17:51:06.292 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (10m) 4m ago 10m 359M 1944M 16.2.5 6933c2a0b7dd ec14dfc2c803 2024-03-11T17:51:06.292 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (9m) 4m ago 9m 373M 2712M 16.2.5 6933c2a0b7dd a618d96d8b7f 2024-03-11T17:51:06.292 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (9m) 4m ago 9m 389M 2712M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T17:51:06.293 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (9m) 4m ago 9m 321M 2712M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T17:51:06.293 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (8m) 4m ago 8m 498M 2712M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T17:51:06.293 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 running (11m) 4m ago 12m 53.5M - 2.18.1 de242295e225 e8b32a43e1a8 2024-03-11T17:51:06.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:51:05.611447+0000 mgr.smithi176.txyrph (mgr.24429) 241 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:51:06.698 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:51:06.699 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T17:51:06.699 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:51:06.699 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:51:06.699 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T17:51:06.699 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T17:51:06.699 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:51:06.699 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:51:06.699 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T17:51:06.699 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T17:51:06.699 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:51:06.699 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T17:51:06.700 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:51:06.700 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:51:06.700 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T17:51:06.700 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T17:51:06.700 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:51:06.700 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T17:51:06.700 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:51:07.023 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:51:07.023 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T17:51:07.023 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T17:51:07.023 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T17:51:07.023 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [], 2024-03-11T17:51:07.023 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T17:51:07.023 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "", 2024-03-11T17:51:07.023 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T17:51:07.023 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:51:07.403 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_OK 2024-03-11T17:51:07.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:51:05.949992+0000 mgr.smithi176.txyrph (mgr.24429) 242 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:51:07.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:51:06.017764+0000 mgr.smithi176.txyrph (mgr.24429) 243 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:07.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:51:06.280395+0000 mgr.smithi176.txyrph (mgr.24429) 244 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:51:07.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:51:06.298365+0000 mon.smithi132 (mon.0) 911 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:51:07.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:51:06.306412+0000 mon.smithi132 (mon.0) 912 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:51:07.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:51:06.343227+0000 mgr.smithi176.txyrph (mgr.24429) 245 : cephadm [INF] Reconfiguring node-exporter.smithi132 (dependencies changed)... 2024-03-11T17:51:07.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:51:06.343688+0000 mgr.smithi176.txyrph (mgr.24429) 246 : cephadm [INF] Reconfiguring daemon node-exporter.smithi132 on smithi132 2024-03-11T17:51:07.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:51:06.700338+0000 mon.smithi132 (mon.0) 913 : audit [DBG] from='client.? 172.21.15.132:0/1060773727' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:51:07.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:51:05.949992+0000 mgr.smithi176.txyrph (mgr.24429) 242 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:51:07.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:51:06.017764+0000 mgr.smithi176.txyrph (mgr.24429) 243 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:07.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:51:06.280395+0000 mgr.smithi176.txyrph (mgr.24429) 244 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:51:07.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:51:06.298365+0000 mon.smithi132 (mon.0) 911 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:51:07.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:51:06.306412+0000 mon.smithi132 (mon.0) 912 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:51:07.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:51:06.343227+0000 mgr.smithi176.txyrph (mgr.24429) 245 : cephadm [INF] Reconfiguring node-exporter.smithi132 (dependencies changed)... 2024-03-11T17:51:07.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:51:06.343688+0000 mgr.smithi176.txyrph (mgr.24429) 246 : cephadm [INF] Reconfiguring daemon node-exporter.smithi132 on smithi132 2024-03-11T17:51:07.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:51:06.700338+0000 mon.smithi132 (mon.0) 913 : audit [DBG] from='client.? 172.21.15.132:0/1060773727' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:51:08.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:51:07.024322+0000 mgr.smithi176.txyrph (mgr.24429) 247 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:51:08.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:51:07.405319+0000 mon.smithi132 (mon.0) 914 : audit [DBG] from='client.? 172.21.15.132:0/399511257' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:51:08.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:51:07.024322+0000 mgr.smithi176.txyrph (mgr.24429) 247 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:51:08.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:51:07.405319+0000 mon.smithi132 (mon.0) 914 : audit [DBG] from='client.? 172.21.15.132:0/399511257' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:51:09.450 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:51:09.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:51:08.018291+0000 mgr.smithi176.txyrph (mgr.24429) 248 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:09.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:51:08.018291+0000 mgr.smithi176.txyrph (mgr.24429) 248 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:11.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:51:10.019100+0000 mgr.smithi176.txyrph (mgr.24429) 249 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:51:11.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:51:10.019100+0000 mgr.smithi176.txyrph (mgr.24429) 249 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:51:13.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:51:12.019690+0000 mgr.smithi176.txyrph (mgr.24429) 250 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:13.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:51:13.024325+0000 mon.smithi176 (mon.1) 111 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:51:13.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:51:12.019690+0000 mgr.smithi176.txyrph (mgr.24429) 250 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:13.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:51:13.024325+0000 mon.smithi176 (mon.1) 111 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:51:14.501 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:51:15.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:51:14.020279+0000 mgr.smithi176.txyrph (mgr.24429) 251 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:51:15.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:51:14.020279+0000 mgr.smithi176.txyrph (mgr.24429) 251 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:51:17.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:16 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:51:16.020822+0000 mgr.smithi176.txyrph (mgr.24429) 252 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:17.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:16 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:51:16.020822+0000 mgr.smithi176.txyrph (mgr.24429) 252 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:19.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:51:18.021399+0000 mgr.smithi176.txyrph (mgr.24429) 253 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:19.550 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:51:19.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:51:18.021399+0000 mgr.smithi176.txyrph (mgr.24429) 253 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:21.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:51:20.022268+0000 mgr.smithi176.txyrph (mgr.24429) 254 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:51:21.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:51:20.022268+0000 mgr.smithi176.txyrph (mgr.24429) 254 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:51:23.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:51:22.022807+0000 mgr.smithi176.txyrph (mgr.24429) 255 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:23.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:51:22.022807+0000 mgr.smithi176.txyrph (mgr.24429) 255 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:24.586 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:51:25.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:51:24.023578+0000 mgr.smithi176.txyrph (mgr.24429) 256 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:51:25.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:51:24.023578+0000 mgr.smithi176.txyrph (mgr.24429) 256 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:51:27.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:51:26.024128+0000 mgr.smithi176.txyrph (mgr.24429) 257 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:27.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:51:26.024128+0000 mgr.smithi176.txyrph (mgr.24429) 257 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:28.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:51:28.024577+0000 mon.smithi176 (mon.1) 112 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:51:28.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:51:28.024577+0000 mon.smithi176 (mon.1) 112 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:51:29.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:29 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:51:28.024514+0000 mgr.smithi176.txyrph (mgr.24429) 258 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:29.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:29 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:51:28.024514+0000 mgr.smithi176.txyrph (mgr.24429) 258 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:29.628 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:51:31.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:31 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:51:30.025331+0000 mgr.smithi176.txyrph (mgr.24429) 259 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:51:31.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:31 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:51:30.025331+0000 mgr.smithi176.txyrph (mgr.24429) 259 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:51:33.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:51:32.025805+0000 mgr.smithi176.txyrph (mgr.24429) 260 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:33.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:51:32.025805+0000 mgr.smithi176.txyrph (mgr.24429) 260 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:34.676 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:51:35.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:51:34.026514+0000 mgr.smithi176.txyrph (mgr.24429) 261 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:51:35.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:51:34.026514+0000 mgr.smithi176.txyrph (mgr.24429) 261 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:51:37.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:36 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:51:36.027080+0000 mgr.smithi176.txyrph (mgr.24429) 262 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:37.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:36 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:51:36.027080+0000 mgr.smithi176.txyrph (mgr.24429) 262 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:37.754 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T17:51:38.382 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T17:51:38.382 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 starting - - - - 2024-03-11T17:51:38.382 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (13m) 4m ago 13m 6387k - 16.2.5 6933c2a0b7dd 9a5469425dbb 2024-03-11T17:51:38.382 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (12m) 5m ago 12m 6387k - 16.2.5 6933c2a0b7dd 3394b3e5bd00 2024-03-11T17:51:38.382 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 starting - - - - 2024-03-11T17:51:38.382 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (7m) 4m ago 7m 40.5M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T17:51:38.382 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (7m) 5m ago 7m 12.5M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T17:51:38.382 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:9283 running (15m) 4m ago 15m 367M - 16.2.5 6933c2a0b7dd 73121a409072 2024-03-11T17:51:38.383 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283 running (5m) 5m ago 12m 500M - 18.2.1-802-ge1b0c2aa 38c4ca238582 41728b195212 2024-03-11T17:51:38.383 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (15m) 4m ago 15m 55.2M 2048M 16.2.5 6933c2a0b7dd d2652d3f8220 2024-03-11T17:51:38.383 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (12m) 5m ago 12m 47.6M 2048M 16.2.5 6933c2a0b7dd 48b36f582d96 2024-03-11T17:51:38.383 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (5m) 4m ago 5m 45.5M - 3.5 6933c2a0b7dd aee2a66a3a0d 2024-03-11T17:51:38.383 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (5m) 5m ago 5m 46.9M - 3.5 6933c2a0b7dd 72a9313be656 2024-03-11T17:51:38.383 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (13m) 4m ago 13m 15.3M - 0.18.1 e5a616e4b9cf 10f5ee689b40 2024-03-11T17:51:38.383 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (12m) 5m ago 12m 17.1M - 0.18.1 e5a616e4b9cf 0ef3c4c60b7c 2024-03-11T17:51:38.383 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (11m) 4m ago 11m 382M 1944M 16.2.5 6933c2a0b7dd 8a9418f8764a 2024-03-11T17:51:38.383 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (11m) 4m ago 11m 291M 1944M 16.2.5 6933c2a0b7dd 120ec75123a3 2024-03-11T17:51:38.383 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (11m) 4m ago 11m 239M 1944M 16.2.5 6933c2a0b7dd 68fe37f0f2b3 2024-03-11T17:51:38.383 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (10m) 4m ago 10m 359M 1944M 16.2.5 6933c2a0b7dd ec14dfc2c803 2024-03-11T17:51:38.383 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (10m) 5m ago 10m 373M 2712M 16.2.5 6933c2a0b7dd a618d96d8b7f 2024-03-11T17:51:38.383 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (10m) 5m ago 10m 389M 2712M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T17:51:38.383 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (9m) 5m ago 9m 321M 2712M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T17:51:38.384 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (9m) 5m ago 9m 498M 2712M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T17:51:38.384 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 running (11m) 4m ago 12m 53.5M - 2.18.1 de242295e225 e8b32a43e1a8 2024-03-11T17:51:38.761 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:51:38.761 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T17:51:38.761 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:51:38.761 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:51:38.761 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T17:51:38.761 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T17:51:38.762 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:51:38.762 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:51:38.762 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T17:51:38.762 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T17:51:38.762 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:51:38.762 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T17:51:38.762 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:51:38.762 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:51:38.762 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T17:51:38.762 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T17:51:38.762 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:51:38.762 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T17:51:38.762 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:51:39.087 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:51:39.087 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T17:51:39.087 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T17:51:39.087 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T17:51:39.088 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [], 2024-03-11T17:51:39.088 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T17:51:39.088 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "", 2024-03-11T17:51:39.088 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T17:51:39.088 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:51:39.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:51:37.742604+0000 mgr.smithi176.txyrph (mgr.24429) 263 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:51:39.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:51:38.027458+0000 mgr.smithi176.txyrph (mgr.24429) 264 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:39.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:51:38.063574+0000 mgr.smithi176.txyrph (mgr.24429) 265 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:51:39.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:51:38.373698+0000 mgr.smithi176.txyrph (mgr.24429) 266 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:51:39.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:51:38.763197+0000 mon.smithi132 (mon.0) 915 : audit [DBG] from='client.? 172.21.15.132:0/3049362889' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:51:39.467 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_OK 2024-03-11T17:51:39.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:51:37.742604+0000 mgr.smithi176.txyrph (mgr.24429) 263 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:51:39.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:51:38.027458+0000 mgr.smithi176.txyrph (mgr.24429) 264 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:39.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:51:38.063574+0000 mgr.smithi176.txyrph (mgr.24429) 265 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:51:39.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:51:38.373698+0000 mgr.smithi176.txyrph (mgr.24429) 266 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:51:39.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:51:38.763197+0000 mon.smithi132 (mon.0) 915 : audit [DBG] from='client.? 172.21.15.132:0/3049362889' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:51:39.705 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:51:40.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:51:39.088786+0000 mgr.smithi176.txyrph (mgr.24429) 267 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:51:40.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:51:39.469543+0000 mon.smithi132 (mon.0) 916 : audit [DBG] from='client.? 172.21.15.132:0/4196329462' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:51:40.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:51:39.088786+0000 mgr.smithi176.txyrph (mgr.24429) 267 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:51:40.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:51:39.469543+0000 mon.smithi132 (mon.0) 916 : audit [DBG] from='client.? 172.21.15.132:0/4196329462' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:51:41.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:51:40.028221+0000 mgr.smithi176.txyrph (mgr.24429) 268 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:51:41.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:51:40.028221+0000 mgr.smithi176.txyrph (mgr.24429) 268 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:51:43.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:51:42.028678+0000 mgr.smithi176.txyrph (mgr.24429) 269 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:43.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:51:43.024903+0000 mon.smithi176 (mon.1) 113 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:51:43.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:43 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:51:42.028678+0000 mgr.smithi176.txyrph (mgr.24429) 269 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:43.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:43 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:51:43.024903+0000 mon.smithi176 (mon.1) 113 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:51:44.743 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:51:45.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:51:44.029433+0000 mgr.smithi176.txyrph (mgr.24429) 270 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:51:45.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:51:44.029433+0000 mgr.smithi176.txyrph (mgr.24429) 270 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:51:47.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:51:46.029959+0000 mgr.smithi176.txyrph (mgr.24429) 271 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:47.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:51:46.029959+0000 mgr.smithi176.txyrph (mgr.24429) 271 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:49.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:49 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:51:48.030412+0000 mgr.smithi176.txyrph (mgr.24429) 272 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:49.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:49 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:51:48.030412+0000 mgr.smithi176.txyrph (mgr.24429) 272 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:49.779 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:51:51.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:51:50.031198+0000 mgr.smithi176.txyrph (mgr.24429) 273 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:51:51.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:51:50.031198+0000 mgr.smithi176.txyrph (mgr.24429) 273 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:51:53.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:53 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:51:52.031714+0000 mgr.smithi176.txyrph (mgr.24429) 274 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:53.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:51:52.031714+0000 mgr.smithi176.txyrph (mgr.24429) 274 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:54.822 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:51:55.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:55 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:51:54.032598+0000 mgr.smithi176.txyrph (mgr.24429) 275 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:51:55.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:55 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:51:54.032598+0000 mgr.smithi176.txyrph (mgr.24429) 275 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:51:57.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:51:56.033090+0000 mgr.smithi176.txyrph (mgr.24429) 276 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:57.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:56 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:51:56.033090+0000 mgr.smithi176.txyrph (mgr.24429) 276 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:58.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:51:58.025038+0000 mon.smithi176 (mon.1) 114 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:51:58.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:51:58.025038+0000 mon.smithi176 (mon.1) 114 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:51:59.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:51:59 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:51:58.033462+0000 mgr.smithi176.txyrph (mgr.24429) 277 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:59.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:51:59 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:51:58.033462+0000 mgr.smithi176.txyrph (mgr.24429) 277 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:51:59.878 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:52:01.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:52:00.034219+0000 mgr.smithi176.txyrph (mgr.24429) 278 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:52:01.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:52:00.034219+0000 mgr.smithi176.txyrph (mgr.24429) 278 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:52:03.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:03 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:52:02.034668+0000 mgr.smithi176.txyrph (mgr.24429) 279 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:03.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:52:02.034668+0000 mgr.smithi176.txyrph (mgr.24429) 279 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:04.918 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:52:05.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:52:04.035537+0000 mgr.smithi176.txyrph (mgr.24429) 280 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:52:05.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:52:04.035537+0000 mgr.smithi176.txyrph (mgr.24429) 280 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:52:07.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:52:06.036070+0000 mgr.smithi176.txyrph (mgr.24429) 281 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:07.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:52:06.036070+0000 mgr.smithi176.txyrph (mgr.24429) 281 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:09.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:52:08.036690+0000 mgr.smithi176.txyrph (mgr.24429) 282 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:09.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:52:08.036690+0000 mgr.smithi176.txyrph (mgr.24429) 282 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:09.814 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T17:52:09.950 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:52:10.444 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T17:52:10.444 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 starting - - - - 2024-03-11T17:52:10.444 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (14m) 5m ago 14m 6387k - 16.2.5 6933c2a0b7dd 9a5469425dbb 2024-03-11T17:52:10.444 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (13m) 5m ago 13m 6387k - 16.2.5 6933c2a0b7dd 3394b3e5bd00 2024-03-11T17:52:10.445 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 starting - - - - 2024-03-11T17:52:10.445 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (8m) 5m ago 8m 40.5M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T17:52:10.445 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (8m) 5m ago 8m 12.5M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T17:52:10.445 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:9283 running (15m) 5m ago 15m 367M - 16.2.5 6933c2a0b7dd 73121a409072 2024-03-11T17:52:10.445 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283 running (6m) 5m ago 13m 500M - 18.2.1-802-ge1b0c2aa 38c4ca238582 41728b195212 2024-03-11T17:52:10.445 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (15m) 5m ago 15m 55.2M 2048M 16.2.5 6933c2a0b7dd d2652d3f8220 2024-03-11T17:52:10.445 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (13m) 5m ago 13m 47.6M 2048M 16.2.5 6933c2a0b7dd 48b36f582d96 2024-03-11T17:52:10.445 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (5m) 5m ago 5m 45.5M - 3.5 6933c2a0b7dd aee2a66a3a0d 2024-03-11T17:52:10.445 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (5m) 5m ago 5m 46.9M - 3.5 6933c2a0b7dd 72a9313be656 2024-03-11T17:52:10.445 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (13m) 5m ago 13m 15.3M - 0.18.1 e5a616e4b9cf 10f5ee689b40 2024-03-11T17:52:10.445 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (12m) 5m ago 12m 17.1M - 0.18.1 e5a616e4b9cf 0ef3c4c60b7c 2024-03-11T17:52:10.445 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (12m) 5m ago 12m 382M 1944M 16.2.5 6933c2a0b7dd 8a9418f8764a 2024-03-11T17:52:10.445 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (11m) 5m ago 11m 291M 1944M 16.2.5 6933c2a0b7dd 120ec75123a3 2024-03-11T17:52:10.445 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (11m) 5m ago 11m 239M 1944M 16.2.5 6933c2a0b7dd 68fe37f0f2b3 2024-03-11T17:52:10.446 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (11m) 5m ago 11m 359M 1944M 16.2.5 6933c2a0b7dd ec14dfc2c803 2024-03-11T17:52:10.446 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (10m) 5m ago 10m 373M 2712M 16.2.5 6933c2a0b7dd a618d96d8b7f 2024-03-11T17:52:10.446 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (10m) 5m ago 10m 389M 2712M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T17:52:10.446 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (10m) 5m ago 10m 321M 2712M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T17:52:10.446 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (9m) 5m ago 9m 498M 2712M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T17:52:10.446 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 running (12m) 5m ago 13m 53.5M - 2.18.1 de242295e225 e8b32a43e1a8 2024-03-11T17:52:10.822 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:52:10.823 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T17:52:10.823 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:52:10.823 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:52:10.823 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T17:52:10.823 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T17:52:10.823 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:52:10.823 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:52:10.823 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T17:52:10.823 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T17:52:10.823 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:52:10.823 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T17:52:10.823 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:52:10.824 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:52:10.824 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T17:52:10.824 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T17:52:10.824 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:52:10.824 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T17:52:10.824 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:52:11.141 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:52:11.142 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T17:52:11.142 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T17:52:11.142 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T17:52:11.142 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [], 2024-03-11T17:52:11.142 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T17:52:11.142 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "", 2024-03-11T17:52:11.142 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T17:52:11.142 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:52:11.521 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_OK 2024-03-11T17:52:11.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:52:09.803018+0000 mgr.smithi176.txyrph (mgr.24429) 283 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:52:11.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:52:10.037571+0000 mgr.smithi176.txyrph (mgr.24429) 284 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:52:11.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:52:10.126285+0000 mgr.smithi176.txyrph (mgr.24429) 285 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:52:11.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:52:10.435789+0000 mgr.smithi176.txyrph (mgr.24429) 286 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:52:11.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:52:10.824458+0000 mon.smithi132 (mon.0) 917 : audit [DBG] from='client.? 172.21.15.132:0/774208123' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:52:11.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:52:09.803018+0000 mgr.smithi176.txyrph (mgr.24429) 283 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:52:11.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:52:10.037571+0000 mgr.smithi176.txyrph (mgr.24429) 284 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:52:11.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:52:10.126285+0000 mgr.smithi176.txyrph (mgr.24429) 285 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:52:11.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:52:10.435789+0000 mgr.smithi176.txyrph (mgr.24429) 286 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:52:11.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:52:10.824458+0000 mon.smithi132 (mon.0) 917 : audit [DBG] from='client.? 172.21.15.132:0/774208123' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:52:12.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:12 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:52:11.143132+0000 mgr.smithi176.txyrph (mgr.24429) 287 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:52:12.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:12 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:52:11.523627+0000 mon.smithi132 (mon.0) 918 : audit [DBG] from='client.? 172.21.15.132:0/3621955737' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:52:12.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:12 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:52:11.143132+0000 mgr.smithi176.txyrph (mgr.24429) 287 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:52:12.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:12 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:52:11.523627+0000 mon.smithi132 (mon.0) 918 : audit [DBG] from='client.? 172.21.15.132:0/3621955737' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:52:13.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:52:12.038032+0000 mgr.smithi176.txyrph (mgr.24429) 288 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:13.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:52:13.025500+0000 mon.smithi176 (mon.1) 115 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:52:13.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:52:12.038032+0000 mgr.smithi176.txyrph (mgr.24429) 288 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:13.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:52:13.025500+0000 mon.smithi176 (mon.1) 115 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:52:14.988 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:52:15.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:52:14.038672+0000 mgr.smithi176.txyrph (mgr.24429) 289 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:52:15.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:52:14.038672+0000 mgr.smithi176.txyrph (mgr.24429) 289 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:52:17.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:16 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:52:16.039250+0000 mgr.smithi176.txyrph (mgr.24429) 290 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:17.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:16 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:52:16.039250+0000 mgr.smithi176.txyrph (mgr.24429) 290 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:19.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:52:18.039719+0000 mgr.smithi176.txyrph (mgr.24429) 291 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:19.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:52:18.039719+0000 mgr.smithi176.txyrph (mgr.24429) 291 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:20.037 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:52:21.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:52:20.040687+0000 mgr.smithi176.txyrph (mgr.24429) 292 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:52:21.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:52:20.040687+0000 mgr.smithi176.txyrph (mgr.24429) 292 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:52:23.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:52:22.041096+0000 mgr.smithi176.txyrph (mgr.24429) 293 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:23.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:52:22.041096+0000 mgr.smithi176.txyrph (mgr.24429) 293 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:25.075 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:52:25.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:52:24.041811+0000 mgr.smithi176.txyrph (mgr.24429) 294 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:52:25.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:52:24.041811+0000 mgr.smithi176.txyrph (mgr.24429) 294 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:52:27.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:52:26.042197+0000 mgr.smithi176.txyrph (mgr.24429) 295 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:27.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:52:26.042197+0000 mgr.smithi176.txyrph (mgr.24429) 295 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:28.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:52:28.025836+0000 mon.smithi176 (mon.1) 116 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:52:28.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:52:28.025836+0000 mon.smithi176 (mon.1) 116 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:52:29.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:29 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:52:28.042580+0000 mgr.smithi176.txyrph (mgr.24429) 296 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:29.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:29 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:52:28.042580+0000 mgr.smithi176.txyrph (mgr.24429) 296 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:30.125 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:52:31.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:31 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:52:30.043266+0000 mgr.smithi176.txyrph (mgr.24429) 297 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:52:31.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:31 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:52:30.043266+0000 mgr.smithi176.txyrph (mgr.24429) 297 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:52:33.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:52:32.043749+0000 mgr.smithi176.txyrph (mgr.24429) 298 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:33.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:52:32.043749+0000 mgr.smithi176.txyrph (mgr.24429) 298 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:35.172 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:52:35.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:52:34.044427+0000 mgr.smithi176.txyrph (mgr.24429) 299 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:52:35.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:52:34.044427+0000 mgr.smithi176.txyrph (mgr.24429) 299 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:52:37.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:36 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:52:36.044829+0000 mgr.smithi176.txyrph (mgr.24429) 300 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:37.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:36 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:52:36.044829+0000 mgr.smithi176.txyrph (mgr.24429) 300 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:39.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:52:38.045276+0000 mgr.smithi176.txyrph (mgr.24429) 301 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:39.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:52:38.045276+0000 mgr.smithi176.txyrph (mgr.24429) 301 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:40.212 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:52:41.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:52:40.046027+0000 mgr.smithi176.txyrph (mgr.24429) 302 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:52:41.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:52:40.046027+0000 mgr.smithi176.txyrph (mgr.24429) 302 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:52:41.867 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T17:52:42.494 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T17:52:42.495 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 starting - - - - 2024-03-11T17:52:42.495 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (14m) 6m ago 14m 6387k - 16.2.5 6933c2a0b7dd 9a5469425dbb 2024-03-11T17:52:42.495 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (13m) 6m ago 13m 6387k - 16.2.5 6933c2a0b7dd 3394b3e5bd00 2024-03-11T17:52:42.495 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 starting - - - - 2024-03-11T17:52:42.495 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (8m) 6m ago 8m 40.5M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T17:52:42.495 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (8m) 6m ago 8m 12.5M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T17:52:42.495 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:9283 running (16m) 6m ago 16m 367M - 16.2.5 6933c2a0b7dd 73121a409072 2024-03-11T17:52:42.495 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283 running (6m) 6m ago 13m 500M - 18.2.1-802-ge1b0c2aa 38c4ca238582 41728b195212 2024-03-11T17:52:42.495 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (16m) 6m ago 16m 55.2M 2048M 16.2.5 6933c2a0b7dd d2652d3f8220 2024-03-11T17:52:42.495 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (13m) 6m ago 13m 47.6M 2048M 16.2.5 6933c2a0b7dd 48b36f582d96 2024-03-11T17:52:42.495 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (6m) 6m ago 6m 45.5M - 3.5 6933c2a0b7dd aee2a66a3a0d 2024-03-11T17:52:42.495 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (6m) 6m ago 6m 46.9M - 3.5 6933c2a0b7dd 72a9313be656 2024-03-11T17:52:42.495 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (14m) 6m ago 14m 15.3M - 0.18.1 e5a616e4b9cf 10f5ee689b40 2024-03-11T17:52:42.495 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (13m) 6m ago 13m 17.1M - 0.18.1 e5a616e4b9cf 0ef3c4c60b7c 2024-03-11T17:52:42.496 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (12m) 6m ago 12m 382M 1944M 16.2.5 6933c2a0b7dd 8a9418f8764a 2024-03-11T17:52:42.496 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (12m) 6m ago 12m 291M 1944M 16.2.5 6933c2a0b7dd 120ec75123a3 2024-03-11T17:52:42.496 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (12m) 6m ago 12m 239M 1944M 16.2.5 6933c2a0b7dd 68fe37f0f2b3 2024-03-11T17:52:42.496 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (11m) 6m ago 11m 359M 1944M 16.2.5 6933c2a0b7dd ec14dfc2c803 2024-03-11T17:52:42.496 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (11m) 6m ago 11m 373M 2712M 16.2.5 6933c2a0b7dd a618d96d8b7f 2024-03-11T17:52:42.496 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (11m) 6m ago 11m 389M 2712M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T17:52:42.496 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (10m) 6m ago 10m 321M 2712M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T17:52:42.496 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (10m) 6m ago 10m 498M 2712M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T17:52:42.496 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 running (12m) 6m ago 13m 53.5M - 2.18.1 de242295e225 e8b32a43e1a8 2024-03-11T17:52:42.873 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:52:42.873 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T17:52:42.873 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:52:42.873 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:52:42.873 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T17:52:42.873 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T17:52:42.873 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:52:42.874 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:52:42.874 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T17:52:42.874 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T17:52:42.874 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:52:42.874 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T17:52:42.874 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:52:42.874 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:52:42.874 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T17:52:42.874 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T17:52:42.874 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:52:42.874 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T17:52:42.874 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:52:43.195 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:52:43.195 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T17:52:43.195 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T17:52:43.195 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T17:52:43.195 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [], 2024-03-11T17:52:43.195 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T17:52:43.196 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "", 2024-03-11T17:52:43.196 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T17:52:43.196 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:52:43.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:52:41.856603+0000 mgr.smithi176.txyrph (mgr.24429) 303 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:52:43.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:52:42.046634+0000 mgr.smithi176.txyrph (mgr.24429) 304 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:43.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:52:42.176400+0000 mgr.smithi176.txyrph (mgr.24429) 305 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:52:43.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:52:42.485763+0000 mgr.smithi176.txyrph (mgr.24429) 306 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:52:43.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:52:42.874959+0000 mon.smithi132 (mon.0) 919 : audit [DBG] from='client.? 172.21.15.132:0/1700940701' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:52:43.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:52:43.025975+0000 mon.smithi176 (mon.1) 117 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:52:43.573 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_OK 2024-03-11T17:52:43.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:43 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:52:41.856603+0000 mgr.smithi176.txyrph (mgr.24429) 303 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:52:43.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:43 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:52:42.046634+0000 mgr.smithi176.txyrph (mgr.24429) 304 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:43.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:43 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:52:42.176400+0000 mgr.smithi176.txyrph (mgr.24429) 305 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:52:43.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:43 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:52:42.485763+0000 mgr.smithi176.txyrph (mgr.24429) 306 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:52:43.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:43 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:52:42.874959+0000 mon.smithi132 (mon.0) 919 : audit [DBG] from='client.? 172.21.15.132:0/1700940701' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:52:43.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:43 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:52:43.025975+0000 mon.smithi176 (mon.1) 117 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:52:44.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:44 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:52:43.196392+0000 mgr.smithi176.txyrph (mgr.24429) 307 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:52:44.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:44 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:52:43.574979+0000 mon.smithi132 (mon.0) 920 : audit [DBG] from='client.? 172.21.15.132:0/3540065537' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:52:44.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:44 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:52:43.196392+0000 mgr.smithi176.txyrph (mgr.24429) 307 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:52:44.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:44 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:52:43.574979+0000 mon.smithi132 (mon.0) 920 : audit [DBG] from='client.? 172.21.15.132:0/3540065537' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:52:45.244 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:52:45.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:52:44.047491+0000 mgr.smithi176.txyrph (mgr.24429) 308 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:52:45.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:52:44.047491+0000 mgr.smithi176.txyrph (mgr.24429) 308 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:52:47.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:52:46.047935+0000 mgr.smithi176.txyrph (mgr.24429) 309 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:47.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:52:46.047935+0000 mgr.smithi176.txyrph (mgr.24429) 309 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:49.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:49 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:52:48.048435+0000 mgr.smithi176.txyrph (mgr.24429) 310 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:49.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:49 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:52:48.048435+0000 mgr.smithi176.txyrph (mgr.24429) 310 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:50.287 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:52:51.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:52:50.049116+0000 mgr.smithi176.txyrph (mgr.24429) 311 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:52:51.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:52:50.049116+0000 mgr.smithi176.txyrph (mgr.24429) 311 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:52:53.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:53 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:52:52.049584+0000 mgr.smithi176.txyrph (mgr.24429) 312 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:53.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:52:52.049584+0000 mgr.smithi176.txyrph (mgr.24429) 312 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:55.321 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:52:55.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:55 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:52:54.050374+0000 mgr.smithi176.txyrph (mgr.24429) 313 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:52:55.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:55 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:52:54.050374+0000 mgr.smithi176.txyrph (mgr.24429) 313 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:52:57.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:52:56.050726+0000 mgr.smithi176.txyrph (mgr.24429) 314 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:57.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:56 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:52:56.050726+0000 mgr.smithi176.txyrph (mgr.24429) 314 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:58.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:52:58.026301+0000 mon.smithi176 (mon.1) 118 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:52:58.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:52:58.026301+0000 mon.smithi176 (mon.1) 118 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:52:59.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:52:59 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:52:58.051152+0000 mgr.smithi176.txyrph (mgr.24429) 315 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:52:59.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:52:59 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:52:58.051152+0000 mgr.smithi176.txyrph (mgr.24429) 315 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:00.356 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:53:01.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:53:00.052089+0000 mgr.smithi176.txyrph (mgr.24429) 316 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:53:01.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:53:00.052089+0000 mgr.smithi176.txyrph (mgr.24429) 316 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:53:03.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:03 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:53:02.052498+0000 mgr.smithi176.txyrph (mgr.24429) 317 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:03.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:53:02.052498+0000 mgr.smithi176.txyrph (mgr.24429) 317 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:05.401 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:53:05.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:53:04.053158+0000 mgr.smithi176.txyrph (mgr.24429) 318 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:53:05.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:53:04.053158+0000 mgr.smithi176.txyrph (mgr.24429) 318 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:53:07.226 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:53:06.053652+0000 mgr.smithi176.txyrph (mgr.24429) 319 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:07.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:53:06.053652+0000 mgr.smithi176.txyrph (mgr.24429) 319 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:09.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:53:08.054079+0000 mgr.smithi176.txyrph (mgr.24429) 320 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:09.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:53:08.202467+0000 mon.smithi132 (mon.0) 921 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:53:09.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:53:08.208394+0000 mon.smithi132 (mon.0) 922 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:53:09.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:53:08.211747+0000 mgr.smithi176.txyrph (mgr.24429) 321 : cephadm [INF] Reconfiguring prometheus.smithi132 (dependencies changed)... 2024-03-11T17:53:09.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:53:08.432933+0000 mgr.smithi176.txyrph (mgr.24429) 322 : cephadm [INF] Reconfiguring daemon prometheus.smithi132 on smithi132 2024-03-11T17:53:09.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:53:08.054079+0000 mgr.smithi176.txyrph (mgr.24429) 320 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:09.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:53:08.202467+0000 mon.smithi132 (mon.0) 921 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:53:09.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:53:08.208394+0000 mon.smithi132 (mon.0) 922 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:53:09.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:53:08.211747+0000 mgr.smithi176.txyrph (mgr.24429) 321 : cephadm [INF] Reconfiguring prometheus.smithi132 (dependencies changed)... 2024-03-11T17:53:09.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:53:08.432933+0000 mgr.smithi176.txyrph (mgr.24429) 322 : cephadm [INF] Reconfiguring daemon prometheus.smithi132 on smithi132 2024-03-11T17:53:10.438 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:53:11.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:53:10.054787+0000 mgr.smithi176.txyrph (mgr.24429) 323 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:53:11.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:53:10.054787+0000 mgr.smithi176.txyrph (mgr.24429) 323 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:53:13.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:53:12.055184+0000 mgr.smithi176.txyrph (mgr.24429) 324 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:13.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:53:13.026535+0000 mon.smithi176 (mon.1) 119 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:53:13.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:53:12.055184+0000 mgr.smithi176.txyrph (mgr.24429) 324 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:13.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:53:13.026535+0000 mon.smithi176 (mon.1) 119 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:53:13.946 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T17:53:14.608 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T17:53:14.608 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 starting - - - - 2024-03-11T17:53:14.608 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (15m) 6m ago 15m 6387k - 16.2.5 6933c2a0b7dd 9a5469425dbb 2024-03-11T17:53:14.608 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (14m) 6m ago 14m 6387k - 16.2.5 6933c2a0b7dd 3394b3e5bd00 2024-03-11T17:53:14.608 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 starting - - - - 2024-03-11T17:53:14.608 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (9m) 6m ago 9m 40.5M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T17:53:14.608 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (9m) 6m ago 9m 12.5M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T17:53:14.608 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:9283 running (16m) 6m ago 16m 367M - 16.2.5 6933c2a0b7dd 73121a409072 2024-03-11T17:53:14.608 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283 running (7m) 6m ago 14m 500M - 18.2.1-802-ge1b0c2aa 38c4ca238582 41728b195212 2024-03-11T17:53:14.608 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (16m) 6m ago 16m 55.2M 2048M 16.2.5 6933c2a0b7dd d2652d3f8220 2024-03-11T17:53:14.608 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (14m) 6m ago 14m 47.6M 2048M 16.2.5 6933c2a0b7dd 48b36f582d96 2024-03-11T17:53:14.608 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (6m) 6m ago 6m 45.5M - 3.5 6933c2a0b7dd aee2a66a3a0d 2024-03-11T17:53:14.608 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (6m) 6m ago 6m 46.9M - 3.5 6933c2a0b7dd 72a9313be656 2024-03-11T17:53:14.609 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 starting - - - - 2024-03-11T17:53:14.609 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (13m) 6m ago 13m 17.1M - 0.18.1 e5a616e4b9cf 0ef3c4c60b7c 2024-03-11T17:53:14.609 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (13m) 6m ago 13m 382M 1944M 16.2.5 6933c2a0b7dd 8a9418f8764a 2024-03-11T17:53:14.609 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (13m) 6m ago 13m 291M 1944M 16.2.5 6933c2a0b7dd 120ec75123a3 2024-03-11T17:53:14.609 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (12m) 6m ago 12m 239M 1944M 16.2.5 6933c2a0b7dd 68fe37f0f2b3 2024-03-11T17:53:14.609 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (12m) 6m ago 12m 359M 1944M 16.2.5 6933c2a0b7dd ec14dfc2c803 2024-03-11T17:53:14.609 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (12m) 6m ago 11m 373M 2712M 16.2.5 6933c2a0b7dd a618d96d8b7f 2024-03-11T17:53:14.609 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (11m) 6m ago 11m 389M 2712M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T17:53:14.609 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (11m) 6m ago 11m 321M 2712M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T17:53:14.609 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (10m) 6m ago 10m 498M 2712M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T17:53:14.609 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 running (13m) 6m ago 14m 53.5M - 2.18.1 de242295e225 e8b32a43e1a8 2024-03-11T17:53:14.999 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:53:14.999 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T17:53:14.999 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:53:14.999 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:53:14.999 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T17:53:14.999 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T17:53:14.999 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:53:15.000 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:53:15.000 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T17:53:15.000 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T17:53:15.000 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:53:15.000 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T17:53:15.000 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:53:15.000 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:53:15.000 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T17:53:15.000 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T17:53:15.000 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:53:15.000 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T17:53:15.000 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:53:15.334 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:53:15.335 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T17:53:15.335 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T17:53:15.335 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T17:53:15.335 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [], 2024-03-11T17:53:15.335 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T17:53:15.335 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "", 2024-03-11T17:53:15.335 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T17:53:15.335 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:53:15.475 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:53:15.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:53:13.934660+0000 mgr.smithi176.txyrph (mgr.24429) 325 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:53:15.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:53:14.056105+0000 mgr.smithi176.txyrph (mgr.24429) 326 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:53:15.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:53:14.275681+0000 mgr.smithi176.txyrph (mgr.24429) 327 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:53:15.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:53:14.599740+0000 mgr.smithi176.txyrph (mgr.24429) 328 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:53:15.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:53:15.001054+0000 mon.smithi132 (mon.0) 923 : audit [DBG] from='client.? 172.21.15.132:0/1490187555' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:53:15.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:53:13.934660+0000 mgr.smithi176.txyrph (mgr.24429) 325 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:53:15.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:53:14.056105+0000 mgr.smithi176.txyrph (mgr.24429) 326 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:53:15.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:53:14.275681+0000 mgr.smithi176.txyrph (mgr.24429) 327 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:53:15.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:53:14.599740+0000 mgr.smithi176.txyrph (mgr.24429) 328 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:53:15.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:53:15.001054+0000 mon.smithi132 (mon.0) 923 : audit [DBG] from='client.? 172.21.15.132:0/1490187555' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:53:15.725 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_OK 2024-03-11T17:53:16.401 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:16 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:53:15.335919+0000 mgr.smithi176.txyrph (mgr.24429) 329 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:53:16.401 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:16 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:53:15.727642+0000 mon.smithi132 (mon.0) 924 : audit [DBG] from='client.? 172.21.15.132:0/3334777232' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:53:16.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:16 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:53:15.335919+0000 mgr.smithi176.txyrph (mgr.24429) 329 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:53:16.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:16 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:53:15.727642+0000 mon.smithi132 (mon.0) 924 : audit [DBG] from='client.? 172.21.15.132:0/3334777232' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:53:17.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:17 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:53:16.056569+0000 mgr.smithi176.txyrph (mgr.24429) 330 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:17.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:17 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:53:16.056569+0000 mgr.smithi176.txyrph (mgr.24429) 330 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:19.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:53:18.057210+0000 mgr.smithi176.txyrph (mgr.24429) 331 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:19.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:53:18.057210+0000 mgr.smithi176.txyrph (mgr.24429) 331 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:20.518 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:53:21.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:53:20.057987+0000 mgr.smithi176.txyrph (mgr.24429) 332 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:53:21.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:53:20.057987+0000 mgr.smithi176.txyrph (mgr.24429) 332 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:53:23.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:53:22.058395+0000 mgr.smithi176.txyrph (mgr.24429) 333 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:23.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:53:22.058395+0000 mgr.smithi176.txyrph (mgr.24429) 333 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:25.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:53:24.059161+0000 mgr.smithi176.txyrph (mgr.24429) 334 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:53:25.561 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:53:25.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:53:24.059161+0000 mgr.smithi176.txyrph (mgr.24429) 334 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:53:27.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:53:26.059616+0000 mgr.smithi176.txyrph (mgr.24429) 335 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:27.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:53:26.059616+0000 mgr.smithi176.txyrph (mgr.24429) 335 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:28.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:53:28.026978+0000 mon.smithi176 (mon.1) 120 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:53:28.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:53:28.026978+0000 mon.smithi176 (mon.1) 120 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:53:29.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:29 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:53:28.060220+0000 mgr.smithi176.txyrph (mgr.24429) 336 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:29.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:29 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:53:28.060220+0000 mgr.smithi176.txyrph (mgr.24429) 336 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:30.601 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:53:31.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:31 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:53:30.060956+0000 mgr.smithi176.txyrph (mgr.24429) 337 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:53:31.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:31 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:53:30.060956+0000 mgr.smithi176.txyrph (mgr.24429) 337 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:53:33.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:53:32.061381+0000 mgr.smithi176.txyrph (mgr.24429) 338 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:33.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:53:32.061381+0000 mgr.smithi176.txyrph (mgr.24429) 338 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:35.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:53:34.062078+0000 mgr.smithi176.txyrph (mgr.24429) 339 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:53:35.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:53:34.062078+0000 mgr.smithi176.txyrph (mgr.24429) 339 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:53:35.637 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:53:37.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:36 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:53:36.062552+0000 mgr.smithi176.txyrph (mgr.24429) 340 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:37.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:36 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:53:36.062552+0000 mgr.smithi176.txyrph (mgr.24429) 340 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:39.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:53:38.062951+0000 mgr.smithi176.txyrph (mgr.24429) 341 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:39.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:53:38.062951+0000 mgr.smithi176.txyrph (mgr.24429) 341 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:40.688 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:53:41.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:53:40.063782+0000 mgr.smithi176.txyrph (mgr.24429) 342 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:53:41.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:53:40.063782+0000 mgr.smithi176.txyrph (mgr.24429) 342 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:53:43.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:53:42.064434+0000 mgr.smithi176.txyrph (mgr.24429) 343 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:43.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:53:43.027143+0000 mon.smithi176 (mon.1) 121 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:53:43.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:43 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:53:42.064434+0000 mgr.smithi176.txyrph (mgr.24429) 343 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:43.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:43 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:53:43.027143+0000 mon.smithi176 (mon.1) 121 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:53:45.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:53:44.065128+0000 mgr.smithi176.txyrph (mgr.24429) 344 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:53:45.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:53:44.065128+0000 mgr.smithi176.txyrph (mgr.24429) 344 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:53:45.728 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:53:46.072 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T17:53:46.695 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T17:53:46.696 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 starting - - - - 2024-03-11T17:53:46.696 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (15m) 7m ago 15m 6387k - 16.2.5 6933c2a0b7dd 9a5469425dbb 2024-03-11T17:53:46.696 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (14m) 7m ago 14m 6387k - 16.2.5 6933c2a0b7dd 3394b3e5bd00 2024-03-11T17:53:46.696 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 starting - - - - 2024-03-11T17:53:46.696 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (9m) 7m ago 9m 40.5M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T17:53:46.696 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (9m) 7m ago 9m 12.5M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T17:53:46.696 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:9283 running (17m) 7m ago 17m 367M - 16.2.5 6933c2a0b7dd 73121a409072 2024-03-11T17:53:46.696 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283 running (8m) 7m ago 14m 500M - 18.2.1-802-ge1b0c2aa 38c4ca238582 41728b195212 2024-03-11T17:53:46.696 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (17m) 7m ago 17m 55.2M 2048M 16.2.5 6933c2a0b7dd d2652d3f8220 2024-03-11T17:53:46.696 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (14m) 7m ago 14m 47.6M 2048M 16.2.5 6933c2a0b7dd 48b36f582d96 2024-03-11T17:53:46.696 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (7m) 7m ago 7m 45.5M - 3.5 6933c2a0b7dd aee2a66a3a0d 2024-03-11T17:53:46.696 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (7m) 7m ago 7m 46.9M - 3.5 6933c2a0b7dd 72a9313be656 2024-03-11T17:53:46.696 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 starting - - - - 2024-03-11T17:53:46.697 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (14m) 7m ago 14m 17.1M - 0.18.1 e5a616e4b9cf 0ef3c4c60b7c 2024-03-11T17:53:46.697 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (14m) 7m ago 14m 382M 1944M 16.2.5 6933c2a0b7dd 8a9418f8764a 2024-03-11T17:53:46.697 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (13m) 7m ago 13m 291M 1944M 16.2.5 6933c2a0b7dd 120ec75123a3 2024-03-11T17:53:46.697 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (13m) 7m ago 13m 239M 1944M 16.2.5 6933c2a0b7dd 68fe37f0f2b3 2024-03-11T17:53:46.697 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (12m) 7m ago 12m 359M 1944M 16.2.5 6933c2a0b7dd ec14dfc2c803 2024-03-11T17:53:46.697 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (12m) 7m ago 12m 373M 2712M 16.2.5 6933c2a0b7dd a618d96d8b7f 2024-03-11T17:53:46.697 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (12m) 7m ago 12m 389M 2712M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T17:53:46.697 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (11m) 7m ago 11m 321M 2712M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T17:53:46.697 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (11m) 7m ago 11m 498M 2712M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T17:53:46.697 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 running (13m) 7m ago 14m 53.5M - 2.18.1 de242295e225 e8b32a43e1a8 2024-03-11T17:53:47.079 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:53:47.079 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T17:53:47.079 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:53:47.079 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:53:47.079 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T17:53:47.079 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T17:53:47.080 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:53:47.080 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:53:47.080 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T17:53:47.080 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T17:53:47.080 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:53:47.080 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T17:53:47.080 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:53:47.080 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:53:47.080 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T17:53:47.080 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T17:53:47.080 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:53:47.080 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T17:53:47.080 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:53:47.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:53:46.060601+0000 mgr.smithi176.txyrph (mgr.24429) 345 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:53:47.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:53:46.065632+0000 mgr.smithi176.txyrph (mgr.24429) 346 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:47.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:53:46.380451+0000 mgr.smithi176.txyrph (mgr.24429) 347 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:53:47.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:53:46.060601+0000 mgr.smithi176.txyrph (mgr.24429) 345 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:53:47.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:53:46.065632+0000 mgr.smithi176.txyrph (mgr.24429) 346 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:47.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:53:46.380451+0000 mgr.smithi176.txyrph (mgr.24429) 347 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:53:47.402 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:53:47.402 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T17:53:47.402 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T17:53:47.402 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T17:53:47.402 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [], 2024-03-11T17:53:47.402 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T17:53:47.403 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "", 2024-03-11T17:53:47.403 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T17:53:47.403 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:53:47.781 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_OK 2024-03-11T17:53:48.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:47 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:53:46.687540+0000 mgr.smithi176.txyrph (mgr.24429) 348 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:53:48.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:47 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:53:47.081207+0000 mon.smithi132 (mon.0) 925 : audit [DBG] from='client.? 172.21.15.132:0/1921812801' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:53:48.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:47 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:53:47.403718+0000 mgr.smithi176.txyrph (mgr.24429) 349 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:53:48.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:47 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:53:47.783425+0000 mon.smithi132 (mon.0) 926 : audit [DBG] from='client.? 172.21.15.132:0/1468733152' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:53:48.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:47 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:53:46.687540+0000 mgr.smithi176.txyrph (mgr.24429) 348 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:53:48.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:47 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:53:47.081207+0000 mon.smithi132 (mon.0) 925 : audit [DBG] from='client.? 172.21.15.132:0/1921812801' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:53:48.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:47 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:53:47.403718+0000 mgr.smithi176.txyrph (mgr.24429) 349 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:53:48.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:47 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:53:47.783425+0000 mon.smithi132 (mon.0) 926 : audit [DBG] from='client.? 172.21.15.132:0/1468733152' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:53:49.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:48 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:53:48.066110+0000 mgr.smithi176.txyrph (mgr.24429) 350 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:49.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:48 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:53:48.066110+0000 mgr.smithi176.txyrph (mgr.24429) 350 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:50.761 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:53:51.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:53:50.066834+0000 mgr.smithi176.txyrph (mgr.24429) 351 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:53:51.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:53:50.066834+0000 mgr.smithi176.txyrph (mgr.24429) 351 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:53:53.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:53 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:53:52.067488+0000 mgr.smithi176.txyrph (mgr.24429) 352 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:53.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:53:52.067488+0000 mgr.smithi176.txyrph (mgr.24429) 352 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:55.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:55 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:53:54.068087+0000 mgr.smithi176.txyrph (mgr.24429) 353 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:53:55.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:55 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:53:54.068087+0000 mgr.smithi176.txyrph (mgr.24429) 353 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:53:55.799 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:53:57.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:53:56.068505+0000 mgr.smithi176.txyrph (mgr.24429) 354 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:57.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:56 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:53:56.068505+0000 mgr.smithi176.txyrph (mgr.24429) 354 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:58.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:53:58.027499+0000 mon.smithi176 (mon.1) 122 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:53:58.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:53:58.027499+0000 mon.smithi176 (mon.1) 122 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:53:59.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:53:59 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:53:58.068811+0000 mgr.smithi176.txyrph (mgr.24429) 355 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:53:59.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:53:59 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:53:58.068811+0000 mgr.smithi176.txyrph (mgr.24429) 355 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:00.849 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:54:01.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:54:00.069535+0000 mgr.smithi176.txyrph (mgr.24429) 356 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:54:01.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:54:00.069535+0000 mgr.smithi176.txyrph (mgr.24429) 356 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:54:03.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:03 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:54:02.070095+0000 mgr.smithi176.txyrph (mgr.24429) 357 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:03.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:54:02.070095+0000 mgr.smithi176.txyrph (mgr.24429) 357 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:05.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:54:04.071051+0000 mgr.smithi176.txyrph (mgr.24429) 358 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:54:05.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:54:04.071051+0000 mgr.smithi176.txyrph (mgr.24429) 358 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:54:05.883 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:54:07.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:54:06.071462+0000 mgr.smithi176.txyrph (mgr.24429) 359 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:07.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:54:06.071462+0000 mgr.smithi176.txyrph (mgr.24429) 359 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:09.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:54:08.071864+0000 mgr.smithi176.txyrph (mgr.24429) 360 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:09.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:54:08.071864+0000 mgr.smithi176.txyrph (mgr.24429) 360 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:10.921 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:54:11.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:54:10.072578+0000 mgr.smithi176.txyrph (mgr.24429) 361 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:54:11.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:54:10.072578+0000 mgr.smithi176.txyrph (mgr.24429) 361 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:54:13.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:54:12.072985+0000 mgr.smithi176.txyrph (mgr.24429) 362 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:13.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:54:13.027601+0000 mon.smithi176 (mon.1) 123 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:54:13.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:54:12.072985+0000 mgr.smithi176.txyrph (mgr.24429) 362 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:13.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:54:13.027601+0000 mon.smithi176 (mon.1) 123 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:54:15.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:54:14.073740+0000 mgr.smithi176.txyrph (mgr.24429) 363 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:54:15.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:54:14.073740+0000 mgr.smithi176.txyrph (mgr.24429) 363 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:54:15.961 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:54:17.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:16 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:54:16.074238+0000 mgr.smithi176.txyrph (mgr.24429) 364 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:17.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:16 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:54:16.074238+0000 mgr.smithi176.txyrph (mgr.24429) 364 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:18.128 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T17:54:18.759 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T17:54:18.759 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 starting - - - - 2024-03-11T17:54:18.759 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (16m) 7m ago 16m 6387k - 16.2.5 6933c2a0b7dd 9a5469425dbb 2024-03-11T17:54:18.759 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (15m) 7m ago 15m 6387k - 16.2.5 6933c2a0b7dd 3394b3e5bd00 2024-03-11T17:54:18.759 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 starting - - - - 2024-03-11T17:54:18.759 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (10m) 7m ago 10m 40.5M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T17:54:18.759 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (10m) 7m ago 10m 12.5M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T17:54:18.759 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:9283 running (17m) 7m ago 17m 367M - 16.2.5 6933c2a0b7dd 73121a409072 2024-03-11T17:54:18.759 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283 running (8m) 7m ago 15m 500M - 18.2.1-802-ge1b0c2aa 38c4ca238582 41728b195212 2024-03-11T17:54:18.759 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (17m) 7m ago 17m 55.2M 2048M 16.2.5 6933c2a0b7dd d2652d3f8220 2024-03-11T17:54:18.759 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (15m) 7m ago 15m 47.6M 2048M 16.2.5 6933c2a0b7dd 48b36f582d96 2024-03-11T17:54:18.760 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (7m) 7m ago 7m 45.5M - 3.5 6933c2a0b7dd aee2a66a3a0d 2024-03-11T17:54:18.760 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (7m) 7m ago 7m 46.9M - 3.5 6933c2a0b7dd 72a9313be656 2024-03-11T17:54:18.760 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 starting - - - - 2024-03-11T17:54:18.760 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (14m) 7m ago 14m 17.1M - 0.18.1 e5a616e4b9cf 0ef3c4c60b7c 2024-03-11T17:54:18.760 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (14m) 7m ago 14m 382M 1944M 16.2.5 6933c2a0b7dd 8a9418f8764a 2024-03-11T17:54:18.760 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (14m) 7m ago 14m 291M 1944M 16.2.5 6933c2a0b7dd 120ec75123a3 2024-03-11T17:54:18.760 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (13m) 7m ago 13m 239M 1944M 16.2.5 6933c2a0b7dd 68fe37f0f2b3 2024-03-11T17:54:18.760 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (13m) 7m ago 13m 359M 1944M 16.2.5 6933c2a0b7dd ec14dfc2c803 2024-03-11T17:54:18.760 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (13m) 7m ago 13m 373M 2712M 16.2.5 6933c2a0b7dd a618d96d8b7f 2024-03-11T17:54:18.760 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (12m) 7m ago 12m 389M 2712M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T17:54:18.760 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (12m) 7m ago 12m 321M 2712M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T17:54:18.760 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (12m) 7m ago 12m 498M 2712M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T17:54:18.760 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 running (14m) 7m ago 15m 53.5M - 2.18.1 de242295e225 e8b32a43e1a8 2024-03-11T17:54:19.140 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:54:19.141 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T17:54:19.141 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:54:19.141 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:54:19.141 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T17:54:19.141 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T17:54:19.141 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:54:19.141 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:54:19.141 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T17:54:19.141 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T17:54:19.141 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:54:19.141 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T17:54:19.141 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:54:19.141 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:54:19.142 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T17:54:19.142 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T17:54:19.142 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:54:19.142 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T17:54:19.142 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:54:19.460 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:54:19.461 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T17:54:19.461 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T17:54:19.461 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T17:54:19.461 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [], 2024-03-11T17:54:19.461 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T17:54:19.461 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "", 2024-03-11T17:54:19.461 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T17:54:19.461 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:54:19.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:54:18.074644+0000 mgr.smithi176.txyrph (mgr.24429) 365 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:19.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:54:18.115715+0000 mgr.smithi176.txyrph (mgr.24429) 366 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:54:19.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:54:18.440337+0000 mgr.smithi176.txyrph (mgr.24429) 367 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:54:19.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:54:18.074644+0000 mgr.smithi176.txyrph (mgr.24429) 365 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:19.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:54:18.115715+0000 mgr.smithi176.txyrph (mgr.24429) 366 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:54:19.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:54:18.440337+0000 mgr.smithi176.txyrph (mgr.24429) 367 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:54:19.841 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_OK 2024-03-11T17:54:20.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:20 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:54:18.750470+0000 mgr.smithi176.txyrph (mgr.24429) 368 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:54:20.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:20 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:54:19.142409+0000 mon.smithi132 (mon.0) 927 : audit [DBG] from='client.? 172.21.15.132:0/3629299046' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:54:20.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:20 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:54:19.462105+0000 mgr.smithi176.txyrph (mgr.24429) 369 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:54:20.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:20 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:54:19.843138+0000 mon.smithi132 (mon.0) 928 : audit [DBG] from='client.? 172.21.15.132:0/4132555465' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:54:20.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:20 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:54:18.750470+0000 mgr.smithi176.txyrph (mgr.24429) 368 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:54:20.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:20 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:54:19.142409+0000 mon.smithi132 (mon.0) 927 : audit [DBG] from='client.? 172.21.15.132:0/3629299046' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:54:20.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:20 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:54:19.462105+0000 mgr.smithi176.txyrph (mgr.24429) 369 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:54:20.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:20 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:54:19.843138+0000 mon.smithi132 (mon.0) 928 : audit [DBG] from='client.? 172.21.15.132:0/4132555465' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:54:21.015 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:54:21.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:54:20.075519+0000 mgr.smithi176.txyrph (mgr.24429) 370 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:54:21.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:54:20.075519+0000 mgr.smithi176.txyrph (mgr.24429) 370 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:54:23.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:54:22.076097+0000 mgr.smithi176.txyrph (mgr.24429) 371 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:23.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:54:22.076097+0000 mgr.smithi176.txyrph (mgr.24429) 371 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:25.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:54:24.076862+0000 mgr.smithi176.txyrph (mgr.24429) 372 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:54:25.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:54:24.076862+0000 mgr.smithi176.txyrph (mgr.24429) 372 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:54:26.054 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:54:27.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:54:26.077302+0000 mgr.smithi176.txyrph (mgr.24429) 373 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:27.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:54:26.077302+0000 mgr.smithi176.txyrph (mgr.24429) 373 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:28.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:54:28.028052+0000 mon.smithi176 (mon.1) 124 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:54:28.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:54:28.028052+0000 mon.smithi176 (mon.1) 124 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:54:29.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:29 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:54:28.077865+0000 mgr.smithi176.txyrph (mgr.24429) 374 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:29.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:29 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:54:28.077865+0000 mgr.smithi176.txyrph (mgr.24429) 374 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:31.090 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:54:31.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:31 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:54:30.078826+0000 mgr.smithi176.txyrph (mgr.24429) 375 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:54:31.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:31 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:54:30.078826+0000 mgr.smithi176.txyrph (mgr.24429) 375 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:54:33.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:54:32.079432+0000 mgr.smithi176.txyrph (mgr.24429) 376 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:33.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:54:32.079432+0000 mgr.smithi176.txyrph (mgr.24429) 376 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:35.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:54:34.080046+0000 mgr.smithi176.txyrph (mgr.24429) 377 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:54:35.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:54:34.080046+0000 mgr.smithi176.txyrph (mgr.24429) 377 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:54:36.152 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:54:37.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:36 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:54:36.080653+0000 mgr.smithi176.txyrph (mgr.24429) 378 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:37.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:36 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:54:36.080653+0000 mgr.smithi176.txyrph (mgr.24429) 378 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:39.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:54:38.081112+0000 mgr.smithi176.txyrph (mgr.24429) 379 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:39.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:54:38.081112+0000 mgr.smithi176.txyrph (mgr.24429) 379 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:41.190 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:54:41.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:54:40.081829+0000 mgr.smithi176.txyrph (mgr.24429) 380 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:54:41.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:54:40.081829+0000 mgr.smithi176.txyrph (mgr.24429) 380 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:54:43.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:54:42.082272+0000 mgr.smithi176.txyrph (mgr.24429) 381 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:43.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:54:43.028143+0000 mon.smithi176 (mon.1) 125 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:54:43.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:43 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:54:42.082272+0000 mgr.smithi176.txyrph (mgr.24429) 381 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:43.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:43 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:54:43.028143+0000 mon.smithi176 (mon.1) 125 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:54:45.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:54:44.083104+0000 mgr.smithi176.txyrph (mgr.24429) 382 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:54:45.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:54:44.083104+0000 mgr.smithi176.txyrph (mgr.24429) 382 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:54:46.241 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:54:47.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:54:46.083509+0000 mgr.smithi176.txyrph (mgr.24429) 383 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:47.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:54:46.083509+0000 mgr.smithi176.txyrph (mgr.24429) 383 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:49.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:49 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:54:48.083891+0000 mgr.smithi176.txyrph (mgr.24429) 384 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:49.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:49 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:54:48.083891+0000 mgr.smithi176.txyrph (mgr.24429) 384 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:50.193 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T17:54:50.821 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T17:54:50.821 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 starting - - - - 2024-03-11T17:54:50.821 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (16m) 8m ago 16m 6387k - 16.2.5 6933c2a0b7dd 9a5469425dbb 2024-03-11T17:54:50.821 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (15m) 8m ago 15m 6387k - 16.2.5 6933c2a0b7dd 3394b3e5bd00 2024-03-11T17:54:50.821 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 starting - - - - 2024-03-11T17:54:50.821 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (11m) 8m ago 11m 40.5M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T17:54:50.821 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (10m) 8m ago 10m 12.5M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T17:54:50.821 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:9283 running (18m) 8m ago 18m 367M - 16.2.5 6933c2a0b7dd 73121a409072 2024-03-11T17:54:50.821 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283 running (9m) 8m ago 15m 500M - 18.2.1-802-ge1b0c2aa 38c4ca238582 41728b195212 2024-03-11T17:54:50.822 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (18m) 8m ago 18m 55.2M 2048M 16.2.5 6933c2a0b7dd d2652d3f8220 2024-03-11T17:54:50.822 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (15m) 8m ago 15m 47.6M 2048M 16.2.5 6933c2a0b7dd 48b36f582d96 2024-03-11T17:54:50.822 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (8m) 8m ago 8m 45.5M - 3.5 6933c2a0b7dd aee2a66a3a0d 2024-03-11T17:54:50.822 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (8m) 8m ago 8m 46.9M - 3.5 6933c2a0b7dd 72a9313be656 2024-03-11T17:54:50.822 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 starting - - - - 2024-03-11T17:54:50.822 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (15m) 8m ago 15m 17.1M - 0.18.1 e5a616e4b9cf 0ef3c4c60b7c 2024-03-11T17:54:50.822 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (15m) 8m ago 15m 382M 1944M 16.2.5 6933c2a0b7dd 8a9418f8764a 2024-03-11T17:54:50.822 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (14m) 8m ago 14m 291M 1944M 16.2.5 6933c2a0b7dd 120ec75123a3 2024-03-11T17:54:50.822 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (14m) 8m ago 14m 239M 1944M 16.2.5 6933c2a0b7dd 68fe37f0f2b3 2024-03-11T17:54:50.822 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (13m) 8m ago 13m 359M 1944M 16.2.5 6933c2a0b7dd ec14dfc2c803 2024-03-11T17:54:50.822 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (13m) 8m ago 13m 373M 2712M 16.2.5 6933c2a0b7dd a618d96d8b7f 2024-03-11T17:54:50.822 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (13m) 8m ago 13m 389M 2712M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T17:54:50.822 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (12m) 8m ago 12m 321M 2712M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T17:54:50.822 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (12m) 8m ago 12m 498M 2712M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T17:54:50.822 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 running (14m) 8m ago 16m 53.5M - 2.18.1 de242295e225 e8b32a43e1a8 2024-03-11T17:54:51.201 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:54:51.201 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T17:54:51.201 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:54:51.202 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:54:51.202 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T17:54:51.202 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T17:54:51.202 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:54:51.202 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:54:51.202 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T17:54:51.202 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T17:54:51.202 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:54:51.202 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T17:54:51.202 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:54:51.202 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:54:51.203 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T17:54:51.203 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T17:54:51.203 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:54:51.203 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T17:54:51.203 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:54:51.269 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:54:51.527 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:54:51.527 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T17:54:51.527 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T17:54:51.527 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T17:54:51.527 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [], 2024-03-11T17:54:51.527 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T17:54:51.527 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "", 2024-03-11T17:54:51.527 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T17:54:51.527 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:54:51.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:54:50.084774+0000 mgr.smithi176.txyrph (mgr.24429) 385 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:54:51.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:54:50.182541+0000 mgr.smithi176.txyrph (mgr.24429) 386 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:54:51.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:54:50.503102+0000 mgr.smithi176.txyrph (mgr.24429) 387 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:54:51.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:54:50.084774+0000 mgr.smithi176.txyrph (mgr.24429) 385 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:54:51.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:54:50.182541+0000 mgr.smithi176.txyrph (mgr.24429) 386 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:54:51.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:54:50.503102+0000 mgr.smithi176.txyrph (mgr.24429) 387 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:54:51.901 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_OK 2024-03-11T17:54:52.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:52 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:54:50.812265+0000 mgr.smithi176.txyrph (mgr.24429) 388 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:54:52.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:52 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:54:51.203079+0000 mon.smithi132 (mon.0) 929 : audit [DBG] from='client.? 172.21.15.132:0/891716326' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:54:52.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:52 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:54:51.528169+0000 mgr.smithi176.txyrph (mgr.24429) 389 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:54:52.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:52 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:54:51.903619+0000 mon.smithi132 (mon.0) 930 : audit [DBG] from='client.? 172.21.15.132:0/1193908581' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:54:52.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:52 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:54:50.812265+0000 mgr.smithi176.txyrph (mgr.24429) 388 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:54:52.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:52 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:54:51.203079+0000 mon.smithi132 (mon.0) 929 : audit [DBG] from='client.? 172.21.15.132:0/891716326' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:54:52.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:52 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:54:51.528169+0000 mgr.smithi176.txyrph (mgr.24429) 389 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:54:52.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:52 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:54:51.903619+0000 mon.smithi132 (mon.0) 930 : audit [DBG] from='client.? 172.21.15.132:0/1193908581' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:54:53.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:53 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:54:52.085098+0000 mgr.smithi176.txyrph (mgr.24429) 390 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:53.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:54:52.085098+0000 mgr.smithi176.txyrph (mgr.24429) 390 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:55.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:55 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:54:54.085797+0000 mgr.smithi176.txyrph (mgr.24429) 391 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:54:55.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:55 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:54:54.085797+0000 mgr.smithi176.txyrph (mgr.24429) 391 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:54:56.314 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:54:57.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:54:56.086305+0000 mgr.smithi176.txyrph (mgr.24429) 392 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:57.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:56 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:54:56.086305+0000 mgr.smithi176.txyrph (mgr.24429) 392 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:58.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:54:58.028426+0000 mon.smithi176 (mon.1) 126 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:54:58.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:54:58.028426+0000 mon.smithi176 (mon.1) 126 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:54:59.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:54:59 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:54:58.086656+0000 mgr.smithi176.txyrph (mgr.24429) 393 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:54:59.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:54:59 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:54:58.086656+0000 mgr.smithi176.txyrph (mgr.24429) 393 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:01.359 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:55:01.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:55:00.087366+0000 mgr.smithi176.txyrph (mgr.24429) 394 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:55:01.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:55:00.087366+0000 mgr.smithi176.txyrph (mgr.24429) 394 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:55:03.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:03 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:55:02.087764+0000 mgr.smithi176.txyrph (mgr.24429) 395 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:03.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:55:02.087764+0000 mgr.smithi176.txyrph (mgr.24429) 395 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:05.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:55:04.088451+0000 mgr.smithi176.txyrph (mgr.24429) 396 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:55:05.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:55:04.088451+0000 mgr.smithi176.txyrph (mgr.24429) 396 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:55:06.401 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:55:07.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:55:06.088869+0000 mgr.smithi176.txyrph (mgr.24429) 397 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:07.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:55:06.088869+0000 mgr.smithi176.txyrph (mgr.24429) 397 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:09.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:55:08.089329+0000 mgr.smithi176.txyrph (mgr.24429) 398 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:09.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:55:08.089329+0000 mgr.smithi176.txyrph (mgr.24429) 398 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:11.440 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:55:11.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:55:10.090202+0000 mgr.smithi176.txyrph (mgr.24429) 399 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:55:11.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:55:10.090202+0000 mgr.smithi176.txyrph (mgr.24429) 399 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:55:13.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:55:12.090637+0000 mgr.smithi176.txyrph (mgr.24429) 400 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:13.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:55:13.028790+0000 mon.smithi176 (mon.1) 127 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:55:13.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:55:12.090637+0000 mgr.smithi176.txyrph (mgr.24429) 400 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:13.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:55:13.028790+0000 mon.smithi176 (mon.1) 127 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:55:15.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:55:14.091271+0000 mgr.smithi176.txyrph (mgr.24429) 401 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:55:15.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:55:14.091271+0000 mgr.smithi176.txyrph (mgr.24429) 401 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:55:16.488 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:55:17.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:16 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:55:16.091740+0000 mgr.smithi176.txyrph (mgr.24429) 402 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:17.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:16 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:55:16.091740+0000 mgr.smithi176.txyrph (mgr.24429) 402 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:19.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:55:18.092226+0000 mgr.smithi176.txyrph (mgr.24429) 403 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:19.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:55:18.092226+0000 mgr.smithi176.txyrph (mgr.24429) 403 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:21.525 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:55:21.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:55:20.092974+0000 mgr.smithi176.txyrph (mgr.24429) 404 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:55:21.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:55:20.357373+0000 mon.smithi132 (mon.0) 931 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:55:21.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:55:20.362973+0000 mon.smithi132 (mon.0) 932 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:55:21.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:55:20.384623+0000 mgr.smithi176.txyrph (mgr.24429) 405 : cephadm [INF] Reconfiguring node-exporter.smithi176 (dependencies changed)... 2024-03-11T17:55:21.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:55:20.385008+0000 mgr.smithi176.txyrph (mgr.24429) 406 : cephadm [INF] Reconfiguring daemon node-exporter.smithi176 on smithi176 2024-03-11T17:55:21.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:55:20.092974+0000 mgr.smithi176.txyrph (mgr.24429) 404 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:55:21.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:55:20.357373+0000 mon.smithi132 (mon.0) 931 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:55:21.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:55:20.362973+0000 mon.smithi132 (mon.0) 932 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:55:21.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:55:20.384623+0000 mgr.smithi176.txyrph (mgr.24429) 405 : cephadm [INF] Reconfiguring node-exporter.smithi176 (dependencies changed)... 2024-03-11T17:55:21.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:55:20.385008+0000 mgr.smithi176.txyrph (mgr.24429) 406 : cephadm [INF] Reconfiguring daemon node-exporter.smithi176 on smithi176 2024-03-11T17:55:22.250 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T17:55:22.875 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T17:55:22.875 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 starting - - - - 2024-03-11T17:55:22.875 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (17m) 8m ago 17m 6387k - 16.2.5 6933c2a0b7dd 9a5469425dbb 2024-03-11T17:55:22.875 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (16m) 8m ago 16m 6387k - 16.2.5 6933c2a0b7dd 3394b3e5bd00 2024-03-11T17:55:22.875 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 starting - - - - 2024-03-11T17:55:22.875 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (11m) 8m ago 11m 40.5M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T17:55:22.876 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (11m) 8m ago 11m 12.5M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T17:55:22.876 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:9283 running (18m) 8m ago 18m 367M - 16.2.5 6933c2a0b7dd 73121a409072 2024-03-11T17:55:22.876 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283 running (9m) 8m ago 16m 500M - 18.2.1-802-ge1b0c2aa 38c4ca238582 41728b195212 2024-03-11T17:55:22.876 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (18m) 8m ago 18m 55.2M 2048M 16.2.5 6933c2a0b7dd d2652d3f8220 2024-03-11T17:55:22.876 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (16m) 8m ago 16m 47.6M 2048M 16.2.5 6933c2a0b7dd 48b36f582d96 2024-03-11T17:55:22.876 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (8m) 8m ago 8m 45.5M - 3.5 6933c2a0b7dd aee2a66a3a0d 2024-03-11T17:55:22.876 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (8m) 8m ago 8m 46.9M - 3.5 6933c2a0b7dd 72a9313be656 2024-03-11T17:55:22.876 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 starting - - - - 2024-03-11T17:55:22.876 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (15m) 8m ago 15m 17.1M - 0.18.1 e5a616e4b9cf 0ef3c4c60b7c 2024-03-11T17:55:22.876 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (15m) 8m ago 15m 382M 1944M 16.2.5 6933c2a0b7dd 8a9418f8764a 2024-03-11T17:55:22.876 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (15m) 8m ago 15m 291M 1944M 16.2.5 6933c2a0b7dd 120ec75123a3 2024-03-11T17:55:22.876 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (14m) 8m ago 14m 239M 1944M 16.2.5 6933c2a0b7dd 68fe37f0f2b3 2024-03-11T17:55:22.876 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (14m) 8m ago 14m 359M 1944M 16.2.5 6933c2a0b7dd ec14dfc2c803 2024-03-11T17:55:22.876 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (14m) 8m ago 14m 373M 2712M 16.2.5 6933c2a0b7dd a618d96d8b7f 2024-03-11T17:55:22.877 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (13m) 8m ago 13m 389M 2712M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T17:55:22.877 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (13m) 8m ago 13m 321M 2712M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T17:55:22.877 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (13m) 8m ago 13m 498M 2712M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T17:55:22.877 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 starting - - - - 2024-03-11T17:55:23.256 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:55:23.256 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T17:55:23.256 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:55:23.256 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:55:23.256 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T17:55:23.256 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T17:55:23.257 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:55:23.257 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:55:23.257 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T17:55:23.257 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T17:55:23.257 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:55:23.257 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T17:55:23.257 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:55:23.257 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:55:23.257 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T17:55:23.257 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T17:55:23.257 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:55:23.257 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T17:55:23.257 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:55:23.578 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:55:23.578 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T17:55:23.578 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T17:55:23.578 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T17:55:23.578 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [], 2024-03-11T17:55:23.578 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T17:55:23.578 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "", 2024-03-11T17:55:23.578 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T17:55:23.578 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:55:23.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:55:22.093397+0000 mgr.smithi176.txyrph (mgr.24429) 407 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:23.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:55:22.238076+0000 mgr.smithi176.txyrph (mgr.24429) 408 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:55:23.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:55:22.558271+0000 mgr.smithi176.txyrph (mgr.24429) 409 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:55:23.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:55:23.258086+0000 mon.smithi132 (mon.0) 933 : audit [DBG] from='client.? 172.21.15.132:0/2288836668' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:55:23.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:55:22.093397+0000 mgr.smithi176.txyrph (mgr.24429) 407 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:23.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:55:22.238076+0000 mgr.smithi176.txyrph (mgr.24429) 408 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:55:23.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:55:22.558271+0000 mgr.smithi176.txyrph (mgr.24429) 409 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:55:23.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:55:23.258086+0000 mon.smithi132 (mon.0) 933 : audit [DBG] from='client.? 172.21.15.132:0/2288836668' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:55:23.956 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_OK 2024-03-11T17:55:24.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:24 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:55:22.867188+0000 mgr.smithi176.txyrph (mgr.24429) 410 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:55:24.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:24 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:55:23.579302+0000 mgr.smithi176.txyrph (mgr.24429) 411 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:55:24.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:24 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:55:23.958741+0000 mon.smithi132 (mon.0) 934 : audit [DBG] from='client.? 172.21.15.132:0/1939156542' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:55:24.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:55:22.867188+0000 mgr.smithi176.txyrph (mgr.24429) 410 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:55:24.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:55:23.579302+0000 mgr.smithi176.txyrph (mgr.24429) 411 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:55:24.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:55:23.958741+0000 mon.smithi132 (mon.0) 934 : audit [DBG] from='client.? 172.21.15.132:0/1939156542' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:55:25.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:55:24.094103+0000 mgr.smithi176.txyrph (mgr.24429) 412 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:55:25.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:55:24.094103+0000 mgr.smithi176.txyrph (mgr.24429) 412 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:55:26.579 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:55:27.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:55:26.094515+0000 mgr.smithi176.txyrph (mgr.24429) 413 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:27.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:55:26.094515+0000 mgr.smithi176.txyrph (mgr.24429) 413 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:28.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:55:28.029097+0000 mon.smithi176 (mon.1) 128 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:55:28.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:55:28.029097+0000 mon.smithi176 (mon.1) 128 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:55:29.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:29 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:55:28.094869+0000 mgr.smithi176.txyrph (mgr.24429) 414 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:29.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:29 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:55:28.094869+0000 mgr.smithi176.txyrph (mgr.24429) 414 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:31.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:31 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:55:30.095692+0000 mgr.smithi176.txyrph (mgr.24429) 415 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:55:31.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:31 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:55:30.095692+0000 mgr.smithi176.txyrph (mgr.24429) 415 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:55:31.619 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:55:33.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:55:32.096180+0000 mgr.smithi176.txyrph (mgr.24429) 416 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:33.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:55:32.096180+0000 mgr.smithi176.txyrph (mgr.24429) 416 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:35.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:55:34.097081+0000 mgr.smithi176.txyrph (mgr.24429) 417 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:55:35.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:55:34.097081+0000 mgr.smithi176.txyrph (mgr.24429) 417 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:55:36.658 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:55:37.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:36 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:55:36.097649+0000 mgr.smithi176.txyrph (mgr.24429) 418 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:37.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:36 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:55:36.097649+0000 mgr.smithi176.txyrph (mgr.24429) 418 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:39.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:55:38.098124+0000 mgr.smithi176.txyrph (mgr.24429) 419 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:39.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:55:38.098124+0000 mgr.smithi176.txyrph (mgr.24429) 419 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:41.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:55:40.098960+0000 mgr.smithi176.txyrph (mgr.24429) 420 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:55:41.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:55:40.098960+0000 mgr.smithi176.txyrph (mgr.24429) 420 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:55:41.708 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:55:43.444 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:55:42.099412+0000 mgr.smithi176.txyrph (mgr.24429) 421 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:43.445 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:55:43.029252+0000 mon.smithi176 (mon.1) 129 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:55:43.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:43 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:55:42.099412+0000 mgr.smithi176.txyrph (mgr.24429) 421 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:43.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:43 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:55:43.029252+0000 mon.smithi176 (mon.1) 129 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:55:45.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:55:44.100046+0000 mgr.smithi176.txyrph (mgr.24429) 422 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:55:45.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:55:44.100046+0000 mgr.smithi176.txyrph (mgr.24429) 422 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:55:46.753 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:55:47.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:55:46.100563+0000 mgr.smithi176.txyrph (mgr.24429) 423 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:47.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:55:46.100563+0000 mgr.smithi176.txyrph (mgr.24429) 423 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:49.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:49 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:55:48.101012+0000 mgr.smithi176.txyrph (mgr.24429) 424 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:49.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:49 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:55:48.101012+0000 mgr.smithi176.txyrph (mgr.24429) 424 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:51.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:55:50.101821+0000 mgr.smithi176.txyrph (mgr.24429) 425 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:55:51.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:55:50.101821+0000 mgr.smithi176.txyrph (mgr.24429) 425 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:55:51.804 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:55:53.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:53 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:55:52.102197+0000 mgr.smithi176.txyrph (mgr.24429) 426 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:53.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:55:52.102197+0000 mgr.smithi176.txyrph (mgr.24429) 426 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:54.311 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T17:55:54.970 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T17:55:54.970 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 starting - - - - 2024-03-11T17:55:54.970 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (17m) 9m ago 17m 6387k - 16.2.5 6933c2a0b7dd 9a5469425dbb 2024-03-11T17:55:54.971 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (16m) 9m ago 16m 6387k - 16.2.5 6933c2a0b7dd 3394b3e5bd00 2024-03-11T17:55:54.971 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 starting - - - - 2024-03-11T17:55:54.971 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (12m) 9m ago 12m 40.5M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T17:55:54.971 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (12m) 9m ago 12m 12.5M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T17:55:54.971 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:9283 running (19m) 9m ago 19m 367M - 16.2.5 6933c2a0b7dd 73121a409072 2024-03-11T17:55:54.971 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283 running (10m) 9m ago 16m 500M - 18.2.1-802-ge1b0c2aa 38c4ca238582 41728b195212 2024-03-11T17:55:54.971 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (19m) 9m ago 19m 55.2M 2048M 16.2.5 6933c2a0b7dd d2652d3f8220 2024-03-11T17:55:54.971 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (16m) 9m ago 16m 47.6M 2048M 16.2.5 6933c2a0b7dd 48b36f582d96 2024-03-11T17:55:54.971 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (9m) 9m ago 9m 45.5M - 3.5 6933c2a0b7dd aee2a66a3a0d 2024-03-11T17:55:54.971 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (9m) 9m ago 9m 46.9M - 3.5 6933c2a0b7dd 72a9313be656 2024-03-11T17:55:54.971 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 starting - - - - 2024-03-11T17:55:54.971 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (16m) 9m ago 16m 17.1M - 0.18.1 e5a616e4b9cf 0ef3c4c60b7c 2024-03-11T17:55:54.971 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (16m) 9m ago 16m 382M 1944M 16.2.5 6933c2a0b7dd 8a9418f8764a 2024-03-11T17:55:54.971 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (15m) 9m ago 15m 291M 1944M 16.2.5 6933c2a0b7dd 120ec75123a3 2024-03-11T17:55:54.972 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (15m) 9m ago 15m 239M 1944M 16.2.5 6933c2a0b7dd 68fe37f0f2b3 2024-03-11T17:55:54.972 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (14m) 9m ago 14m 359M 1944M 16.2.5 6933c2a0b7dd ec14dfc2c803 2024-03-11T17:55:54.972 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (14m) 9m ago 14m 373M 2712M 16.2.5 6933c2a0b7dd a618d96d8b7f 2024-03-11T17:55:54.972 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (14m) 9m ago 14m 389M 2712M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T17:55:54.972 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (13m) 9m ago 13m 321M 2712M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T17:55:54.972 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (13m) 9m ago 13m 498M 2712M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T17:55:54.972 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 starting - - - - 2024-03-11T17:55:55.355 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:55:55.355 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T17:55:55.355 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:55:55.355 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:55:55.355 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T17:55:55.355 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T17:55:55.355 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:55:55.355 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:55:55.355 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T17:55:55.356 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T17:55:55.356 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:55:55.356 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T17:55:55.356 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:55:55.356 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:55:55.356 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T17:55:55.356 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T17:55:55.356 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:55:55.356 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T17:55:55.356 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:55:55.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:55 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:55:54.102858+0000 mgr.smithi176.txyrph (mgr.24429) 427 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:55:55.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:55 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:55:54.298465+0000 mgr.smithi176.txyrph (mgr.24429) 428 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:55:55.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:55 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:55:54.645163+0000 mgr.smithi176.txyrph (mgr.24429) 429 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:55:55.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:55 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:55:54.102858+0000 mgr.smithi176.txyrph (mgr.24429) 427 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:55:55.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:55 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:55:54.298465+0000 mgr.smithi176.txyrph (mgr.24429) 428 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:55:55.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:55 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:55:54.645163+0000 mgr.smithi176.txyrph (mgr.24429) 429 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:55:55.677 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:55:55.677 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T17:55:55.678 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T17:55:55.678 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T17:55:55.678 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [], 2024-03-11T17:55:55.678 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T17:55:55.678 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "", 2024-03-11T17:55:55.678 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T17:55:55.678 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:55:56.057 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_OK 2024-03-11T17:55:56.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:55:54.961903+0000 mgr.smithi176.txyrph (mgr.24429) 430 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:55:56.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:55:55.356346+0000 mon.smithi132 (mon.0) 935 : audit [DBG] from='client.? 172.21.15.132:0/1539778313' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:55:56.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:55:56.058936+0000 mon.smithi132 (mon.0) 936 : audit [DBG] from='client.? 172.21.15.132:0/1214679842' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:55:56.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:56 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:55:54.961903+0000 mgr.smithi176.txyrph (mgr.24429) 430 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:55:56.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:56 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:55:55.356346+0000 mon.smithi132 (mon.0) 935 : audit [DBG] from='client.? 172.21.15.132:0/1539778313' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:55:56.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:56 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:55:56.058936+0000 mon.smithi132 (mon.0) 936 : audit [DBG] from='client.? 172.21.15.132:0/1214679842' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:55:56.842 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:55:57.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:55:55.678717+0000 mgr.smithi176.txyrph (mgr.24429) 431 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:55:57.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:55:56.103445+0000 mgr.smithi176.txyrph (mgr.24429) 432 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:57.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:55:55.678717+0000 mgr.smithi176.txyrph (mgr.24429) 431 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:55:57.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:55:56.103445+0000 mgr.smithi176.txyrph (mgr.24429) 432 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:58.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:55:58.029586+0000 mon.smithi176 (mon.1) 130 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:55:58.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:55:58.029586+0000 mon.smithi176 (mon.1) 130 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:55:59.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:55:59 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:55:58.103863+0000 mgr.smithi176.txyrph (mgr.24429) 433 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:55:59.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:55:59 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:55:58.103863+0000 mgr.smithi176.txyrph (mgr.24429) 433 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:01.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:56:00.104777+0000 mgr.smithi176.txyrph (mgr.24429) 434 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:56:01.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:56:00.104777+0000 mgr.smithi176.txyrph (mgr.24429) 434 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:56:01.885 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:56:03.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:03 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:56:02.105333+0000 mgr.smithi176.txyrph (mgr.24429) 435 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:03.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:56:02.105333+0000 mgr.smithi176.txyrph (mgr.24429) 435 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:05.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:56:04.106112+0000 mgr.smithi176.txyrph (mgr.24429) 436 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:56:05.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:56:04.106112+0000 mgr.smithi176.txyrph (mgr.24429) 436 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:56:06.919 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:56:07.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:56:06.106484+0000 mgr.smithi176.txyrph (mgr.24429) 437 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:07.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:56:06.106484+0000 mgr.smithi176.txyrph (mgr.24429) 437 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:09.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:56:08.106933+0000 mgr.smithi176.txyrph (mgr.24429) 438 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:09.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:56:08.106933+0000 mgr.smithi176.txyrph (mgr.24429) 438 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:11.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:56:10.107696+0000 mgr.smithi176.txyrph (mgr.24429) 439 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:56:11.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:56:10.107696+0000 mgr.smithi176.txyrph (mgr.24429) 439 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:56:11.959 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:56:13.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:56:12.108148+0000 mgr.smithi176.txyrph (mgr.24429) 440 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:13.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:56:13.029824+0000 mon.smithi176 (mon.1) 131 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:56:13.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:56:12.108148+0000 mgr.smithi176.txyrph (mgr.24429) 440 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:13.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:56:13.029824+0000 mon.smithi176 (mon.1) 131 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:56:15.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:56:14.108895+0000 mgr.smithi176.txyrph (mgr.24429) 441 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:56:15.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:56:14.108895+0000 mgr.smithi176.txyrph (mgr.24429) 441 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:56:16.998 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:56:17.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:16 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:56:16.109342+0000 mgr.smithi176.txyrph (mgr.24429) 442 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:17.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:17 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:56:16.109342+0000 mgr.smithi176.txyrph (mgr.24429) 442 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:19.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:56:18.109962+0000 mgr.smithi176.txyrph (mgr.24429) 443 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:19.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:56:18.109962+0000 mgr.smithi176.txyrph (mgr.24429) 443 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:21.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:56:20.110635+0000 mgr.smithi176.txyrph (mgr.24429) 444 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:56:21.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:56:20.110635+0000 mgr.smithi176.txyrph (mgr.24429) 444 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:56:22.048 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:56:23.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:56:22.111011+0000 mgr.smithi176.txyrph (mgr.24429) 445 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:23.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:56:22.111011+0000 mgr.smithi176.txyrph (mgr.24429) 445 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:25.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:56:24.111676+0000 mgr.smithi176.txyrph (mgr.24429) 446 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:56:25.619 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:56:24.111676+0000 mgr.smithi176.txyrph (mgr.24429) 446 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:56:26.401 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T17:56:27.027 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T17:56:27.027 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 starting - - - - 2024-03-11T17:56:27.027 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (18m) 9m ago 18m 6387k - 16.2.5 6933c2a0b7dd 9a5469425dbb 2024-03-11T17:56:27.027 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (17m) 9m ago 17m 6387k - 16.2.5 6933c2a0b7dd 3394b3e5bd00 2024-03-11T17:56:27.027 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 starting - - - - 2024-03-11T17:56:27.028 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (12m) 9m ago 12m 40.5M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T17:56:27.028 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (12m) 9m ago 12m 12.5M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T17:56:27.028 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:9283 running (19m) 9m ago 19m 367M - 16.2.5 6933c2a0b7dd 73121a409072 2024-03-11T17:56:27.028 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283 running (10m) 9m ago 17m 500M - 18.2.1-802-ge1b0c2aa 38c4ca238582 41728b195212 2024-03-11T17:56:27.028 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (19m) 9m ago 20m 55.2M 2048M 16.2.5 6933c2a0b7dd d2652d3f8220 2024-03-11T17:56:27.028 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (17m) 9m ago 17m 47.6M 2048M 16.2.5 6933c2a0b7dd 48b36f582d96 2024-03-11T17:56:27.028 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (9m) 9m ago 9m 45.5M - 3.5 6933c2a0b7dd aee2a66a3a0d 2024-03-11T17:56:27.028 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (9m) 9m ago 9m 46.9M - 3.5 6933c2a0b7dd 72a9313be656 2024-03-11T17:56:27.028 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 starting - - - - 2024-03-11T17:56:27.028 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (17m) 9m ago 17m 17.1M - 0.18.1 e5a616e4b9cf 0ef3c4c60b7c 2024-03-11T17:56:27.028 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (16m) 9m ago 16m 382M 1944M 16.2.5 6933c2a0b7dd 8a9418f8764a 2024-03-11T17:56:27.029 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (16m) 9m ago 16m 291M 1944M 16.2.5 6933c2a0b7dd 120ec75123a3 2024-03-11T17:56:27.029 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (15m) 9m ago 15m 239M 1944M 16.2.5 6933c2a0b7dd 68fe37f0f2b3 2024-03-11T17:56:27.029 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (15m) 9m ago 15m 359M 1944M 16.2.5 6933c2a0b7dd ec14dfc2c803 2024-03-11T17:56:27.029 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (15m) 9m ago 15m 373M 2712M 16.2.5 6933c2a0b7dd a618d96d8b7f 2024-03-11T17:56:27.029 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (14m) 9m ago 14m 389M 2712M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T17:56:27.029 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (14m) 9m ago 14m 321M 2712M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T17:56:27.029 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (14m) 9m ago 14m 498M 2712M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T17:56:27.029 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 starting - - - - 2024-03-11T17:56:27.083 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:56:27.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:27 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:56:26.112144+0000 mgr.smithi176.txyrph (mgr.24429) 447 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:27.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:27 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:56:26.389455+0000 mgr.smithi176.txyrph (mgr.24429) 448 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:56:27.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:27 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:56:26.112144+0000 mgr.smithi176.txyrph (mgr.24429) 447 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:27.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:27 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:56:26.389455+0000 mgr.smithi176.txyrph (mgr.24429) 448 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:56:27.414 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:56:27.414 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T17:56:27.414 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:56:27.414 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:56:27.414 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T17:56:27.414 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T17:56:27.415 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:56:27.415 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:56:27.415 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T17:56:27.415 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T17:56:27.415 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:56:27.415 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T17:56:27.415 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:56:27.415 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:56:27.415 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T17:56:27.415 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T17:56:27.415 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:56:27.415 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T17:56:27.416 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:56:27.731 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:56:27.731 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T17:56:27.732 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T17:56:27.732 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T17:56:27.732 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [], 2024-03-11T17:56:27.732 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T17:56:27.732 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "", 2024-03-11T17:56:27.732 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T17:56:27.732 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:56:28.111 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_OK 2024-03-11T17:56:28.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:56:26.708254+0000 mgr.smithi176.txyrph (mgr.24429) 449 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:56:28.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:56:27.018139+0000 mgr.smithi176.txyrph (mgr.24429) 450 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:56:28.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:56:27.416003+0000 mon.smithi132 (mon.0) 937 : audit [DBG] from='client.? 172.21.15.132:0/3357282716' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:56:28.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:56:26.708254+0000 mgr.smithi176.txyrph (mgr.24429) 449 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:56:28.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:56:27.018139+0000 mgr.smithi176.txyrph (mgr.24429) 450 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:56:28.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:56:27.416003+0000 mon.smithi132 (mon.0) 937 : audit [DBG] from='client.? 172.21.15.132:0/3357282716' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:56:29.310 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:29 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:56:27.732630+0000 mgr.smithi176.txyrph (mgr.24429) 451 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:56:29.310 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:29 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:56:28.030282+0000 mon.smithi176 (mon.1) 132 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:56:29.310 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:29 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:56:28.112734+0000 mgr.smithi176.txyrph (mgr.24429) 452 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:29.310 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:29 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:56:28.112846+0000 mon.smithi132 (mon.0) 938 : audit [DBG] from='client.? 172.21.15.132:0/3425418361' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:56:29.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:29 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:56:27.732630+0000 mgr.smithi176.txyrph (mgr.24429) 451 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:56:29.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:29 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:56:28.030282+0000 mon.smithi176 (mon.1) 132 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:56:29.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:29 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:56:28.112734+0000 mgr.smithi176.txyrph (mgr.24429) 452 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:29.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:29 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:56:28.112846+0000 mon.smithi132 (mon.0) 938 : audit [DBG] from='client.? 172.21.15.132:0/3425418361' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:56:31.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:31 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:56:30.113452+0000 mgr.smithi176.txyrph (mgr.24429) 453 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:56:31.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:31 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:56:30.113452+0000 mgr.smithi176.txyrph (mgr.24429) 453 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:56:32.132 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:56:33.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:56:32.113916+0000 mgr.smithi176.txyrph (mgr.24429) 454 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:33.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:56:32.113916+0000 mgr.smithi176.txyrph (mgr.24429) 454 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:35.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:56:34.114597+0000 mgr.smithi176.txyrph (mgr.24429) 455 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:56:35.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:56:34.114597+0000 mgr.smithi176.txyrph (mgr.24429) 455 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:56:37.169 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:56:37.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:37 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:56:36.115228+0000 mgr.smithi176.txyrph (mgr.24429) 456 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:37.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:37 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:56:36.115228+0000 mgr.smithi176.txyrph (mgr.24429) 456 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:39.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:56:38.115750+0000 mgr.smithi176.txyrph (mgr.24429) 457 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:39.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:56:38.115750+0000 mgr.smithi176.txyrph (mgr.24429) 457 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:41.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:56:40.116508+0000 mgr.smithi176.txyrph (mgr.24429) 458 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:56:41.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:56:40.116508+0000 mgr.smithi176.txyrph (mgr.24429) 458 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:56:42.214 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:56:43.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:56:42.117033+0000 mgr.smithi176.txyrph (mgr.24429) 459 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:43.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:43 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:56:43.030344+0000 mon.smithi176 (mon.1) 133 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:56:43.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:43 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:56:42.117033+0000 mgr.smithi176.txyrph (mgr.24429) 459 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:43.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:43 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:56:43.030344+0000 mon.smithi176 (mon.1) 133 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:56:45.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:56:44.117858+0000 mgr.smithi176.txyrph (mgr.24429) 460 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:56:45.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:56:44.117858+0000 mgr.smithi176.txyrph (mgr.24429) 460 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:56:47.253 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:56:47.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:47 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:56:46.118264+0000 mgr.smithi176.txyrph (mgr.24429) 461 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:47.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:47 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:56:46.118264+0000 mgr.smithi176.txyrph (mgr.24429) 461 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:49.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:49 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:56:48.118781+0000 mgr.smithi176.txyrph (mgr.24429) 462 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:49.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:49 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:56:48.118781+0000 mgr.smithi176.txyrph (mgr.24429) 462 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:51.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:56:50.119577+0000 mgr.smithi176.txyrph (mgr.24429) 463 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:56:51.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:56:50.119577+0000 mgr.smithi176.txyrph (mgr.24429) 463 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:56:52.294 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:56:53.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:53 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:56:52.120110+0000 mgr.smithi176.txyrph (mgr.24429) 464 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:53.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:56:52.120110+0000 mgr.smithi176.txyrph (mgr.24429) 464 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:55.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:55 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:56:54.120813+0000 mgr.smithi176.txyrph (mgr.24429) 465 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:56:55.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:55 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:56:54.120813+0000 mgr.smithi176.txyrph (mgr.24429) 465 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:56:57.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:56:56.121375+0000 mgr.smithi176.txyrph (mgr.24429) 466 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:57.329 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:56:57.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:56:56.121375+0000 mgr.smithi176.txyrph (mgr.24429) 466 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:58.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:56:58.030756+0000 mon.smithi176 (mon.1) 134 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:56:58.454 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T17:56:58.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:56:58.030756+0000 mon.smithi176 (mon.1) 134 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:56:59.078 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T17:56:59.079 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 starting - - - - 2024-03-11T17:56:59.079 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (18m) 10m ago 18m 6387k - 16.2.5 6933c2a0b7dd 9a5469425dbb 2024-03-11T17:56:59.079 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (17m) 10m ago 17m 6387k - 16.2.5 6933c2a0b7dd 3394b3e5bd00 2024-03-11T17:56:59.079 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 starting - - - - 2024-03-11T17:56:59.079 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (13m) 10m ago 13m 40.5M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T17:56:59.079 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (13m) 10m ago 13m 12.5M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T17:56:59.079 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:9283 running (20m) 10m ago 20m 367M - 16.2.5 6933c2a0b7dd 73121a409072 2024-03-11T17:56:59.079 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283 running (11m) 10m ago 17m 500M - 18.2.1-802-ge1b0c2aa 38c4ca238582 41728b195212 2024-03-11T17:56:59.079 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (20m) 10m ago 20m 55.2M 2048M 16.2.5 6933c2a0b7dd d2652d3f8220 2024-03-11T17:56:59.079 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (17m) 10m ago 17m 47.6M 2048M 16.2.5 6933c2a0b7dd 48b36f582d96 2024-03-11T17:56:59.079 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (10m) 10m ago 10m 45.5M - 3.5 6933c2a0b7dd aee2a66a3a0d 2024-03-11T17:56:59.079 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (10m) 10m ago 10m 46.9M - 3.5 6933c2a0b7dd 72a9313be656 2024-03-11T17:56:59.079 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 starting - - - - 2024-03-11T17:56:59.079 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (17m) 10m ago 17m 17.1M - 0.18.1 e5a616e4b9cf 0ef3c4c60b7c 2024-03-11T17:56:59.079 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (17m) 10m ago 17m 382M 1944M 16.2.5 6933c2a0b7dd 8a9418f8764a 2024-03-11T17:56:59.080 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (16m) 10m ago 16m 291M 1944M 16.2.5 6933c2a0b7dd 120ec75123a3 2024-03-11T17:56:59.080 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (16m) 10m ago 16m 239M 1944M 16.2.5 6933c2a0b7dd 68fe37f0f2b3 2024-03-11T17:56:59.080 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (16m) 10m ago 16m 359M 1944M 16.2.5 6933c2a0b7dd ec14dfc2c803 2024-03-11T17:56:59.080 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (15m) 10m ago 15m 373M 2712M 16.2.5 6933c2a0b7dd a618d96d8b7f 2024-03-11T17:56:59.080 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (15m) 10m ago 15m 389M 2712M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T17:56:59.080 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (15m) 10m ago 15m 321M 2712M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T17:56:59.080 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (14m) 10m ago 14m 498M 2712M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T17:56:59.080 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 starting - - - - 2024-03-11T17:56:59.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:59 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:56:58.121725+0000 mgr.smithi176.txyrph (mgr.24429) 467 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:59.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:56:59 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:56:58.443157+0000 mgr.smithi176.txyrph (mgr.24429) 468 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:56:59.456 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:56:59.456 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T17:56:59.456 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:56:59.456 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:56:59.456 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T17:56:59.456 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T17:56:59.456 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:56:59.456 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:56:59.457 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T17:56:59.457 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T17:56:59.457 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:56:59.457 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T17:56:59.457 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:56:59.457 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:56:59.457 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T17:56:59.457 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T17:56:59.457 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:56:59.457 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T17:56:59.457 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:56:59.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:59 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:56:58.121725+0000 mgr.smithi176.txyrph (mgr.24429) 467 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:56:59.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:56:59 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:56:58.443157+0000 mgr.smithi176.txyrph (mgr.24429) 468 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:56:59.774 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:56:59.775 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T17:56:59.775 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T17:56:59.775 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T17:56:59.775 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [], 2024-03-11T17:56:59.775 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "1/23 daemons upgraded", 2024-03-11T17:56:59.775 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "", 2024-03-11T17:56:59.775 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T17:56:59.775 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:57:00.154 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_OK 2024-03-11T17:57:00.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:00 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:56:58.760343+0000 mgr.smithi176.txyrph (mgr.24429) 469 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:57:00.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:00 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:56:59.070407+0000 mgr.smithi176.txyrph (mgr.24429) 470 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:57:00.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:00 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:56:59.457866+0000 mon.smithi132 (mon.0) 939 : audit [DBG] from='client.? 172.21.15.132:0/518609213' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:57:00.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:00 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:56:58.760343+0000 mgr.smithi176.txyrph (mgr.24429) 469 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:57:00.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:00 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:56:59.070407+0000 mgr.smithi176.txyrph (mgr.24429) 470 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:57:00.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:00 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:56:59.457866+0000 mon.smithi132 (mon.0) 939 : audit [DBG] from='client.? 172.21.15.132:0/518609213' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:57:01.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:56:59.775988+0000 mgr.smithi176.txyrph (mgr.24429) 471 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:57:01.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:00.122501+0000 mgr.smithi176.txyrph (mgr.24429) 472 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:57:01.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:01 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:00.156101+0000 mon.smithi132 (mon.0) 940 : audit [DBG] from='client.? 172.21.15.132:0/4072659671' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:57:01.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:56:59.775988+0000 mgr.smithi176.txyrph (mgr.24429) 471 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:57:01.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:00.122501+0000 mgr.smithi176.txyrph (mgr.24429) 472 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:57:01.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:00.156101+0000 mon.smithi132 (mon.0) 940 : audit [DBG] from='client.? 172.21.15.132:0/4072659671' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:57:02.376 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:57:03.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:03 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:02.122878+0000 mgr.smithi176.txyrph (mgr.24429) 473 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:57:03.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:02.122878+0000 mgr.smithi176.txyrph (mgr.24429) 473 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:57:05.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:04.123595+0000 mgr.smithi176.txyrph (mgr.24429) 474 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:57:05.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:04.123595+0000 mgr.smithi176.txyrph (mgr.24429) 474 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:57:07.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:06.124107+0000 mgr.smithi176.txyrph (mgr.24429) 475 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:57:07.342 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:06.124107+0000 mgr.smithi176.txyrph (mgr.24429) 475 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:57:07.417 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:57:09.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:08.124572+0000 mgr.smithi176.txyrph (mgr.24429) 476 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:57:09.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:08.124572+0000 mgr.smithi176.txyrph (mgr.24429) 476 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:57:11.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:10.125394+0000 mgr.smithi176.txyrph (mgr.24429) 477 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:57:11.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:10.125394+0000 mgr.smithi176.txyrph (mgr.24429) 477 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:57:12.452 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:57:13.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:12.125946+0000 mgr.smithi176.txyrph (mgr.24429) 478 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:57:13.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:13 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:13.030962+0000 mon.smithi176 (mon.1) 135 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:57:13.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:12.125946+0000 mgr.smithi176.txyrph (mgr.24429) 478 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:57:13.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:13.030962+0000 mon.smithi176 (mon.1) 135 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:57:15.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:15 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:14.126806+0000 mgr.smithi176.txyrph (mgr.24429) 479 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:57:15.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:14.126806+0000 mgr.smithi176.txyrph (mgr.24429) 479 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:57:17.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:17 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:16.127243+0000 mgr.smithi176.txyrph (mgr.24429) 480 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:57:17.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:17 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:16.127243+0000 mgr.smithi176.txyrph (mgr.24429) 480 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:57:17.489 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:57:19.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:19 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:18.127676+0000 mgr.smithi176.txyrph (mgr.24429) 481 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:57:19.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:18.127676+0000 mgr.smithi176.txyrph (mgr.24429) 481 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:57:21.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:20.128334+0000 mgr.smithi176.txyrph (mgr.24429) 482 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:57:21.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:20.128334+0000 mgr.smithi176.txyrph (mgr.24429) 482 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:57:22.534 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:57:23.721 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:22.128777+0000 mgr.smithi176.txyrph (mgr.24429) 483 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:57:23.721 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:22.495942+0000 mon.smithi132 (mon.0) 941 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:23.721 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:22.502933+0000 mon.smithi132 (mon.0) 942 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:23.721 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:22.548559+0000 mon.smithi176 (mon.1) 136 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-11T17:57:23.721 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:22.548927+0000 mgr.smithi176.txyrph (mgr.24429) 484 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-11T17:57:23.721 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:22.549868+0000 mon.smithi176 (mon.1) 137 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi132.front.sepia.ceph.com:9093"}]: dispatch 2024-03-11T17:57:23.722 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:22.550138+0000 mgr.smithi176.txyrph (mgr.24429) 485 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi132.front.sepia.ceph.com:9093"}]: dispatch 2024-03-11T17:57:23.722 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:22.554507+0000 mon.smithi132 (mon.0) 943 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:23.722 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:22.564881+0000 mon.smithi176 (mon.1) 138 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-11T17:57:23.722 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:22.565249+0000 mgr.smithi176.txyrph (mgr.24429) 486 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-11T17:57:23.722 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:22.566985+0000 mon.smithi176 (mon.1) 139 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi132.front.sepia.ceph.com:3000"}]: dispatch 2024-03-11T17:57:23.722 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:22.567386+0000 mgr.smithi176.txyrph (mgr.24429) 487 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi132.front.sepia.ceph.com:3000"}]: dispatch 2024-03-11T17:57:23.722 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:22.571223+0000 mon.smithi132 (mon.0) 944 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:23.722 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:22.579909+0000 mon.smithi176 (mon.1) 140 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-11T17:57:23.722 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:22.580315+0000 mgr.smithi176.txyrph (mgr.24429) 488 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-11T17:57:23.722 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:22.582129+0000 mon.smithi176 (mon.1) 141 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi132.front.sepia.ceph.com:9095"}]: dispatch 2024-03-11T17:57:23.722 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:22.582511+0000 mgr.smithi176.txyrph (mgr.24429) 489 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi132.front.sepia.ceph.com:9095"}]: dispatch 2024-03-11T17:57:23.722 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:22.586389+0000 mon.smithi132 (mon.0) 945 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:23.722 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:22.599812+0000 mon.smithi176 (mon.1) 142 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:57:23.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:22.604344+0000 mon.smithi132 (mon.0) 946 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:23.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:57:22.607844+0000 mgr.smithi176.txyrph (mgr.24429) 490 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi176.txyrph) 2024-03-11T17:57:23.723 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:57:22.608243+0000 mgr.smithi176.txyrph (mgr.24429) 491 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi176.txyrph) 2024-03-11T17:57:23.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:22.128777+0000 mgr.smithi176.txyrph (mgr.24429) 483 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:57:23.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:22.495942+0000 mon.smithi132 (mon.0) 941 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:23.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:22.502933+0000 mon.smithi132 (mon.0) 942 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:23.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:22.548559+0000 mon.smithi176 (mon.1) 136 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-11T17:57:23.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:22.548927+0000 mgr.smithi176.txyrph (mgr.24429) 484 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-11T17:57:23.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:22.549868+0000 mon.smithi176 (mon.1) 137 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi132.front.sepia.ceph.com:9093"}]: dispatch 2024-03-11T17:57:23.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:22.550138+0000 mgr.smithi176.txyrph (mgr.24429) 485 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi132.front.sepia.ceph.com:9093"}]: dispatch 2024-03-11T17:57:23.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:22.554507+0000 mon.smithi132 (mon.0) 943 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:23.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:22.564881+0000 mon.smithi176 (mon.1) 138 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-11T17:57:23.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:22.565249+0000 mgr.smithi176.txyrph (mgr.24429) 486 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-11T17:57:23.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:22.566985+0000 mon.smithi176 (mon.1) 139 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi132.front.sepia.ceph.com:3000"}]: dispatch 2024-03-11T17:57:23.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:22.567386+0000 mgr.smithi176.txyrph (mgr.24429) 487 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi132.front.sepia.ceph.com:3000"}]: dispatch 2024-03-11T17:57:23.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:22.571223+0000 mon.smithi132 (mon.0) 944 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:23.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:22.579909+0000 mon.smithi176 (mon.1) 140 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-11T17:57:23.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:22.580315+0000 mgr.smithi176.txyrph (mgr.24429) 488 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-11T17:57:23.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:22.582129+0000 mon.smithi176 (mon.1) 141 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi132.front.sepia.ceph.com:9095"}]: dispatch 2024-03-11T17:57:23.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:22.582511+0000 mgr.smithi176.txyrph (mgr.24429) 489 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi132.front.sepia.ceph.com:9095"}]: dispatch 2024-03-11T17:57:23.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:22.586389+0000 mon.smithi132 (mon.0) 945 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:23.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:22.599812+0000 mon.smithi176 (mon.1) 142 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:57:23.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:22.604344+0000 mon.smithi132 (mon.0) 946 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:23.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:57:22.607844+0000 mgr.smithi176.txyrph (mgr.24429) 490 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi176.txyrph) 2024-03-11T17:57:23.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:57:22.608243+0000 mgr.smithi176.txyrph (mgr.24429) 491 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi176.txyrph) 2024-03-11T17:57:25.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:57:24.076156+0000 mgr.smithi176.txyrph (mgr.24429) 492 : cephadm [INF] Upgrade: Updating mgr.smithi132.jvlwde 2024-03-11T17:57:25.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:24.080948+0000 mon.smithi132 (mon.0) 947 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:25.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:24.082616+0000 mon.smithi176 (mon.1) 143 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi132.jvlwde", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-11T17:57:25.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:24.082965+0000 mon.smithi132 (mon.0) 948 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi132.jvlwde", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-11T17:57:25.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:24.083943+0000 mon.smithi176 (mon.1) 144 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-11T17:57:25.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:24.084815+0000 mon.smithi176 (mon.1) 145 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:57:25.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:57:24.085725+0000 mgr.smithi176.txyrph (mgr.24429) 493 : cephadm [INF] Deploying daemon mgr.smithi132.jvlwde on smithi132 2024-03-11T17:57:25.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:24.129489+0000 mgr.smithi176.txyrph (mgr.24429) 494 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:57:25.450 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:57:24.076156+0000 mgr.smithi176.txyrph (mgr.24429) 492 : cephadm [INF] Upgrade: Updating mgr.smithi132.jvlwde 2024-03-11T17:57:25.450 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:24.080948+0000 mon.smithi132 (mon.0) 947 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:25.450 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:24.082616+0000 mon.smithi176 (mon.1) 143 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi132.jvlwde", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-11T17:57:25.450 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:24.082965+0000 mon.smithi132 (mon.0) 948 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi132.jvlwde", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-11T17:57:25.450 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:24.083943+0000 mon.smithi176 (mon.1) 144 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-11T17:57:25.450 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:24.084815+0000 mon.smithi176 (mon.1) 145 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:57:25.450 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:57:24.085725+0000 mgr.smithi176.txyrph (mgr.24429) 493 : cephadm [INF] Deploying daemon mgr.smithi132.jvlwde on smithi132 2024-03-11T17:57:25.450 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:24.129489+0000 mgr.smithi176.txyrph (mgr.24429) 494 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:57:27.300 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:27 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:26.129921+0000 mgr.smithi176.txyrph (mgr.24429) 495 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:57:27.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:27 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:26.129921+0000 mgr.smithi176.txyrph (mgr.24429) 495 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:57:27.574 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:57:28.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:27.590080+0000 mon.smithi132 (mon.0) 949 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:28.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:27.596052+0000 mon.smithi132 (mon.0) 950 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:28.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:27.608011+0000 mon.smithi176 (mon.1) 146 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:57:28.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:27.878666+0000 mon.smithi132 (mon.0) 951 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:28.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:27.884075+0000 mon.smithi132 (mon.0) 952 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:28.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:27.928348+0000 mon.smithi132 (mon.0) 953 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:28.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:27.944508+0000 mon.smithi132 (mon.0) 954 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:28.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:28.031025+0000 mon.smithi176 (mon.1) 147 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:57:28.967 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:27.590080+0000 mon.smithi132 (mon.0) 949 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:28.967 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:27.596052+0000 mon.smithi132 (mon.0) 950 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:28.967 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:27.608011+0000 mon.smithi176 (mon.1) 146 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:57:28.967 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:27.878666+0000 mon.smithi132 (mon.0) 951 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:28.968 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:27.884075+0000 mon.smithi132 (mon.0) 952 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:28.968 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:27.928348+0000 mon.smithi132 (mon.0) 953 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:28.968 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:27.944508+0000 mon.smithi132 (mon.0) 954 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:28.968 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:28 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:28.031025+0000 mon.smithi176 (mon.1) 147 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:57:29.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:29 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:28.130340+0000 mgr.smithi176.txyrph (mgr.24429) 496 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:57:30.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:29 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:28.130340+0000 mgr.smithi176.txyrph (mgr.24429) 496 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:57:30.527 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T17:57:31.219 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T17:57:31.219 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 starting - - - - 2024-03-11T17:57:31.219 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (19m) 10m ago 19m 6387k - 16.2.5 6933c2a0b7dd 9a5469425dbb 2024-03-11T17:57:31.219 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (18m) 10m ago 18m 6387k - 16.2.5 6933c2a0b7dd 3394b3e5bd00 2024-03-11T17:57:31.219 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 starting - - - - 2024-03-11T17:57:31.219 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (13m) 10m ago 13m 40.5M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T17:57:31.219 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (13m) 10m ago 13m 12.5M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T17:57:31.219 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:8443,9283,8765 starting - - - - 2024-03-11T17:57:31.219 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283 running (11m) 10m ago 18m 500M - 18.2.1-802-ge1b0c2aa 38c4ca238582 41728b195212 2024-03-11T17:57:31.219 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (21m) 10m ago 21m 55.2M 2048M 16.2.5 6933c2a0b7dd d2652d3f8220 2024-03-11T17:57:31.219 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (18m) 10m ago 18m 47.6M 2048M 16.2.5 6933c2a0b7dd 48b36f582d96 2024-03-11T17:57:31.219 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (11m) 10m ago 11m 45.5M - 3.5 6933c2a0b7dd aee2a66a3a0d 2024-03-11T17:57:31.220 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (10m) 10m ago 10m 46.9M - 3.5 6933c2a0b7dd 72a9313be656 2024-03-11T17:57:31.220 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 starting - - - - 2024-03-11T17:57:31.220 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 starting - - - - 2024-03-11T17:57:31.220 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (17m) 10m ago 17m 382M 1944M 16.2.5 6933c2a0b7dd 8a9418f8764a 2024-03-11T17:57:31.220 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (17m) 10m ago 17m 291M 1944M 16.2.5 6933c2a0b7dd 120ec75123a3 2024-03-11T17:57:31.220 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (16m) 10m ago 16m 239M 1944M 16.2.5 6933c2a0b7dd 68fe37f0f2b3 2024-03-11T17:57:31.220 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (16m) 10m ago 16m 359M 1944M 16.2.5 6933c2a0b7dd ec14dfc2c803 2024-03-11T17:57:31.220 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (16m) 10m ago 16m 373M 2712M 16.2.5 6933c2a0b7dd a618d96d8b7f 2024-03-11T17:57:31.220 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (15m) 10m ago 15m 389M 2712M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T17:57:31.220 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (15m) 10m ago 15m 321M 2712M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T17:57:31.220 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (15m) 10m ago 15m 498M 2712M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T17:57:31.220 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 starting - - - - 2024-03-11T17:57:31.623 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:57:31.623 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T17:57:31.623 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:57:31.623 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:57:31.623 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T17:57:31.623 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T17:57:31.623 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:57:31.623 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:57:31.623 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T17:57:31.624 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T17:57:31.624 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:57:31.624 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T17:57:31.624 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:57:31.624 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:57:31.624 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T17:57:31.624 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-03-11T17:57:31.624 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:57:31.624 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T17:57:31.624 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:57:31.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:31 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:30.131005+0000 mgr.smithi176.txyrph (mgr.24429) 497 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:57:31.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:31 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:30.515160+0000 mgr.smithi176.txyrph (mgr.24429) 498 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:57:31.991 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:57:31.992 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T17:57:31.992 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T17:57:31.992 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T17:57:31.992 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [], 2024-03-11T17:57:31.992 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "", 2024-03-11T17:57:31.992 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "Currently upgrading mgr daemons", 2024-03-11T17:57:31.992 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T17:57:31.992 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:57:32.013 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:31 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:30.131005+0000 mgr.smithi176.txyrph (mgr.24429) 497 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:57:32.013 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:31 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:30.515160+0000 mgr.smithi176.txyrph (mgr.24429) 498 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:57:32.390 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_OK 2024-03-11T17:57:32.614 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:57:32.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:32 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:30.864864+0000 mgr.smithi176.txyrph (mgr.24429) 499 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:57:32.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:32 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:31.210680+0000 mgr.smithi176.txyrph (mgr.24429) 500 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:57:32.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:32 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:31.624640+0000 mon.smithi132 (mon.0) 955 : audit [DBG] from='client.? 172.21.15.132:0/4149043858' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:57:32.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:32 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:32.392594+0000 mon.smithi132 (mon.0) 956 : audit [DBG] from='client.? 172.21.15.132:0/3063706186' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:57:32.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:32 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:32.512395+0000 mon.smithi132 (mon.0) 957 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:32.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:32 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:32.517630+0000 mon.smithi132 (mon.0) 958 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:33.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:30.864864+0000 mgr.smithi176.txyrph (mgr.24429) 499 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:57:33.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:31.210680+0000 mgr.smithi176.txyrph (mgr.24429) 500 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:57:33.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:31.624640+0000 mon.smithi132 (mon.0) 955 : audit [DBG] from='client.? 172.21.15.132:0/4149043858' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:57:33.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:32.392594+0000 mon.smithi132 (mon.0) 956 : audit [DBG] from='client.? 172.21.15.132:0/3063706186' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:57:33.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:32.512395+0000 mon.smithi132 (mon.0) 957 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:33.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:32.517630+0000 mon.smithi132 (mon.0) 958 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:34.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:31.993132+0000 mgr.smithi176.txyrph (mgr.24429) 501 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:57:34.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:32.131328+0000 mgr.smithi176.txyrph (mgr.24429) 502 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:57:34.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:31.993132+0000 mgr.smithi176.txyrph (mgr.24429) 501 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:57:34.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:32.131328+0000 mgr.smithi176.txyrph (mgr.24429) 502 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:57:35.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:34.132124+0000 mgr.smithi176.txyrph (mgr.24429) 503 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:57:35.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:34.284576+0000 mon.smithi132 (mon.0) 959 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:35.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:34.293255+0000 mon.smithi132 (mon.0) 960 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:35.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:34.854427+0000 mon.smithi132 (mon.0) 961 : cluster [DBG] Standby manager daemon smithi132.jvlwde restarted 2024-03-11T17:57:35.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:34.854561+0000 mon.smithi132 (mon.0) 962 : cluster [DBG] Standby manager daemon smithi132.jvlwde started 2024-03-11T17:57:35.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:34.856987+0000 mon.smithi132 (mon.0) 963 : audit [DBG] from='mgr.? 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi132.jvlwde/crt"}]: dispatch 2024-03-11T17:57:35.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:34.857464+0000 mon.smithi132 (mon.0) 964 : audit [DBG] from='mgr.? 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-11T17:57:35.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:34.861476+0000 mon.smithi132 (mon.0) 965 : audit [DBG] from='mgr.? 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi132.jvlwde/key"}]: dispatch 2024-03-11T17:57:35.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:34.861868+0000 mon.smithi132 (mon.0) 966 : audit [DBG] from='mgr.? 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-11T17:57:35.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:34.928326+0000 mon.smithi132 (mon.0) 967 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:35.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:35 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:34.934830+0000 mon.smithi132 (mon.0) 968 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:35.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:34.132124+0000 mgr.smithi176.txyrph (mgr.24429) 503 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:57:35.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:34.284576+0000 mon.smithi132 (mon.0) 959 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:35.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:34.293255+0000 mon.smithi132 (mon.0) 960 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:35.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:34.854427+0000 mon.smithi132 (mon.0) 961 : cluster [DBG] Standby manager daemon smithi132.jvlwde restarted 2024-03-11T17:57:35.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:34.854561+0000 mon.smithi132 (mon.0) 962 : cluster [DBG] Standby manager daemon smithi132.jvlwde started 2024-03-11T17:57:35.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:34.856987+0000 mon.smithi132 (mon.0) 963 : audit [DBG] from='mgr.? 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi132.jvlwde/crt"}]: dispatch 2024-03-11T17:57:35.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:34.857464+0000 mon.smithi132 (mon.0) 964 : audit [DBG] from='mgr.? 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-11T17:57:35.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:34.861476+0000 mon.smithi132 (mon.0) 965 : audit [DBG] from='mgr.? 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi132.jvlwde/key"}]: dispatch 2024-03-11T17:57:35.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:34.861868+0000 mon.smithi132 (mon.0) 966 : audit [DBG] from='mgr.? 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-11T17:57:35.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:34.928326+0000 mon.smithi132 (mon.0) 967 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:35.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:34.934830+0000 mon.smithi132 (mon.0) 968 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:36.702 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:36 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:35.610554+0000 mon.smithi132 (mon.0) 969 : cluster [DBG] mgrmap e29: smithi176.txyrph(active, since 11m), standbys: smithi132.jvlwde 2024-03-11T17:57:37.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:36 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:35.610554+0000 mon.smithi132 (mon.0) 969 : cluster [DBG] mgrmap e29: smithi176.txyrph(active, since 11m), standbys: smithi132.jvlwde 2024-03-11T17:57:37.658 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:57:37.957 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:37 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:36.132694+0000 mgr.smithi176.txyrph (mgr.24429) 504 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:57:38.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:37 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:36.132694+0000 mgr.smithi176.txyrph (mgr.24429) 504 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:57:39.574 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:38.133219+0000 mgr.smithi176.txyrph (mgr.24429) 505 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:57:39.574 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:38.313640+0000 mon.smithi132 (mon.0) 970 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:39.574 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:38.322215+0000 mon.smithi132 (mon.0) 971 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:39.574 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:38.325004+0000 mon.smithi176 (mon.1) 148 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:57:39.574 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:38.325795+0000 mon.smithi176 (mon.1) 149 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:57:39.574 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:38.327599+0000 mgr.smithi176.txyrph (mgr.24429) 506 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 200 B/s wr, 0 op/s 2024-03-11T17:57:39.574 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:38.331036+0000 mon.smithi132 (mon.0) 972 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:39.574 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:38.350158+0000 mon.smithi132 (mon.0) 973 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:39.574 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:38.486426+0000 mon.smithi176 (mon.1) 150 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:57:39.575 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:57:38.488915+0000 mgr.smithi176.txyrph (mgr.24429) 507 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi176.txyrph) 2024-03-11T17:57:39.575 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:57:38.489395+0000 mgr.smithi176.txyrph (mgr.24429) 508 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi176.txyrph) 2024-03-11T17:57:39.575 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:57:38.492411+0000 mgr.smithi176.txyrph (mgr.24429) 509 : cephadm [INF] Failing over to other MGR 2024-03-11T17:57:39.575 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:38.492665+0000 mon.smithi176 (mon.1) 151 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "mgr fail", "who": "smithi176.txyrph"}]: dispatch 2024-03-11T17:57:39.575 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:38.493333+0000 mon.smithi132 (mon.0) 974 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "mgr fail", "who": "smithi176.txyrph"}]: dispatch 2024-03-11T17:57:39.575 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:38.497652+0000 mon.smithi132 (mon.0) 975 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-03-11T17:57:39.575 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:38.608115+0000 mon.smithi132 (mon.0) 976 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-11T17:57:39.729 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:38.133219+0000 mgr.smithi176.txyrph (mgr.24429) 505 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:57:39.729 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:38.313640+0000 mon.smithi132 (mon.0) 970 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:39.729 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:38.322215+0000 mon.smithi132 (mon.0) 971 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:39.730 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:38.325004+0000 mon.smithi176 (mon.1) 148 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:57:39.730 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:38.325795+0000 mon.smithi176 (mon.1) 149 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:57:39.730 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:38.327599+0000 mgr.smithi176.txyrph (mgr.24429) 506 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 200 B/s wr, 0 op/s 2024-03-11T17:57:39.730 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:38.331036+0000 mon.smithi132 (mon.0) 972 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:39.730 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:38.350158+0000 mon.smithi132 (mon.0) 973 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' 2024-03-11T17:57:39.730 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:38.486426+0000 mon.smithi176 (mon.1) 150 : audit [DBG] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:57:39.730 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:57:38.488915+0000 mgr.smithi176.txyrph (mgr.24429) 507 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi176.txyrph) 2024-03-11T17:57:39.730 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:57:38.489395+0000 mgr.smithi176.txyrph (mgr.24429) 508 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi176.txyrph) 2024-03-11T17:57:39.730 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:57:38.492411+0000 mgr.smithi176.txyrph (mgr.24429) 509 : cephadm [INF] Failing over to other MGR 2024-03-11T17:57:39.730 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:38.492665+0000 mon.smithi176 (mon.1) 151 : audit [INF] from='mgr.24429 172.21.15.176:0/3150591908' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "mgr fail", "who": "smithi176.txyrph"}]: dispatch 2024-03-11T17:57:39.730 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:38.493333+0000 mon.smithi132 (mon.0) 974 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "mgr fail", "who": "smithi176.txyrph"}]: dispatch 2024-03-11T17:57:39.730 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:38.497652+0000 mon.smithi132 (mon.0) 975 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-03-11T17:57:39.730 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:39 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:38.608115+0000 mon.smithi132 (mon.0) 976 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-11T17:57:40.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:39.357669+0000 mon.smithi132 (mon.0) 977 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd='[{"prefix": "mgr fail", "who": "smithi176.txyrph"}]': finished 2024-03-11T17:57:40.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:39.357749+0000 mon.smithi132 (mon.0) 978 : cluster [DBG] mgrmap e30: smithi132.jvlwde(active, starting, since 0.863738s) 2024-03-11T17:57:40.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:39.359390+0000 mon.smithi132 (mon.0) 979 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2024-03-11T17:57:40.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:39.359547+0000 mon.smithi132 (mon.0) 980 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2024-03-11T17:57:40.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:39.360041+0000 mon.smithi132 (mon.0) 981 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi132.jgrugp"}]: dispatch 2024-03-11T17:57:40.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:39.360291+0000 mon.smithi132 (mon.0) 982 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi176.fmhxul"}]: dispatch 2024-03-11T17:57:40.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:39.360727+0000 mon.smithi132 (mon.0) 983 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mgr metadata", "who": "smithi132.jvlwde", "id": "smithi132.jvlwde"}]: dispatch 2024-03-11T17:57:40.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:39.361029+0000 mon.smithi132 (mon.0) 984 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T17:57:40.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:39.361316+0000 mon.smithi132 (mon.0) 985 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T17:57:40.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:39.361544+0000 mon.smithi132 (mon.0) 986 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T17:57:40.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:39.361750+0000 mon.smithi132 (mon.0) 987 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T17:57:40.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:39.361953+0000 mon.smithi132 (mon.0) 988 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T17:57:40.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:39.362150+0000 mon.smithi132 (mon.0) 989 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T17:57:40.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:39.362369+0000 mon.smithi132 (mon.0) 990 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T17:57:40.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:39.362641+0000 mon.smithi132 (mon.0) 991 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T17:57:40.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:39.362950+0000 mon.smithi132 (mon.0) 992 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-11T17:57:40.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:39.363343+0000 mon.smithi132 (mon.0) 993 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-11T17:57:40.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:39.363902+0000 mon.smithi132 (mon.0) 994 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-11T17:57:40.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:39.396273+0000 mon.smithi132 (mon.0) 995 : cluster [INF] Manager daemon smithi132.jvlwde is now available 2024-03-11T17:57:40.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:39.418659+0000 mon.smithi132 (mon.0) 996 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:57:40.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:39.421338+0000 mon.smithi132 (mon.0) 997 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:57:40.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:39.446453+0000 mon.smithi132 (mon.0) 998 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:40.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:39.447368+0000 mon.smithi132 (mon.0) 999 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:57:40.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:39.456422+0000 mon.smithi132 (mon.0) 1000 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/mirror_snapshot_schedule"}]: dispatch 2024-03-11T17:57:40.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:40 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:39.482347+0000 mon.smithi132 (mon.0) 1001 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/trash_purge_schedule"}]: dispatch 2024-03-11T17:57:40.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:39.357669+0000 mon.smithi132 (mon.0) 977 : audit [INF] from='mgr.24429 ' entity='mgr.smithi176.txyrph' cmd='[{"prefix": "mgr fail", "who": "smithi176.txyrph"}]': finished 2024-03-11T17:57:40.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:39.357749+0000 mon.smithi132 (mon.0) 978 : cluster [DBG] mgrmap e30: smithi132.jvlwde(active, starting, since 0.863738s) 2024-03-11T17:57:40.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:39.359390+0000 mon.smithi132 (mon.0) 979 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2024-03-11T17:57:40.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:39.359547+0000 mon.smithi132 (mon.0) 980 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2024-03-11T17:57:40.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:39.360041+0000 mon.smithi132 (mon.0) 981 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi132.jgrugp"}]: dispatch 2024-03-11T17:57:40.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:39.360291+0000 mon.smithi132 (mon.0) 982 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi176.fmhxul"}]: dispatch 2024-03-11T17:57:40.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:39.360727+0000 mon.smithi132 (mon.0) 983 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mgr metadata", "who": "smithi132.jvlwde", "id": "smithi132.jvlwde"}]: dispatch 2024-03-11T17:57:40.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:39.361029+0000 mon.smithi132 (mon.0) 984 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T17:57:40.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:39.361316+0000 mon.smithi132 (mon.0) 985 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T17:57:40.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:39.361544+0000 mon.smithi132 (mon.0) 986 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T17:57:40.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:39.361750+0000 mon.smithi132 (mon.0) 987 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T17:57:40.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:39.361953+0000 mon.smithi132 (mon.0) 988 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T17:57:40.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:39.362150+0000 mon.smithi132 (mon.0) 989 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T17:57:40.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:39.362369+0000 mon.smithi132 (mon.0) 990 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T17:57:40.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:39.362641+0000 mon.smithi132 (mon.0) 991 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T17:57:40.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:39.362950+0000 mon.smithi132 (mon.0) 992 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-11T17:57:40.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:39.363343+0000 mon.smithi132 (mon.0) 993 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-11T17:57:40.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:39.363902+0000 mon.smithi132 (mon.0) 994 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-11T17:57:40.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:39.396273+0000 mon.smithi132 (mon.0) 995 : cluster [INF] Manager daemon smithi132.jvlwde is now available 2024-03-11T17:57:40.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:39.418659+0000 mon.smithi132 (mon.0) 996 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:57:40.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:39.421338+0000 mon.smithi132 (mon.0) 997 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:57:40.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:39.446453+0000 mon.smithi132 (mon.0) 998 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:40.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:39.447368+0000 mon.smithi132 (mon.0) 999 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:57:40.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:39.456422+0000 mon.smithi132 (mon.0) 1000 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/mirror_snapshot_schedule"}]: dispatch 2024-03-11T17:57:40.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:39.482347+0000 mon.smithi132 (mon.0) 1001 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/trash_purge_schedule"}]: dispatch 2024-03-11T17:57:41.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:57:39.939266+0000 mgr.smithi132.jvlwde (mgr.15258) 1 : cephadm [INF] [11/Mar/2024:17:57:39] ENGINE Bus STARTING 2024-03-11T17:57:41.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:57:40.053170+0000 mgr.smithi132.jvlwde (mgr.15258) 2 : cephadm [INF] [11/Mar/2024:17:57:40] ENGINE Serving on https://172.21.15.132:7150 2024-03-11T17:57:41.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:57:40.154338+0000 mgr.smithi132.jvlwde (mgr.15258) 3 : cephadm [INF] [11/Mar/2024:17:57:40] ENGINE Serving on http://172.21.15.132:8765 2024-03-11T17:57:41.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:57:40.154478+0000 mgr.smithi132.jvlwde (mgr.15258) 4 : cephadm [INF] [11/Mar/2024:17:57:40] ENGINE Bus STARTED 2024-03-11T17:57:41.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:40.362253+0000 mon.smithi132 (mon.0) 1002 : cluster [DBG] mgrmap e31: smithi132.jvlwde(active, since 1.86824s) 2024-03-11T17:57:41.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:40.376572+0000 mgr.smithi132.jvlwde (mgr.15258) 5 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-03-11T17:57:41.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:57:39.939266+0000 mgr.smithi132.jvlwde (mgr.15258) 1 : cephadm [INF] [11/Mar/2024:17:57:39] ENGINE Bus STARTING 2024-03-11T17:57:41.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:57:40.053170+0000 mgr.smithi132.jvlwde (mgr.15258) 2 : cephadm [INF] [11/Mar/2024:17:57:40] ENGINE Serving on https://172.21.15.132:7150 2024-03-11T17:57:41.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:57:40.154338+0000 mgr.smithi132.jvlwde (mgr.15258) 3 : cephadm [INF] [11/Mar/2024:17:57:40] ENGINE Serving on http://172.21.15.132:8765 2024-03-11T17:57:41.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:57:40.154478+0000 mgr.smithi132.jvlwde (mgr.15258) 4 : cephadm [INF] [11/Mar/2024:17:57:40] ENGINE Bus STARTED 2024-03-11T17:57:41.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:40.362253+0000 mon.smithi132 (mon.0) 1002 : cluster [DBG] mgrmap e31: smithi132.jvlwde(active, since 1.86824s) 2024-03-11T17:57:41.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:40.376572+0000 mgr.smithi132.jvlwde (mgr.15258) 5 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-03-11T17:57:42.696 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:57:42.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:42 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:41.358492+0000 mon.smithi132 (mon.0) 1003 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-11T17:57:42.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:42 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:41.358520+0000 mon.smithi132 (mon.0) 1004 : cluster [INF] Cluster is now healthy 2024-03-11T17:57:42.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:42 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:41.363040+0000 mgr.smithi132.jvlwde (mgr.15258) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-03-11T17:57:42.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:42 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:41.367422+0000 mon.smithi132 (mon.0) 1005 : cluster [DBG] mgrmap e32: smithi132.jvlwde(active, since 2s) 2024-03-11T17:57:42.827 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:42 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:41.358492+0000 mon.smithi132 (mon.0) 1003 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-11T17:57:42.827 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:42 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:41.358520+0000 mon.smithi132 (mon.0) 1004 : cluster [INF] Cluster is now healthy 2024-03-11T17:57:42.827 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:42 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:41.363040+0000 mgr.smithi132.jvlwde (mgr.15258) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-03-11T17:57:42.827 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:42 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:41.367422+0000 mon.smithi132 (mon.0) 1005 : cluster [DBG] mgrmap e32: smithi132.jvlwde(active, since 2s) 2024-03-11T17:57:44.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:44 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:43.363464+0000 mgr.smithi132.jvlwde (mgr.15258) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-03-11T17:57:44.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:44 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:43.373525+0000 mon.smithi132 (mon.0) 1006 : cluster [DBG] mgrmap e33: smithi132.jvlwde(active, since 4s) 2024-03-11T17:57:44.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:44 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:43.363464+0000 mgr.smithi132.jvlwde (mgr.15258) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-03-11T17:57:44.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:44 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:43.373525+0000 mon.smithi132 (mon.0) 1006 : cluster [DBG] mgrmap e33: smithi132.jvlwde(active, since 4s) 2024-03-11T17:57:45.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:44.415996+0000 mon.smithi132 (mon.0) 1007 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:45.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:44.420373+0000 mon.smithi132 (mon.0) 1008 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:45.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:45.058231+0000 mon.smithi132 (mon.0) 1009 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:45.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:45 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:45.062731+0000 mon.smithi132 (mon.0) 1010 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:45.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:44.415996+0000 mon.smithi132 (mon.0) 1007 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:45.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:44.420373+0000 mon.smithi132 (mon.0) 1008 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:45.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:45.058231+0000 mon.smithi132 (mon.0) 1009 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:45.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:45.062731+0000 mon.smithi132 (mon.0) 1010 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:46.703 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:45.363987+0000 mgr.smithi132.jvlwde (mgr.15258) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-03-11T17:57:46.703 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:45.921147+0000 mon.smithi132 (mon.0) 1011 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:46.703 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:46 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:45.924878+0000 mon.smithi132 (mon.0) 1012 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:46.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:45.363987+0000 mgr.smithi132.jvlwde (mgr.15258) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-03-11T17:57:46.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:45.921147+0000 mon.smithi132 (mon.0) 1011 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:46.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:45.924878+0000 mon.smithi132 (mon.0) 1012 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:47.733 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:57:47.816 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:47 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:46.564200+0000 mon.smithi132 (mon.0) 1013 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:47.816 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:47 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:46.570240+0000 mon.smithi132 (mon.0) 1014 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:47.816 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:47 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:46.599383+0000 mon.smithi132 (mon.0) 1015 : cluster [DBG] Standby manager daemon smithi176.txyrph started 2024-03-11T17:57:47.816 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:47 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:46.600641+0000 mon.smithi176 (mon.1) 152 : audit [DBG] from='mgr.? 172.21.15.176:0/2070107230' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi176.txyrph/crt"}]: dispatch 2024-03-11T17:57:47.816 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:47 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:46.601120+0000 mon.smithi176 (mon.1) 153 : audit [DBG] from='mgr.? 172.21.15.176:0/2070107230' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-11T17:57:47.816 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:47 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:46.603007+0000 mon.smithi176 (mon.1) 154 : audit [DBG] from='mgr.? 172.21.15.176:0/2070107230' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi176.txyrph/key"}]: dispatch 2024-03-11T17:57:47.816 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:47 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:46.604008+0000 mon.smithi176 (mon.1) 155 : audit [DBG] from='mgr.? 172.21.15.176:0/2070107230' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-11T17:57:47.817 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:47 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:47.364638+0000 mgr.smithi132.jvlwde (mgr.15258) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 146 B/s wr, 17 op/s 2024-03-11T17:57:47.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:47 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:46.564200+0000 mon.smithi132 (mon.0) 1013 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:47.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:47 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:46.570240+0000 mon.smithi132 (mon.0) 1014 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:47.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:47 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:46.599383+0000 mon.smithi132 (mon.0) 1015 : cluster [DBG] Standby manager daemon smithi176.txyrph started 2024-03-11T17:57:47.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:47 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:46.600641+0000 mon.smithi176 (mon.1) 152 : audit [DBG] from='mgr.? 172.21.15.176:0/2070107230' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi176.txyrph/crt"}]: dispatch 2024-03-11T17:57:47.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:47 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:46.601120+0000 mon.smithi176 (mon.1) 153 : audit [DBG] from='mgr.? 172.21.15.176:0/2070107230' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-11T17:57:47.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:47 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:46.603007+0000 mon.smithi176 (mon.1) 154 : audit [DBG] from='mgr.? 172.21.15.176:0/2070107230' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi176.txyrph/key"}]: dispatch 2024-03-11T17:57:47.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:47 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:46.604008+0000 mon.smithi176 (mon.1) 155 : audit [DBG] from='mgr.? 172.21.15.176:0/2070107230' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-11T17:57:47.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:47 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:47.364638+0000 mgr.smithi132.jvlwde (mgr.15258) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 146 B/s wr, 17 op/s 2024-03-11T17:57:48.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:48 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:47.579317+0000 mon.smithi132 (mon.0) 1016 : cluster [DBG] mgrmap e34: smithi132.jvlwde(active, since 9s), standbys: smithi176.txyrph 2024-03-11T17:57:48.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:48 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:47.579448+0000 mon.smithi132 (mon.0) 1017 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mgr metadata", "who": "smithi176.txyrph", "id": "smithi176.txyrph"}]: dispatch 2024-03-11T17:57:49.024 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:48 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:47.579317+0000 mon.smithi132 (mon.0) 1016 : cluster [DBG] mgrmap e34: smithi132.jvlwde(active, since 9s), standbys: smithi176.txyrph 2024-03-11T17:57:49.024 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:48 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:47.579448+0000 mon.smithi132 (mon.0) 1017 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mgr metadata", "who": "smithi176.txyrph", "id": "smithi176.txyrph"}]: dispatch 2024-03-11T17:57:49.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:49 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:49.365150+0000 mgr.smithi132.jvlwde (mgr.15258) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 113 B/s wr, 13 op/s 2024-03-11T17:57:50.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:49 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:49.365150+0000 mgr.smithi132.jvlwde (mgr.15258) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 113 B/s wr, 13 op/s 2024-03-11T17:57:51.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:49.645146+0000 mon.smithi132 (mon.0) 1018 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:51.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:49.649516+0000 mon.smithi132 (mon.0) 1019 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:51.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:49.650658+0000 mon.smithi132 (mon.0) 1020 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:57:51.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:49.651286+0000 mon.smithi132 (mon.0) 1021 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:57:51.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:57:49.652128+0000 mgr.smithi132.jvlwde (mgr.15258) 11 : cephadm [INF] Updating smithi132:/etc/ceph/ceph.conf 2024-03-11T17:57:51.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:57:49.652293+0000 mgr.smithi132.jvlwde (mgr.15258) 12 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.conf 2024-03-11T17:57:51.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:57:49.916487+0000 mgr.smithi132.jvlwde (mgr.15258) 13 : cephadm [INF] Updating smithi176:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.conf 2024-03-11T17:57:51.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:57:49.916925+0000 mgr.smithi132.jvlwde (mgr.15258) 14 : cephadm [INF] Updating smithi132:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.conf 2024-03-11T17:57:51.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:57:50.180721+0000 mgr.smithi132.jvlwde (mgr.15258) 15 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.client.admin.keyring 2024-03-11T17:57:51.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:57:50.181260+0000 mgr.smithi132.jvlwde (mgr.15258) 16 : cephadm [INF] Updating smithi132:/etc/ceph/ceph.client.admin.keyring 2024-03-11T17:57:51.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:57:50.445097+0000 mgr.smithi132.jvlwde (mgr.15258) 17 : cephadm [INF] Updating smithi176:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T17:57:51.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:50 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:57:50.445579+0000 mgr.smithi132.jvlwde (mgr.15258) 18 : cephadm [INF] Updating smithi132:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T17:57:51.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:50 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:49.645146+0000 mon.smithi132 (mon.0) 1018 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:51.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:50 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:49.649516+0000 mon.smithi132 (mon.0) 1019 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:51.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:50 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:49.650658+0000 mon.smithi132 (mon.0) 1020 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:57:51.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:50 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:49.651286+0000 mon.smithi132 (mon.0) 1021 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:57:51.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:50 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:57:49.652128+0000 mgr.smithi132.jvlwde (mgr.15258) 11 : cephadm [INF] Updating smithi132:/etc/ceph/ceph.conf 2024-03-11T17:57:51.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:50 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:57:49.652293+0000 mgr.smithi132.jvlwde (mgr.15258) 12 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.conf 2024-03-11T17:57:51.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:50 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:57:49.916487+0000 mgr.smithi132.jvlwde (mgr.15258) 13 : cephadm [INF] Updating smithi176:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.conf 2024-03-11T17:57:51.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:50 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:57:49.916925+0000 mgr.smithi132.jvlwde (mgr.15258) 14 : cephadm [INF] Updating smithi132:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.conf 2024-03-11T17:57:51.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:50 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:57:50.180721+0000 mgr.smithi132.jvlwde (mgr.15258) 15 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.client.admin.keyring 2024-03-11T17:57:51.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:50 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:57:50.181260+0000 mgr.smithi132.jvlwde (mgr.15258) 16 : cephadm [INF] Updating smithi132:/etc/ceph/ceph.client.admin.keyring 2024-03-11T17:57:51.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:50 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:57:50.445097+0000 mgr.smithi132.jvlwde (mgr.15258) 17 : cephadm [INF] Updating smithi176:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T17:57:51.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:50 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:57:50.445579+0000 mgr.smithi132.jvlwde (mgr.15258) 18 : cephadm [INF] Updating smithi132:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T17:57:52.011 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:50.713147+0000 mon.smithi132 (mon.0) 1022 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:52.011 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:50.715191+0000 mon.smithi132 (mon.0) 1023 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:52.011 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:50.718102+0000 mon.smithi132 (mon.0) 1024 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:52.011 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:50.720745+0000 mon.smithi132 (mon.0) 1025 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:52.011 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:50.721823+0000 mgr.smithi132.jvlwde (mgr.15258) 19 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 197 B/s wr, 11 op/s 2024-03-11T17:57:52.011 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:50.724565+0000 mon.smithi132 (mon.0) 1026 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:52.011 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:50.730259+0000 mon.smithi132 (mon.0) 1027 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:52.011 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:57:50.859493+0000 mgr.smithi132.jvlwde (mgr.15258) 20 : cephadm [INF] Reconfiguring prometheus.smithi132 (dependencies changed)... 2024-03-11T17:57:52.011 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:57:51.083209+0000 mgr.smithi132.jvlwde (mgr.15258) 21 : cephadm [INF] Reconfiguring daemon prometheus.smithi132 on smithi132 2024-03-11T17:57:52.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:50.713147+0000 mon.smithi132 (mon.0) 1022 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:52.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:50.715191+0000 mon.smithi132 (mon.0) 1023 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:52.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:50.718102+0000 mon.smithi132 (mon.0) 1024 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:52.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:50.720745+0000 mon.smithi132 (mon.0) 1025 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:52.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:50.721823+0000 mgr.smithi132.jvlwde (mgr.15258) 19 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 197 B/s wr, 11 op/s 2024-03-11T17:57:52.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:50.724565+0000 mon.smithi132 (mon.0) 1026 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:52.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:50.730259+0000 mon.smithi132 (mon.0) 1027 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:52.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:57:50.859493+0000 mgr.smithi132.jvlwde (mgr.15258) 20 : cephadm [INF] Reconfiguring prometheus.smithi132 (dependencies changed)... 2024-03-11T17:57:52.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:57:51.083209+0000 mgr.smithi132.jvlwde (mgr.15258) 21 : cephadm [INF] Reconfiguring daemon prometheus.smithi132 on smithi132 2024-03-11T17:57:52.774 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:57:53.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:52 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:51.719450+0000 mon.smithi132 (mon.0) 1028 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-11T17:57:53.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:52 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:51.719450+0000 mon.smithi132 (mon.0) 1028 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-11T17:57:53.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:53 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:52.722204+0000 mgr.smithi132.jvlwde (mgr.15258) 22 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 180 B/s wr, 10 op/s 2024-03-11T17:57:54.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:52.722204+0000 mgr.smithi132.jvlwde (mgr.15258) 22 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 180 B/s wr, 10 op/s 2024-03-11T17:57:54.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:54 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:54.443662+0000 mon.smithi132 (mon.0) 1029 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:57:55.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:54 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:54.443662+0000 mon.smithi132 (mon.0) 1029 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:57:56.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:55 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:54.722537+0000 mgr.smithi132.jvlwde (mgr.15258) 23 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 180 B/s wr, 10 op/s 2024-03-11T17:57:56.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:55 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:54.840620+0000 mon.smithi132 (mon.0) 1030 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:56.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:55 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:54.845960+0000 mon.smithi132 (mon.0) 1031 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:56.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:55 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:54.864051+0000 mon.smithi132 (mon.0) 1032 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-11T17:57:56.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:55 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:54.864473+0000 mgr.smithi132.jvlwde (mgr.15258) 24 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-11T17:57:56.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:55 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:54.870213+0000 mon.smithi132 (mon.0) 1033 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:57:56.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:55 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:54.722537+0000 mgr.smithi132.jvlwde (mgr.15258) 23 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 180 B/s wr, 10 op/s 2024-03-11T17:57:56.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:55 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:54.840620+0000 mon.smithi132 (mon.0) 1030 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:56.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:55 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:54.845960+0000 mon.smithi132 (mon.0) 1031 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:57:56.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:55 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:54.864051+0000 mon.smithi132 (mon.0) 1032 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-11T17:57:56.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:55 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:54.864473+0000 mgr.smithi132.jvlwde (mgr.15258) 24 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-11T17:57:56.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:55 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:54.870213+0000 mon.smithi132 (mon.0) 1033 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:57:57.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:57:56.439750+0000 mgr.smithi132.jvlwde (mgr.15258) 25 : cephadm [INF] Upgrade: Updating mgr.smithi176.txyrph 2024-03-11T17:57:57.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:56.440248+0000 mon.smithi132 (mon.0) 1034 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi176.txyrph", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-11T17:57:57.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:56.441300+0000 mon.smithi132 (mon.0) 1035 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-11T17:57:57.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:56.442116+0000 mon.smithi132 (mon.0) 1036 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:57:57.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:57:56.443190+0000 mgr.smithi132.jvlwde (mgr.15258) 26 : cephadm [INF] Deploying daemon mgr.smithi176.txyrph on smithi176 2024-03-11T17:57:57.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:57:56.439750+0000 mgr.smithi132.jvlwde (mgr.15258) 25 : cephadm [INF] Upgrade: Updating mgr.smithi176.txyrph 2024-03-11T17:57:57.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:56.440248+0000 mon.smithi132 (mon.0) 1034 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi176.txyrph", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-11T17:57:57.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:56.441300+0000 mon.smithi132 (mon.0) 1035 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-11T17:57:57.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:56.442116+0000 mon.smithi132 (mon.0) 1036 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:57:57.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:57:56.443190+0000 mgr.smithi132.jvlwde (mgr.15258) 26 : cephadm [INF] Deploying daemon mgr.smithi176.txyrph on smithi176 2024-03-11T17:57:57.815 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:57:58.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:57:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:56.723182+0000 mgr.smithi132.jvlwde (mgr.15258) 27 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 270 B/s wr, 11 op/s 2024-03-11T17:57:58.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:57:58 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:56.723182+0000 mgr.smithi132.jvlwde (mgr.15258) 27 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 270 B/s wr, 11 op/s 2024-03-11T17:58:00.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:00 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:57:58.723627+0000 mgr.smithi132.jvlwde (mgr.15258) 28 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 180 B/s wr, 0 op/s 2024-03-11T17:58:00.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:00 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:59.971689+0000 mon.smithi132 (mon.0) 1037 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:00.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:00 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:57:59.978391+0000 mon.smithi132 (mon.0) 1038 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:00.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:00 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:00.015562+0000 mon.smithi132 (mon.0) 1039 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:58:00.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:00 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:57:58.723627+0000 mgr.smithi132.jvlwde (mgr.15258) 28 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 180 B/s wr, 0 op/s 2024-03-11T17:58:00.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:00 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:59.971689+0000 mon.smithi132 (mon.0) 1037 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:00.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:00 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:57:59.978391+0000 mon.smithi132 (mon.0) 1038 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:00.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:00 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:00.015562+0000 mon.smithi132 (mon.0) 1039 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:58:02.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:02 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:58:00.724306+0000 mgr.smithi132.jvlwde (mgr.15258) 29 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 270 B/s wr, 0 op/s 2024-03-11T17:58:02.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:00.724306+0000 mgr.smithi132.jvlwde (mgr.15258) 29 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 270 B/s wr, 0 op/s 2024-03-11T17:58:02.733 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T17:58:02.853 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:58:03.432 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T17:58:03.432 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 running (9m) 17s ago 20m 19.3M - 0.20.0 0881eb8f169f bb4eb0a75e19 2024-03-11T17:58:03.432 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (19m) 17s ago 19m 6387k - 16.2.5 6933c2a0b7dd 9a5469425dbb 2024-03-11T17:58:03.432 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (19m) 19s ago 19m 6387k - 16.2.5 6933c2a0b7dd 3394b3e5bd00 2024-03-11T17:58:03.432 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (6m) 17s ago 19m 35.0M - 6.7.4 557c83e11646 f0913cd370a6 2024-03-11T17:58:03.432 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (14m) 17s ago 14m 40.7M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T17:58:03.432 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (14m) 19s ago 14m 15.0M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T17:58:03.432 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:8443,9283,8765 running (36s) 17s ago 21m 471M - 18.2.1-802-ge1b0c2aa 38c4ca238582 750c6b34adfe 2024-03-11T17:58:03.432 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283,8765 starting - - - - 2024-03-11T17:58:03.432 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (21m) 17s ago 21m 78.9M 2048M 16.2.5 6933c2a0b7dd d2652d3f8220 2024-03-11T17:58:03.432 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (18m) 19s ago 18m 53.6M 2048M 16.2.5 6933c2a0b7dd 48b36f582d96 2024-03-11T17:58:03.433 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (11m) 17s ago 11m 79.6M - 3.5 6933c2a0b7dd aee2a66a3a0d 2024-03-11T17:58:03.433 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (11m) 19s ago 11m 78.7M - 3.5 6933c2a0b7dd 72a9313be656 2024-03-11T17:58:03.433 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (4m) 17s ago 19m 17.2M - 0.18.1 e5a616e4b9cf e2b1d1f8d438 2024-03-11T17:58:03.433 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (41s) 19s ago 18m 4692k - 0.18.1 e5a616e4b9cf 528a17530a59 2024-03-11T17:58:03.433 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (18m) 17s ago 18m 384M 1944M 16.2.5 6933c2a0b7dd 8a9418f8764a 2024-03-11T17:58:03.433 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (17m) 17s ago 17m 293M 1944M 16.2.5 6933c2a0b7dd 120ec75123a3 2024-03-11T17:58:03.433 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (17m) 17s ago 17m 240M 1944M 16.2.5 6933c2a0b7dd 68fe37f0f2b3 2024-03-11T17:58:03.433 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (17m) 17s ago 17m 363M 1944M 16.2.5 6933c2a0b7dd ec14dfc2c803 2024-03-11T17:58:03.433 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (16m) 19s ago 16m 376M 2712M 16.2.5 6933c2a0b7dd a618d96d8b7f 2024-03-11T17:58:03.433 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (16m) 19s ago 16m 392M 2712M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T17:58:03.433 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (16m) 19s ago 16m 324M 2712M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T17:58:03.433 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (15m) 19s ago 15m 501M 2712M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T17:58:03.433 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 starting - - - - 2024-03-11T17:58:03.821 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:58:03.821 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T17:58:03.822 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:58:03.822 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:58:03.822 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T17:58:03.822 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T17:58:03.822 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:58:03.822 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T17:58:03.822 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T17:58:03.822 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:58:03.822 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T17:58:03.822 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:58:03.822 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:58:03.822 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T17:58:03.822 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 12, 2024-03-11T17:58:03.823 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T17:58:03.823 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T17:58:03.823 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:58:04.160 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:58:04.160 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T17:58:04.160 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T17:58:04.160 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T17:58:04.160 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [], 2024-03-11T17:58:04.160 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "", 2024-03-11T17:58:04.160 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "Currently upgrading mgr daemons", 2024-03-11T17:58:04.160 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T17:58:04.161 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:58:04.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:04 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:02.722933+0000 mgr.smithi132.jvlwde (mgr.15258) 30 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:58:04.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:04 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:58:02.724694+0000 mgr.smithi132.jvlwde (mgr.15258) 31 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:58:04.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:04 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:03.078935+0000 mgr.smithi132.jvlwde (mgr.15258) 32 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:58:04.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:04 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:03.424217+0000 mgr.smithi132.jvlwde (mgr.15258) 33 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:58:04.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:04 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:03.823045+0000 mon.smithi132 (mon.0) 1040 : audit [DBG] from='client.? 172.21.15.132:0/3216349450' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:58:04.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:04 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:02.722933+0000 mgr.smithi132.jvlwde (mgr.15258) 30 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:58:04.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:04 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:02.724694+0000 mgr.smithi132.jvlwde (mgr.15258) 31 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:58:04.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:04 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:03.078935+0000 mgr.smithi132.jvlwde (mgr.15258) 32 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:58:04.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:04 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:03.424217+0000 mgr.smithi132.jvlwde (mgr.15258) 33 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:58:04.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:04 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:03.823045+0000 mon.smithi132 (mon.0) 1040 : audit [DBG] from='client.? 172.21.15.132:0/3216349450' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:58:04.550 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T17:58:04.550 INFO:teuthology.orchestra.run.smithi132.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T17:58:04.550 INFO:teuthology.orchestra.run.smithi132.stdout: daemon prometheus.smithi132 on smithi132 is in error state 2024-03-11T17:58:05.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:04.161719+0000 mgr.smithi132.jvlwde (mgr.15258) 34 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:58:05.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:04.551826+0000 mon.smithi132 (mon.0) 1041 : audit [DBG] from='client.? 172.21.15.132:0/426797001' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:58:05.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:04.694389+0000 mon.smithi132 (mon.0) 1042 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:05.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:05 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:04.698860+0000 mon.smithi132 (mon.0) 1043 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:05.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:04.161719+0000 mgr.smithi132.jvlwde (mgr.15258) 34 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:58:05.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:04.551826+0000 mon.smithi132 (mon.0) 1041 : audit [DBG] from='client.? 172.21.15.132:0/426797001' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:58:05.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:04.694389+0000 mon.smithi132 (mon.0) 1042 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:05.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:04.698860+0000 mon.smithi132 (mon.0) 1043 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:06.516 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:04.725048+0000 mgr.smithi132.jvlwde (mgr.15258) 35 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:58:06.516 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:05.332706+0000 mon.smithi132 (mon.0) 1044 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:06.516 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:05.337511+0000 mon.smithi132 (mon.0) 1045 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:06.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:58:04.725048+0000 mgr.smithi132.jvlwde (mgr.15258) 35 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:58:06.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:05.332706+0000 mon.smithi132 (mon.0) 1044 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:06.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:06 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:05.337511+0000 mon.smithi132 (mon.0) 1045 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:07.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:07.043348+0000 mon.smithi132 (mon.0) 1046 : cluster [DBG] Standby manager daemon smithi176.txyrph restarted 2024-03-11T17:58:07.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:07.043474+0000 mon.smithi132 (mon.0) 1047 : cluster [DBG] Standby manager daemon smithi176.txyrph started 2024-03-11T17:58:07.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:07.045030+0000 mon.smithi176 (mon.1) 156 : audit [DBG] from='mgr.? 172.21.15.176:0/2618036784' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi176.txyrph/crt"}]: dispatch 2024-03-11T17:58:07.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:07.045511+0000 mon.smithi176 (mon.1) 157 : audit [DBG] from='mgr.? 172.21.15.176:0/2618036784' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-11T17:58:07.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:07.047400+0000 mon.smithi176 (mon.1) 158 : audit [DBG] from='mgr.? 172.21.15.176:0/2618036784' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi176.txyrph/key"}]: dispatch 2024-03-11T17:58:07.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:07.048341+0000 mon.smithi176 (mon.1) 159 : audit [DBG] from='mgr.? 172.21.15.176:0/2618036784' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-11T17:58:07.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:07.150942+0000 mon.smithi132 (mon.0) 1048 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:07.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:07.155301+0000 mon.smithi132 (mon.0) 1049 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:07.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:58:07.043348+0000 mon.smithi132 (mon.0) 1046 : cluster [DBG] Standby manager daemon smithi176.txyrph restarted 2024-03-11T17:58:07.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:58:07.043474+0000 mon.smithi132 (mon.0) 1047 : cluster [DBG] Standby manager daemon smithi176.txyrph started 2024-03-11T17:58:07.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:07.045030+0000 mon.smithi176 (mon.1) 156 : audit [DBG] from='mgr.? 172.21.15.176:0/2618036784' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi176.txyrph/crt"}]: dispatch 2024-03-11T17:58:07.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:07.045511+0000 mon.smithi176 (mon.1) 157 : audit [DBG] from='mgr.? 172.21.15.176:0/2618036784' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-11T17:58:07.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:07.047400+0000 mon.smithi176 (mon.1) 158 : audit [DBG] from='mgr.? 172.21.15.176:0/2618036784' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi176.txyrph/key"}]: dispatch 2024-03-11T17:58:07.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:07.048341+0000 mon.smithi176 (mon.1) 159 : audit [DBG] from='mgr.? 172.21.15.176:0/2618036784' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-11T17:58:07.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:07.150942+0000 mon.smithi132 (mon.0) 1048 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:07.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:07 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:07.155301+0000 mon.smithi132 (mon.0) 1049 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:07.903 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:58:08.492 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:06.725676+0000 mgr.smithi132.jvlwde (mgr.15258) 36 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:58:08.492 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:07.346622+0000 mon.smithi132 (mon.0) 1050 : cluster [DBG] mgrmap e35: smithi132.jvlwde(active, since 28s), standbys: smithi176.txyrph 2024-03-11T17:58:08.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:58:06.725676+0000 mgr.smithi132.jvlwde (mgr.15258) 36 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:58:08.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:08 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:58:07.346622+0000 mon.smithi132 (mon.0) 1050 : cluster [DBG] mgrmap e35: smithi132.jvlwde(active, since 28s), standbys: smithi176.txyrph 2024-03-11T17:58:10.219 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:58:08.726204+0000 mgr.smithi132.jvlwde (mgr.15258) 37 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:58:10.219 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:08.864814+0000 mon.smithi132 (mon.0) 1051 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:10.219 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:08.871677+0000 mon.smithi132 (mon.0) 1052 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:10.219 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:08.872554+0000 mon.smithi132 (mon.0) 1053 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:58:10.219 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:08.873398+0000 mon.smithi132 (mon.0) 1054 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:58:10.219 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:58:08.874866+0000 mgr.smithi132.jvlwde (mgr.15258) 38 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 201 B/s wr, 0 op/s 2024-03-11T17:58:10.220 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:58:08.875070+0000 mgr.smithi132.jvlwde (mgr.15258) 39 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 251 B/s rd, 125 B/s wr, 0 op/s 2024-03-11T17:58:10.220 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:08.879257+0000 mon.smithi132 (mon.0) 1055 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:10.220 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:08.885840+0000 mon.smithi132 (mon.0) 1056 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:10.220 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:09.022158+0000 mon.smithi132 (mon.0) 1057 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:58:10.220 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:09.024818+0000 mon.smithi132 (mon.0) 1058 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:58:10.220 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:58:09.025455+0000 mgr.smithi132.jvlwde (mgr.15258) 40 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-03-11T17:58:10.220 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:09.029847+0000 mon.smithi132 (mon.0) 1059 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:10.220 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:09.038709+0000 mon.smithi132 (mon.0) 1060 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi132.jvlwde"}]: dispatch 2024-03-11T17:58:10.220 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:09.042222+0000 mon.smithi132 (mon.0) 1061 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi132.jvlwde"}]': finished 2024-03-11T17:58:10.220 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:09.042816+0000 mon.smithi132 (mon.0) 1062 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi176.txyrph"}]: dispatch 2024-03-11T17:58:10.220 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:09.046008+0000 mon.smithi132 (mon.0) 1063 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi176.txyrph"}]': finished 2024-03-11T17:58:10.220 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:09.046977+0000 mon.smithi132 (mon.0) 1064 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-11T17:58:10.220 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:09 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:09.443965+0000 mon.smithi132 (mon.0) 1065 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:58:10.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:08.726204+0000 mgr.smithi132.jvlwde (mgr.15258) 37 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:58:10.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:08.864814+0000 mon.smithi132 (mon.0) 1051 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:10.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:08.871677+0000 mon.smithi132 (mon.0) 1052 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:10.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:08.872554+0000 mon.smithi132 (mon.0) 1053 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:58:10.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:08.873398+0000 mon.smithi132 (mon.0) 1054 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:58:10.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:08.874866+0000 mgr.smithi132.jvlwde (mgr.15258) 38 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 201 B/s wr, 0 op/s 2024-03-11T17:58:10.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:08.875070+0000 mgr.smithi132.jvlwde (mgr.15258) 39 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 251 B/s rd, 125 B/s wr, 0 op/s 2024-03-11T17:58:10.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:08.879257+0000 mon.smithi132 (mon.0) 1055 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:10.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:08.885840+0000 mon.smithi132 (mon.0) 1056 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:10.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:09.022158+0000 mon.smithi132 (mon.0) 1057 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:58:10.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:09.024818+0000 mon.smithi132 (mon.0) 1058 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:58:10.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:58:09.025455+0000 mgr.smithi132.jvlwde (mgr.15258) 40 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-03-11T17:58:10.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:09.029847+0000 mon.smithi132 (mon.0) 1059 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:10.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:09.038709+0000 mon.smithi132 (mon.0) 1060 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi132.jvlwde"}]: dispatch 2024-03-11T17:58:10.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:09.042222+0000 mon.smithi132 (mon.0) 1061 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi132.jvlwde"}]': finished 2024-03-11T17:58:10.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:09.042816+0000 mon.smithi132 (mon.0) 1062 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi176.txyrph"}]: dispatch 2024-03-11T17:58:10.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:09.046008+0000 mon.smithi132 (mon.0) 1063 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi176.txyrph"}]': finished 2024-03-11T17:58:10.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:09.046977+0000 mon.smithi132 (mon.0) 1064 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-11T17:58:10.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:09.443965+0000 mon.smithi132 (mon.0) 1065 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:58:11.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:58:10.764900+0000 mgr.smithi132.jvlwde (mgr.15258) 41 : cephadm [INF] Upgrade: Updating mon.smithi132 2024-03-11T17:58:11.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:10.769480+0000 mon.smithi132 (mon.0) 1066 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:11.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:10.770184+0000 mon.smithi132 (mon.0) 1067 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-11T17:58:11.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:10.770747+0000 mon.smithi132 (mon.0) 1068 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-11T17:58:11.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: audit 2024-03-11T17:58:10.771267+0000 mon.smithi132 (mon.0) 1069 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:58:11.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cephadm 2024-03-11T17:58:10.771972+0000 mgr.smithi132.jvlwde (mgr.15258) 42 : cephadm [INF] Deploying daemon mon.smithi132 on smithi132 2024-03-11T17:58:11.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: cluster 2024-03-11T17:58:10.875677+0000 mgr.smithi132.jvlwde (mgr.15258) 43 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 251 B/s rd, 251 B/s wr, 0 op/s 2024-03-11T17:58:12.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:58:10.764900+0000 mgr.smithi132.jvlwde (mgr.15258) 41 : cephadm [INF] Upgrade: Updating mon.smithi132 2024-03-11T17:58:12.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:10.769480+0000 mon.smithi132 (mon.0) 1066 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:12.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:10.770184+0000 mon.smithi132 (mon.0) 1067 : audit [INF] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-11T17:58:12.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:10.770747+0000 mon.smithi132 (mon.0) 1068 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-11T17:58:12.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:10.771267+0000 mon.smithi132 (mon.0) 1069 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:58:12.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:58:10.771972+0000 mgr.smithi132.jvlwde (mgr.15258) 42 : cephadm [INF] Deploying daemon mon.smithi132 on smithi132 2024-03-11T17:58:12.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:10.875677+0000 mgr.smithi132.jvlwde (mgr.15258) 43 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 251 B/s rd, 251 B/s wr, 0 op/s 2024-03-11T17:58:12.535 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:12 smithi132 systemd[1]: Stopping Ceph mon.smithi132 for cb5f33fe-dfcd-11ee-95c8-87774f69a715... 2024-03-11T17:58:12.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:12 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:58:12.535+0000 7f350cf92700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi132 -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-03-11T17:58:12.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:12 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132[35251]: debug 2024-03-11T17:58:12.535+0000 7f350cf92700 -1 mon.smithi132@0(leader) e2 *** Got Signal Terminated *** 2024-03-11T17:58:12.947 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:58:13.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:13 smithi132 bash[92180]: ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi132 2024-03-11T17:58:13.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:13 smithi132 systemd[1]: ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@mon.smithi132.service: Succeeded. 2024-03-11T17:58:13.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:13 smithi132 systemd[1]: Stopped Ceph mon.smithi132 for cb5f33fe-dfcd-11ee-95c8-87774f69a715. 2024-03-11T17:58:13.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:13 smithi132 systemd[1]: Starting Ceph mon.smithi132 for cb5f33fe-dfcd-11ee-95c8-87774f69a715... 2024-03-11T17:58:14.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: set uid:gid to 167:167 (ceph:ceph) 2024-03-11T17:58:14.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable), process ceph-mon, pid 7 2024-03-11T17:58:14.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: pidfile_write: ignore empty --pid-file 2024-03-11T17:58:14.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: load: jerasure load: lrc 2024-03-11T17:58:14.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: RocksDB version: 7.9.2 2024-03-11T17:58:14.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Git sha 0 2024-03-11T17:58:14.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Compile date 2024-03-11 06:20:13 2024-03-11T17:58:14.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: DB SUMMARY 2024-03-11T17:58:14.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: DB Session ID: A6W11I6ITU5ANGCCHSNB 2024-03-11T17:58:14.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: CURRENT file: CURRENT 2024-03-11T17:58:14.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: IDENTITY file: IDENTITY 2024-03-11T17:58:14.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: MANIFEST file: MANIFEST-000008 size: 1725 Bytes 2024-03-11T17:58:14.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi132/store.db dir, Total Num: 1, files: 000035.sst 2024-03-11T17:58:14.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi132/store.db: 000033.log size: 4907701 ; 2024-03-11T17:58:14.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.error_if_exists: 0 2024-03-11T17:58:14.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.create_if_missing: 0 2024-03-11T17:58:14.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.paranoid_checks: 1 2024-03-11T17:58:14.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.flush_verify_memtable_count: 1 2024-03-11T17:58:14.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-11T17:58:14.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-11T17:58:14.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.env: 0x560469c30720 2024-03-11T17:58:14.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.fs: PosixFileSystem 2024-03-11T17:58:14.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.info_log: 0x56046b907380 2024-03-11T17:58:14.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.max_file_opening_threads: 16 2024-03-11T17:58:14.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.statistics: (nil) 2024-03-11T17:58:14.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.use_fsync: 0 2024-03-11T17:58:14.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.max_log_file_size: 0 2024-03-11T17:58:14.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-11T17:58:14.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.log_file_time_to_roll: 0 2024-03-11T17:58:14.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.keep_log_file_num: 1000 2024-03-11T17:58:14.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.recycle_log_file_num: 0 2024-03-11T17:58:14.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.allow_fallocate: 1 2024-03-11T17:58:14.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.allow_mmap_reads: 0 2024-03-11T17:58:14.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.allow_mmap_writes: 0 2024-03-11T17:58:14.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.use_direct_reads: 0 2024-03-11T17:58:14.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-11T17:58:14.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.create_missing_column_families: 0 2024-03-11T17:58:14.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.db_log_dir: 2024-03-11T17:58:14.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.wal_dir: 2024-03-11T17:58:14.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.table_cache_numshardbits: 6 2024-03-11T17:58:14.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.WAL_ttl_seconds: 0 2024-03-11T17:58:14.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.WAL_size_limit_MB: 0 2024-03-11T17:58:14.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-11T17:58:14.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-11T17:58:14.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.is_fd_close_on_exec: 1 2024-03-11T17:58:14.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.advise_random_on_open: 1 2024-03-11T17:58:14.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.db_write_buffer_size: 0 2024-03-11T17:58:14.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.write_buffer_manager: 0x56046ab80140 2024-03-11T17:58:14.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-11T17:58:14.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-11T17:58:14.561 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.use_adaptive_mutex: 0 2024-03-11T17:58:14.561 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.rate_limiter: (nil) 2024-03-11T17:58:14.561 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-11T17:58:14.561 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.wal_recovery_mode: 2 2024-03-11T17:58:14.561 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.enable_thread_tracking: 0 2024-03-11T17:58:14.561 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.enable_pipelined_write: 0 2024-03-11T17:58:14.561 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.unordered_write: 0 2024-03-11T17:58:14.561 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-11T17:58:14.561 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-11T17:58:14.561 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-11T17:58:14.561 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-11T17:58:14.561 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.row_cache: None 2024-03-11T17:58:14.561 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.wal_filter: None 2024-03-11T17:58:14.561 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-11T17:58:14.562 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.allow_ingest_behind: 0 2024-03-11T17:58:14.562 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.two_write_queues: 0 2024-03-11T17:58:14.562 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.manual_wal_flush: 0 2024-03-11T17:58:14.562 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.wal_compression: 0 2024-03-11T17:58:14.562 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.atomic_flush: 0 2024-03-11T17:58:14.562 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-11T17:58:14.562 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.persist_stats_to_disk: 0 2024-03-11T17:58:14.562 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.write_dbid_to_manifest: 0 2024-03-11T17:58:14.562 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.log_readahead_size: 0 2024-03-11T17:58:14.562 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-11T17:58:14.562 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.best_efforts_recovery: 0 2024-03-11T17:58:14.562 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-11T17:58:14.562 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-11T17:58:14.562 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.allow_data_in_errors: 0 2024-03-11T17:58:14.562 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.db_host_id: __hostname__ 2024-03-11T17:58:14.563 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.enforce_single_del_contracts: true 2024-03-11T17:58:14.563 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.max_background_jobs: 2 2024-03-11T17:58:14.563 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.max_background_compactions: -1 2024-03-11T17:58:14.563 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.max_subcompactions: 1 2024-03-11T17:58:14.563 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-11T17:58:14.563 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-11T17:58:14.563 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.delayed_write_rate : 16777216 2024-03-11T17:58:14.563 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.max_total_wal_size: 0 2024-03-11T17:58:14.563 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-11T17:58:14.563 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.stats_dump_period_sec: 600 2024-03-11T17:58:14.563 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.stats_persist_period_sec: 600 2024-03-11T17:58:14.563 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-11T17:58:14.563 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.max_open_files: -1 2024-03-11T17:58:14.563 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.bytes_per_sync: 0 2024-03-11T17:58:14.563 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.wal_bytes_per_sync: 0 2024-03-11T17:58:14.564 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.strict_bytes_per_sync: 0 2024-03-11T17:58:14.564 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.compaction_readahead_size: 0 2024-03-11T17:58:14.564 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.max_background_flushes: -1 2024-03-11T17:58:14.564 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Compression algorithms supported: 2024-03-11T17:58:14.564 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-11T17:58:14.564 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: kZSTD supported: 0 2024-03-11T17:58:14.564 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: kXpressCompression supported: 0 2024-03-11T17:58:14.564 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: kLZ4HCCompression supported: 1 2024-03-11T17:58:14.564 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: kZlibCompression supported: 1 2024-03-11T17:58:14.564 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: kSnappyCompression supported: 1 2024-03-11T17:58:14.564 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: kLZ4Compression supported: 1 2024-03-11T17:58:14.564 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: kBZip2Compression supported: 0 2024-03-11T17:58:14.564 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Fast CRC32 supported: Supported on x86 2024-03-11T17:58:14.564 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: DMutex implementation: pthread_mutex_t 2024-03-11T17:58:14.564 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi132/store.db/MANIFEST-000008 2024-03-11T17:58:14.565 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-11T17:58:14.565 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-11T17:58:14.565 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.merge_operator: 2024-03-11T17:58:14.565 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.compaction_filter: None 2024-03-11T17:58:14.565 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.compaction_filter_factory: None 2024-03-11T17:58:14.565 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.sst_partitioner_factory: None 2024-03-11T17:58:14.565 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.memtable_factory: SkipListFactory 2024-03-11T17:58:14.565 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.table_factory: BlockBasedTable 2024-03-11T17:58:14.565 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56046b9074a0) 2024-03-11T17:58:14.565 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: cache_index_and_filter_blocks: 1 2024-03-11T17:58:14.565 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-11T17:58:14.565 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-11T17:58:14.565 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: pin_top_level_index_and_filter: 1 2024-03-11T17:58:14.565 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: index_type: 0 2024-03-11T17:58:14.565 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: data_block_index_type: 0 2024-03-11T17:58:14.566 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: index_shortening: 1 2024-03-11T17:58:14.566 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: data_block_hash_table_util_ratio: 0.750000 2024-03-11T17:58:14.566 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: checksum: 4 2024-03-11T17:58:14.566 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: no_block_cache: 0 2024-03-11T17:58:14.566 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: block_cache: 0x56046ac211f0 2024-03-11T17:58:14.566 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: block_cache_name: BinnedLRUCache 2024-03-11T17:58:14.566 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: block_cache_options: 2024-03-11T17:58:14.566 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: capacity : 536870912 2024-03-11T17:58:14.566 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: num_shard_bits : 4 2024-03-11T17:58:14.566 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: strict_capacity_limit : 0 2024-03-11T17:58:14.566 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: high_pri_pool_ratio: 0.000 2024-03-11T17:58:14.566 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: block_cache_compressed: (nil) 2024-03-11T17:58:14.566 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: persistent_cache: (nil) 2024-03-11T17:58:14.566 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: block_size: 4096 2024-03-11T17:58:14.566 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: block_size_deviation: 10 2024-03-11T17:58:14.567 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: block_restart_interval: 16 2024-03-11T17:58:14.567 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: index_block_restart_interval: 1 2024-03-11T17:58:14.567 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: metadata_block_size: 4096 2024-03-11T17:58:14.567 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: partition_filters: 0 2024-03-11T17:58:14.567 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: use_delta_encoding: 1 2024-03-11T17:58:14.567 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: filter_policy: bloomfilter 2024-03-11T17:58:14.567 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: whole_key_filtering: 1 2024-03-11T17:58:14.567 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: verify_compression: 0 2024-03-11T17:58:14.567 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: read_amp_bytes_per_bit: 0 2024-03-11T17:58:14.567 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: format_version: 5 2024-03-11T17:58:14.567 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: enable_index_compression: 1 2024-03-11T17:58:14.567 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: block_align: 0 2024-03-11T17:58:14.567 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: max_auto_readahead_size: 262144 2024-03-11T17:58:14.567 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: prepopulate_block_cache: 0 2024-03-11T17:58:14.567 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: initial_auto_readahead_size: 8192 2024-03-11T17:58:14.567 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: num_file_reads_for_auto_readahead: 2 2024-03-11T17:58:14.568 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.write_buffer_size: 33554432 2024-03-11T17:58:14.568 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.max_write_buffer_number: 2 2024-03-11T17:58:14.568 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.compression: NoCompression 2024-03-11T17:58:14.568 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.bottommost_compression: Disabled 2024-03-11T17:58:14.568 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.prefix_extractor: nullptr 2024-03-11T17:58:14.568 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-11T17:58:14.568 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.num_levels: 7 2024-03-11T17:58:14.568 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-11T17:58:14.568 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-11T17:58:14.568 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-11T17:58:14.568 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-11T17:58:14.568 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-11T17:58:14.568 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-11T17:58:14.568 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-11T17:58:14.569 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-11T17:58:14.569 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-11T17:58:14.569 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-11T17:58:14.569 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-11T17:58:14.569 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-11T17:58:14.569 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.compression_opts.window_bits: -14 2024-03-11T17:58:14.569 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.compression_opts.level: 32767 2024-03-11T17:58:14.569 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.compression_opts.strategy: 0 2024-03-11T17:58:14.569 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-11T17:58:14.569 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-11T17:58:14.569 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-11T17:58:14.569 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-11T17:58:14.569 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.compression_opts.enabled: false 2024-03-11T17:58:14.569 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-11T17:58:14.569 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-11T17:58:14.570 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-11T17:58:14.570 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-11T17:58:14.570 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.target_file_size_base: 67108864 2024-03-11T17:58:14.570 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.target_file_size_multiplier: 1 2024-03-11T17:58:14.570 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-11T17:58:14.570 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-11T17:58:14.570 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-11T17:58:14.570 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-11T17:58:14.570 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-11T17:58:14.570 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-11T17:58:14.570 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-11T17:58:14.570 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-11T17:58:14.570 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-11T17:58:14.570 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-11T17:58:14.571 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-11T17:58:14.571 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-11T17:58:14.571 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-11T17:58:14.571 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.arena_block_size: 1048576 2024-03-11T17:58:14.571 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-11T17:58:14.571 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-11T17:58:14.571 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.disable_auto_compactions: 0 2024-03-11T17:58:14.571 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-11T17:58:14.571 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-11T17:58:14.571 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-11T17:58:14.572 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-11T17:58:14.572 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-11T17:58:14.572 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-11T17:58:14.572 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-11T17:58:14.572 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-11T17:58:14.573 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-11T17:58:14.573 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-11T17:58:14.573 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.table_properties_collectors: 2024-03-11T17:58:14.573 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.inplace_update_support: 0 2024-03-11T17:58:14.573 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.inplace_update_num_locks: 10000 2024-03-11T17:58:14.573 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-11T17:58:14.573 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-11T17:58:14.573 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.memtable_huge_page_size: 0 2024-03-11T17:58:14.573 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.bloom_locality: 0 2024-03-11T17:58:14.573 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.max_successive_merges: 0 2024-03-11T17:58:14.573 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.optimize_filters_for_hits: 0 2024-03-11T17:58:14.573 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.paranoid_file_checks: 0 2024-03-11T17:58:14.573 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.force_consistency_checks: 1 2024-03-11T17:58:14.573 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.report_bg_io_stats: 0 2024-03-11T17:58:14.573 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.ttl: 2592000 2024-03-11T17:58:14.573 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.periodic_compaction_seconds: 0 2024-03-11T17:58:14.574 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-11T17:58:14.574 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-11T17:58:14.574 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.enable_blob_files: false 2024-03-11T17:58:14.574 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.min_blob_size: 0 2024-03-11T17:58:14.574 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.blob_file_size: 268435456 2024-03-11T17:58:14.574 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.blob_compression_type: NoCompression 2024-03-11T17:58:14.574 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.enable_blob_garbage_collection: false 2024-03-11T17:58:14.574 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-11T17:58:14.574 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-11T17:58:14.574 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-11T17:58:14.574 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.blob_file_starting_level: 0 2024-03-11T17:58:14.574 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-11T17:58:14.574 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 35.sst 2024-03-11T17:58:14.574 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi132/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 37, last_sequence is 18652, log_number is 33,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-11T17:58:14.575 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 33 2024-03-11T17:58:14.575 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: de97c03f-1424-492c-b379-34661afd7ac9 2024-03-11T17:58:14.575 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710179894132064, "job": 1, "event": "recovery_started", "wal_files": [33]} 2024-03-11T17:58:14.575 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #33 mode 2 2024-03-11T17:58:14.575 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710179894145715, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 38, "file_size": 4668997, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 18646, "largest_seqno": 19568, "table_properties": {"data_size": 4662729, "index_size": 4417, "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": 6375, "raw_average_key_size": 20, "raw_value_size": 4653531, "raw_average_value_size": 14963, "num_data_blocks": 198, "num_entries": 311, "num_filter_entries": 311, "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": 1710179894, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "de97c03f-1424-492c-b379-34661afd7ac9", "db_session_id": "A6W11I6ITU5ANGCCHSNB", "orig_file_number": 38, "seqno_to_time_mapping": "N/A"}} 2024-03-11T17:58:14.575 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710179894145848, "job": 1, "event": "recovery_finished"} 2024-03-11T17:58:14.575 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: [db/version_set.cc:5047] Creating manifest 40 2024-03-11T17:58:14.575 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi132/store.db/000033.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-11T17:58:14.575 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56046acbe000 2024-03-11T17:58:14.575 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: DB pointer 0x56046acac000 2024-03-11T17:58:14.575 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-11T17:58:14.575 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-11T17:58:14.575 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: ** DB Stats ** 2024-03-11T17:58:14.575 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-11T17:58:14.575 INFO:journalctl@ceph.mon.smithi132.smithi132.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-03-11T17:58:14.576 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-11T17:58:14.576 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-11T17:58:14.576 INFO:journalctl@ceph.mon.smithi132.smithi132.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-03-11T17:58:14.576 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-11T17:58:14.576 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-11T17:58:14.576 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: 2024-03-11T17:58:14.576 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: ** Compaction Stats [default] ** 2024-03-11T17:58:14.576 INFO:journalctl@ceph.mon.smithi132.smithi132.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-03-11T17:58:14.576 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-11T17:58:14.576 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: L0 1/0 4.45 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 571.6 0.01 0.00 1 0.008 0 0 0.0 0.0 2024-03-11T17:58:14.576 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: L6 1/0 29.33 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-03-11T17:58:14.576 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: Sum 2/0 33.79 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 571.6 0.01 0.00 1 0.008 0 0 0.0 0.0 2024-03-11T17:58:14.576 INFO:journalctl@ceph.mon.smithi132.smithi132.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 571.6 0.01 0.00 1 0.008 0 0 0.0 0.0 2024-03-11T17:58:14.576 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: 2024-03-11T17:58:14.576 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: ** Compaction Stats [default] ** 2024-03-11T17:58:14.577 INFO:journalctl@ceph.mon.smithi132.smithi132.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-03-11T17:58:14.577 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-11T17:58:14.577 INFO:journalctl@ceph.mon.smithi132.smithi132.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 571.6 0.01 0.00 1 0.008 0 0 0.0 0.0 2024-03-11T17:58:14.577 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: 2024-03-11T17:58:14.577 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-11T17:58:14.577 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: 2024-03-11T17:58:14.577 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-11T17:58:14.577 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: Flush(GB): cumulative 0.004, interval 0.004 2024-03-11T17:58:14.577 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-11T17:58:14.577 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-03-11T17:58:14.577 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-03-11T17:58:14.577 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: AddFile(Keys): cumulative 0, interval 0 2024-03-11T17:58:14.577 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: Cumulative compaction: 0.00 GB write, 274.65 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-11T17:58:14.577 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: Interval compaction: 0.00 GB write, 274.65 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-11T17:58:14.577 INFO:journalctl@ceph.mon.smithi132.smithi132.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-03-11T17:58:14.578 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: Block cache BinnedLRUCache@0x56046ac211f0#7 capacity: 512.00 MB usage: 5.48 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-03-11T17:58:14.578 INFO:journalctl@ceph.mon.smithi132.smithi132.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-03-11T17:58:14.578 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: 2024-03-11T17:58:14.578 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: ** File Read Latency Histogram By Level [default] ** 2024-03-11T17:58:14.578 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: starting mon.smithi132 rank 0 at public addrs [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] at bind addrs [v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi132 fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 2024-03-11T17:58:14.578 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: mon.smithi132@-1(???) e2 preinit fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 2024-03-11T17:58:14.578 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: mon.smithi132@-1(???).mds e8 new map 2024-03-11T17:58:14.578 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: mon.smithi132@-1(???).mds e8 print_map 2024-03-11T17:58:14.578 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: e8 2024-03-11T17:58:14.578 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-03-11T17:58:14.578 INFO:journalctl@ceph.mon.smithi132.smithi132.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-03-11T17:58:14.578 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: legacy client fscid: 1 2024-03-11T17:58:14.578 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: 2024-03-11T17:58:14.578 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: Filesystem 'foofs' (1) 2024-03-11T17:58:14.579 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: fs_name foofs 2024-03-11T17:58:14.579 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: epoch 5 2024-03-11T17:58:14.579 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2024-03-11T17:58:14.579 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: created 2024-03-11T17:43:44.862132+0000 2024-03-11T17:58:14.579 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: modified 2024-03-11T17:43:50.889738+0000 2024-03-11T17:58:14.579 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: tableserver 0 2024-03-11T17:58:14.579 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: root 0 2024-03-11T17:58:14.579 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: session_timeout 60 2024-03-11T17:58:14.579 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: session_autoclose 300 2024-03-11T17:58:14.579 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: max_file_size 1099511627776 2024-03-11T17:58:14.579 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: max_xattr_size 65536 2024-03-11T17:58:14.579 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: required_client_features {} 2024-03-11T17:58:14.579 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: last_failure 0 2024-03-11T17:58:14.579 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: last_failure_osd_epoch 0 2024-03-11T17:58:14.579 INFO:journalctl@ceph.mon.smithi132.smithi132.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-03-11T17:58:14.580 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: max_mds 1 2024-03-11T17:58:14.580 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: in 0 2024-03-11T17:58:14.580 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: up {0=14514} 2024-03-11T17:58:14.580 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: failed 2024-03-11T17:58:14.580 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: damaged 2024-03-11T17:58:14.580 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: stopped 2024-03-11T17:58:14.580 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: data_pools [3] 2024-03-11T17:58:14.580 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: metadata_pool 2 2024-03-11T17:58:14.580 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: inline_data disabled 2024-03-11T17:58:14.580 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: balancer 2024-03-11T17:58:14.580 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: bal_rank_mask -1 2024-03-11T17:58:14.580 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: standby_count_wanted 1 2024-03-11T17:58:14.580 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: [mds.foofs.smithi132.jgrugp{0:14514} state up:active seq 2 join_fscid=1 addr [v2:172.21.15.132:6834/809648610,v1:172.21.15.132:6835/809648610] compat {c=[1],r=[1],i=[7ff]}] 2024-03-11T17:58:14.580 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: 2024-03-11T17:58:14.580 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: 2024-03-11T17:58:14.581 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: Standby daemons: 2024-03-11T17:58:14.581 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: 2024-03-11T17:58:14.581 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout: [mds.foofs.smithi176.fmhxul{-1:24289} state up:standby seq 2 join_fscid=1 addr [v2:172.21.15.176:6832/694043480,v1:172.21.15.176:6833/694043480] compat {c=[1],r=[1],i=[7ff]}] 2024-03-11T17:58:14.581 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: mon.smithi132@-1(???).osd e72 crush map has features 3314933000854323200, adjusting msgr requires 2024-03-11T17:58:14.581 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: mon.smithi132@-1(???).osd e72 crush map has features 432629239337189376, adjusting msgr requires 2024-03-11T17:58:14.581 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: mon.smithi132@-1(???).osd e72 crush map has features 432629239337189376, adjusting msgr requires 2024-03-11T17:58:14.581 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: mon.smithi132@-1(???).osd e72 crush map has features 432629239337189376, adjusting msgr requires 2024-03-11T17:58:14.581 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 ceph-mon[92421]: mon.smithi132@-1(???).paxosservice(auth 1..45) refresh upgraded, format 0 -> 3 2024-03-11T17:58:14.581 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 bash[92382]: 324a4a17eb3ec68fc5421542da7928a6c1f222fb97c10e0d6942b67ec2e53d29 2024-03-11T17:58:14.581 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:14 smithi132 systemd[1]: Started Ceph mon.smithi132 for cb5f33fe-dfcd-11ee-95c8-87774f69a715. 2024-03-11T17:58:15.926 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:12.546611+0000 mon.smithi176 (mon.1) 160 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2024-03-11T17:58:15.926 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:12.546783+0000 mon.smithi176 (mon.1) 161 : audit [DBG] from='mgr.15258 172.21.15.132:0/200814086' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2024-03-11T17:58:15.926 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:12.876059+0000 mgr.smithi132.jvlwde (mgr.15258) 44 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 251 B/s rd, 251 B/s wr, 0 op/s 2024-03-11T17:58:15.926 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:14.876518+0000 mgr.smithi132.jvlwde (mgr.15258) 45 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 125 B/s wr, 0 op/s 2024-03-11T17:58:15.926 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:15.561178+0000 mon.smithi132 (mon.0) 1 : cluster [INF] mon.smithi132 calling monitor election 2024-03-11T17:58:15.926 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:15.574652+0000 mon.smithi132 (mon.0) 2 : cluster [INF] mon.smithi132 is new leader, mons smithi132,smithi176 in quorum (ranks 0,1) 2024-03-11T17:58:15.926 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:15.579612+0000 mon.smithi132 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi132=[v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0],smithi176=[v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-11T17:58:15.926 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:15.580313+0000 mon.smithi132 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi132.jgrugp=up:active} 1 up:standby 2024-03-11T17:58:15.926 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:15.580354+0000 mon.smithi132 (mon.0) 5 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-03-11T17:58:15.926 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:15.581319+0000 mon.smithi132 (mon.0) 6 : cluster [DBG] mgrmap e35: smithi132.jvlwde(active, since 37s), standbys: smithi176.txyrph 2024-03-11T17:58:15.927 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:15.589954+0000 mon.smithi132 (mon.0) 7 : cluster [DBG] mgrmap e36: smithi132.jvlwde(active, since 37s), standbys: smithi176.txyrph 2024-03-11T17:58:15.927 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:15.590003+0000 mon.smithi132 (mon.0) 8 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T17:58:15.927 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:15.590023+0000 mon.smithi132 (mon.0) 9 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T17:58:15.927 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:15.590032+0000 mon.smithi132 (mon.0) 10 : cluster [WRN] daemon prometheus.smithi132 on smithi132 is in unknown state 2024-03-11T17:58:15.927 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:15.590105+0000 mon.smithi132 (mon.0) 11 : audit [INF] from='mgr.15258 ' entity='' 2024-03-11T17:58:17.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:17 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:16.593493+0000 mon.smithi132 (mon.0) 12 : cluster [DBG] mgrmap e37: smithi132.jvlwde(active, since 38s), standbys: smithi176.txyrph 2024-03-11T17:58:17.986 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:58:22.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:22 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:22.360886+0000 mon.smithi132 (mon.0) 13 : cluster [DBG] Standby manager daemon smithi176.txyrph restarted 2024-03-11T17:58:22.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:22 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:22.360978+0000 mon.smithi132 (mon.0) 14 : cluster [DBG] Standby manager daemon smithi176.txyrph started 2024-03-11T17:58:22.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:22 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:22.363137+0000 mon.smithi176 (mon.1) 162 : audit [DBG] from='mgr.? 172.21.15.176:0/2246677328' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi176.txyrph/crt"}]: dispatch 2024-03-11T17:58:22.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:22 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:22.363501+0000 mon.smithi176 (mon.1) 163 : audit [DBG] from='mgr.? 172.21.15.176:0/2246677328' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-11T17:58:22.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:22 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:22.366258+0000 mon.smithi176 (mon.1) 164 : audit [DBG] from='mgr.? 172.21.15.176:0/2246677328' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi176.txyrph/key"}]: dispatch 2024-03-11T17:58:22.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:22 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:22.366592+0000 mon.smithi176 (mon.1) 165 : audit [DBG] from='mgr.? 172.21.15.176:0/2246677328' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-11T17:58:23.032 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:58:23.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:22.416913+0000 mon.smithi132 (mon.0) 15 : cluster [DBG] mgrmap e38: smithi132.jvlwde(active, since 43s), standbys: smithi176.txyrph 2024-03-11T17:58:23.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:22.468228+0000 mon.smithi132 (mon.0) 16 : cluster [INF] Active manager daemon smithi132.jvlwde restarted 2024-03-11T17:58:23.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:22.468684+0000 mon.smithi132 (mon.0) 17 : cluster [INF] Activating manager daemon smithi132.jvlwde 2024-03-11T17:58:23.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:22.474100+0000 mon.smithi132 (mon.0) 18 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-03-11T17:58:23.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:22.474501+0000 mon.smithi132 (mon.0) 19 : cluster [DBG] mgrmap e39: smithi132.jvlwde(active, starting, since 0.00596049s), standbys: smithi176.txyrph 2024-03-11T17:58:23.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:22.475932+0000 mon.smithi132 (mon.0) 20 : audit [DBG] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2024-03-11T17:58:23.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:22.476134+0000 mon.smithi132 (mon.0) 21 : audit [DBG] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2024-03-11T17:58:23.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:22.476355+0000 mon.smithi132 (mon.0) 22 : audit [DBG] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi132.jgrugp"}]: dispatch 2024-03-11T17:58:23.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:22.476625+0000 mon.smithi132 (mon.0) 23 : audit [DBG] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi176.fmhxul"}]: dispatch 2024-03-11T17:58:23.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:22.478675+0000 mon.smithi132 (mon.0) 24 : audit [DBG] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mgr metadata", "who": "smithi132.jvlwde", "id": "smithi132.jvlwde"}]: dispatch 2024-03-11T17:58:23.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:22.478940+0000 mon.smithi132 (mon.0) 25 : audit [DBG] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mgr metadata", "who": "smithi176.txyrph", "id": "smithi176.txyrph"}]: dispatch 2024-03-11T17:58:23.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:22.479099+0000 mon.smithi132 (mon.0) 26 : audit [DBG] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T17:58:23.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:22.479333+0000 mon.smithi132 (mon.0) 27 : audit [DBG] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T17:58:23.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:22.479585+0000 mon.smithi132 (mon.0) 28 : audit [DBG] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T17:58:23.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:22.479806+0000 mon.smithi132 (mon.0) 29 : audit [DBG] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T17:58:23.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:22.480034+0000 mon.smithi132 (mon.0) 30 : audit [DBG] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T17:58:23.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:22.480264+0000 mon.smithi132 (mon.0) 31 : audit [DBG] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T17:58:23.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:22.480488+0000 mon.smithi132 (mon.0) 32 : audit [DBG] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T17:58:23.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:22.480702+0000 mon.smithi132 (mon.0) 33 : audit [DBG] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T17:58:23.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:22.480948+0000 mon.smithi132 (mon.0) 34 : audit [DBG] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-11T17:58:23.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:22.481238+0000 mon.smithi132 (mon.0) 35 : audit [DBG] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-11T17:58:23.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:22.481696+0000 mon.smithi132 (mon.0) 36 : audit [DBG] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-11T17:58:23.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:22.500904+0000 mon.smithi132 (mon.0) 37 : cluster [INF] Manager daemon smithi132.jvlwde is now available 2024-03-11T17:58:23.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:22.522425+0000 mon.smithi132 (mon.0) 38 : audit [DBG] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:58:23.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:22.524393+0000 mon.smithi132 (mon.0) 39 : audit [DBG] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:58:23.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:22.545103+0000 mon.smithi132 (mon.0) 40 : audit [DBG] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:58:23.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:22.552738+0000 mon.smithi132 (mon.0) 41 : audit [INF] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/mirror_snapshot_schedule"}]: dispatch 2024-03-11T17:58:23.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:22.564670+0000 mon.smithi132 (mon.0) 42 : audit [INF] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/trash_purge_schedule"}]: dispatch 2024-03-11T17:58:24.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:58:22.875714+0000 mgr.smithi132.jvlwde (mgr.34104) 1 : cephadm [INF] [11/Mar/2024:17:58:22] ENGINE Bus STARTING 2024-03-11T17:58:24.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:58:22.979092+0000 mgr.smithi132.jvlwde (mgr.34104) 2 : cephadm [INF] [11/Mar/2024:17:58:22] ENGINE Serving on http://172.21.15.132:8765 2024-03-11T17:58:24.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:58:23.093494+0000 mgr.smithi132.jvlwde (mgr.34104) 3 : cephadm [INF] [11/Mar/2024:17:58:23] ENGINE Serving on https://172.21.15.132:7150 2024-03-11T17:58:24.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:58:23.093618+0000 mgr.smithi132.jvlwde (mgr.34104) 4 : cephadm [INF] [11/Mar/2024:17:58:23] ENGINE Bus STARTED 2024-03-11T17:58:24.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:23.477719+0000 mon.smithi132 (mon.0) 43 : cluster [DBG] mgrmap e40: smithi132.jvlwde(active, since 1.00918s), standbys: smithi176.txyrph 2024-03-11T17:58:24.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:23.485110+0000 mgr.smithi132.jvlwde (mgr.34104) 5 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-03-11T17:58:25.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:24.473697+0000 mon.smithi132 (mon.0) 44 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-11T17:58:25.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:24.473718+0000 mon.smithi132 (mon.0) 45 : cluster [INF] Cluster is now healthy 2024-03-11T17:58:25.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:24.479584+0000 mgr.smithi132.jvlwde (mgr.34104) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-03-11T17:58:26.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:26 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:25.486699+0000 mon.smithi132 (mon.0) 46 : cluster [DBG] mgrmap e41: smithi132.jvlwde(active, since 3s), standbys: smithi176.txyrph 2024-03-11T17:58:27.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:27 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:26.479933+0000 mgr.smithi132.jvlwde (mgr.34104) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-03-11T17:58:27.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:27 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:27.098092+0000 mon.smithi132 (mon.0) 47 : audit [INF] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:27.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:27 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:27.102123+0000 mon.smithi132 (mon.0) 48 : audit [INF] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:28.073 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:58:28.827 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:27.493444+0000 mon.smithi132 (mon.0) 49 : cluster [DBG] mgrmap e42: smithi132.jvlwde(active, since 5s), standbys: smithi176.txyrph 2024-03-11T17:58:28.827 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:27.740500+0000 mon.smithi132 (mon.0) 50 : audit [INF] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:28.827 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:28 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:27.747627+0000 mon.smithi132 (mon.0) 51 : audit [INF] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:29.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:29 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:28.480501+0000 mgr.smithi132.jvlwde (mgr.34104) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-03-11T17:58:29.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:29 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:28.737905+0000 mon.smithi132 (mon.0) 52 : audit [INF] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:29.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:29 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:28.744679+0000 mon.smithi132 (mon.0) 53 : audit [INF] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:30.972 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:30 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:29.729051+0000 mon.smithi132 (mon.0) 54 : audit [INF] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:30.972 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:30 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:29.733339+0000 mon.smithi132 (mon.0) 55 : audit [INF] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:30.972 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:30 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:30.481112+0000 mgr.smithi132.jvlwde (mgr.34104) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 146 B/s wr, 17 op/s 2024-03-11T17:58:32.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:31.027375+0000 mon.smithi132 (mon.0) 56 : audit [INF] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:32.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:31.032144+0000 mon.smithi132 (mon.0) 57 : audit [INF] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:32.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:31.033762+0000 mon.smithi132 (mon.0) 58 : audit [DBG] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:58:32.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:31.034770+0000 mon.smithi132 (mon.0) 59 : audit [INF] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:58:32.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:58:31.035989+0000 mgr.smithi132.jvlwde (mgr.34104) 10 : cephadm [INF] Updating smithi132:/etc/ceph/ceph.conf 2024-03-11T17:58:32.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:58:31.036211+0000 mgr.smithi132.jvlwde (mgr.34104) 11 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.conf 2024-03-11T17:58:32.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:58:31.301091+0000 mgr.smithi132.jvlwde (mgr.34104) 12 : cephadm [INF] Updating smithi176:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.conf 2024-03-11T17:58:32.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:58:31.301233+0000 mgr.smithi132.jvlwde (mgr.34104) 13 : cephadm [INF] Updating smithi132:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.conf 2024-03-11T17:58:32.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:58:31.565326+0000 mgr.smithi132.jvlwde (mgr.34104) 14 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.client.admin.keyring 2024-03-11T17:58:32.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:32 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:58:31.565459+0000 mgr.smithi132.jvlwde (mgr.34104) 15 : cephadm [INF] Updating smithi132:/etc/ceph/ceph.client.admin.keyring 2024-03-11T17:58:33.117 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:58:33.307 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:58:31.829524+0000 mgr.smithi132.jvlwde (mgr.34104) 16 : cephadm [INF] Updating smithi176:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T17:58:33.308 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:58:31.829960+0000 mgr.smithi132.jvlwde (mgr.34104) 17 : cephadm [INF] Updating smithi132:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T17:58:33.308 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:32.097826+0000 mon.smithi132 (mon.0) 60 : audit [INF] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:33.308 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:32.100933+0000 mon.smithi132 (mon.0) 61 : audit [INF] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:33.308 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:32.104648+0000 mon.smithi132 (mon.0) 62 : audit [INF] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:33.308 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:32.109171+0000 mon.smithi132 (mon.0) 63 : audit [INF] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:33.308 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:32.110259+0000 mgr.smithi132.jvlwde (mgr.34104) 18 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 24 KiB/s rd, 118 B/s wr, 13 op/s 2024-03-11T17:58:33.308 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:32.115011+0000 mon.smithi132 (mon.0) 64 : audit [INF] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:33.308 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:32.120306+0000 mon.smithi132 (mon.0) 65 : audit [INF] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:33.308 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:32.223638+0000 mon.smithi132 (mon.0) 66 : audit [DBG] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:58:33.308 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:32.225790+0000 mon.smithi132 (mon.0) 67 : audit [DBG] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:58:33.308 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:33 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:32.226781+0000 mon.smithi132 (mon.0) 68 : audit [DBG] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-11T17:58:34.459 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:34 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:33.107790+0000 mon.smithi132 (mon.0) 69 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-11T17:58:34.459 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:34 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:58:33.644598+0000 mgr.smithi132.jvlwde (mgr.34104) 19 : cephadm [INF] Upgrade: Updating mon.smithi176 2024-03-11T17:58:34.459 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:34 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:33.649691+0000 mon.smithi132 (mon.0) 70 : audit [INF] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:34.459 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:34 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:33.650607+0000 mon.smithi132 (mon.0) 71 : audit [INF] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-11T17:58:34.459 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:34 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:33.651309+0000 mon.smithi132 (mon.0) 72 : audit [DBG] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-11T17:58:34.460 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:34 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: audit 2024-03-11T17:58:33.651987+0000 mon.smithi132 (mon.0) 73 : audit [DBG] from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:58:34.460 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:34 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cephadm 2024-03-11T17:58:33.652974+0000 mgr.smithi132.jvlwde (mgr.34104) 20 : cephadm [INF] Deploying daemon mon.smithi176 on smithi176 2024-03-11T17:58:34.903 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T17:58:35.285 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: cluster 2024-03-11T17:58:34.110900+0000 mgr.smithi132.jvlwde (mgr.34104) 21 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 192 B/s wr, 11 op/s 2024-03-11T17:58:35.540 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T17:58:35.540 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 running (9m) 6s ago 20m 19.3M - 0.20.0 0881eb8f169f bb4eb0a75e19 2024-03-11T17:58:35.541 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (20m) 6s ago 20m 6387k - 16.2.5 6933c2a0b7dd 9a5469425dbb 2024-03-11T17:58:35.541 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (19m) 8s ago 19m 6387k - 16.2.5 6933c2a0b7dd 3394b3e5bd00 2024-03-11T17:58:35.541 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (7m) 6s ago 20m 35.2M - 6.7.4 557c83e11646 f0913cd370a6 2024-03-11T17:58:35.541 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (14m) 6s ago 14m 41.0M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T17:58:35.541 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (14m) 8s ago 14m 15.3M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T17:58:35.541 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:8443,9283,8765 running (68s) 6s ago 22m 471M - 18.2.1-802-ge1b0c2aa 38c4ca238582 750c6b34adfe 2024-03-11T17:58:35.541 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283,8765 running (36s) 8s ago 19m 445M - 18.2.1-802-ge1b0c2aa 38c4ca238582 f8840875a1ba 2024-03-11T17:58:35.541 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (21s) 6s ago 22m 28.6M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 324a4a17eb3e 2024-03-11T17:58:35.541 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (19m) 8s ago 19m 64.1M 2048M 16.2.5 6933c2a0b7dd 48b36f582d96 2024-03-11T17:58:35.541 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (12m) 6s ago 12m 80.0M - 3.5 6933c2a0b7dd aee2a66a3a0d 2024-03-11T17:58:35.541 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (12m) 8s ago 12m 78.8M - 3.5 6933c2a0b7dd 72a9313be656 2024-03-11T17:58:35.541 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (5m) 6s ago 20m 17.2M - 0.18.1 e5a616e4b9cf e2b1d1f8d438 2024-03-11T17:58:35.542 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (73s) 8s ago 19m 8912k - 0.18.1 e5a616e4b9cf 528a17530a59 2024-03-11T17:58:35.542 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (18m) 6s ago 18m 385M 1944M 16.2.5 6933c2a0b7dd 8a9418f8764a 2024-03-11T17:58:35.542 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (18m) 6s ago 18m 293M 1944M 16.2.5 6933c2a0b7dd 120ec75123a3 2024-03-11T17:58:35.542 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (18m) 6s ago 18m 240M 1944M 16.2.5 6933c2a0b7dd 68fe37f0f2b3 2024-03-11T17:58:35.542 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (17m) 6s ago 17m 363M 1944M 16.2.5 6933c2a0b7dd ec14dfc2c803 2024-03-11T17:58:35.542 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (17m) 8s ago 17m 377M 2712M 16.2.5 6933c2a0b7dd a618d96d8b7f 2024-03-11T17:58:35.542 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (17m) 8s ago 16m 392M 2712M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T17:58:35.542 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (16m) 8s ago 16m 323M 2712M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T17:58:35.542 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (16m) 8s ago 16m 501M 2712M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T17:58:35.542 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 unknown 6s ago 19m - - 2024-03-11T17:58:35.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:35 smithi176 systemd[1]: Stopping Ceph mon.smithi176 for cb5f33fe-dfcd-11ee-95c8-87774f69a715... 2024-03-11T17:58:35.927 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:58:35.928 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T17:58:35.928 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T17:58:35.928 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T17:58:35.928 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:58:35.928 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T17:58:35.928 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T17:58:35.928 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:58:35.928 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T17:58:35.928 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T17:58:35.928 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:58:35.928 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T17:58:35.928 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:58:35.928 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:58:35.929 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T17:58:35.929 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 11, 2024-03-11T17:58:35.929 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 3 2024-03-11T17:58:35.929 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T17:58:35.929 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:58:36.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:58:35.657+0000 7fa8a7358700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi176 -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-03-11T17:58:36.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:35 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176[38898]: debug 2024-03-11T17:58:35.657+0000 7fa8a7358700 -1 mon.smithi176@1(peon) e2 *** Got Signal Terminated *** 2024-03-11T17:58:36.249 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:58:36.249 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T17:58:36.249 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T17:58:36.249 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T17:58:36.249 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [ 2024-03-11T17:58:36.249 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr" 2024-03-11T17:58:36.249 INFO:teuthology.orchestra.run.smithi132.stdout: ], 2024-03-11T17:58:36.249 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "3/23 daemons upgraded", 2024-03-11T17:58:36.250 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "Currently upgrading mon daemons", 2024-03-11T17:58:36.250 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T17:58:36.250 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:58:36.454 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:36 smithi176 bash[67625]: ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon.smithi176 2024-03-11T17:58:36.635 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T17:58:36.636 INFO:teuthology.orchestra.run.smithi132.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T17:58:36.636 INFO:teuthology.orchestra.run.smithi132.stdout: daemon prometheus.smithi132 on smithi132 is in unknown state 2024-03-11T17:58:37.069 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:36 smithi176 systemd[1]: ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@mon.smithi176.service: Succeeded. 2024-03-11T17:58:37.069 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:36 smithi176 systemd[1]: Stopped Ceph mon.smithi176 for cb5f33fe-dfcd-11ee-95c8-87774f69a715. 2024-03-11T17:58:37.069 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:36 smithi176 systemd[1]: Starting Ceph mon.smithi176 for cb5f33fe-dfcd-11ee-95c8-87774f69a715... 2024-03-11T17:58:37.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: set uid:gid to 167:167 (ceph:ceph) 2024-03-11T17:58:37.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable), process ceph-mon, pid 7 2024-03-11T17:58:37.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: pidfile_write: ignore empty --pid-file 2024-03-11T17:58:37.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: load: jerasure load: lrc 2024-03-11T17:58:37.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: RocksDB version: 7.9.2 2024-03-11T17:58:37.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Git sha 0 2024-03-11T17:58:37.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Compile date 2024-03-11 06:20:13 2024-03-11T17:58:37.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: DB SUMMARY 2024-03-11T17:58:37.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: DB Session ID: OJC8XCXP7ZJBB2XSOLNQ 2024-03-11T17:58:37.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: CURRENT file: CURRENT 2024-03-11T17:58:37.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: IDENTITY file: IDENTITY 2024-03-11T17:58:37.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: MANIFEST file: MANIFEST-000005 size: 1844 Bytes 2024-03-11T17:58:37.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi176/store.db dir, Total Num: 1, files: 000035.sst 2024-03-11T17:58:37.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi176/store.db: 000033.log size: 1043498 ; 2024-03-11T17:58:37.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.error_if_exists: 0 2024-03-11T17:58:37.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.create_if_missing: 0 2024-03-11T17:58:37.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.paranoid_checks: 1 2024-03-11T17:58:37.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.flush_verify_memtable_count: 1 2024-03-11T17:58:37.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-11T17:58:37.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-11T17:58:37.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.env: 0x55c4c1417720 2024-03-11T17:58:37.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.fs: PosixFileSystem 2024-03-11T17:58:37.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.info_log: 0x55c4c2d37380 2024-03-11T17:58:37.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.max_file_opening_threads: 16 2024-03-11T17:58:37.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.statistics: (nil) 2024-03-11T17:58:37.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.use_fsync: 0 2024-03-11T17:58:37.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.max_log_file_size: 0 2024-03-11T17:58:37.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-11T17:58:37.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.log_file_time_to_roll: 0 2024-03-11T17:58:37.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.keep_log_file_num: 1000 2024-03-11T17:58:37.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.recycle_log_file_num: 0 2024-03-11T17:58:37.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.allow_fallocate: 1 2024-03-11T17:58:37.341 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.allow_mmap_reads: 0 2024-03-11T17:58:37.342 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.allow_mmap_writes: 0 2024-03-11T17:58:37.342 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.use_direct_reads: 0 2024-03-11T17:58:37.342 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-11T17:58:37.342 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.create_missing_column_families: 0 2024-03-11T17:58:37.342 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.db_log_dir: 2024-03-11T17:58:37.342 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.wal_dir: 2024-03-11T17:58:37.342 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.table_cache_numshardbits: 6 2024-03-11T17:58:37.344 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.WAL_ttl_seconds: 0 2024-03-11T17:58:37.344 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.WAL_size_limit_MB: 0 2024-03-11T17:58:37.344 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-11T17:58:37.344 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-11T17:58:37.344 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.is_fd_close_on_exec: 1 2024-03-11T17:58:37.344 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.advise_random_on_open: 1 2024-03-11T17:58:37.344 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.db_write_buffer_size: 0 2024-03-11T17:58:37.344 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.write_buffer_manager: 0x55c4c1fb0140 2024-03-11T17:58:37.344 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-11T17:58:37.344 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-11T17:58:37.344 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.use_adaptive_mutex: 0 2024-03-11T17:58:37.344 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.rate_limiter: (nil) 2024-03-11T17:58:37.345 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-11T17:58:37.345 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.wal_recovery_mode: 2 2024-03-11T17:58:37.345 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.enable_thread_tracking: 0 2024-03-11T17:58:37.345 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.enable_pipelined_write: 0 2024-03-11T17:58:37.345 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.unordered_write: 0 2024-03-11T17:58:37.345 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-11T17:58:37.345 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-11T17:58:37.345 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-11T17:58:37.345 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-11T17:58:37.345 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.row_cache: None 2024-03-11T17:58:37.345 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.wal_filter: None 2024-03-11T17:58:37.345 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-11T17:58:37.345 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.allow_ingest_behind: 0 2024-03-11T17:58:37.345 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.two_write_queues: 0 2024-03-11T17:58:37.345 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.manual_wal_flush: 0 2024-03-11T17:58:37.346 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.wal_compression: 0 2024-03-11T17:58:37.346 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.atomic_flush: 0 2024-03-11T17:58:37.346 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-11T17:58:37.346 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.persist_stats_to_disk: 0 2024-03-11T17:58:37.346 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.write_dbid_to_manifest: 0 2024-03-11T17:58:37.346 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.log_readahead_size: 0 2024-03-11T17:58:37.346 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-11T17:58:37.346 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.best_efforts_recovery: 0 2024-03-11T17:58:37.346 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-11T17:58:37.346 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-11T17:58:37.346 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.allow_data_in_errors: 0 2024-03-11T17:58:37.346 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.db_host_id: __hostname__ 2024-03-11T17:58:37.346 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.enforce_single_del_contracts: true 2024-03-11T17:58:37.346 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.max_background_jobs: 2 2024-03-11T17:58:37.346 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.max_background_compactions: -1 2024-03-11T17:58:37.347 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.max_subcompactions: 1 2024-03-11T17:58:37.347 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-11T17:58:37.347 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-11T17:58:37.347 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.delayed_write_rate : 16777216 2024-03-11T17:58:37.347 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.max_total_wal_size: 0 2024-03-11T17:58:37.347 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-11T17:58:37.347 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.stats_dump_period_sec: 600 2024-03-11T17:58:37.347 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.stats_persist_period_sec: 600 2024-03-11T17:58:37.347 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-11T17:58:37.347 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.max_open_files: -1 2024-03-11T17:58:37.347 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.bytes_per_sync: 0 2024-03-11T17:58:37.347 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.wal_bytes_per_sync: 0 2024-03-11T17:58:37.347 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.strict_bytes_per_sync: 0 2024-03-11T17:58:37.347 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.compaction_readahead_size: 0 2024-03-11T17:58:37.347 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.max_background_flushes: -1 2024-03-11T17:58:37.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Compression algorithms supported: 2024-03-11T17:58:37.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-11T17:58:37.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: kZSTD supported: 0 2024-03-11T17:58:37.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: kXpressCompression supported: 0 2024-03-11T17:58:37.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: kLZ4HCCompression supported: 1 2024-03-11T17:58:37.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: kZlibCompression supported: 1 2024-03-11T17:58:37.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: kSnappyCompression supported: 1 2024-03-11T17:58:37.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: kLZ4Compression supported: 1 2024-03-11T17:58:37.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: kBZip2Compression supported: 0 2024-03-11T17:58:37.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Fast CRC32 supported: Supported on x86 2024-03-11T17:58:37.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: DMutex implementation: pthread_mutex_t 2024-03-11T17:58:37.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi176/store.db/MANIFEST-000005 2024-03-11T17:58:37.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-11T17:58:37.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-11T17:58:37.348 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.merge_operator: 2024-03-11T17:58:37.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.compaction_filter: None 2024-03-11T17:58:37.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.compaction_filter_factory: None 2024-03-11T17:58:37.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.sst_partitioner_factory: None 2024-03-11T17:58:37.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.memtable_factory: SkipListFactory 2024-03-11T17:58:37.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.table_factory: BlockBasedTable 2024-03-11T17:58:37.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c4c2d374a0) 2024-03-11T17:58:37.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: cache_index_and_filter_blocks: 1 2024-03-11T17:58:37.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-11T17:58:37.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-11T17:58:37.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: pin_top_level_index_and_filter: 1 2024-03-11T17:58:37.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: index_type: 0 2024-03-11T17:58:37.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: data_block_index_type: 0 2024-03-11T17:58:37.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: index_shortening: 1 2024-03-11T17:58:37.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: data_block_hash_table_util_ratio: 0.750000 2024-03-11T17:58:37.349 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: checksum: 4 2024-03-11T17:58:37.350 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: no_block_cache: 0 2024-03-11T17:58:37.350 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: block_cache: 0x55c4c20511f0 2024-03-11T17:58:37.350 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: block_cache_name: BinnedLRUCache 2024-03-11T17:58:37.350 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: block_cache_options: 2024-03-11T17:58:37.350 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: capacity : 536870912 2024-03-11T17:58:37.350 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: num_shard_bits : 4 2024-03-11T17:58:37.350 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: strict_capacity_limit : 0 2024-03-11T17:58:37.350 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: high_pri_pool_ratio: 0.000 2024-03-11T17:58:37.350 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: block_cache_compressed: (nil) 2024-03-11T17:58:37.350 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: persistent_cache: (nil) 2024-03-11T17:58:37.350 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: block_size: 4096 2024-03-11T17:58:37.350 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: block_size_deviation: 10 2024-03-11T17:58:37.350 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: block_restart_interval: 16 2024-03-11T17:58:37.350 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: index_block_restart_interval: 1 2024-03-11T17:58:37.351 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: metadata_block_size: 4096 2024-03-11T17:58:37.351 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: partition_filters: 0 2024-03-11T17:58:37.351 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: use_delta_encoding: 1 2024-03-11T17:58:37.351 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: filter_policy: bloomfilter 2024-03-11T17:58:37.351 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: whole_key_filtering: 1 2024-03-11T17:58:37.351 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: verify_compression: 0 2024-03-11T17:58:37.351 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: read_amp_bytes_per_bit: 0 2024-03-11T17:58:37.351 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: format_version: 5 2024-03-11T17:58:37.351 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: enable_index_compression: 1 2024-03-11T17:58:37.351 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: block_align: 0 2024-03-11T17:58:37.351 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: max_auto_readahead_size: 262144 2024-03-11T17:58:37.351 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: prepopulate_block_cache: 0 2024-03-11T17:58:37.351 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: initial_auto_readahead_size: 8192 2024-03-11T17:58:37.351 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: num_file_reads_for_auto_readahead: 2 2024-03-11T17:58:37.351 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.write_buffer_size: 33554432 2024-03-11T17:58:37.352 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.max_write_buffer_number: 2 2024-03-11T17:58:37.352 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.compression: NoCompression 2024-03-11T17:58:37.352 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.bottommost_compression: Disabled 2024-03-11T17:58:37.352 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.prefix_extractor: nullptr 2024-03-11T17:58:37.352 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-11T17:58:37.352 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.num_levels: 7 2024-03-11T17:58:37.352 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-11T17:58:37.352 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-11T17:58:37.352 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-11T17:58:37.352 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-11T17:58:37.352 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-11T17:58:37.352 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-11T17:58:37.352 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-11T17:58:37.352 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-11T17:58:37.353 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-11T17:58:37.353 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-11T17:58:37.353 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-11T17:58:37.353 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-11T17:58:37.353 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.compression_opts.window_bits: -14 2024-03-11T17:58:37.353 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.compression_opts.level: 32767 2024-03-11T17:58:37.353 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.compression_opts.strategy: 0 2024-03-11T17:58:37.353 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-11T17:58:37.353 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-11T17:58:37.353 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-11T17:58:37.353 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-11T17:58:37.353 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.compression_opts.enabled: false 2024-03-11T17:58:37.353 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-11T17:58:37.353 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-11T17:58:37.353 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-11T17:58:37.354 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-11T17:58:37.354 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.target_file_size_base: 67108864 2024-03-11T17:58:37.354 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.target_file_size_multiplier: 1 2024-03-11T17:58:37.354 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-11T17:58:37.354 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-11T17:58:37.354 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-11T17:58:37.354 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-11T17:58:37.354 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-11T17:58:37.354 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-11T17:58:37.354 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-11T17:58:37.354 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-11T17:58:37.354 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-11T17:58:37.354 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-11T17:58:37.354 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-11T17:58:37.354 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-11T17:58:37.355 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-11T17:58:37.355 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.arena_block_size: 1048576 2024-03-11T17:58:37.355 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-11T17:58:37.355 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-11T17:58:37.355 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.disable_auto_compactions: 0 2024-03-11T17:58:37.355 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-11T17:58:37.355 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-11T17:58:37.355 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-11T17:58:37.355 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-11T17:58:37.355 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-11T17:58:37.355 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-11T17:58:37.355 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-11T17:58:37.355 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-11T17:58:37.355 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-11T17:58:37.355 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-11T17:58:37.356 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.table_properties_collectors: 2024-03-11T17:58:37.356 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.inplace_update_support: 0 2024-03-11T17:58:37.356 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.inplace_update_num_locks: 10000 2024-03-11T17:58:37.356 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-11T17:58:37.356 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-11T17:58:37.356 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.memtable_huge_page_size: 0 2024-03-11T17:58:37.356 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.bloom_locality: 0 2024-03-11T17:58:37.356 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.max_successive_merges: 0 2024-03-11T17:58:37.356 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.optimize_filters_for_hits: 0 2024-03-11T17:58:37.356 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.paranoid_file_checks: 0 2024-03-11T17:58:37.356 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.force_consistency_checks: 1 2024-03-11T17:58:37.356 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.report_bg_io_stats: 0 2024-03-11T17:58:37.356 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.ttl: 2592000 2024-03-11T17:58:37.357 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.periodic_compaction_seconds: 0 2024-03-11T17:58:37.357 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-11T17:58:37.357 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-11T17:58:37.357 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.enable_blob_files: false 2024-03-11T17:58:37.357 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.min_blob_size: 0 2024-03-11T17:58:37.357 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.blob_file_size: 268435456 2024-03-11T17:58:37.357 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.blob_compression_type: NoCompression 2024-03-11T17:58:37.357 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.enable_blob_garbage_collection: false 2024-03-11T17:58:37.357 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-11T17:58:37.357 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-11T17:58:37.357 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-11T17:58:37.357 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.blob_file_starting_level: 0 2024-03-11T17:58:37.357 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-11T17:58:37.357 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 35.sst 2024-03-11T17:58:37.357 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi176/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 37, last_sequence is 21180, log_number is 33,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-11T17:58:37.357 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 33 2024-03-11T17:58:37.358 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 03ba0245-b1cb-448d-9055-42b93aefa495 2024-03-11T17:58:37.358 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710179917271581, "job": 1, "event": "recovery_started", "wal_files": [33]} 2024-03-11T17:58:37.358 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #33 mode 2 2024-03-11T17:58:37.358 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710179917274546, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 38, "file_size": 666798, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 21185, "largest_seqno": 21360, "table_properties": {"data_size": 664763, "index_size": 831, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 197, "raw_key_size": 1675, "raw_average_key_size": 23, "raw_value_size": 662656, "raw_average_value_size": 9333, "num_data_blocks": 36, "num_entries": 71, "num_filter_entries": 71, "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": 1710179917, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "03ba0245-b1cb-448d-9055-42b93aefa495", "db_session_id": "OJC8XCXP7ZJBB2XSOLNQ", "orig_file_number": 38, "seqno_to_time_mapping": "N/A"}} 2024-03-11T17:58:37.358 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: EVENT_LOG_v1 {"time_micros": 1710179917274629, "job": 1, "event": "recovery_finished"} 2024-03-11T17:58:37.358 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: [db/version_set.cc:5047] Creating manifest 40 2024-03-11T17:58:37.358 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi176/store.db/000033.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-11T17:58:37.358 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55c4c20ee000 2024-03-11T17:58:37.358 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: DB pointer 0x55c4c20dc000 2024-03-11T17:58:37.358 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-11T17:58:37.358 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-11T17:58:37.358 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: ** DB Stats ** 2024-03-11T17:58:37.358 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-11T17:58:37.359 INFO:journalctl@ceph.mon.smithi176.smithi176.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-03-11T17:58:37.359 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-11T17:58:37.359 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-11T17:58:37.359 INFO:journalctl@ceph.mon.smithi176.smithi176.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-03-11T17:58:37.359 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-11T17:58:37.359 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-11T17:58:37.359 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: 2024-03-11T17:58:37.359 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: ** Compaction Stats [default] ** 2024-03-11T17:58:37.359 INFO:journalctl@ceph.mon.smithi176.smithi176.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-03-11T17:58:37.359 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-11T17:58:37.359 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: L0 1/0 651.17 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 392.8 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-03-11T17:58:37.359 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: L6 1/0 34.86 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-03-11T17:58:37.359 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Sum 2/0 35.50 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 392.8 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-03-11T17:58:37.359 INFO:journalctl@ceph.mon.smithi176.smithi176.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 392.8 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-03-11T17:58:37.359 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: 2024-03-11T17:58:37.360 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: ** Compaction Stats [default] ** 2024-03-11T17:58:37.360 INFO:journalctl@ceph.mon.smithi176.smithi176.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-03-11T17:58:37.360 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-11T17:58:37.360 INFO:journalctl@ceph.mon.smithi176.smithi176.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 392.8 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-03-11T17:58:37.360 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: 2024-03-11T17:58:37.360 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-11T17:58:37.360 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: 2024-03-11T17:58:37.360 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-03-11T17:58:37.360 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Flush(GB): cumulative 0.001, interval 0.001 2024-03-11T17:58:37.360 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-11T17:58:37.360 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-03-11T17:58:37.360 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-03-11T17:58:37.360 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: AddFile(Keys): cumulative 0, interval 0 2024-03-11T17:58:37.361 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Cumulative compaction: 0.00 GB write, 117.43 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-11T17:58:37.361 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Interval compaction: 0.00 GB write, 117.43 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-11T17:58:37.361 INFO:journalctl@ceph.mon.smithi176.smithi176.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-03-11T17:58:37.361 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Block cache BinnedLRUCache@0x55c4c20511f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-03-11T17:58:37.361 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.23 KB,4.47035e-05%) IndexBlock(1,0.95 KB,0.000181794%) Misc(1,0.00 KB,0%) 2024-03-11T17:58:37.361 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: 2024-03-11T17:58:37.361 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: ** File Read Latency Histogram By Level [default] ** 2024-03-11T17:58:37.361 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: starting mon.smithi176 rank 1 at public addrs [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] at bind addrs [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi176 fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 2024-03-11T17:58:37.361 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: mon.smithi176@-1(???) e2 preinit fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 2024-03-11T17:58:37.361 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: mon.smithi176@-1(???).mds e8 new map 2024-03-11T17:58:37.361 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: mon.smithi176@-1(???).mds e8 print_map 2024-03-11T17:58:37.361 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: e8 2024-03-11T17:58:37.361 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-03-11T17:58:37.361 INFO:journalctl@ceph.mon.smithi176.smithi176.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-03-11T17:58:37.362 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: legacy client fscid: 1 2024-03-11T17:58:37.362 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: 2024-03-11T17:58:37.362 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Filesystem 'foofs' (1) 2024-03-11T17:58:37.362 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: fs_name foofs 2024-03-11T17:58:37.362 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: epoch 5 2024-03-11T17:58:37.362 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2024-03-11T17:58:37.362 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: created 2024-03-11T17:43:44.862132+0000 2024-03-11T17:58:37.362 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: modified 2024-03-11T17:43:50.889738+0000 2024-03-11T17:58:37.362 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: tableserver 0 2024-03-11T17:58:37.362 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: root 0 2024-03-11T17:58:37.362 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: session_timeout 60 2024-03-11T17:58:37.362 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: session_autoclose 300 2024-03-11T17:58:37.362 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: max_file_size 1099511627776 2024-03-11T17:58:37.362 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: max_xattr_size 65536 2024-03-11T17:58:37.362 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: required_client_features {} 2024-03-11T17:58:37.363 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: last_failure 0 2024-03-11T17:58:37.363 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: last_failure_osd_epoch 0 2024-03-11T17:58:37.363 INFO:journalctl@ceph.mon.smithi176.smithi176.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-03-11T17:58:37.363 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: max_mds 1 2024-03-11T17:58:37.363 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: in 0 2024-03-11T17:58:37.363 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: up {0=14514} 2024-03-11T17:58:37.363 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: failed 2024-03-11T17:58:37.363 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: damaged 2024-03-11T17:58:37.363 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: stopped 2024-03-11T17:58:37.363 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: data_pools [3] 2024-03-11T17:58:37.363 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: metadata_pool 2 2024-03-11T17:58:37.363 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: inline_data disabled 2024-03-11T17:58:37.363 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: balancer 2024-03-11T17:58:37.363 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: bal_rank_mask -1 2024-03-11T17:58:37.363 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: standby_count_wanted 1 2024-03-11T17:58:37.363 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: [mds.foofs.smithi132.jgrugp{0:14514} state up:active seq 2 join_fscid=1 addr [v2:172.21.15.132:6834/809648610,v1:172.21.15.132:6835/809648610] compat {c=[1],r=[1],i=[7ff]}] 2024-03-11T17:58:37.365 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: 2024-03-11T17:58:37.365 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: 2024-03-11T17:58:37.366 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Standby daemons: 2024-03-11T17:58:37.366 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: 2024-03-11T17:58:37.366 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: [mds.foofs.smithi176.fmhxul{-1:24289} state up:standby seq 2 join_fscid=1 addr [v2:172.21.15.176:6832/694043480,v1:172.21.15.176:6833/694043480] compat {c=[1],r=[1],i=[7ff]}] 2024-03-11T17:58:37.366 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: mon.smithi176@-1(???).osd e73 crush map has features 3314933000854323200, adjusting msgr requires 2024-03-11T17:58:37.366 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: mon.smithi176@-1(???).osd e73 crush map has features 432629239337189376, adjusting msgr requires 2024-03-11T17:58:37.366 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: mon.smithi176@-1(???).osd e73 crush map has features 432629239337189376, adjusting msgr requires 2024-03-11T17:58:37.366 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: mon.smithi176@-1(???).osd e73 crush map has features 432629239337189376, adjusting msgr requires 2024-03-11T17:58:37.366 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 ceph-mon[67829]: mon.smithi176@-1(???).paxosservice(auth 1..47) refresh upgraded, format 0 -> 3 2024-03-11T17:58:37.366 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 bash[67791]: 4e15ff1139fe0860d7c5d3d4cb587ea2df0d704d50265d7444ac8142abd0a418 2024-03-11T17:58:37.366 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:37 smithi176 systemd[1]: Started Ceph mon.smithi176 for cb5f33fe-dfcd-11ee-95c8-87774f69a715. 2024-03-11T17:58:38.159 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:58:38.601 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: mkfs cb5f33fe-dfcd-11ee-95c8-87774f69a715 2024-03-11T17:58:38.602 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: mkfs cb5f33fe-dfcd-11ee-95c8-87774f69a715 2024-03-11T17:58:38.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Reconfiguring daemon alertmanager.smithi132 on smithi132 2024-03-11T17:58:38.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Reconfiguring grafana.smithi132 (dependencies changed)... 2024-03-11T17:58:38.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Regenerating cephadm self-signed grafana TLS certificates 2024-03-11T17:58:38.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Reconfiguring daemon grafana.smithi132 on smithi132 2024-03-11T17:58:38.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Reconfiguring node-exporter.smithi132 (dependencies changed)... 2024-03-11T17:58:38.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Reconfiguring daemon node-exporter.smithi132 on smithi132 2024-03-11T17:58:38.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Reconfiguring prometheus.smithi132 (dependencies changed)... 2024-03-11T17:58:38.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Reconfiguring daemon prometheus.smithi132 on smithi132 2024-03-11T17:58:38.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Reconfiguring node-exporter.smithi176 (dependencies changed)... 2024-03-11T17:58:38.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Reconfiguring daemon node-exporter.smithi176 on smithi176 2024-03-11T17:58:38.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Upgrade: Need to upgrade myself (mgr.smithi176.txyrph) 2024-03-11T17:58:38.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Upgrade: Need to upgrade myself (mgr.smithi176.txyrph) 2024-03-11T17:58:38.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Upgrade: Updating mgr.smithi132.jvlwde 2024-03-11T17:58:38.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Deploying daemon mgr.smithi132.jvlwde on smithi132 2024-03-11T17:58:38.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Upgrade: Need to upgrade myself (mgr.smithi176.txyrph) 2024-03-11T17:58:38.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Upgrade: Need to upgrade myself (mgr.smithi176.txyrph) 2024-03-11T17:58:38.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Failing over to other MGR 2024-03-11T17:58:38.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: [11/Mar/2024:17:57:39] ENGINE Bus STARTING 2024-03-11T17:58:38.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: [11/Mar/2024:17:57:40] ENGINE Serving on https://172.21.15.132:7150 2024-03-11T17:58:38.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: [11/Mar/2024:17:57:40] ENGINE Serving on http://172.21.15.132:8765 2024-03-11T17:58:38.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: [11/Mar/2024:17:57:40] ENGINE Bus STARTED 2024-03-11T17:58:38.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Updating smithi132:/etc/ceph/ceph.conf 2024-03-11T17:58:38.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Updating smithi176:/etc/ceph/ceph.conf 2024-03-11T17:58:38.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Updating smithi176:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.conf 2024-03-11T17:58:38.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Updating smithi132:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.conf 2024-03-11T17:58:38.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Updating smithi176:/etc/ceph/ceph.client.admin.keyring 2024-03-11T17:58:38.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Updating smithi132:/etc/ceph/ceph.client.admin.keyring 2024-03-11T17:58:38.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Updating smithi176:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T17:58:38.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Updating smithi132:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T17:58:38.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Reconfiguring prometheus.smithi132 (dependencies changed)... 2024-03-11T17:58:38.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Reconfiguring daemon prometheus.smithi132 on smithi132 2024-03-11T17:58:38.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-11T17:58:38.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: pgmap v10: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 180 B/s wr, 10 op/s 2024-03-11T17:58:38.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: pgmap v11: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 180 B/s wr, 10 op/s 2024-03-11T17:58:38.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Upgrade: Updating mgr.smithi176.txyrph 2024-03-11T17:58:38.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Deploying daemon mgr.smithi176.txyrph on smithi176 2024-03-11T17:58:38.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: pgmap v12: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 270 B/s wr, 11 op/s 2024-03-11T17:58:38.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: pgmap v13: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 180 B/s wr, 0 op/s 2024-03-11T17:58:38.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: pgmap v14: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 270 B/s wr, 0 op/s 2024-03-11T17:58:38.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: pgmap v15: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:58:38.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: pgmap v16: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:58:38.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: pgmap v17: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:58:38.842 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Standby manager daemon smithi176.txyrph restarted 2024-03-11T17:58:38.843 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Standby manager daemon smithi176.txyrph started 2024-03-11T17:58:38.843 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: mgrmap e35: smithi132.jvlwde(active, since 28s), standbys: smithi176.txyrph 2024-03-11T17:58:38.843 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: pgmap v18: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:58:38.843 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: pgmap v19: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 201 B/s wr, 0 op/s 2024-03-11T17:58:38.843 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: pgmap v20: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 251 B/s rd, 125 B/s wr, 0 op/s 2024-03-11T17:58:38.843 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Upgrade: Setting container_image for all mgr 2024-03-11T17:58:38.843 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Upgrade: Updating mon.smithi132 2024-03-11T17:58:38.843 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Deploying daemon mon.smithi132 on smithi132 2024-03-11T17:58:38.843 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: pgmap v21: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 251 B/s rd, 251 B/s wr, 0 op/s 2024-03-11T17:58:38.843 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: pgmap v22: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 251 B/s rd, 251 B/s wr, 0 op/s 2024-03-11T17:58:38.843 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: pgmap v23: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 125 B/s wr, 0 op/s 2024-03-11T17:58:38.843 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: mon.smithi132 calling monitor election 2024-03-11T17:58:38.843 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: mon.smithi132 is new leader, mons smithi132,smithi176 in quorum (ranks 0,1) 2024-03-11T17:58:38.843 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: monmap e2: 2 mons at {smithi132=[v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0],smithi176=[v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-11T17:58:38.843 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: fsmap foofs:1 {0=foofs.smithi132.jgrugp=up:active} 1 up:standby 2024-03-11T17:58:38.844 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: osdmap e72: 8 total, 8 up, 8 in 2024-03-11T17:58:38.844 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: mgrmap e35: smithi132.jvlwde(active, since 37s), standbys: smithi176.txyrph 2024-03-11T17:58:38.844 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: mgrmap e36: smithi132.jvlwde(active, since 37s), standbys: smithi176.txyrph 2024-03-11T17:58:38.844 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T17:58:38.844 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T17:58:38.844 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: daemon prometheus.smithi132 on smithi132 is in unknown state 2024-03-11T17:58:38.844 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: mgrmap e37: smithi132.jvlwde(active, since 38s), standbys: smithi176.txyrph 2024-03-11T17:58:38.844 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Standby manager daemon smithi176.txyrph restarted 2024-03-11T17:58:38.844 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Standby manager daemon smithi176.txyrph started 2024-03-11T17:58:38.844 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.? 172.21.15.176:0/2246677328' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-11T17:58:38.844 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.? 172.21.15.176:0/2246677328' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi176.txyrph/key"}]: dispatch 2024-03-11T17:58:38.844 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.? 172.21.15.176:0/2246677328' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-11T17:58:38.844 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: mgrmap e38: smithi132.jvlwde(active, since 43s), standbys: smithi176.txyrph 2024-03-11T17:58:38.844 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Active manager daemon smithi132.jvlwde restarted 2024-03-11T17:58:38.844 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Activating manager daemon smithi132.jvlwde 2024-03-11T17:58:38.845 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: osdmap e73: 8 total, 8 up, 8 in 2024-03-11T17:58:38.845 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: mgrmap e39: smithi132.jvlwde(active, starting, since 0.00596049s), standbys: smithi176.txyrph 2024-03-11T17:58:38.845 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2024-03-11T17:58:38.845 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2024-03-11T17:58:38.845 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi132.jgrugp"}]: dispatch 2024-03-11T17:58:38.845 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi176.fmhxul"}]: dispatch 2024-03-11T17:58:38.845 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mgr metadata", "who": "smithi132.jvlwde", "id": "smithi132.jvlwde"}]: dispatch 2024-03-11T17:58:38.845 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mgr metadata", "who": "smithi176.txyrph", "id": "smithi176.txyrph"}]: dispatch 2024-03-11T17:58:38.845 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T17:58:38.845 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T17:58:38.845 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T17:58:38.845 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T17:58:38.845 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T17:58:38.845 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T17:58:38.845 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T17:58:38.845 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T17:58:38.846 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-11T17:58:38.846 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-11T17:58:38.846 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-11T17:58:38.846 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Manager daemon smithi132.jvlwde is now available 2024-03-11T17:58:38.846 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:58:38.846 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:58:38.846 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:58:38.846 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/mirror_snapshot_schedule"}]: dispatch 2024-03-11T17:58:38.846 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/trash_purge_schedule"}]: dispatch 2024-03-11T17:58:38.846 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: [11/Mar/2024:17:58:22] ENGINE Bus STARTING 2024-03-11T17:58:38.846 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: [11/Mar/2024:17:58:22] ENGINE Serving on http://172.21.15.132:8765 2024-03-11T17:58:38.846 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: [11/Mar/2024:17:58:23] ENGINE Serving on https://172.21.15.132:7150 2024-03-11T17:58:38.846 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: [11/Mar/2024:17:58:23] ENGINE Bus STARTED 2024-03-11T17:58:38.846 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: mgrmap e40: smithi132.jvlwde(active, since 1.00918s), standbys: smithi176.txyrph 2024-03-11T17:58:38.847 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: pgmap v3: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-03-11T17:58:38.847 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-11T17:58:38.847 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Cluster is now healthy 2024-03-11T17:58:38.847 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: pgmap v4: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-03-11T17:58:38.847 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: mgrmap e41: smithi132.jvlwde(active, since 3s), standbys: smithi176.txyrph 2024-03-11T17:58:38.847 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: pgmap v5: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-03-11T17:58:38.847 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:38.847 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:38.847 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: mgrmap e42: smithi132.jvlwde(active, since 5s), standbys: smithi176.txyrph 2024-03-11T17:58:38.847 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:38.847 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:38.847 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: pgmap v6: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-03-11T17:58:38.847 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:38.847 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:38.847 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:38.847 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:38.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: pgmap v7: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 146 B/s wr, 17 op/s 2024-03-11T17:58:38.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:38.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:38.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:58:38.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:58:38.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Updating smithi132:/etc/ceph/ceph.conf 2024-03-11T17:58:38.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Updating smithi176:/etc/ceph/ceph.conf 2024-03-11T17:58:38.848 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Updating smithi176:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.conf 2024-03-11T17:58:38.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Updating smithi132:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.conf 2024-03-11T17:58:38.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Updating smithi176:/etc/ceph/ceph.client.admin.keyring 2024-03-11T17:58:38.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Updating smithi132:/etc/ceph/ceph.client.admin.keyring 2024-03-11T17:58:38.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Updating smithi176:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T17:58:38.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Updating smithi132:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T17:58:38.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:38.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:38.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:38.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:38.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: pgmap v8: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 24 KiB/s rd, 118 B/s wr, 13 op/s 2024-03-11T17:58:38.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:38.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:38.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:58:38.849 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:58:38.850 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-11T17:58:38.850 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-11T17:58:38.850 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Upgrade: Updating mon.smithi176 2024-03-11T17:58:38.850 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:38.850 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-11T17:58:38.850 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-11T17:58:38.850 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:58:38.850 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Deploying daemon mon.smithi176 on smithi176 2024-03-11T17:58:38.850 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: pgmap v9: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 192 B/s wr, 11 op/s 2024-03-11T17:58:38.850 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T17:58:38.850 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T17:58:38.850 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: daemon prometheus.smithi132 on smithi132 is in unknown state 2024-03-11T17:58:38.850 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2024-03-11T17:58:38.850 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: mon.smithi132 calling monitor election 2024-03-11T17:58:38.851 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: mon.smithi176 calling monitor election 2024-03-11T17:58:38.851 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2024-03-11T17:58:38.851 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: mon.smithi132 is new leader, mons smithi132,smithi176 in quorum (ranks 0,1) 2024-03-11T17:58:38.851 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: monmap e3: 2 mons at {smithi132=[v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0],smithi176=[v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-11T17:58:38.851 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: fsmap foofs:1 {0=foofs.smithi132.jgrugp=up:active} 1 up:standby 2024-03-11T17:58:38.851 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: osdmap e73: 8 total, 8 up, 8 in 2024-03-11T17:58:38.851 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: mgrmap e42: smithi132.jvlwde(active, since 15s), standbys: smithi176.txyrph 2024-03-11T17:58:38.851 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T17:58:38.851 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T17:58:38.851 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: daemon prometheus.smithi132 on smithi132 is in unknown state 2024-03-11T17:58:38.851 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:38.851 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:38.851 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:58:39.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Reconfiguring daemon alertmanager.smithi132 on smithi132 2024-03-11T17:58:39.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Reconfiguring grafana.smithi132 (dependencies changed)... 2024-03-11T17:58:39.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Regenerating cephadm self-signed grafana TLS certificates 2024-03-11T17:58:39.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Reconfiguring daemon grafana.smithi132 on smithi132 2024-03-11T17:58:39.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Reconfiguring node-exporter.smithi132 (dependencies changed)... 2024-03-11T17:58:39.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Reconfiguring daemon node-exporter.smithi132 on smithi132 2024-03-11T17:58:39.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Reconfiguring prometheus.smithi132 (dependencies changed)... 2024-03-11T17:58:39.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Reconfiguring daemon prometheus.smithi132 on smithi132 2024-03-11T17:58:39.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Reconfiguring node-exporter.smithi176 (dependencies changed)... 2024-03-11T17:58:39.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Reconfiguring daemon node-exporter.smithi176 on smithi176 2024-03-11T17:58:39.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Upgrade: Need to upgrade myself (mgr.smithi176.txyrph) 2024-03-11T17:58:39.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Upgrade: Need to upgrade myself (mgr.smithi176.txyrph) 2024-03-11T17:58:39.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Upgrade: Updating mgr.smithi132.jvlwde 2024-03-11T17:58:39.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Deploying daemon mgr.smithi132.jvlwde on smithi132 2024-03-11T17:58:39.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Upgrade: Need to upgrade myself (mgr.smithi176.txyrph) 2024-03-11T17:58:39.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Upgrade: Need to upgrade myself (mgr.smithi176.txyrph) 2024-03-11T17:58:39.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Failing over to other MGR 2024-03-11T17:58:39.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: [11/Mar/2024:17:57:39] ENGINE Bus STARTING 2024-03-11T17:58:39.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: [11/Mar/2024:17:57:40] ENGINE Serving on https://172.21.15.132:7150 2024-03-11T17:58:39.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: [11/Mar/2024:17:57:40] ENGINE Serving on http://172.21.15.132:8765 2024-03-11T17:58:39.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: [11/Mar/2024:17:57:40] ENGINE Bus STARTED 2024-03-11T17:58:39.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Updating smithi132:/etc/ceph/ceph.conf 2024-03-11T17:58:39.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Updating smithi176:/etc/ceph/ceph.conf 2024-03-11T17:58:39.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Updating smithi176:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.conf 2024-03-11T17:58:39.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Updating smithi132:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.conf 2024-03-11T17:58:39.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Updating smithi176:/etc/ceph/ceph.client.admin.keyring 2024-03-11T17:58:39.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Updating smithi132:/etc/ceph/ceph.client.admin.keyring 2024-03-11T17:58:39.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Updating smithi176:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T17:58:39.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Updating smithi132:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T17:58:39.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Reconfiguring prometheus.smithi132 (dependencies changed)... 2024-03-11T17:58:39.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Reconfiguring daemon prometheus.smithi132 on smithi132 2024-03-11T17:58:39.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-11T17:58:39.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: pgmap v10: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 180 B/s wr, 10 op/s 2024-03-11T17:58:39.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: pgmap v11: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 180 B/s wr, 10 op/s 2024-03-11T17:58:39.060 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Upgrade: Updating mgr.smithi176.txyrph 2024-03-11T17:58:39.060 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Deploying daemon mgr.smithi176.txyrph on smithi176 2024-03-11T17:58:39.060 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: pgmap v12: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 270 B/s wr, 11 op/s 2024-03-11T17:58:39.060 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: pgmap v13: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 180 B/s wr, 0 op/s 2024-03-11T17:58:39.060 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: pgmap v14: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 270 B/s wr, 0 op/s 2024-03-11T17:58:39.060 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: pgmap v15: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:58:39.060 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: pgmap v16: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:58:39.060 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: pgmap v17: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:58:39.060 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Standby manager daemon smithi176.txyrph restarted 2024-03-11T17:58:39.060 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Standby manager daemon smithi176.txyrph started 2024-03-11T17:58:39.060 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: mgrmap e35: smithi132.jvlwde(active, since 28s), standbys: smithi176.txyrph 2024-03-11T17:58:39.060 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: pgmap v18: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:58:39.060 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: pgmap v19: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 201 B/s wr, 0 op/s 2024-03-11T17:58:39.060 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: pgmap v20: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 251 B/s rd, 125 B/s wr, 0 op/s 2024-03-11T17:58:39.061 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Upgrade: Setting container_image for all mgr 2024-03-11T17:58:39.061 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Upgrade: Updating mon.smithi132 2024-03-11T17:58:39.061 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Deploying daemon mon.smithi132 on smithi132 2024-03-11T17:58:39.061 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: pgmap v21: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 251 B/s rd, 251 B/s wr, 0 op/s 2024-03-11T17:58:39.061 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: pgmap v22: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 251 B/s rd, 251 B/s wr, 0 op/s 2024-03-11T17:58:39.061 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: pgmap v23: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 125 B/s wr, 0 op/s 2024-03-11T17:58:39.061 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: mon.smithi132 calling monitor election 2024-03-11T17:58:39.061 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: mon.smithi132 is new leader, mons smithi132,smithi176 in quorum (ranks 0,1) 2024-03-11T17:58:39.061 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: monmap e2: 2 mons at {smithi132=[v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0],smithi176=[v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-11T17:58:39.061 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: fsmap foofs:1 {0=foofs.smithi132.jgrugp=up:active} 1 up:standby 2024-03-11T17:58:39.061 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: osdmap e72: 8 total, 8 up, 8 in 2024-03-11T17:58:39.061 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: mgrmap e35: smithi132.jvlwde(active, since 37s), standbys: smithi176.txyrph 2024-03-11T17:58:39.061 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: mgrmap e36: smithi132.jvlwde(active, since 37s), standbys: smithi176.txyrph 2024-03-11T17:58:39.061 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T17:58:39.062 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T17:58:39.062 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: daemon prometheus.smithi132 on smithi132 is in unknown state 2024-03-11T17:58:39.062 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: mgrmap e37: smithi132.jvlwde(active, since 38s), standbys: smithi176.txyrph 2024-03-11T17:58:39.062 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Standby manager daemon smithi176.txyrph restarted 2024-03-11T17:58:39.062 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Standby manager daemon smithi176.txyrph started 2024-03-11T17:58:39.062 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.? 172.21.15.176:0/2246677328' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-11T17:58:39.062 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.? 172.21.15.176:0/2246677328' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi176.txyrph/key"}]: dispatch 2024-03-11T17:58:39.062 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.? 172.21.15.176:0/2246677328' entity='mgr.smithi176.txyrph' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-11T17:58:39.062 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: mgrmap e38: smithi132.jvlwde(active, since 43s), standbys: smithi176.txyrph 2024-03-11T17:58:39.062 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Active manager daemon smithi132.jvlwde restarted 2024-03-11T17:58:39.062 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Activating manager daemon smithi132.jvlwde 2024-03-11T17:58:39.062 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: osdmap e73: 8 total, 8 up, 8 in 2024-03-11T17:58:39.062 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: mgrmap e39: smithi132.jvlwde(active, starting, since 0.00596049s), standbys: smithi176.txyrph 2024-03-11T17:58:39.062 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2024-03-11T17:58:39.063 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2024-03-11T17:58:39.063 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi132.jgrugp"}]: dispatch 2024-03-11T17:58:39.063 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi176.fmhxul"}]: dispatch 2024-03-11T17:58:39.063 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mgr metadata", "who": "smithi132.jvlwde", "id": "smithi132.jvlwde"}]: dispatch 2024-03-11T17:58:39.063 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mgr metadata", "who": "smithi176.txyrph", "id": "smithi176.txyrph"}]: dispatch 2024-03-11T17:58:39.063 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T17:58:39.063 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T17:58:39.063 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T17:58:39.063 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T17:58:39.063 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T17:58:39.063 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T17:58:39.063 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T17:58:39.063 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T17:58:39.063 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-11T17:58:39.064 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-11T17:58:39.064 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-11T17:58:39.064 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Manager daemon smithi132.jvlwde is now available 2024-03-11T17:58:39.064 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:58:39.064 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:58:39.064 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:58:39.064 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/mirror_snapshot_schedule"}]: dispatch 2024-03-11T17:58:39.064 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi132.jvlwde/trash_purge_schedule"}]: dispatch 2024-03-11T17:58:39.064 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: [11/Mar/2024:17:58:22] ENGINE Bus STARTING 2024-03-11T17:58:39.064 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: [11/Mar/2024:17:58:22] ENGINE Serving on http://172.21.15.132:8765 2024-03-11T17:58:39.064 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: [11/Mar/2024:17:58:23] ENGINE Serving on https://172.21.15.132:7150 2024-03-11T17:58:39.064 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: [11/Mar/2024:17:58:23] ENGINE Bus STARTED 2024-03-11T17:58:39.064 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: mgrmap e40: smithi132.jvlwde(active, since 1.00918s), standbys: smithi176.txyrph 2024-03-11T17:58:39.064 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: pgmap v3: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-03-11T17:58:39.065 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-11T17:58:39.065 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Cluster is now healthy 2024-03-11T17:58:39.065 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: pgmap v4: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-03-11T17:58:39.065 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: mgrmap e41: smithi132.jvlwde(active, since 3s), standbys: smithi176.txyrph 2024-03-11T17:58:39.065 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: pgmap v5: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-03-11T17:58:39.065 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:39.065 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:39.065 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: mgrmap e42: smithi132.jvlwde(active, since 5s), standbys: smithi176.txyrph 2024-03-11T17:58:39.065 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:39.065 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:39.065 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: pgmap v6: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-03-11T17:58:39.065 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:39.065 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:39.065 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:39.066 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:39.066 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: pgmap v7: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 146 B/s wr, 17 op/s 2024-03-11T17:58:39.066 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:39.066 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:39.066 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:58:39.066 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:58:39.066 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Updating smithi132:/etc/ceph/ceph.conf 2024-03-11T17:58:39.066 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Updating smithi176:/etc/ceph/ceph.conf 2024-03-11T17:58:39.066 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Updating smithi176:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.conf 2024-03-11T17:58:39.066 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Updating smithi132:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.conf 2024-03-11T17:58:39.066 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Updating smithi176:/etc/ceph/ceph.client.admin.keyring 2024-03-11T17:58:39.066 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Updating smithi132:/etc/ceph/ceph.client.admin.keyring 2024-03-11T17:58:39.066 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Updating smithi176:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T17:58:39.066 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Updating smithi132:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/config/ceph.client.admin.keyring 2024-03-11T17:58:39.067 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:39.067 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:39.067 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:39.067 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:39.067 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: pgmap v8: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 24 KiB/s rd, 118 B/s wr, 13 op/s 2024-03-11T17:58:39.067 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:39.067 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:39.067 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:58:39.067 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:58:39.067 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-03-11T17:58:39.067 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-11T17:58:39.067 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Upgrade: Updating mon.smithi176 2024-03-11T17:58:39.067 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:39.067 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-11T17:58:39.068 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-11T17:58:39.068 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:58:39.068 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Deploying daemon mon.smithi176 on smithi176 2024-03-11T17:58:39.068 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: pgmap v9: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 192 B/s wr, 11 op/s 2024-03-11T17:58:39.068 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T17:58:39.068 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T17:58:39.068 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: daemon prometheus.smithi132 on smithi132 is in unknown state 2024-03-11T17:58:39.068 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi132"}]: dispatch 2024-03-11T17:58:39.068 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: mon.smithi132 calling monitor election 2024-03-11T17:58:39.068 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: mon.smithi176 calling monitor election 2024-03-11T17:58:39.068 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2024-03-11T17:58:39.068 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: mon.smithi132 is new leader, mons smithi132,smithi176 in quorum (ranks 0,1) 2024-03-11T17:58:39.068 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: monmap e3: 2 mons at {smithi132=[v2:172.21.15.132:3300/0,v1:172.21.15.132:6789/0],smithi176=[v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-11T17:58:39.068 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: fsmap foofs:1 {0=foofs.smithi132.jgrugp=up:active} 1 up:standby 2024-03-11T17:58:39.068 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: osdmap e73: 8 total, 8 up, 8 in 2024-03-11T17:58:39.069 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: mgrmap e42: smithi132.jvlwde(active, since 15s), standbys: smithi176.txyrph 2024-03-11T17:58:39.069 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T17:58:39.069 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T17:58:39.069 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: daemon prometheus.smithi132 on smithi132 is in unknown state 2024-03-11T17:58:39.069 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:39.069 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:39.069 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:58:40.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:39 smithi132 ceph-mon[92421]: pgmap v11: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 176 B/s wr, 10 op/s 2024-03-11T17:58:40.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:39 smithi176 ceph-mon[67829]: pgmap v11: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 176 B/s wr, 10 op/s 2024-03-11T17:58:41.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:41 smithi176 ceph-mon[67829]: pgmap v12: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 264 B/s wr, 10 op/s 2024-03-11T17:58:42.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:41 smithi132 ceph-mon[92421]: pgmap v12: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 264 B/s wr, 10 op/s 2024-03-11T17:58:43.214 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:58:43.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:42 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:43.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:42 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:43.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:42 smithi132 ceph-mon[92421]: pgmap v13: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 176 B/s wr, 0 op/s 2024-03-11T17:58:43.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:42 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:43.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:42 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:43.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:42 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:43.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:42 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:43.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:42 smithi176 ceph-mon[67829]: pgmap v13: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 176 B/s wr, 0 op/s 2024-03-11T17:58:43.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:42 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:43.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:42 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:45.538 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:45 smithi176 ceph-mon[67829]: pgmap v14: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:58:45.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:45 smithi132 ceph-mon[92421]: pgmap v14: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:58:47.539 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:47 smithi132 ceph-mon[92421]: pgmap v15: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:58:47.539 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:47 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:47.539 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:47 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:47.539 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:47 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:58:47.539 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:47 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:58:47.539 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:47 smithi132 ceph-mon[92421]: pgmap v16: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 201 B/s wr, 0 op/s 2024-03-11T17:58:47.539 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:47 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:47.539 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:47 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:47.539 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:47 smithi132 ceph-mon[92421]: Reconfiguring mon.smithi132 (monmap changed)... 2024-03-11T17:58:47.539 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:47 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-11T17:58:47.539 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:47 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-11T17:58:47.539 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:47 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:58:47.540 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:47 smithi132 ceph-mon[92421]: Reconfiguring daemon mon.smithi132 on smithi132 2024-03-11T17:58:47.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:47 smithi176 ceph-mon[67829]: pgmap v15: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:58:47.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:47 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:47.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:47 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:47.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:47 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:58:47.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:47 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:58:47.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:47 smithi176 ceph-mon[67829]: pgmap v16: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 201 B/s wr, 0 op/s 2024-03-11T17:58:47.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:47 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:47.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:47 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:47.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:47 smithi176 ceph-mon[67829]: Reconfiguring mon.smithi132 (monmap changed)... 2024-03-11T17:58:47.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:47 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-11T17:58:47.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:47 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-11T17:58:47.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:47 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:58:47.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:47 smithi176 ceph-mon[67829]: Reconfiguring daemon mon.smithi132 on smithi132 2024-03-11T17:58:48.256 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:58:49.276 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:48 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:49.276 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:48 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:49.276 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:48 smithi132 ceph-mon[92421]: Reconfiguring mgr.smithi132.jvlwde (monmap changed)... 2024-03-11T17:58:49.276 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:48 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi132.jvlwde", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-11T17:58:49.276 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:48 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-11T17:58:49.276 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:48 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:58:49.277 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:48 smithi132 ceph-mon[92421]: Reconfiguring daemon mgr.smithi132.jvlwde on smithi132 2024-03-11T17:58:49.277 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:48 smithi132 ceph-mon[92421]: pgmap v17: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 201 B/s wr, 0 op/s 2024-03-11T17:58:49.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:48 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:49.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:48 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:49.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:48 smithi176 ceph-mon[67829]: Reconfiguring mgr.smithi132.jvlwde (monmap changed)... 2024-03-11T17:58:49.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:48 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi132.jvlwde", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-11T17:58:49.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:48 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-11T17:58:49.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:48 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:58:49.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:48 smithi176 ceph-mon[67829]: Reconfiguring daemon mgr.smithi132.jvlwde on smithi132 2024-03-11T17:58:49.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:48 smithi176 ceph-mon[67829]: pgmap v17: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 201 B/s wr, 0 op/s 2024-03-11T17:58:50.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:50 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:50.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:50 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:50.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:50 smithi176 ceph-mon[67829]: Reconfiguring crash.smithi132 (monmap changed)... 2024-03-11T17:58:50.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:50 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi132", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-11T17:58:50.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:50 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:58:50.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:50 smithi176 ceph-mon[67829]: Reconfiguring daemon crash.smithi132 on smithi132 2024-03-11T17:58:50.683 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:50 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:50.683 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:50 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:50.683 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:50 smithi132 ceph-mon[92421]: Reconfiguring crash.smithi132 (monmap changed)... 2024-03-11T17:58:50.683 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:50 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi132", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-11T17:58:50.683 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:50 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:58:50.683 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:50 smithi132 ceph-mon[92421]: Reconfiguring daemon crash.smithi132 on smithi132 2024-03-11T17:58:51.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:51 smithi132 ceph-mon[92421]: pgmap v18: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 201 B/s wr, 0 op/s 2024-03-11T17:58:51.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:51 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:51.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:51 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:51.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:51 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-11T17:58:51.475 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:51 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:58:51.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:51 smithi176 ceph-mon[67829]: pgmap v18: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 201 B/s wr, 0 op/s 2024-03-11T17:58:51.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:51 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:51.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:51 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:51.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:51 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-11T17:58:51.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:51 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:58:52.501 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:52 smithi132 ceph-mon[92421]: Reconfiguring osd.0 (monmap changed)... 2024-03-11T17:58:52.501 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:52 smithi132 ceph-mon[92421]: Reconfiguring daemon osd.0 on smithi132 2024-03-11T17:58:52.501 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:52 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:52.501 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:52 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:52.502 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:52 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-11T17:58:52.502 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:52 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:58:52.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:52 smithi176 ceph-mon[67829]: Reconfiguring osd.0 (monmap changed)... 2024-03-11T17:58:52.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:52 smithi176 ceph-mon[67829]: Reconfiguring daemon osd.0 on smithi132 2024-03-11T17:58:52.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:52 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:52.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:52 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:52.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:52 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-11T17:58:52.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:52 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:58:53.290 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:58:53.718 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:53 smithi132 ceph-mon[92421]: Reconfiguring osd.1 (monmap changed)... 2024-03-11T17:58:53.718 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:53 smithi132 ceph-mon[92421]: Reconfiguring daemon osd.1 on smithi132 2024-03-11T17:58:53.718 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:53 smithi132 ceph-mon[92421]: pgmap v19: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 201 B/s wr, 0 op/s 2024-03-11T17:58:53.718 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:53 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:58:53.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:53 smithi176 ceph-mon[67829]: Reconfiguring osd.1 (monmap changed)... 2024-03-11T17:58:53.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:53 smithi176 ceph-mon[67829]: Reconfiguring daemon osd.1 on smithi132 2024-03-11T17:58:53.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:53 smithi176 ceph-mon[67829]: pgmap v19: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 201 B/s wr, 0 op/s 2024-03-11T17:58:53.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:53 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:58:55.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:55 smithi132 ceph-mon[92421]: pgmap v20: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 201 B/s wr, 0 op/s 2024-03-11T17:58:55.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:55 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:55.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:55 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:55.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:55 smithi132 ceph-mon[92421]: Reconfiguring osd.2 (monmap changed)... 2024-03-11T17:58:55.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:55 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-11T17:58:55.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:55 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:58:55.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:55 smithi132 ceph-mon[92421]: Reconfiguring daemon osd.2 on smithi132 2024-03-11T17:58:55.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:55 smithi176 ceph-mon[67829]: pgmap v20: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 201 B/s wr, 0 op/s 2024-03-11T17:58:55.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:55 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:55.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:55 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:55.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:55 smithi176 ceph-mon[67829]: Reconfiguring osd.2 (monmap changed)... 2024-03-11T17:58:55.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:55 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-11T17:58:55.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:55 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:58:55.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:55 smithi176 ceph-mon[67829]: Reconfiguring daemon osd.2 on smithi132 2024-03-11T17:58:57.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:57 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:57.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:57 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:57.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:57 smithi176 ceph-mon[67829]: Reconfiguring osd.3 (monmap changed)... 2024-03-11T17:58:57.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:57 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-11T17:58:57.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:57 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:58:57.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:57 smithi176 ceph-mon[67829]: Reconfiguring daemon osd.3 on smithi132 2024-03-11T17:58:57.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:57 smithi176 ceph-mon[67829]: pgmap v21: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 201 B/s wr, 0 op/s 2024-03-11T17:58:57.481 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:57 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:57.481 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:57 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:57.481 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:57 smithi132 ceph-mon[92421]: Reconfiguring osd.3 (monmap changed)... 2024-03-11T17:58:57.482 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:57 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-11T17:58:57.482 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:57 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:58:57.482 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:57 smithi132 ceph-mon[92421]: Reconfiguring daemon osd.3 on smithi132 2024-03-11T17:58:57.482 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:57 smithi132 ceph-mon[92421]: pgmap v21: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 201 B/s wr, 0 op/s 2024-03-11T17:58:58.328 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:58:58.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:58 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:58.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:58 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:58.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:58 smithi176 ceph-mon[67829]: Reconfiguring mds.foofs.smithi132.jgrugp (monmap changed)... 2024-03-11T17:58:58.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:58 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi132.jgrugp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-03-11T17:58:58.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:58 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:58:58.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:58 smithi176 ceph-mon[67829]: Reconfiguring daemon mds.foofs.smithi132.jgrugp on smithi132 2024-03-11T17:58:59.037 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:58 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:59.037 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:58 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:59.038 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:58 smithi132 ceph-mon[92421]: Reconfiguring mds.foofs.smithi132.jgrugp (monmap changed)... 2024-03-11T17:58:59.038 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:58 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi132.jgrugp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-03-11T17:58:59.038 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:58 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:58:59.038 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:58 smithi132 ceph-mon[92421]: Reconfiguring daemon mds.foofs.smithi132.jgrugp on smithi132 2024-03-11T17:58:59.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:59 smithi176 ceph-mon[67829]: pgmap v22: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:58:59.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:59 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:59.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:59 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:58:59.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:59 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi176", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-11T17:58:59.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:58:59 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:59:00.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:59 smithi132 ceph-mon[92421]: pgmap v22: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:59:00.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:59 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:00.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:59 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:00.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:59 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi176", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-11T17:59:00.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:58:59 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:59:01.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:00 smithi132 ceph-mon[92421]: Reconfiguring crash.smithi176 (monmap changed)... 2024-03-11T17:59:01.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:00 smithi132 ceph-mon[92421]: Reconfiguring daemon crash.smithi176 on smithi176 2024-03-11T17:59:01.088 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:00 smithi176 ceph-mon[67829]: Reconfiguring crash.smithi176 (monmap changed)... 2024-03-11T17:59:01.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:00 smithi176 ceph-mon[67829]: Reconfiguring daemon crash.smithi176 on smithi176 2024-03-11T17:59:01.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:01 smithi176 ceph-mon[67829]: pgmap v23: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:59:01.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:01.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:01.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:01 smithi176 ceph-mon[67829]: Reconfiguring mgr.smithi176.txyrph (monmap changed)... 2024-03-11T17:59:01.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi176.txyrph", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-11T17:59:01.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-11T17:59:01.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:59:01.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:01 smithi176 ceph-mon[67829]: Reconfiguring daemon mgr.smithi176.txyrph on smithi176 2024-03-11T17:59:02.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:01 smithi132 ceph-mon[92421]: pgmap v23: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:59:02.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:02.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:02.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:01 smithi132 ceph-mon[92421]: Reconfiguring mgr.smithi176.txyrph (monmap changed)... 2024-03-11T17:59:02.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi176.txyrph", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-11T17:59:02.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-11T17:59:02.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:59:02.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:01 smithi132 ceph-mon[92421]: Reconfiguring daemon mgr.smithi176.txyrph on smithi176 2024-03-11T17:59:03.374 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:59:03.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:03 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:03.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:03 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:03.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:03 smithi132 ceph-mon[92421]: Reconfiguring mon.smithi176 (monmap changed)... 2024-03-11T17:59:03.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:03 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-11T17:59:03.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:03 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-11T17:59:03.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:03 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:59:03.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:03 smithi132 ceph-mon[92421]: Reconfiguring daemon mon.smithi176 on smithi176 2024-03-11T17:59:03.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:03 smithi132 ceph-mon[92421]: pgmap v24: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:59:03.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:03 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:03.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:03 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:03.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:03 smithi176 ceph-mon[67829]: Reconfiguring mon.smithi176 (monmap changed)... 2024-03-11T17:59:03.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:03 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-11T17:59:03.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:03 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-11T17:59:03.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:03 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:59:03.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:03 smithi176 ceph-mon[67829]: Reconfiguring daemon mon.smithi176 on smithi176 2024-03-11T17:59:03.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:03 smithi176 ceph-mon[67829]: pgmap v24: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:59:04.782 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:04 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:04.782 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:04 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:04.782 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:04 smithi132 ceph-mon[92421]: Reconfiguring osd.4 (monmap changed)... 2024-03-11T17:59:04.782 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:04 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-11T17:59:04.782 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:04 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:59:04.782 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:04 smithi132 ceph-mon[92421]: Reconfiguring daemon osd.4 on smithi176 2024-03-11T17:59:04.782 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:04 smithi132 ceph-mon[92421]: pgmap v25: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:59:04.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:04 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:04.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:04 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:04.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:04 smithi176 ceph-mon[67829]: Reconfiguring osd.4 (monmap changed)... 2024-03-11T17:59:04.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:04 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-11T17:59:04.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:04 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:59:04.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:04 smithi176 ceph-mon[67829]: Reconfiguring daemon osd.4 on smithi176 2024-03-11T17:59:04.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:04 smithi176 ceph-mon[67829]: pgmap v25: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:59:06.526 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:06 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:06.526 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:06 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:06.526 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:06 smithi176 ceph-mon[67829]: Reconfiguring osd.5 (monmap changed)... 2024-03-11T17:59:06.526 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:06 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-11T17:59:06.526 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:06 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:59:06.527 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:06 smithi176 ceph-mon[67829]: Reconfiguring daemon osd.5 on smithi176 2024-03-11T17:59:06.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:06 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:06.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:06 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:06.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:06 smithi132 ceph-mon[92421]: Reconfiguring osd.5 (monmap changed)... 2024-03-11T17:59:06.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:06 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-11T17:59:06.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:06 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:59:06.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:06 smithi132 ceph-mon[92421]: Reconfiguring daemon osd.5 on smithi176 2024-03-11T17:59:06.988 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T17:59:07.621 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T17:59:07.621 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 running (10m) 38s ago 21m 19.3M - 0.20.0 0881eb8f169f bb4eb0a75e19 2024-03-11T17:59:07.621 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (21m) 38s ago 21m 6387k - 16.2.5 6933c2a0b7dd 9a5469425dbb 2024-03-11T17:59:07.621 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (20m) 25s ago 20m 6387k - 16.2.5 6933c2a0b7dd 3394b3e5bd00 2024-03-11T17:59:07.622 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (8m) 38s ago 20m 35.2M - 6.7.4 557c83e11646 f0913cd370a6 2024-03-11T17:59:07.622 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (15m) 38s ago 15m 41.0M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T17:59:07.622 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (15m) 25s ago 15m 15.5M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T17:59:07.622 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:8443,9283,8765 running (100s) 38s ago 22m 471M - 18.2.1-802-ge1b0c2aa 38c4ca238582 750c6b34adfe 2024-03-11T17:59:07.622 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283,8765 running (68s) 25s ago 20m 447M - 18.2.1-802-ge1b0c2aa 38c4ca238582 f8840875a1ba 2024-03-11T17:59:07.622 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (53s) 38s ago 22m 28.6M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 324a4a17eb3e 2024-03-11T17:59:07.622 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (30s) 25s ago 19m 21.0M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 4e15ff1139fe 2024-03-11T17:59:07.622 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (12m) 38s ago 12m 80.0M - 3.5 6933c2a0b7dd aee2a66a3a0d 2024-03-11T17:59:07.622 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (12m) 25s ago 12m 78.9M - 3.5 6933c2a0b7dd 72a9313be656 2024-03-11T17:59:07.622 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (5m) 38s ago 20m 17.2M - 0.18.1 e5a616e4b9cf e2b1d1f8d438 2024-03-11T17:59:07.622 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (105s) 25s ago 19m 10.7M - 0.18.1 e5a616e4b9cf 528a17530a59 2024-03-11T17:59:07.622 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (19m) 38s ago 19m 385M 1944M 16.2.5 6933c2a0b7dd 8a9418f8764a 2024-03-11T17:59:07.622 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (18m) 38s ago 18m 293M 1944M 16.2.5 6933c2a0b7dd 120ec75123a3 2024-03-11T17:59:07.622 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (18m) 38s ago 18m 240M 1944M 16.2.5 6933c2a0b7dd 68fe37f0f2b3 2024-03-11T17:59:07.623 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (18m) 38s ago 18m 363M 1944M 16.2.5 6933c2a0b7dd ec14dfc2c803 2024-03-11T17:59:07.623 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (17m) 25s ago 17m 377M 2712M 16.2.5 6933c2a0b7dd a618d96d8b7f 2024-03-11T17:59:07.623 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (17m) 25s ago 17m 392M 2712M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T17:59:07.623 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (17m) 25s ago 17m 323M 2712M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T17:59:07.623 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (16m) 25s ago 16m 502M 2712M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T17:59:07.623 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 unknown 38s ago 20m - - 2024-03-11T17:59:07.693 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:07 smithi176 ceph-mon[67829]: pgmap v26: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:59:07.694 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:07 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:07.694 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:07 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:07.694 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:07 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-11T17:59:07.694 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:07 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:59:07.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:07 smithi132 ceph-mon[92421]: pgmap v26: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:59:07.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:07 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:07.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:07 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:07.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:07 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-11T17:59:07.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:07 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:59:08.008 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:59:08.008 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T17:59:08.008 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T17:59:08.008 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:59:08.009 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T17:59:08.009 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T17:59:08.009 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:59:08.009 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T17:59:08.009 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-03-11T17:59:08.009 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:59:08.009 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T17:59:08.009 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:59:08.009 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:59:08.009 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T17:59:08.009 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 10, 2024-03-11T17:59:08.009 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 4 2024-03-11T17:59:08.009 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T17:59:08.009 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:59:08.335 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:59:08.335 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T17:59:08.335 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T17:59:08.335 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T17:59:08.336 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [ 2024-03-11T17:59:08.336 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr", 2024-03-11T17:59:08.336 INFO:teuthology.orchestra.run.smithi132.stdout: "mon" 2024-03-11T17:59:08.336 INFO:teuthology.orchestra.run.smithi132.stdout: ], 2024-03-11T17:59:08.336 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "4/23 daemons upgraded", 2024-03-11T17:59:08.336 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "Currently upgrading mon daemons", 2024-03-11T17:59:08.336 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T17:59:08.336 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:59:08.406 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:59:08.730 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T17:59:08.730 INFO:teuthology.orchestra.run.smithi132.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T17:59:08.731 INFO:teuthology.orchestra.run.smithi132.stdout: daemon prometheus.smithi132 on smithi132 is in unknown state 2024-03-11T17:59:08.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:08 smithi132 ceph-mon[92421]: from='client.34152 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:59:08.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:08 smithi132 ceph-mon[92421]: Reconfiguring osd.6 (monmap changed)... 2024-03-11T17:59:08.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:08 smithi132 ceph-mon[92421]: Reconfiguring daemon osd.6 on smithi176 2024-03-11T17:59:08.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:08 smithi132 ceph-mon[92421]: from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:59:08.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:08 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:59:08.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:08 smithi132 ceph-mon[92421]: from='client.34160 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:59:08.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:08 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/1713314309' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:59:08.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:08 smithi176 ceph-mon[67829]: from='client.34152 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:59:08.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:08 smithi176 ceph-mon[67829]: Reconfiguring osd.6 (monmap changed)... 2024-03-11T17:59:08.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:08 smithi176 ceph-mon[67829]: Reconfiguring daemon osd.6 on smithi176 2024-03-11T17:59:08.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:08 smithi176 ceph-mon[67829]: from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:59:08.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:08 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:59:08.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:08 smithi176 ceph-mon[67829]: from='client.34160 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:59:08.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:08 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/1713314309' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:59:09.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:09 smithi176 ceph-mon[67829]: pgmap v27: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:59:09.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:09 smithi176 ceph-mon[67829]: from='client.34168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:59:09.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:09 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:09.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:09 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:09.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:09 smithi176 ceph-mon[67829]: Reconfiguring osd.7 (monmap changed)... 2024-03-11T17:59:09.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:09 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-11T17:59:09.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:09 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:59:09.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:09 smithi176 ceph-mon[67829]: Reconfiguring daemon osd.7 on smithi176 2024-03-11T17:59:09.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:09 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/2561779449' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:59:09.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:09 smithi132 ceph-mon[92421]: pgmap v27: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:59:09.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:09 smithi132 ceph-mon[92421]: from='client.34168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:59:09.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:09 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:09.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:09 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:09.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:09 smithi132 ceph-mon[92421]: Reconfiguring osd.7 (monmap changed)... 2024-03-11T17:59:09.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:09 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-11T17:59:09.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:09 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:59:09.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:09 smithi132 ceph-mon[92421]: Reconfiguring daemon osd.7 on smithi176 2024-03-11T17:59:09.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:09 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/2561779449' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:59:11.478 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:11 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:11.479 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:11 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:11.479 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:11 smithi176 ceph-mon[67829]: Reconfiguring mds.foofs.smithi176.fmhxul (monmap changed)... 2024-03-11T17:59:11.479 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:11 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi176.fmhxul", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-03-11T17:59:11.479 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:11 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:59:11.479 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:11 smithi176 ceph-mon[67829]: Reconfiguring daemon mds.foofs.smithi176.fmhxul on smithi176 2024-03-11T17:59:11.479 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:11 smithi176 ceph-mon[67829]: pgmap v28: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:59:11.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:11 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:11.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:11 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:11.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:11 smithi132 ceph-mon[92421]: Reconfiguring mds.foofs.smithi176.fmhxul (monmap changed)... 2024-03-11T17:59:11.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:11 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi176.fmhxul", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-03-11T17:59:11.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:11 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:59:11.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:11 smithi132 ceph-mon[92421]: Reconfiguring daemon mds.foofs.smithi176.fmhxul on smithi176 2024-03-11T17:59:11.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:11 smithi132 ceph-mon[92421]: pgmap v28: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:59:13.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:12 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:13.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:12 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:13.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:12 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:59:13.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:12 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:59:13.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:12 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:59:13.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:12 smithi176 ceph-mon[67829]: Upgrade: Setting container_image for all mon 2024-03-11T17:59:13.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:12 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:13.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:12 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi132"}]: dispatch 2024-03-11T17:59:13.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:12 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi132"}]': finished 2024-03-11T17:59:13.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:12 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi176"}]: dispatch 2024-03-11T17:59:13.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:12 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi176"}]': finished 2024-03-11T17:59:13.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:12 smithi176 ceph-mon[67829]: pgmap v29: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:59:13.111 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:12 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:13.111 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:12 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:13.111 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:12 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:59:13.111 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:12 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:59:13.111 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:12 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:59:13.111 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:12 smithi132 ceph-mon[92421]: Upgrade: Setting container_image for all mon 2024-03-11T17:59:13.111 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:12 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:13.111 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:12 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi132"}]: dispatch 2024-03-11T17:59:13.112 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:12 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi132"}]': finished 2024-03-11T17:59:13.112 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:12 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi176"}]: dispatch 2024-03-11T17:59:13.112 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:12 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi176"}]': finished 2024-03-11T17:59:13.112 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:12 smithi132 ceph-mon[92421]: pgmap v29: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:59:13.448 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:59:14.747 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:14 smithi132 ceph-mon[92421]: Upgrade: Updating crash.smithi132 (1/2) 2024-03-11T17:59:14.748 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:14 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:14.748 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:14 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi132", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-11T17:59:14.748 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:14 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:59:14.748 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:14 smithi132 ceph-mon[92421]: Deploying daemon crash.smithi132 on smithi132 2024-03-11T17:59:14.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:14 smithi176 ceph-mon[67829]: Upgrade: Updating crash.smithi132 (1/2) 2024-03-11T17:59:14.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:14 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:14.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:14 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi132", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-11T17:59:14.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:14 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:59:14.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:14 smithi176 ceph-mon[67829]: Deploying daemon crash.smithi132 on smithi132 2024-03-11T17:59:15.781 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:15 smithi132 ceph-mon[92421]: pgmap v30: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:59:15.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:15 smithi176 ceph-mon[67829]: pgmap v30: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:59:17.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:17 smithi176 ceph-mon[67829]: pgmap v31: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:59:17.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:17 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:17.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:17 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:17.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:17 smithi132 ceph-mon[92421]: pgmap v31: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:59:17.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:17 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:17.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:17 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:18.493 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:59:19.548 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:19 smithi176 ceph-mon[67829]: pgmap v32: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:59:19.548 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:19 smithi176 ceph-mon[67829]: Upgrade: Updating crash.smithi176 (2/2) 2024-03-11T17:59:19.548 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:19 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:19.548 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:19 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi176", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-11T17:59:19.549 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:19 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:59:19.549 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:19 smithi176 ceph-mon[67829]: Deploying daemon crash.smithi176 on smithi176 2024-03-11T17:59:19.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:19 smithi132 ceph-mon[92421]: pgmap v32: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:59:19.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:19 smithi132 ceph-mon[92421]: Upgrade: Updating crash.smithi176 (2/2) 2024-03-11T17:59:19.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:19 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:19.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:19 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi176", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-11T17:59:19.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:19 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:59:19.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:19 smithi132 ceph-mon[92421]: Deploying daemon crash.smithi176 on smithi176 2024-03-11T17:59:21.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:21 smithi176 ceph-mon[67829]: pgmap v33: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:59:21.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:21 smithi132 ceph-mon[92421]: pgmap v33: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T17:59:23.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:22 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:23.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:22 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:23.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:22 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:59:23.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:22 smithi176 ceph-mon[67829]: pgmap v34: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:59:23.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:22 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:59:23.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:22 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:23.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:22 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:23.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:22 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:59:23.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:22 smithi132 ceph-mon[92421]: pgmap v34: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:59:23.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:22 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:59:23.533 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:59:25.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:25 smithi132 ceph-mon[92421]: pgmap v35: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:59:25.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:25 smithi176 ceph-mon[67829]: pgmap v35: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:59:27.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:27 smithi176 ceph-mon[67829]: pgmap v36: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-03-11T17:59:27.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:27 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:27.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:27 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:27.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:27 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:27.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:27 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:27.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:27 smithi132 ceph-mon[92421]: pgmap v36: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-03-11T17:59:27.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:27 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:27.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:27 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:27.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:27 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:27.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:27 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:28.573 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:59:29.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:28 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:29.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:28 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:29.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:28 smithi176 ceph-mon[67829]: pgmap v37: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-03-11T17:59:29.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:28 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:29.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:28 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:29.265 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:28 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:29.266 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:28 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:29.266 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:28 smithi132 ceph-mon[92421]: pgmap v37: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-03-11T17:59:29.266 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:28 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:29.266 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:28 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:31.533 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:31 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:31.533 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:31 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:31.533 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:31 smithi132 ceph-mon[92421]: pgmap v38: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:59:31.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:31 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:31.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:31 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:31.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:31 smithi176 ceph-mon[67829]: pgmap v38: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T17:59:33.183 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:32 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:33.183 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:32 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:33.183 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:32 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:59:33.183 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:32 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:59:33.183 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:32 smithi132 ceph-mon[92421]: pgmap v39: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 88 B/s wr, 0 op/s 2024-03-11T17:59:33.184 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:32 smithi132 ceph-mon[92421]: pgmap v40: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 213 B/s rd, 106 B/s wr, 0 op/s 2024-03-11T17:59:33.184 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:32 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:33.184 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:32 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:33.184 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:32 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:59:33.184 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:32 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:59:33.184 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:32 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:59:33.184 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:32 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:59:33.184 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:32 smithi132 ceph-mon[92421]: Upgrade: Setting container_image for all crash 2024-03-11T17:59:33.184 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:32 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:33.184 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:32 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi132"}]: dispatch 2024-03-11T17:59:33.184 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:32 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi132"}]': finished 2024-03-11T17:59:33.184 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:32 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi176"}]: dispatch 2024-03-11T17:59:33.184 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:32 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi176"}]': finished 2024-03-11T17:59:33.185 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:32 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-11T17:59:33.185 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:32 smithi132 ceph-mon[92421]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-11T17:59:33.185 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:32 smithi132 ceph-mon[92421]: Upgrade: osd.0 is safe to restart 2024-03-11T17:59:33.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:32 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:33.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:32 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:33.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:32 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:59:33.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:32 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:59:33.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:32 smithi176 ceph-mon[67829]: pgmap v39: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 88 B/s wr, 0 op/s 2024-03-11T17:59:33.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:32 smithi176 ceph-mon[67829]: pgmap v40: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 213 B/s rd, 106 B/s wr, 0 op/s 2024-03-11T17:59:33.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:32 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:33.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:32 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:33.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:32 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:59:33.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:32 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:59:33.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:32 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:59:33.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:32 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:59:33.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:32 smithi176 ceph-mon[67829]: Upgrade: Setting container_image for all crash 2024-03-11T17:59:33.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:32 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:33.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:32 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi132"}]: dispatch 2024-03-11T17:59:33.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:32 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi132"}]': finished 2024-03-11T17:59:33.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:32 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi176"}]: dispatch 2024-03-11T17:59:33.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:32 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi176"}]': finished 2024-03-11T17:59:33.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:32 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-11T17:59:33.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:32 smithi176 ceph-mon[67829]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-03-11T17:59:33.340 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:32 smithi176 ceph-mon[67829]: Upgrade: osd.0 is safe to restart 2024-03-11T17:59:33.609 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:59:34.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:34 smithi132 ceph-mon[92421]: Upgrade: Updating osd.0 2024-03-11T17:59:34.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:34.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-11T17:59:34.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:59:34.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:34 smithi132 ceph-mon[92421]: Deploying daemon osd.0 on smithi132 2024-03-11T17:59:34.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:34 smithi176 ceph-mon[67829]: Upgrade: Updating osd.0 2024-03-11T17:59:34.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:34.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-11T17:59:34.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:59:34.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:34 smithi176 ceph-mon[67829]: Deploying daemon osd.0 on smithi132 2024-03-11T17:59:35.762 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:35 smithi132 ceph-mon[92421]: pgmap v41: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 213 B/s rd, 213 B/s wr, 0 op/s 2024-03-11T17:59:35.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:35 smithi176 ceph-mon[67829]: pgmap v41: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 213 B/s rd, 213 B/s wr, 0 op/s 2024-03-11T17:59:37.057 INFO:journalctl@ceph.osd.0.smithi132.stdout:Mar 11 17:59:36 smithi132 systemd[1]: Stopping Ceph osd.0 for cb5f33fe-dfcd-11ee-95c8-87774f69a715... 2024-03-11T17:59:37.057 INFO:journalctl@ceph.osd.0.smithi132.stdout:Mar 11 17:59:36 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.0[46273]: debug 2024-03-11T17:59:36.907+0000 7f24fb258700 -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-03-11T17:59:37.057 INFO:journalctl@ceph.osd.0.smithi132.stdout:Mar 11 17:59:36 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.0[46273]: debug 2024-03-11T17:59:36.907+0000 7f24fb258700 -1 osd.0 73 *** Got signal Terminated *** 2024-03-11T17:59:37.057 INFO:journalctl@ceph.osd.0.smithi132.stdout:Mar 11 17:59:36 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.0[46273]: debug 2024-03-11T17:59:36.907+0000 7f24fb258700 -1 osd.0 73 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-11T17:59:37.512 INFO:journalctl@ceph.osd.0.smithi132.stdout:Mar 11 17:59:37 smithi132 bash[99864]: ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.0 2024-03-11T17:59:37.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:37 smithi132 ceph-mon[92421]: pgmap v42: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 213 B/s rd, 213 B/s wr, 0 op/s 2024-03-11T17:59:37.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:37 smithi132 ceph-mon[92421]: osd.0 reported immediately failed by osd.3 2024-03-11T17:59:37.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:37 smithi132 ceph-mon[92421]: osd.0 failed (root=default,host=smithi132) (connection refused reported by osd.3) 2024-03-11T17:59:37.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:37 smithi132 ceph-mon[92421]: osd.0 reported immediately failed by osd.3 2024-03-11T17:59:37.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:37 smithi132 ceph-mon[92421]: osd.0 reported immediately failed by osd.7 2024-03-11T17:59:37.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:37 smithi132 ceph-mon[92421]: osd.0 reported immediately failed by osd.1 2024-03-11T17:59:37.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:37 smithi132 ceph-mon[92421]: osd.0 reported immediately failed by osd.5 2024-03-11T17:59:37.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:37 smithi132 ceph-mon[92421]: osd.0 reported immediately failed by osd.6 2024-03-11T17:59:37.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:37 smithi132 ceph-mon[92421]: osd.0 reported immediately failed by osd.2 2024-03-11T17:59:37.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:37 smithi132 ceph-mon[92421]: osd.0 reported immediately failed by osd.4 2024-03-11T17:59:37.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:37 smithi132 ceph-mon[92421]: osd.0 reported immediately failed by osd.3 2024-03-11T17:59:37.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:37 smithi132 ceph-mon[92421]: osd.0 reported immediately failed by osd.7 2024-03-11T17:59:37.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:37 smithi132 ceph-mon[92421]: osd.0 reported immediately failed by osd.1 2024-03-11T17:59:37.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:37 smithi132 ceph-mon[92421]: osd.0 reported immediately failed by osd.5 2024-03-11T17:59:37.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:37 smithi132 ceph-mon[92421]: osd.0 reported immediately failed by osd.6 2024-03-11T17:59:37.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:37 smithi132 ceph-mon[92421]: osd.0 reported immediately failed by osd.2 2024-03-11T17:59:37.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:37 smithi132 ceph-mon[92421]: osd.0 reported immediately failed by osd.4 2024-03-11T17:59:37.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:37 smithi132 ceph-mon[92421]: osd.0 reported immediately failed by osd.7 2024-03-11T17:59:37.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:37 smithi132 ceph-mon[92421]: osd.0 reported immediately failed by osd.6 2024-03-11T17:59:37.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:37 smithi132 ceph-mon[92421]: osd.0 reported immediately failed by osd.4 2024-03-11T17:59:37.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:37 smithi176 ceph-mon[67829]: pgmap v42: 129 pgs: 129 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 213 B/s rd, 213 B/s wr, 0 op/s 2024-03-11T17:59:37.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:37 smithi176 ceph-mon[67829]: osd.0 reported immediately failed by osd.3 2024-03-11T17:59:37.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:37 smithi176 ceph-mon[67829]: osd.0 failed (root=default,host=smithi132) (connection refused reported by osd.3) 2024-03-11T17:59:37.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:37 smithi176 ceph-mon[67829]: osd.0 reported immediately failed by osd.3 2024-03-11T17:59:37.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:37 smithi176 ceph-mon[67829]: osd.0 reported immediately failed by osd.7 2024-03-11T17:59:37.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:37 smithi176 ceph-mon[67829]: osd.0 reported immediately failed by osd.1 2024-03-11T17:59:37.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:37 smithi176 ceph-mon[67829]: osd.0 reported immediately failed by osd.5 2024-03-11T17:59:37.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:37 smithi176 ceph-mon[67829]: osd.0 reported immediately failed by osd.6 2024-03-11T17:59:37.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:37 smithi176 ceph-mon[67829]: osd.0 reported immediately failed by osd.2 2024-03-11T17:59:37.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:37 smithi176 ceph-mon[67829]: osd.0 reported immediately failed by osd.4 2024-03-11T17:59:37.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:37 smithi176 ceph-mon[67829]: osd.0 reported immediately failed by osd.3 2024-03-11T17:59:37.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:37 smithi176 ceph-mon[67829]: osd.0 reported immediately failed by osd.7 2024-03-11T17:59:37.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:37 smithi176 ceph-mon[67829]: osd.0 reported immediately failed by osd.1 2024-03-11T17:59:37.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:37 smithi176 ceph-mon[67829]: osd.0 reported immediately failed by osd.5 2024-03-11T17:59:37.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:37 smithi176 ceph-mon[67829]: osd.0 reported immediately failed by osd.6 2024-03-11T17:59:37.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:37 smithi176 ceph-mon[67829]: osd.0 reported immediately failed by osd.2 2024-03-11T17:59:37.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:37 smithi176 ceph-mon[67829]: osd.0 reported immediately failed by osd.4 2024-03-11T17:59:37.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:37 smithi176 ceph-mon[67829]: osd.0 reported immediately failed by osd.7 2024-03-11T17:59:37.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:37 smithi176 ceph-mon[67829]: osd.0 reported immediately failed by osd.6 2024-03-11T17:59:37.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:37 smithi176 ceph-mon[67829]: osd.0 reported immediately failed by osd.4 2024-03-11T17:59:38.645 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:59:38.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:38 smithi132 ceph-mon[92421]: Health check failed: 1 osds down (OSD_DOWN) 2024-03-11T17:59:38.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:38 smithi132 ceph-mon[92421]: osdmap e74: 8 total, 7 up, 8 in 2024-03-11T17:59:38.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:38.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:59:38.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:38 smithi176 ceph-mon[67829]: Health check failed: 1 osds down (OSD_DOWN) 2024-03-11T17:59:38.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:38 smithi176 ceph-mon[67829]: osdmap e74: 8 total, 7 up, 8 in 2024-03-11T17:59:38.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:38.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:59:39.078 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T17:59:39.765 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T17:59:39.765 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 running (10m) 11s ago 21m 19.3M - 0.20.0 0881eb8f169f bb4eb0a75e19 2024-03-11T17:59:39.765 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (23s) 11s ago 21m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 dd8d18baa2cc 2024-03-11T17:59:39.765 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (18s) 13s ago 20m 6656k - 18.2.1-802-ge1b0c2aa 38c4ca238582 6645c9ce3955 2024-03-11T17:59:39.765 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (8m) 11s ago 21m 35.3M - 6.7.4 557c83e11646 f0913cd370a6 2024-03-11T17:59:39.765 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (15m) 11s ago 15m 41.0M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T17:59:39.765 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (15m) 13s ago 15m 15.7M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T17:59:39.765 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:8443,9283,8765 running (2m) 11s ago 23m 492M - 18.2.1-802-ge1b0c2aa 38c4ca238582 750c6b34adfe 2024-03-11T17:59:39.765 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283,8765 running (100s) 13s ago 20m 447M - 18.2.1-802-ge1b0c2aa 38c4ca238582 f8840875a1ba 2024-03-11T17:59:39.765 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (86s) 11s ago 23m 48.7M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 324a4a17eb3e 2024-03-11T17:59:39.765 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (62s) 13s ago 20m 41.6M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 4e15ff1139fe 2024-03-11T17:59:39.765 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (13m) 11s ago 13m 80.6M - 3.5 6933c2a0b7dd aee2a66a3a0d 2024-03-11T17:59:39.766 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (13m) 13s ago 13m 78.9M - 3.5 6933c2a0b7dd 72a9313be656 2024-03-11T17:59:39.766 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (6m) 11s ago 21m 17.2M - 0.18.1 e5a616e4b9cf e2b1d1f8d438 2024-03-11T17:59:39.766 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (2m) 13s ago 20m 10.7M - 0.18.1 e5a616e4b9cf 528a17530a59 2024-03-11T17:59:39.766 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (19m) 11s ago 19m 385M 1944M 16.2.5 6933c2a0b7dd 8a9418f8764a 2024-03-11T17:59:39.766 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (19m) 11s ago 19m 293M 1944M 16.2.5 6933c2a0b7dd 120ec75123a3 2024-03-11T17:59:39.766 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (19m) 11s ago 19m 240M 1944M 16.2.5 6933c2a0b7dd 68fe37f0f2b3 2024-03-11T17:59:39.766 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (18m) 11s ago 18m 364M 1944M 16.2.5 6933c2a0b7dd ec14dfc2c803 2024-03-11T17:59:39.766 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (18m) 13s ago 18m 377M 2712M 16.2.5 6933c2a0b7dd a618d96d8b7f 2024-03-11T17:59:39.766 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (18m) 13s ago 18m 392M 2712M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T17:59:39.766 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (17m) 13s ago 17m 324M 2712M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T17:59:39.766 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (17m) 13s ago 17m 502M 2712M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T17:59:39.766 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 error 11s ago 20m - - 2024-03-11T17:59:39.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:39 smithi132 ceph-mon[92421]: pgmap v44: 129 pgs: 16 stale+active+clean, 113 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 134 B/s wr, 0 op/s 2024-03-11T17:59:39.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:39 smithi132 ceph-mon[92421]: osdmap e75: 8 total, 7 up, 8 in 2024-03-11T17:59:39.807 INFO:journalctl@ceph.osd.0.smithi132.stdout:Mar 11 17:59:39 smithi132 systemd[1]: ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@osd.0.service: Succeeded. 2024-03-11T17:59:39.807 INFO:journalctl@ceph.osd.0.smithi132.stdout:Mar 11 17:59:39 smithi132 systemd[1]: Stopped Ceph osd.0 for cb5f33fe-dfcd-11ee-95c8-87774f69a715. 2024-03-11T17:59:39.807 INFO:journalctl@ceph.osd.0.smithi132.stdout:Mar 11 17:59:39 smithi132 systemd[1]: Starting Ceph osd.0 for cb5f33fe-dfcd-11ee-95c8-87774f69a715... 2024-03-11T17:59:39.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:39 smithi176 ceph-mon[67829]: pgmap v44: 129 pgs: 16 stale+active+clean, 113 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 134 B/s wr, 0 op/s 2024-03-11T17:59:39.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:39 smithi176 ceph-mon[67829]: osdmap e75: 8 total, 7 up, 8 in 2024-03-11T17:59:40.163 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:59:40.163 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T17:59:40.163 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T17:59:40.163 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:59:40.163 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T17:59:40.163 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T17:59:40.163 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:59:40.163 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T17:59:40.163 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 7 2024-03-11T17:59:40.163 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:59:40.163 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T17:59:40.163 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T17:59:40.164 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T17:59:40.164 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T17:59:40.164 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 9, 2024-03-11T17:59:40.164 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 4 2024-03-11T17:59:40.164 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T17:59:40.164 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:59:40.501 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T17:59:40.501 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T17:59:40.502 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T17:59:40.502 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T17:59:40.502 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [ 2024-03-11T17:59:40.502 INFO:teuthology.orchestra.run.smithi132.stdout: "crash", 2024-03-11T17:59:40.502 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr", 2024-03-11T17:59:40.502 INFO:teuthology.orchestra.run.smithi132.stdout: "mon" 2024-03-11T17:59:40.502 INFO:teuthology.orchestra.run.smithi132.stdout: ], 2024-03-11T17:59:40.502 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "6/23 daemons upgraded", 2024-03-11T17:59:40.502 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "Currently upgrading osd daemons", 2024-03-11T17:59:40.502 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T17:59:40.502 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T17:59:40.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:40 smithi132 ceph-mon[92421]: from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:59:40.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:40 smithi132 ceph-mon[92421]: from='client.34180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:59:40.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:40 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/1522011094' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:59:40.807 INFO:journalctl@ceph.osd.0.smithi132.stdout:Mar 11 17:59:40 smithi132 bash[100240]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-03-11T17:59:40.807 INFO:journalctl@ceph.osd.0.smithi132.stdout:Mar 11 17:59:40 smithi132 bash[100240]: 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-03-11T17:59:40.807 INFO:journalctl@ceph.osd.0.smithi132.stdout:Mar 11 17:59:40 smithi132 bash[100240]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-03-11T17:59:40.807 INFO:journalctl@ceph.osd.0.smithi132.stdout:Mar 11 17:59:40 smithi132 bash[100240]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-03-11T17:59:40.807 INFO:journalctl@ceph.osd.0.smithi132.stdout:Mar 11 17:59:40 smithi132 bash[100240]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-03-11T17:59:40.807 INFO:journalctl@ceph.osd.0.smithi132.stdout:Mar 11 17:59:40 smithi132 bash[100240]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-03-11T17:59:40.807 INFO:journalctl@ceph.osd.0.smithi132.stdout:Mar 11 17:59:40 smithi132 bash[100240]: --> ceph-volume raw activate successful for osd ID: 0 2024-03-11T17:59:40.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:40 smithi176 ceph-mon[67829]: from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:59:40.908 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:40 smithi176 ceph-mon[67829]: from='client.34180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:59:40.908 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:40 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/1522011094' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:59:40.909 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; Reduced data availability: 7 pgs inactive, 49 pgs peering 2024-03-11T17:59:40.909 INFO:teuthology.orchestra.run.smithi132.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T17:59:40.909 INFO:teuthology.orchestra.run.smithi132.stdout: daemon prometheus.smithi132 on smithi132 is in error state 2024-03-11T17:59:40.909 INFO:teuthology.orchestra.run.smithi132.stdout:[WRN] OSD_DOWN: 1 osds down 2024-03-11T17:59:40.909 INFO:teuthology.orchestra.run.smithi132.stdout: osd.0 (root=default,host=smithi132) is down 2024-03-11T17:59:40.909 INFO:teuthology.orchestra.run.smithi132.stdout:[WRN] PG_AVAILABILITY: Reduced data availability: 7 pgs inactive, 49 pgs peering 2024-03-11T17:59:40.909 INFO:teuthology.orchestra.run.smithi132.stdout: pg 1.0 is stuck peering for 75s, current state peering, last acting [7,6] 2024-03-11T17:59:40.909 INFO:teuthology.orchestra.run.smithi132.stdout: pg 2.0 is stuck peering for 76s, current state peering, last acting [7,1] 2024-03-11T17:59:40.909 INFO:teuthology.orchestra.run.smithi132.stdout: pg 2.1 is stuck peering for 77s, current state peering, last acting [2,3] 2024-03-11T17:59:40.909 INFO:teuthology.orchestra.run.smithi132.stdout: pg 2.4 is stuck peering for 77s, current state peering, last acting [1,7] 2024-03-11T17:59:40.910 INFO:teuthology.orchestra.run.smithi132.stdout: pg 2.5 is stuck peering for 76s, current state peering, last acting [7,4] 2024-03-11T17:59:40.910 INFO:teuthology.orchestra.run.smithi132.stdout: pg 2.8 is stuck peering for 77s, current state peering, last acting [2,1] 2024-03-11T17:59:40.910 INFO:teuthology.orchestra.run.smithi132.stdout: pg 2.c is stuck peering for 77s, current state peering, last acting [2,5] 2024-03-11T17:59:40.910 INFO:teuthology.orchestra.run.smithi132.stdout: pg 2.f is stuck peering for 77s, current state peering, last acting [4,7] 2024-03-11T17:59:40.910 INFO:teuthology.orchestra.run.smithi132.stdout: pg 2.10 is stuck peering for 77s, current state peering, last acting [2,1] 2024-03-11T17:59:40.910 INFO:teuthology.orchestra.run.smithi132.stdout: pg 2.13 is stuck peering for 13m, current state peering, last acting [4,3] 2024-03-11T17:59:40.910 INFO:teuthology.orchestra.run.smithi132.stdout: pg 2.15 is stuck peering for 77s, current state peering, last acting [1,5] 2024-03-11T17:59:40.910 INFO:teuthology.orchestra.run.smithi132.stdout: pg 2.19 is stuck peering for 77s, current state peering, last acting [3,6] 2024-03-11T17:59:40.910 INFO:teuthology.orchestra.run.smithi132.stdout: pg 2.1d is stuck peering for 76s, current state peering, last acting [7,6] 2024-03-11T17:59:40.910 INFO:teuthology.orchestra.run.smithi132.stdout: pg 2.1e is stuck peering for 77s, current state peering, last acting [3,5] 2024-03-11T17:59:40.910 INFO:teuthology.orchestra.run.smithi132.stdout: pg 2.1f is stuck peering for 14m, current state peering, last acting [7,4] 2024-03-11T17:59:40.910 INFO:teuthology.orchestra.run.smithi132.stdout: pg 3.1 is stuck peering for 13m, current state peering, last acting [4,3] 2024-03-11T17:59:40.910 INFO:teuthology.orchestra.run.smithi132.stdout: pg 3.3 is stuck peering for 77s, current state peering, last acting [4,6] 2024-03-11T17:59:40.910 INFO:teuthology.orchestra.run.smithi132.stdout: pg 3.6 is stuck peering for 13m, current state peering, last acting [1,4] 2024-03-11T17:59:40.910 INFO:teuthology.orchestra.run.smithi132.stdout: pg 3.7 is stuck peering for 77s, current state peering, last acting [3,7] 2024-03-11T17:59:40.911 INFO:teuthology.orchestra.run.smithi132.stdout: pg 3.b is stuck peering for 77s, current state peering, last acting [3,4] 2024-03-11T17:59:40.911 INFO:teuthology.orchestra.run.smithi132.stdout: pg 3.f is stuck peering for 76s, current state peering, last acting [7,4] 2024-03-11T17:59:40.911 INFO:teuthology.orchestra.run.smithi132.stdout: pg 3.10 is stuck peering for 77s, current state peering, last acting [6,5] 2024-03-11T17:59:40.911 INFO:teuthology.orchestra.run.smithi132.stdout: pg 3.12 is stuck peering for 13m, current state peering, last acting [7,3] 2024-03-11T17:59:40.911 INFO:teuthology.orchestra.run.smithi132.stdout: pg 3.17 is stuck peering for 13m, current state peering, last acting [5,3] 2024-03-11T17:59:40.911 INFO:teuthology.orchestra.run.smithi132.stdout: pg 3.18 is stuck peering for 77s, current state peering, last acting [3,1] 2024-03-11T17:59:40.911 INFO:teuthology.orchestra.run.smithi132.stdout: pg 3.1b is stuck peering for 13m, current state peering, last acting [4,7] 2024-03-11T17:59:40.911 INFO:teuthology.orchestra.run.smithi132.stdout: pg 3.1f is stuck peering for 13m, current state peering, last acting [5,2] 2024-03-11T17:59:40.911 INFO:teuthology.orchestra.run.smithi132.stdout: pg 4.0 is stuck peering for 77s, current state peering, last acting [3,7] 2024-03-11T17:59:40.911 INFO:teuthology.orchestra.run.smithi132.stdout: pg 4.3 is stuck peering for 15m, current state peering, last acting [5,7] 2024-03-11T17:59:40.911 INFO:teuthology.orchestra.run.smithi132.stdout: pg 4.6 is stuck peering for 15m, current state peering, last acting [1,2] 2024-03-11T17:59:40.911 INFO:teuthology.orchestra.run.smithi132.stdout: pg 4.7 is stuck peering for 77s, current state peering, last acting [2,5] 2024-03-11T17:59:40.911 INFO:teuthology.orchestra.run.smithi132.stdout: pg 4.b is stuck peering for 15m, current state peering, last acting [2,4] 2024-03-11T17:59:40.911 INFO:teuthology.orchestra.run.smithi132.stdout: pg 4.16 is stuck peering for 15m, current state peering, last acting [3,7] 2024-03-11T17:59:40.912 INFO:teuthology.orchestra.run.smithi132.stdout: pg 4.19 is stuck peering for 77s, current state peering, last acting [3,2] 2024-03-11T17:59:40.912 INFO:teuthology.orchestra.run.smithi132.stdout: pg 4.1a is stuck peering for 77s, current state peering, last acting [4,3] 2024-03-11T17:59:40.912 INFO:teuthology.orchestra.run.smithi132.stdout: pg 4.1e is stuck peering for 15m, current state peering, last acting [7,3] 2024-03-11T17:59:40.912 INFO:teuthology.orchestra.run.smithi132.stdout: pg 5.2 is stuck peering for 77s, current state peering, last acting [6,5] 2024-03-11T17:59:40.912 INFO:teuthology.orchestra.run.smithi132.stdout: pg 5.3 is stuck peering for 13m, current state peering, last acting [6,5] 2024-03-11T17:59:40.912 INFO:teuthology.orchestra.run.smithi132.stdout: pg 5.5 is stuck peering for 13m, current state peering, last acting [1,4] 2024-03-11T17:59:40.912 INFO:teuthology.orchestra.run.smithi132.stdout: pg 5.7 is stuck peering for 77s, current state peering, last acting [5,1] 2024-03-11T17:59:40.912 INFO:teuthology.orchestra.run.smithi132.stdout: pg 5.8 is stuck peering for 77s, current state peering, last acting [2,1] 2024-03-11T17:59:40.912 INFO:teuthology.orchestra.run.smithi132.stdout: pg 5.b is stuck peering for 77s, current state peering, last acting [2,5] 2024-03-11T17:59:40.912 INFO:teuthology.orchestra.run.smithi132.stdout: pg 5.c is stuck peering for 77s, current state peering, last acting [1,4] 2024-03-11T17:59:40.912 INFO:teuthology.orchestra.run.smithi132.stdout: pg 5.e is stuck peering for 77s, current state peering, last acting [4,5] 2024-03-11T17:59:40.912 INFO:teuthology.orchestra.run.smithi132.stdout: pg 5.13 is stuck peering for 77s, current state peering, last acting [3,1] 2024-03-11T17:59:40.912 INFO:teuthology.orchestra.run.smithi132.stdout: pg 5.15 is stuck peering for 77s, current state peering, last acting [5,1] 2024-03-11T17:59:40.912 INFO:teuthology.orchestra.run.smithi132.stdout: pg 5.1b is stuck peering for 77s, current state peering, last acting [5,7] 2024-03-11T17:59:40.913 INFO:teuthology.orchestra.run.smithi132.stdout: pg 5.1d is stuck peering for 77s, current state peering, last acting [1,4] 2024-03-11T17:59:40.913 INFO:teuthology.orchestra.run.smithi132.stdout: pg 5.1e is stuck peering for 13m, current state peering, last acting [7,2] 2024-03-11T17:59:41.806 INFO:journalctl@ceph.osd.0.smithi132.stdout:Mar 11 17:59:41 smithi132 ceph-osd[100631]: -- 172.21.15.132:0/2138704305 <== mon.0 v2:172.21.15.132:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55faf09524e0 con 0x55faf0922c00 2024-03-11T17:59:41.806 INFO:journalctl@ceph.osd.0.smithi132.stdout:Mar 11 17:59:41 smithi132 bash[100593]: a3431b50e5bd2d79422949f636087c655ecaab452a0f210df38ccd34564b3b71 2024-03-11T17:59:41.806 INFO:journalctl@ceph.osd.0.smithi132.stdout:Mar 11 17:59:41 smithi132 systemd[1]: Started Ceph osd.0 for cb5f33fe-dfcd-11ee-95c8-87774f69a715. 2024-03-11T17:59:41.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:41 smithi132 ceph-mon[92421]: from='client.34184 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:59:41.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:41 smithi132 ceph-mon[92421]: pgmap v46: 129 pgs: 49 peering, 80 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-03-11T17:59:41.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:41 smithi132 ceph-mon[92421]: from='client.34192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:59:41.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:41 smithi132 ceph-mon[92421]: Health check failed: Reduced data availability: 7 pgs inactive, 49 pgs peering (PG_AVAILABILITY) 2024-03-11T17:59:41.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:41 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/2185729138' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:59:41.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:41 smithi176 ceph-mon[67829]: from='client.34184 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:59:41.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:41 smithi176 ceph-mon[67829]: pgmap v46: 129 pgs: 49 peering, 80 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-03-11T17:59:41.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:41 smithi176 ceph-mon[67829]: from='client.34192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T17:59:41.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:41 smithi176 ceph-mon[67829]: Health check failed: Reduced data availability: 7 pgs inactive, 49 pgs peering (PG_AVAILABILITY) 2024-03-11T17:59:41.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:41 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/2185729138' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T17:59:42.517 INFO:journalctl@ceph.osd.0.smithi132.stdout:Mar 11 17:59:42 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-0[100608]: 2024-03-11T17:59:42.173+0000 7f0af353b640 -1 Falling back to public interface 2024-03-11T17:59:42.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:42 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:42.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:42 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:42.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:42 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:59:42.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:42 smithi132 ceph-mon[92421]: pgmap v47: 129 pgs: 49 peering, 80 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-03-11T17:59:43.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:42 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:43.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:42 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:43.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:42 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:59:43.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:42 smithi176 ceph-mon[67829]: pgmap v47: 129 pgs: 49 peering, 80 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-03-11T17:59:43.686 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:59:44.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:44 smithi132 ceph-mon[92421]: Health check failed: Degraded data redundancy: 204/1500 objects degraded (13.600%), 30 pgs degraded (PG_DEGRADED) 2024-03-11T17:59:44.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:44 smithi132 ceph-mon[92421]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 7 pgs inactive, 49 pgs peering) 2024-03-11T17:59:44.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:44 smithi176 ceph-mon[67829]: Health check failed: Degraded data redundancy: 204/1500 objects degraded (13.600%), 30 pgs degraded (PG_DEGRADED) 2024-03-11T17:59:44.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:44 smithi176 ceph-mon[67829]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 7 pgs inactive, 49 pgs peering) 2024-03-11T17:59:45.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:45 smithi132 ceph-mon[92421]: pgmap v48: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 204/1500 objects degraded (13.600%) 2024-03-11T17:59:45.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:45 smithi176 ceph-mon[67829]: pgmap v48: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 204/1500 objects degraded (13.600%) 2024-03-11T17:59:47.258 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:47 smithi132 ceph-mon[92421]: pgmap v49: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 243 B/s wr, 0 op/s; 204/1500 objects degraded (13.600%) 2024-03-11T17:59:47.259 INFO:journalctl@ceph.osd.0.smithi132.stdout:Mar 11 17:59:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-0[100608]: 2024-03-11T17:59:46.985+0000 7f0af353b640 -1 osd.0 0 read_superblock omap replica is missing. 2024-03-11T17:59:47.556 INFO:journalctl@ceph.osd.0.smithi132.stdout:Mar 11 17:59:47 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-0[100608]: 2024-03-11T17:59:47.446+0000 7f0af353b640 -1 osd.0 73 log_to_monitors true 2024-03-11T17:59:47.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:47 smithi176 ceph-mon[67829]: pgmap v49: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 243 B/s wr, 0 op/s; 204/1500 objects degraded (13.600%) 2024-03-11T17:59:48.556 INFO:journalctl@ceph.osd.0.smithi132.stdout:Mar 11 17:59:48 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-0[100608]: 2024-03-11T17:59:48.224+0000 7f0ae198e700 -1 osd.0 73 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-11T17:59:48.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:48 smithi132 ceph-mon[92421]: from='osd.0 [v2:172.21.15.132:6802/2561118308,v1:172.21.15.132:6803/2561118308]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-11T17:59:48.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:48 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:48.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:48 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:48.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:48 smithi176 ceph-mon[67829]: from='osd.0 [v2:172.21.15.132:6802/2561118308,v1:172.21.15.132:6803/2561118308]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-11T17:59:48.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:48 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:48.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:48 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:48.720 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:59:49.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:49 smithi132 ceph-mon[92421]: pgmap v50: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 204/1500 objects degraded (13.600%) 2024-03-11T17:59:49.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:49 smithi132 ceph-mon[92421]: from='osd.0 [v2:172.21.15.132:6802/2561118308,v1:172.21.15.132:6803/2561118308]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-11T17:59:49.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:49 smithi132 ceph-mon[92421]: osdmap e76: 8 total, 7 up, 8 in 2024-03-11T17:59:49.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:49 smithi132 ceph-mon[92421]: from='osd.0 [v2:172.21.15.132:6802/2561118308,v1:172.21.15.132:6803/2561118308]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2024-03-11T17:59:49.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:49 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:49.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:49 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:49.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:49 smithi176 ceph-mon[67829]: pgmap v50: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 318 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 204/1500 objects degraded (13.600%) 2024-03-11T17:59:49.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:49 smithi176 ceph-mon[67829]: from='osd.0 [v2:172.21.15.132:6802/2561118308,v1:172.21.15.132:6803/2561118308]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-11T17:59:49.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:49 smithi176 ceph-mon[67829]: osdmap e76: 8 total, 7 up, 8 in 2024-03-11T17:59:49.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:49 smithi176 ceph-mon[67829]: from='osd.0 [v2:172.21.15.132:6802/2561118308,v1:172.21.15.132:6803/2561118308]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2024-03-11T17:59:49.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:49 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:49.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:49 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:50.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:50 smithi132 ceph-mon[92421]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-11T17:59:50.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:50 smithi132 ceph-mon[92421]: osd.0 [v2:172.21.15.132:6802/2561118308,v1:172.21.15.132:6803/2561118308] boot 2024-03-11T17:59:50.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:50 smithi132 ceph-mon[92421]: osdmap e77: 8 total, 8 up, 8 in 2024-03-11T17:59:50.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:50 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T17:59:50.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:50 smithi132 ceph-mon[92421]: osdmap e78: 8 total, 8 up, 8 in 2024-03-11T17:59:50.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:50 smithi176 ceph-mon[67829]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-11T17:59:50.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:50 smithi176 ceph-mon[67829]: osd.0 [v2:172.21.15.132:6802/2561118308,v1:172.21.15.132:6803/2561118308] boot 2024-03-11T17:59:50.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:50 smithi176 ceph-mon[67829]: osdmap e77: 8 total, 8 up, 8 in 2024-03-11T17:59:50.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:50 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-11T17:59:50.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:50 smithi176 ceph-mon[67829]: osdmap e78: 8 total, 8 up, 8 in 2024-03-11T17:59:51.274 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:51 smithi132 ceph-mon[92421]: pgmap v53: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 204/1500 objects degraded (13.600%) 2024-03-11T17:59:51.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:51 smithi176 ceph-mon[67829]: pgmap v53: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 204/1500 objects degraded (13.600%) 2024-03-11T17:59:53.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:52 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:53.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:52 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:53.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:52 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:59:53.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:52 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:59:53.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:52 smithi132 ceph-mon[92421]: pgmap v55: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 354 B/s rd, 177 B/s wr, 0 op/s; 204/1500 objects degraded (13.600%) 2024-03-11T17:59:53.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:52 smithi132 ceph-mon[92421]: pgmap v56: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 542 B/s rd, 271 B/s wr, 1 op/s; 204/1500 objects degraded (13.600%) 2024-03-11T17:59:53.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:52 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:53.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:52 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:53.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:52 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:59:53.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:52 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:59:53.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:52 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:59:53.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:52 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:59:53.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:52 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-11T17:59:53.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:52 smithi132 ceph-mon[92421]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-11T17:59:53.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:52 smithi132 ceph-mon[92421]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-03-11T17:59:53.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:52 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:53.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:52 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:59:53.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:52 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:53.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:52 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:53.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:52 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T17:59:53.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:52 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T17:59:53.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:52 smithi176 ceph-mon[67829]: pgmap v55: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 354 B/s rd, 177 B/s wr, 0 op/s; 204/1500 objects degraded (13.600%) 2024-03-11T17:59:53.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:52 smithi176 ceph-mon[67829]: pgmap v56: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 542 B/s rd, 271 B/s wr, 1 op/s; 204/1500 objects degraded (13.600%) 2024-03-11T17:59:53.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:52 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:53.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:52 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:53.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:52 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T17:59:53.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:52 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:59:53.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:52 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:59:53.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:52 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T17:59:53.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:52 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-11T17:59:53.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:52 smithi176 ceph-mon[67829]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-11T17:59:53.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:52 smithi176 ceph-mon[67829]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-03-11T17:59:53.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:52 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T17:59:53.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:52 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T17:59:53.761 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:59:55.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:54 smithi132 ceph-mon[92421]: pgmap v57: 129 pgs: 129 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 372 B/s rd, 930 B/s wr, 1 op/s 2024-03-11T17:59:55.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:54 smithi132 ceph-mon[92421]: mgrmap e43: smithi132.jvlwde(active, since 91s), standbys: smithi176.txyrph 2024-03-11T17:59:55.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:54 smithi132 ceph-mon[92421]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 204/1500 objects degraded (13.600%), 30 pgs degraded) 2024-03-11T17:59:55.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:54 smithi176 ceph-mon[67829]: pgmap v57: 129 pgs: 129 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 372 B/s rd, 930 B/s wr, 1 op/s 2024-03-11T17:59:55.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:54 smithi176 ceph-mon[67829]: mgrmap e43: smithi132.jvlwde(active, since 91s), standbys: smithi176.txyrph 2024-03-11T17:59:55.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:54 smithi176 ceph-mon[67829]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 204/1500 objects degraded (13.600%), 30 pgs degraded) 2024-03-11T17:59:57.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:56 smithi132 ceph-mon[92421]: pgmap v58: 129 pgs: 129 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 630 B/s wr, 0 op/s 2024-03-11T17:59:57.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:56 smithi176 ceph-mon[67829]: pgmap v58: 129 pgs: 129 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 630 B/s wr, 0 op/s 2024-03-11T17:59:58.808 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T17:59:59.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 17:59:58 smithi132 ceph-mon[92421]: pgmap v59: 129 pgs: 129 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 526 B/s wr, 0 op/s 2024-03-11T17:59:59.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 17:59:58 smithi176 ceph-mon[67829]: pgmap v59: 129 pgs: 129 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 526 B/s wr, 0 op/s 2024-03-11T18:00:00.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:00 smithi132 ceph-mon[92421]: overall HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T18:00:00.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:00 smithi176 ceph-mon[67829]: overall HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T18:00:01.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:01 smithi132 ceph-mon[92421]: pgmap v60: 129 pgs: 129 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 215 B/s rd, 539 B/s wr, 0 op/s 2024-03-11T18:00:01.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:01 smithi176 ceph-mon[67829]: pgmap v60: 129 pgs: 129 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 215 B/s rd, 539 B/s wr, 0 op/s 2024-03-11T18:00:03.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:03 smithi176 ceph-mon[67829]: pgmap v61: 129 pgs: 129 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 511 B/s wr, 0 op/s 2024-03-11T18:00:03.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:03 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:03.846 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:00:04.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:03 smithi132 ceph-mon[92421]: pgmap v61: 129 pgs: 129 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 511 B/s wr, 0 op/s 2024-03-11T18:00:04.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:03 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:05.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:05 smithi176 ceph-mon[67829]: pgmap v62: 129 pgs: 129 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-03-11T18:00:06.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:05 smithi132 ceph-mon[92421]: pgmap v62: 129 pgs: 129 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-03-11T18:00:07.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:07 smithi176 ceph-mon[67829]: pgmap v63: 129 pgs: 129 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:00:07.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:07 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-11T18:00:07.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:07 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:07.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:07 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:00:08.015 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:07 smithi132 ceph-mon[92421]: pgmap v63: 129 pgs: 129 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:00:08.015 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:07 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-11T18:00:08.015 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:07 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:08.015 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:07 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:00:08.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:08 smithi176 ceph-mon[67829]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-11T18:00:08.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:08 smithi176 ceph-mon[67829]: Upgrade: osd.1 is safe to restart 2024-03-11T18:00:08.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:08 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:08.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:08 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-11T18:00:08.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:08 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:00:08.888 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:00:08.932 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:08 smithi132 ceph-mon[92421]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-03-11T18:00:08.932 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:08 smithi132 ceph-mon[92421]: Upgrade: osd.1 is safe to restart 2024-03-11T18:00:08.932 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:08 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:08.932 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:08 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-11T18:00:08.932 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:08 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:00:09.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:09 smithi132 ceph-mon[92421]: pgmap v64: 129 pgs: 129 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:00:09.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:09 smithi132 ceph-mon[92421]: Upgrade: Updating osd.1 2024-03-11T18:00:09.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:09 smithi132 ceph-mon[92421]: Deploying daemon osd.1 on smithi132 2024-03-11T18:00:09.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:09 smithi176 ceph-mon[67829]: pgmap v64: 129 pgs: 129 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:00:09.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:09 smithi176 ceph-mon[67829]: Upgrade: Updating osd.1 2024-03-11T18:00:09.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:09 smithi176 ceph-mon[67829]: Deploying daemon osd.1 on smithi132 2024-03-11T18:00:11.242 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T18:00:11.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:11 smithi176 ceph-mon[67829]: pgmap v65: 129 pgs: 129 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T18:00:11.950 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T18:00:11.950 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 running (11m) 24s ago 22m 19.3M - 0.20.0 0881eb8f169f bb4eb0a75e19 2024-03-11T18:00:11.950 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (55s) 24s ago 22m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 dd8d18baa2cc 2024-03-11T18:00:11.950 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (50s) 45s ago 21m 6656k - 18.2.1-802-ge1b0c2aa 38c4ca238582 6645c9ce3955 2024-03-11T18:00:11.950 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (9m) 24s ago 21m 35.3M - 6.7.4 557c83e11646 f0913cd370a6 2024-03-11T18:00:11.951 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (16m) 24s ago 16m 41.0M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T18:00:11.951 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (16m) 45s ago 16m 15.7M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T18:00:11.951 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:8443,9283,8765 running (2m) 24s ago 23m 495M - 18.2.1-802-ge1b0c2aa 38c4ca238582 750c6b34adfe 2024-03-11T18:00:11.951 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283,8765 running (2m) 45s ago 21m 447M - 18.2.1-802-ge1b0c2aa 38c4ca238582 f8840875a1ba 2024-03-11T18:00:11.951 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (118s) 24s ago 23m 50.0M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 324a4a17eb3e 2024-03-11T18:00:11.951 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (95s) 45s ago 21m 41.6M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 4e15ff1139fe 2024-03-11T18:00:11.951 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (13m) 24s ago 13m 80.6M - 3.5 6933c2a0b7dd aee2a66a3a0d 2024-03-11T18:00:11.951 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (13m) 45s ago 13m 78.9M - 3.5 6933c2a0b7dd 72a9313be656 2024-03-11T18:00:11.951 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (7m) 24s ago 21m 17.2M - 0.18.1 e5a616e4b9cf e2b1d1f8d438 2024-03-11T18:00:11.951 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (2m) 45s ago 20m 10.7M - 0.18.1 e5a616e4b9cf 528a17530a59 2024-03-11T18:00:11.951 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (30s) 24s ago 20m 11.4M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 a3431b50e5bd 2024-03-11T18:00:11.951 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (20m) 24s ago 20m 293M 1944M 16.2.5 6933c2a0b7dd 120ec75123a3 2024-03-11T18:00:11.951 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (19m) 24s ago 19m 241M 1944M 16.2.5 6933c2a0b7dd 68fe37f0f2b3 2024-03-11T18:00:11.951 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (19m) 24s ago 19m 362M 1944M 16.2.5 6933c2a0b7dd ec14dfc2c803 2024-03-11T18:00:11.951 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (18m) 45s ago 18m 377M 2712M 16.2.5 6933c2a0b7dd a618d96d8b7f 2024-03-11T18:00:11.952 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (18m) 45s ago 18m 392M 2712M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T18:00:11.952 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (18m) 45s ago 18m 324M 2712M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T18:00:11.952 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (17m) 45s ago 17m 502M 2712M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T18:00:11.952 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 error 24s ago 21m - - 2024-03-11T18:00:12.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:11 smithi132 ceph-mon[92421]: pgmap v65: 129 pgs: 129 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T18:00:12.056 INFO:journalctl@ceph.osd.1.smithi132.stdout:Mar 11 18:00:11 smithi132 systemd[1]: Stopping Ceph osd.1 for cb5f33fe-dfcd-11ee-95c8-87774f69a715... 2024-03-11T18:00:12.056 INFO:journalctl@ceph.osd.1.smithi132.stdout:Mar 11 18:00:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.1[49311]: debug 2024-03-11T18:00:11.756+0000 7fe00bf21700 -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-03-11T18:00:12.057 INFO:journalctl@ceph.osd.1.smithi132.stdout:Mar 11 18:00:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.1[49311]: debug 2024-03-11T18:00:11.756+0000 7fe00bf21700 -1 osd.1 78 *** Got signal Terminated *** 2024-03-11T18:00:12.057 INFO:journalctl@ceph.osd.1.smithi132.stdout:Mar 11 18:00:11 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.1[49311]: debug 2024-03-11T18:00:11.756+0000 7fe00bf21700 -1 osd.1 78 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-11T18:00:12.346 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T18:00:12.346 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T18:00:12.347 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:00:12.347 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:00:12.347 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T18:00:12.347 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:00:12.347 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:00:12.347 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T18:00:12.347 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 7, 2024-03-11T18:00:12.347 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 1 2024-03-11T18:00:12.347 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:00:12.347 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T18:00:12.347 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T18:00:12.347 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:00:12.347 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T18:00:12.347 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 9, 2024-03-11T18:00:12.347 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 5 2024-03-11T18:00:12.348 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T18:00:12.348 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T18:00:12.499 INFO:journalctl@ceph.osd.1.smithi132.stdout:Mar 11 18:00:12 smithi132 bash[103145]: ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.1 2024-03-11T18:00:12.718 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T18:00:12.718 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T18:00:12.718 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T18:00:12.718 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T18:00:12.719 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [ 2024-03-11T18:00:12.719 INFO:teuthology.orchestra.run.smithi132.stdout: "crash", 2024-03-11T18:00:12.719 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr", 2024-03-11T18:00:12.719 INFO:teuthology.orchestra.run.smithi132.stdout: "mon" 2024-03-11T18:00:12.719 INFO:teuthology.orchestra.run.smithi132.stdout: ], 2024-03-11T18:00:12.719 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "7/23 daemons upgraded", 2024-03-11T18:00:12.719 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "Currently upgrading osd daemons", 2024-03-11T18:00:12.719 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T18:00:12.719 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T18:00:12.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:12 smithi176 ceph-mon[67829]: from='client.34204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:00:12.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:12 smithi176 ceph-mon[67829]: from='client.34208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:00:12.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:12 smithi176 ceph-mon[67829]: osd.1 reported immediately failed by osd.3 2024-03-11T18:00:12.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:12 smithi176 ceph-mon[67829]: osd.1 failed (root=default,host=smithi132) (connection refused reported by osd.3) 2024-03-11T18:00:12.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:12 smithi176 ceph-mon[67829]: osd.1 reported immediately failed by osd.2 2024-03-11T18:00:12.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:12 smithi176 ceph-mon[67829]: osd.1 reported immediately failed by osd.0 2024-03-11T18:00:12.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:12 smithi176 ceph-mon[67829]: osd.1 reported immediately failed by osd.4 2024-03-11T18:00:12.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:12 smithi176 ceph-mon[67829]: osd.1 reported immediately failed by osd.3 2024-03-11T18:00:12.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:12 smithi176 ceph-mon[67829]: osd.1 reported immediately failed by osd.7 2024-03-11T18:00:12.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:12 smithi176 ceph-mon[67829]: osd.1 reported immediately failed by osd.5 2024-03-11T18:00:12.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:12 smithi176 ceph-mon[67829]: osd.1 reported immediately failed by osd.6 2024-03-11T18:00:12.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:12 smithi176 ceph-mon[67829]: osd.1 reported immediately failed by osd.2 2024-03-11T18:00:12.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:12 smithi176 ceph-mon[67829]: osd.1 reported immediately failed by osd.0 2024-03-11T18:00:12.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:12 smithi176 ceph-mon[67829]: osd.1 reported immediately failed by osd.4 2024-03-11T18:00:12.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:12 smithi176 ceph-mon[67829]: osd.1 reported immediately failed by osd.7 2024-03-11T18:00:12.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:12 smithi176 ceph-mon[67829]: osd.1 reported immediately failed by osd.5 2024-03-11T18:00:12.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:12 smithi176 ceph-mon[67829]: osd.1 reported immediately failed by osd.6 2024-03-11T18:00:12.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:12 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/1013395757' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:00:12.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:12 smithi176 ceph-mon[67829]: osd.1 reported immediately failed by osd.2 2024-03-11T18:00:12.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:12 smithi176 ceph-mon[67829]: osd.1 reported immediately failed by osd.0 2024-03-11T18:00:12.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:12 smithi176 ceph-mon[67829]: osd.1 reported immediately failed by osd.4 2024-03-11T18:00:12.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:12 smithi176 ceph-mon[67829]: osd.1 reported immediately failed by osd.3 2024-03-11T18:00:12.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:12 smithi176 ceph-mon[67829]: osd.1 reported immediately failed by osd.7 2024-03-11T18:00:12.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:12 smithi176 ceph-mon[67829]: osd.1 reported immediately failed by osd.5 2024-03-11T18:00:12.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:12 smithi176 ceph-mon[67829]: osd.1 reported immediately failed by osd.6 2024-03-11T18:00:12.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:12 smithi176 ceph-mon[67829]: osd.1 reported immediately failed by osd.2 2024-03-11T18:00:12.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:12 smithi176 ceph-mon[67829]: osd.1 reported immediately failed by osd.0 2024-03-11T18:00:12.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:12 smithi176 ceph-mon[67829]: osd.1 reported immediately failed by osd.4 2024-03-11T18:00:12.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:12 smithi176 ceph-mon[67829]: osd.1 reported immediately failed by osd.3 2024-03-11T18:00:12.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:12 smithi176 ceph-mon[67829]: osd.1 reported immediately failed by osd.7 2024-03-11T18:00:12.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:12 smithi176 ceph-mon[67829]: osd.1 reported immediately failed by osd.5 2024-03-11T18:00:12.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:12 smithi176 ceph-mon[67829]: osd.1 reported immediately failed by osd.6 2024-03-11T18:00:12.985 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:12 smithi132 ceph-mon[92421]: from='client.34204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:00:12.985 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:12 smithi132 ceph-mon[92421]: from='client.34208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:00:12.985 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:12 smithi132 ceph-mon[92421]: osd.1 reported immediately failed by osd.3 2024-03-11T18:00:12.986 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:12 smithi132 ceph-mon[92421]: osd.1 failed (root=default,host=smithi132) (connection refused reported by osd.3) 2024-03-11T18:00:12.986 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:12 smithi132 ceph-mon[92421]: osd.1 reported immediately failed by osd.2 2024-03-11T18:00:12.986 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:12 smithi132 ceph-mon[92421]: osd.1 reported immediately failed by osd.0 2024-03-11T18:00:12.986 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:12 smithi132 ceph-mon[92421]: osd.1 reported immediately failed by osd.4 2024-03-11T18:00:12.986 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:12 smithi132 ceph-mon[92421]: osd.1 reported immediately failed by osd.3 2024-03-11T18:00:12.986 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:12 smithi132 ceph-mon[92421]: osd.1 reported immediately failed by osd.7 2024-03-11T18:00:12.986 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:12 smithi132 ceph-mon[92421]: osd.1 reported immediately failed by osd.5 2024-03-11T18:00:12.986 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:12 smithi132 ceph-mon[92421]: osd.1 reported immediately failed by osd.6 2024-03-11T18:00:12.986 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:12 smithi132 ceph-mon[92421]: osd.1 reported immediately failed by osd.2 2024-03-11T18:00:12.986 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:12 smithi132 ceph-mon[92421]: osd.1 reported immediately failed by osd.0 2024-03-11T18:00:12.986 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:12 smithi132 ceph-mon[92421]: osd.1 reported immediately failed by osd.4 2024-03-11T18:00:12.986 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:12 smithi132 ceph-mon[92421]: osd.1 reported immediately failed by osd.7 2024-03-11T18:00:12.986 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:12 smithi132 ceph-mon[92421]: osd.1 reported immediately failed by osd.5 2024-03-11T18:00:12.986 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:12 smithi132 ceph-mon[92421]: osd.1 reported immediately failed by osd.6 2024-03-11T18:00:12.987 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:12 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/1013395757' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:00:12.987 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:12 smithi132 ceph-mon[92421]: osd.1 reported immediately failed by osd.2 2024-03-11T18:00:12.987 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:12 smithi132 ceph-mon[92421]: osd.1 reported immediately failed by osd.0 2024-03-11T18:00:12.987 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:12 smithi132 ceph-mon[92421]: osd.1 reported immediately failed by osd.4 2024-03-11T18:00:12.987 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:12 smithi132 ceph-mon[92421]: osd.1 reported immediately failed by osd.3 2024-03-11T18:00:12.987 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:12 smithi132 ceph-mon[92421]: osd.1 reported immediately failed by osd.7 2024-03-11T18:00:12.987 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:12 smithi132 ceph-mon[92421]: osd.1 reported immediately failed by osd.5 2024-03-11T18:00:12.987 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:12 smithi132 ceph-mon[92421]: osd.1 reported immediately failed by osd.6 2024-03-11T18:00:12.987 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:12 smithi132 ceph-mon[92421]: osd.1 reported immediately failed by osd.2 2024-03-11T18:00:12.987 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:12 smithi132 ceph-mon[92421]: osd.1 reported immediately failed by osd.0 2024-03-11T18:00:12.987 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:12 smithi132 ceph-mon[92421]: osd.1 reported immediately failed by osd.4 2024-03-11T18:00:12.987 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:12 smithi132 ceph-mon[92421]: osd.1 reported immediately failed by osd.3 2024-03-11T18:00:12.987 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:12 smithi132 ceph-mon[92421]: osd.1 reported immediately failed by osd.7 2024-03-11T18:00:12.987 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:12 smithi132 ceph-mon[92421]: osd.1 reported immediately failed by osd.5 2024-03-11T18:00:12.987 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:12 smithi132 ceph-mon[92421]: osd.1 reported immediately failed by osd.6 2024-03-11T18:00:13.133 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down 2024-03-11T18:00:13.133 INFO:teuthology.orchestra.run.smithi132.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T18:00:13.133 INFO:teuthology.orchestra.run.smithi132.stdout: daemon prometheus.smithi132 on smithi132 is in error state 2024-03-11T18:00:13.133 INFO:teuthology.orchestra.run.smithi132.stdout:[WRN] OSD_DOWN: 1 osds down 2024-03-11T18:00:13.133 INFO:teuthology.orchestra.run.smithi132.stdout: osd.1 (root=default,host=smithi132) is down 2024-03-11T18:00:13.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:13 smithi132 ceph-mon[92421]: pgmap v66: 129 pgs: 129 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:00:13.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:13 smithi132 ceph-mon[92421]: from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:00:13.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:13 smithi132 ceph-mon[92421]: Health check failed: 1 osds down (OSD_DOWN) 2024-03-11T18:00:13.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:13 smithi132 ceph-mon[92421]: osdmap e79: 8 total, 7 up, 8 in 2024-03-11T18:00:13.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:13 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/2476124002' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T18:00:13.936 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:00:14.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:13 smithi176 ceph-mon[67829]: pgmap v66: 129 pgs: 129 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:00:14.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:13 smithi176 ceph-mon[67829]: from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:00:14.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:13 smithi176 ceph-mon[67829]: Health check failed: 1 osds down (OSD_DOWN) 2024-03-11T18:00:14.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:13 smithi176 ceph-mon[67829]: osdmap e79: 8 total, 7 up, 8 in 2024-03-11T18:00:14.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:13 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/2476124002' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T18:00:14.603 INFO:journalctl@ceph.osd.1.smithi132.stdout:Mar 11 18:00:14 smithi132 systemd[1]: ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@osd.1.service: Succeeded. 2024-03-11T18:00:14.603 INFO:journalctl@ceph.osd.1.smithi132.stdout:Mar 11 18:00:14 smithi132 systemd[1]: Stopped Ceph osd.1 for cb5f33fe-dfcd-11ee-95c8-87774f69a715. 2024-03-11T18:00:14.603 INFO:journalctl@ceph.osd.1.smithi132.stdout:Mar 11 18:00:14 smithi132 systemd[1]: Starting Ceph osd.1 for cb5f33fe-dfcd-11ee-95c8-87774f69a715... 2024-03-11T18:00:14.853 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:14 smithi132 ceph-mon[92421]: from='client.34220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:00:14.853 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:14 smithi132 ceph-mon[92421]: osdmap e80: 8 total, 7 up, 8 in 2024-03-11T18:00:15.088 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:14 smithi176 ceph-mon[67829]: from='client.34220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:00:15.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:14 smithi176 ceph-mon[67829]: osdmap e80: 8 total, 7 up, 8 in 2024-03-11T18:00:15.777 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:15 smithi132 ceph-mon[92421]: pgmap v69: 129 pgs: 53 peering, 76 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-03-11T18:00:15.777 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:15 smithi132 ceph-mon[92421]: Health check failed: Reduced data availability: 5 pgs inactive, 15 pgs peering (PG_AVAILABILITY) 2024-03-11T18:00:15.777 INFO:journalctl@ceph.osd.1.smithi132.stdout:Mar 11 18:00:15 smithi132 bash[103577]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-03-11T18:00:15.777 INFO:journalctl@ceph.osd.1.smithi132.stdout:Mar 11 18:00:15 smithi132 bash[103577]: 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-03-11T18:00:15.778 INFO:journalctl@ceph.osd.1.smithi132.stdout:Mar 11 18:00:15 smithi132 bash[103577]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-03-11T18:00:15.778 INFO:journalctl@ceph.osd.1.smithi132.stdout:Mar 11 18:00:15 smithi132 bash[103577]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-03-11T18:00:15.778 INFO:journalctl@ceph.osd.1.smithi132.stdout:Mar 11 18:00:15 smithi132 bash[103577]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-03-11T18:00:15.778 INFO:journalctl@ceph.osd.1.smithi132.stdout:Mar 11 18:00:15 smithi132 bash[103577]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-03-11T18:00:15.778 INFO:journalctl@ceph.osd.1.smithi132.stdout:Mar 11 18:00:15 smithi132 bash[103577]: --> ceph-volume raw activate successful for osd ID: 1 2024-03-11T18:00:16.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:15 smithi176 ceph-mon[67829]: pgmap v69: 129 pgs: 53 peering, 76 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-03-11T18:00:16.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:15 smithi176 ceph-mon[67829]: Health check failed: Reduced data availability: 5 pgs inactive, 15 pgs peering (PG_AVAILABILITY) 2024-03-11T18:00:16.806 INFO:journalctl@ceph.osd.1.smithi132.stdout:Mar 11 18:00:16 smithi132 ceph-osd[103877]: -- 172.21.15.132:0/695586984 <== mon.0 v2:172.21.15.132:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5654a095e4e0 con 0x5654a092ec00 2024-03-11T18:00:16.806 INFO:journalctl@ceph.osd.1.smithi132.stdout:Mar 11 18:00:16 smithi132 bash[103839]: 21c26e2408c33af274fa67fd0a56a055e37dbe78c4de3f7a768c7ad3ef2339d2 2024-03-11T18:00:16.806 INFO:journalctl@ceph.osd.1.smithi132.stdout:Mar 11 18:00:16 smithi132 systemd[1]: Started Ceph osd.1 for cb5f33fe-dfcd-11ee-95c8-87774f69a715. 2024-03-11T18:00:17.307 INFO:journalctl@ceph.osd.1.smithi132.stdout:Mar 11 18:00:17 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-1[103854]: 2024-03-11T18:00:17.041+0000 7fc1757dd640 -1 Falling back to public interface 2024-03-11T18:00:18.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:17 smithi132 ceph-mon[92421]: pgmap v70: 129 pgs: 53 peering, 76 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-03-11T18:00:18.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:17 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:18.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:17 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:18.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:17 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:00:18.088 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:17 smithi176 ceph-mon[67829]: pgmap v70: 129 pgs: 53 peering, 76 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-03-11T18:00:18.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:17 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:18.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:17 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:18.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:17 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:00:18.977 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:00:20.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:19 smithi132 ceph-mon[92421]: pgmap v71: 129 pgs: 53 peering, 76 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-03-11T18:00:20.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:19 smithi176 ceph-mon[67829]: pgmap v71: 129 pgs: 53 peering, 76 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-03-11T18:00:20.947 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:20 smithi132 ceph-mon[92421]: pgmap v72: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 158/1500 objects degraded (10.533%) 2024-03-11T18:00:20.947 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:20 smithi132 ceph-mon[92421]: Health check failed: Degraded data redundancy: 158/1500 objects degraded (10.533%), 27 pgs degraded (PG_DEGRADED) 2024-03-11T18:00:20.948 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:20 smithi132 ceph-mon[92421]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs inactive, 15 pgs peering) 2024-03-11T18:00:21.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:20 smithi176 ceph-mon[67829]: pgmap v72: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 158/1500 objects degraded (10.533%) 2024-03-11T18:00:21.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:20 smithi176 ceph-mon[67829]: Health check failed: Degraded data redundancy: 158/1500 objects degraded (10.533%), 27 pgs degraded (PG_DEGRADED) 2024-03-11T18:00:21.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:20 smithi176 ceph-mon[67829]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 5 pgs inactive, 15 pgs peering) 2024-03-11T18:00:21.306 INFO:journalctl@ceph.osd.1.smithi132.stdout:Mar 11 18:00:20 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-1[103854]: 2024-03-11T18:00:20.947+0000 7fc1757dd640 -1 osd.1 0 read_superblock omap replica is missing. 2024-03-11T18:00:21.696 INFO:journalctl@ceph.osd.1.smithi132.stdout:Mar 11 18:00:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-1[103854]: 2024-03-11T18:00:21.309+0000 7fc1757dd640 -1 osd.1 78 log_to_monitors true 2024-03-11T18:00:22.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:21 smithi132 ceph-mon[92421]: from='osd.1 [v2:172.21.15.132:6810/2967746849,v1:172.21.15.132:6811/2967746849]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-11T18:00:22.056 INFO:journalctl@ceph.osd.1.smithi132.stdout:Mar 11 18:00:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-1[103854]: 2024-03-11T18:00:21.720+0000 7fc165c34700 -1 osd.1 78 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-11T18:00:22.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:21 smithi176 ceph-mon[67829]: from='osd.1 [v2:172.21.15.132:6810/2967746849,v1:172.21.15.132:6811/2967746849]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-11T18:00:23.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:22 smithi132 ceph-mon[92421]: pgmap v73: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 224 B/s wr, 0 op/s; 158/1500 objects degraded (10.533%) 2024-03-11T18:00:23.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:22 smithi132 ceph-mon[92421]: from='osd.1 [v2:172.21.15.132:6810/2967746849,v1:172.21.15.132:6811/2967746849]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-11T18:00:23.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:22 smithi132 ceph-mon[92421]: osdmap e81: 8 total, 7 up, 8 in 2024-03-11T18:00:23.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:22 smithi132 ceph-mon[92421]: from='osd.1 [v2:172.21.15.132:6810/2967746849,v1:172.21.15.132:6811/2967746849]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2024-03-11T18:00:23.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:22 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:23.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:22 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:23.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:22 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:23.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:22 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:00:23.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:22 smithi176 ceph-mon[67829]: pgmap v73: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 224 B/s wr, 0 op/s; 158/1500 objects degraded (10.533%) 2024-03-11T18:00:23.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:22 smithi176 ceph-mon[67829]: from='osd.1 [v2:172.21.15.132:6810/2967746849,v1:172.21.15.132:6811/2967746849]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-11T18:00:23.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:22 smithi176 ceph-mon[67829]: osdmap e81: 8 total, 7 up, 8 in 2024-03-11T18:00:23.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:22 smithi176 ceph-mon[67829]: from='osd.1 [v2:172.21.15.132:6810/2967746849,v1:172.21.15.132:6811/2967746849]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2024-03-11T18:00:23.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:22 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:23.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:22 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:23.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:22 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:23.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:22 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:00:23.859 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:23 smithi132 ceph-mon[92421]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-11T18:00:23.860 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:23 smithi132 ceph-mon[92421]: osd.1 [v2:172.21.15.132:6810/2967746849,v1:172.21.15.132:6811/2967746849] boot 2024-03-11T18:00:23.860 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:23 smithi132 ceph-mon[92421]: osdmap e82: 8 total, 8 up, 8 in 2024-03-11T18:00:23.860 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T18:00:23.860 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:23.860 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:24.014 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:00:24.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:23 smithi176 ceph-mon[67829]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-11T18:00:24.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:23 smithi176 ceph-mon[67829]: osd.1 [v2:172.21.15.132:6810/2967746849,v1:172.21.15.132:6811/2967746849] boot 2024-03-11T18:00:24.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:23 smithi176 ceph-mon[67829]: osdmap e82: 8 total, 8 up, 8 in 2024-03-11T18:00:24.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-11T18:00:24.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:24.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:24.927 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:24 smithi132 ceph-mon[92421]: pgmap v76: 129 pgs: 36 peering, 10 active+undersized+degraded, 7 active+undersized, 76 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 55/1500 objects degraded (3.667%) 2024-03-11T18:00:24.927 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:24 smithi132 ceph-mon[92421]: osdmap e83: 8 total, 8 up, 8 in 2024-03-11T18:00:25.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:24 smithi176 ceph-mon[67829]: pgmap v76: 129 pgs: 36 peering, 10 active+undersized+degraded, 7 active+undersized, 76 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 55/1500 objects degraded (3.667%) 2024-03-11T18:00:25.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:24 smithi176 ceph-mon[67829]: osdmap e83: 8 total, 8 up, 8 in 2024-03-11T18:00:27.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:27 smithi132 ceph-mon[92421]: pgmap v78: 129 pgs: 36 peering, 10 active+undersized+degraded, 7 active+undersized, 76 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 55/1500 objects degraded (3.667%) 2024-03-11T18:00:27.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:27 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:27.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:27 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:27.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:27 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:00:27.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:27 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T18:00:27.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:27 smithi132 ceph-mon[92421]: pgmap v79: 129 pgs: 36 peering, 10 active+undersized+degraded, 7 active+undersized, 76 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 214 B/s wr, 0 op/s; 55/1500 objects degraded (3.667%) 2024-03-11T18:00:27.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:27 smithi132 ceph-mon[92421]: pgmap v80: 129 pgs: 36 peering, 10 active+undersized+degraded, 7 active+undersized, 76 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 214 B/s wr, 0 op/s; 55/1500 objects degraded (3.667%) 2024-03-11T18:00:27.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:27 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:27.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:27 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:27.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:27 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:00:27.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:27 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:00:27.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:27 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:00:27.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:27 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:00:27.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:27 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-11T18:00:27.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:27 smithi132 ceph-mon[92421]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-11T18:00:27.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:27 smithi132 ceph-mon[92421]: Upgrade: unsafe to stop osd(s) at this time (11 PGs are or would become offline) 2024-03-11T18:00:27.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:27 smithi176 ceph-mon[67829]: pgmap v78: 129 pgs: 36 peering, 10 active+undersized+degraded, 7 active+undersized, 76 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 55/1500 objects degraded (3.667%) 2024-03-11T18:00:27.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:27 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:27.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:27 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:27.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:27 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:00:27.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:27 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T18:00:27.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:27 smithi176 ceph-mon[67829]: pgmap v79: 129 pgs: 36 peering, 10 active+undersized+degraded, 7 active+undersized, 76 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 214 B/s wr, 0 op/s; 55/1500 objects degraded (3.667%) 2024-03-11T18:00:27.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:27 smithi176 ceph-mon[67829]: pgmap v80: 129 pgs: 36 peering, 10 active+undersized+degraded, 7 active+undersized, 76 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 214 B/s wr, 0 op/s; 55/1500 objects degraded (3.667%) 2024-03-11T18:00:27.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:27 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:27.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:27 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:27.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:27 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:00:27.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:27 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:00:27.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:27 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:00:27.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:27 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:00:27.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:27 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-11T18:00:27.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:27 smithi176 ceph-mon[67829]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-11T18:00:27.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:27 smithi176 ceph-mon[67829]: Upgrade: unsafe to stop osd(s) at this time (11 PGs are or would become offline) 2024-03-11T18:00:28.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:28 smithi176 ceph-mon[67829]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 55/1500 objects degraded (3.667%), 10 pgs degraded) 2024-03-11T18:00:29.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:28 smithi132 ceph-mon[92421]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 55/1500 objects degraded (3.667%), 10 pgs degraded) 2024-03-11T18:00:29.061 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:00:29.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:29 smithi176 ceph-mon[67829]: pgmap v81: 129 pgs: 33 peering, 96 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 177 B/s wr, 0 op/s 2024-03-11T18:00:30.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:29 smithi132 ceph-mon[92421]: pgmap v81: 129 pgs: 33 peering, 96 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 177 B/s wr, 0 op/s 2024-03-11T18:00:31.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:31 smithi176 ceph-mon[67829]: pgmap v82: 129 pgs: 129 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 302 B/s rd, 151 B/s wr, 0 op/s 2024-03-11T18:00:32.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:31 smithi132 ceph-mon[92421]: pgmap v82: 129 pgs: 129 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 302 B/s rd, 151 B/s wr, 0 op/s 2024-03-11T18:00:33.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:33 smithi176 ceph-mon[67829]: pgmap v83: 129 pgs: 129 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 234 B/s rd, 117 B/s wr, 0 op/s 2024-03-11T18:00:34.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:33 smithi132 ceph-mon[92421]: pgmap v83: 129 pgs: 129 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 234 B/s rd, 117 B/s wr, 0 op/s 2024-03-11T18:00:34.100 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:00:35.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:35 smithi132 ceph-mon[92421]: pgmap v84: 129 pgs: 129 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 233 B/s rd, 233 B/s wr, 0 op/s 2024-03-11T18:00:35.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:35 smithi176 ceph-mon[67829]: pgmap v84: 129 pgs: 129 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 233 B/s rd, 233 B/s wr, 0 op/s 2024-03-11T18:00:37.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:37 smithi132 ceph-mon[92421]: pgmap v85: 129 pgs: 129 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-03-11T18:00:37.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:37 smithi176 ceph-mon[67829]: pgmap v85: 129 pgs: 129 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-03-11T18:00:38.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:38.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:00:38.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:38.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:38.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:00:38.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:39.148 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:00:39.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:39 smithi176 ceph-mon[67829]: pgmap v86: 129 pgs: 129 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:00:40.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:39 smithi132 ceph-mon[92421]: pgmap v86: 129 pgs: 129 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:00:41.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:41 smithi176 ceph-mon[67829]: pgmap v87: 129 pgs: 129 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T18:00:42.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:41 smithi132 ceph-mon[92421]: pgmap v87: 129 pgs: 129 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T18:00:42.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:42 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-11T18:00:42.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:42 smithi132 ceph-mon[92421]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-11T18:00:42.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:42 smithi132 ceph-mon[92421]: Upgrade: osd.2 is safe to restart 2024-03-11T18:00:42.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:42 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-11T18:00:42.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:42 smithi176 ceph-mon[67829]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-03-11T18:00:42.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:42 smithi176 ceph-mon[67829]: Upgrade: osd.2 is safe to restart 2024-03-11T18:00:43.494 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T18:00:43.953 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:43 smithi132 ceph-mon[92421]: pgmap v88: 129 pgs: 129 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:00:43.953 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:43 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:43.953 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:43 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-11T18:00:43.953 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:43 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:00:44.088 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:43 smithi176 ceph-mon[67829]: pgmap v88: 129 pgs: 129 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:00:44.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:43 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:44.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:43 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-11T18:00:44.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:43 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:00:44.165 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T18:00:44.165 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 running (11m) 21s ago 22m 19.3M - 0.20.0 0881eb8f169f bb4eb0a75e19 2024-03-11T18:00:44.165 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (87s) 21s ago 22m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 dd8d18baa2cc 2024-03-11T18:00:44.165 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (82s) 77s ago 21m 6656k - 18.2.1-802-ge1b0c2aa 38c4ca238582 6645c9ce3955 2024-03-11T18:00:44.165 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (9m) 21s ago 22m 35.5M - 6.7.4 557c83e11646 f0913cd370a6 2024-03-11T18:00:44.165 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (16m) 21s ago 16m 41.0M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T18:00:44.166 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (16m) 77s ago 16m 15.7M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T18:00:44.166 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:8443,9283,8765 running (3m) 21s ago 24m 496M - 18.2.1-802-ge1b0c2aa 38c4ca238582 750c6b34adfe 2024-03-11T18:00:44.166 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283,8765 running (2m) 77s ago 21m 447M - 18.2.1-802-ge1b0c2aa 38c4ca238582 f8840875a1ba 2024-03-11T18:00:44.166 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (2m) 21s ago 24m 52.2M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 324a4a17eb3e 2024-03-11T18:00:44.166 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (2m) 77s ago 21m 41.6M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 4e15ff1139fe 2024-03-11T18:00:44.166 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (14m) 21s ago 14m 80.7M - 3.5 6933c2a0b7dd aee2a66a3a0d 2024-03-11T18:00:44.166 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (14m) 77s ago 14m 78.9M - 3.5 6933c2a0b7dd 72a9313be656 2024-03-11T18:00:44.166 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (7m) 21s ago 22m 17.2M - 0.18.1 e5a616e4b9cf e2b1d1f8d438 2024-03-11T18:00:44.166 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (3m) 77s ago 21m 10.7M - 0.18.1 e5a616e4b9cf 528a17530a59 2024-03-11T18:00:44.166 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (62s) 21s ago 20m 119M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 a3431b50e5bd 2024-03-11T18:00:44.166 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (27s) 21s ago 20m 11.4M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 21c26e2408c3 2024-03-11T18:00:44.166 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (20m) 21s ago 20m 241M 1944M 16.2.5 6933c2a0b7dd 68fe37f0f2b3 2024-03-11T18:00:44.166 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (19m) 21s ago 19m 363M 1944M 16.2.5 6933c2a0b7dd ec14dfc2c803 2024-03-11T18:00:44.166 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (19m) 77s ago 19m 377M 2712M 16.2.5 6933c2a0b7dd a618d96d8b7f 2024-03-11T18:00:44.167 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (19m) 77s ago 19m 392M 2712M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T18:00:44.167 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (18m) 77s ago 18m 324M 2712M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T18:00:44.167 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (18m) 77s ago 18m 502M 2712M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T18:00:44.167 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 error 21s ago 21m - - 2024-03-11T18:00:44.193 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:00:44.560 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T18:00:44.561 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T18:00:44.561 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:00:44.561 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:00:44.561 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T18:00:44.561 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:00:44.561 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:00:44.561 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T18:00:44.561 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 6, 2024-03-11T18:00:44.561 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:00:44.561 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:00:44.561 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T18:00:44.562 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T18:00:44.562 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:00:44.562 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T18:00:44.562 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8, 2024-03-11T18:00:44.562 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 6 2024-03-11T18:00:44.562 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T18:00:44.562 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T18:00:44.907 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T18:00:44.908 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T18:00:44.908 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T18:00:44.908 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T18:00:44.908 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [ 2024-03-11T18:00:44.908 INFO:teuthology.orchestra.run.smithi132.stdout: "crash", 2024-03-11T18:00:44.908 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr", 2024-03-11T18:00:44.908 INFO:teuthology.orchestra.run.smithi132.stdout: "mon" 2024-03-11T18:00:44.908 INFO:teuthology.orchestra.run.smithi132.stdout: ], 2024-03-11T18:00:44.908 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "8/23 daemons upgraded", 2024-03-11T18:00:44.908 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "Currently upgrading osd daemons", 2024-03-11T18:00:44.908 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T18:00:44.908 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T18:00:45.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:44 smithi132 ceph-mon[92421]: Upgrade: Updating osd.2 2024-03-11T18:00:45.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:44 smithi132 ceph-mon[92421]: Deploying daemon osd.2 on smithi132 2024-03-11T18:00:45.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:44 smithi132 ceph-mon[92421]: from='client.34232 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:00:45.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:44 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/2046136280' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:00:45.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:44 smithi176 ceph-mon[67829]: Upgrade: Updating osd.2 2024-03-11T18:00:45.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:44 smithi176 ceph-mon[67829]: Deploying daemon osd.2 on smithi132 2024-03-11T18:00:45.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:44 smithi176 ceph-mon[67829]: from='client.34232 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:00:45.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:44 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/2046136280' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:00:45.314 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T18:00:45.314 INFO:teuthology.orchestra.run.smithi132.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T18:00:45.315 INFO:teuthology.orchestra.run.smithi132.stdout: daemon prometheus.smithi132 on smithi132 is in error state 2024-03-11T18:00:45.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:45 smithi132 ceph-mon[92421]: from='client.34236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:00:45.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:45 smithi132 ceph-mon[92421]: from='client.34240 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:00:45.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:45 smithi132 ceph-mon[92421]: pgmap v89: 129 pgs: 129 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T18:00:45.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:45 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/1859503609' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T18:00:46.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:45 smithi176 ceph-mon[67829]: from='client.34236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:00:46.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:45 smithi176 ceph-mon[67829]: from='client.34240 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:00:46.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:45 smithi176 ceph-mon[67829]: pgmap v89: 129 pgs: 129 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T18:00:46.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:45 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/1859503609' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T18:00:46.556 INFO:journalctl@ceph.osd.2.smithi132.stdout:Mar 11 18:00:46 smithi132 systemd[1]: Stopping Ceph osd.2 for cb5f33fe-dfcd-11ee-95c8-87774f69a715... 2024-03-11T18:00:46.997 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:46 smithi132 ceph-mon[92421]: from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:00:46.998 INFO:journalctl@ceph.osd.2.smithi132.stdout:Mar 11 18:00:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.2[52966]: debug 2024-03-11T18:00:46.611+0000 7f32bb71d700 -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-03-11T18:00:46.999 INFO:journalctl@ceph.osd.2.smithi132.stdout:Mar 11 18:00:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.2[52966]: debug 2024-03-11T18:00:46.611+0000 7f32bb71d700 -1 osd.2 83 *** Got signal Terminated *** 2024-03-11T18:00:46.999 INFO:journalctl@ceph.osd.2.smithi132.stdout:Mar 11 18:00:46 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.2[52966]: debug 2024-03-11T18:00:46.611+0000 7f32bb71d700 -1 osd.2 83 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-11T18:00:47.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:46 smithi176 ceph-mon[67829]: from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:00:47.306 INFO:journalctl@ceph.osd.2.smithi132.stdout:Mar 11 18:00:47 smithi132 bash[106466]: ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.2 2024-03-11T18:00:47.856 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:47 smithi132 ceph-mon[92421]: pgmap v90: 129 pgs: 129 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:00:47.856 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:47 smithi132 ceph-mon[92421]: osd.2 reported immediately failed by osd.4 2024-03-11T18:00:47.856 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:47 smithi132 ceph-mon[92421]: osd.2 failed (root=default,host=smithi132) (connection refused reported by osd.4) 2024-03-11T18:00:47.856 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:47 smithi132 ceph-mon[92421]: osd.2 reported immediately failed by osd.7 2024-03-11T18:00:47.856 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:47 smithi132 ceph-mon[92421]: osd.2 reported immediately failed by osd.4 2024-03-11T18:00:47.857 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:47 smithi132 ceph-mon[92421]: osd.2 reported immediately failed by osd.7 2024-03-11T18:00:47.857 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:47 smithi132 ceph-mon[92421]: osd.2 reported immediately failed by osd.5 2024-03-11T18:00:47.857 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:47 smithi132 ceph-mon[92421]: osd.2 reported immediately failed by osd.6 2024-03-11T18:00:47.857 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:47 smithi132 ceph-mon[92421]: osd.2 reported immediately failed by osd.0 2024-03-11T18:00:47.857 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:47 smithi132 ceph-mon[92421]: osd.2 reported immediately failed by osd.1 2024-03-11T18:00:47.857 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:47 smithi132 ceph-mon[92421]: osd.2 reported immediately failed by osd.3 2024-03-11T18:00:47.858 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:47 smithi132 ceph-mon[92421]: osd.2 reported immediately failed by osd.5 2024-03-11T18:00:47.858 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:47 smithi132 ceph-mon[92421]: osd.2 reported immediately failed by osd.6 2024-03-11T18:00:47.858 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:47 smithi132 ceph-mon[92421]: osd.2 reported immediately failed by osd.0 2024-03-11T18:00:47.858 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:47 smithi132 ceph-mon[92421]: osd.2 reported immediately failed by osd.1 2024-03-11T18:00:47.858 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:47 smithi132 ceph-mon[92421]: osd.2 reported immediately failed by osd.3 2024-03-11T18:00:47.858 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:47 smithi132 ceph-mon[92421]: osd.2 reported immediately failed by osd.0 2024-03-11T18:00:47.858 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:47 smithi132 ceph-mon[92421]: osd.2 reported immediately failed by osd.1 2024-03-11T18:00:47.858 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:47 smithi132 ceph-mon[92421]: osd.2 reported immediately failed by osd.4 2024-03-11T18:00:47.858 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:47 smithi132 ceph-mon[92421]: osd.2 reported immediately failed by osd.3 2024-03-11T18:00:47.858 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:47 smithi132 ceph-mon[92421]: osd.2 reported immediately failed by osd.7 2024-03-11T18:00:47.858 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:47 smithi132 ceph-mon[92421]: osd.2 reported immediately failed by osd.5 2024-03-11T18:00:47.858 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:47 smithi132 ceph-mon[92421]: osd.2 reported immediately failed by osd.6 2024-03-11T18:00:47.858 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:47 smithi132 ceph-mon[92421]: osd.2 reported immediately failed by osd.0 2024-03-11T18:00:47.859 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:47 smithi132 ceph-mon[92421]: osd.2 reported immediately failed by osd.1 2024-03-11T18:00:47.859 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:47 smithi132 ceph-mon[92421]: osd.2 reported immediately failed by osd.4 2024-03-11T18:00:47.859 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:47 smithi132 ceph-mon[92421]: osd.2 reported immediately failed by osd.3 2024-03-11T18:00:47.859 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:47 smithi132 ceph-mon[92421]: osd.2 reported immediately failed by osd.7 2024-03-11T18:00:47.859 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:47 smithi132 ceph-mon[92421]: osd.2 reported immediately failed by osd.5 2024-03-11T18:00:47.859 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:47 smithi132 ceph-mon[92421]: osd.2 reported immediately failed by osd.6 2024-03-11T18:00:48.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:47 smithi176 ceph-mon[67829]: pgmap v90: 129 pgs: 129 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:00:48.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:47 smithi176 ceph-mon[67829]: osd.2 reported immediately failed by osd.4 2024-03-11T18:00:48.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:47 smithi176 ceph-mon[67829]: osd.2 failed (root=default,host=smithi132) (connection refused reported by osd.4) 2024-03-11T18:00:48.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:47 smithi176 ceph-mon[67829]: osd.2 reported immediately failed by osd.7 2024-03-11T18:00:48.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:47 smithi176 ceph-mon[67829]: osd.2 reported immediately failed by osd.4 2024-03-11T18:00:48.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:47 smithi176 ceph-mon[67829]: osd.2 reported immediately failed by osd.7 2024-03-11T18:00:48.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:47 smithi176 ceph-mon[67829]: osd.2 reported immediately failed by osd.5 2024-03-11T18:00:48.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:47 smithi176 ceph-mon[67829]: osd.2 reported immediately failed by osd.6 2024-03-11T18:00:48.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:47 smithi176 ceph-mon[67829]: osd.2 reported immediately failed by osd.0 2024-03-11T18:00:48.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:47 smithi176 ceph-mon[67829]: osd.2 reported immediately failed by osd.1 2024-03-11T18:00:48.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:47 smithi176 ceph-mon[67829]: osd.2 reported immediately failed by osd.3 2024-03-11T18:00:48.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:47 smithi176 ceph-mon[67829]: osd.2 reported immediately failed by osd.5 2024-03-11T18:00:48.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:47 smithi176 ceph-mon[67829]: osd.2 reported immediately failed by osd.6 2024-03-11T18:00:48.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:47 smithi176 ceph-mon[67829]: osd.2 reported immediately failed by osd.0 2024-03-11T18:00:48.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:47 smithi176 ceph-mon[67829]: osd.2 reported immediately failed by osd.1 2024-03-11T18:00:48.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:47 smithi176 ceph-mon[67829]: osd.2 reported immediately failed by osd.3 2024-03-11T18:00:48.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:47 smithi176 ceph-mon[67829]: osd.2 reported immediately failed by osd.0 2024-03-11T18:00:48.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:47 smithi176 ceph-mon[67829]: osd.2 reported immediately failed by osd.1 2024-03-11T18:00:48.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:47 smithi176 ceph-mon[67829]: osd.2 reported immediately failed by osd.4 2024-03-11T18:00:48.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:47 smithi176 ceph-mon[67829]: osd.2 reported immediately failed by osd.3 2024-03-11T18:00:48.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:47 smithi176 ceph-mon[67829]: osd.2 reported immediately failed by osd.7 2024-03-11T18:00:48.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:47 smithi176 ceph-mon[67829]: osd.2 reported immediately failed by osd.5 2024-03-11T18:00:48.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:47 smithi176 ceph-mon[67829]: osd.2 reported immediately failed by osd.6 2024-03-11T18:00:48.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:47 smithi176 ceph-mon[67829]: osd.2 reported immediately failed by osd.0 2024-03-11T18:00:48.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:47 smithi176 ceph-mon[67829]: osd.2 reported immediately failed by osd.1 2024-03-11T18:00:48.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:47 smithi176 ceph-mon[67829]: osd.2 reported immediately failed by osd.4 2024-03-11T18:00:48.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:47 smithi176 ceph-mon[67829]: osd.2 reported immediately failed by osd.3 2024-03-11T18:00:48.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:47 smithi176 ceph-mon[67829]: osd.2 reported immediately failed by osd.7 2024-03-11T18:00:48.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:47 smithi176 ceph-mon[67829]: osd.2 reported immediately failed by osd.5 2024-03-11T18:00:48.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:47 smithi176 ceph-mon[67829]: osd.2 reported immediately failed by osd.6 2024-03-11T18:00:48.721 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:48 smithi132 ceph-mon[92421]: Health check failed: 1 osds down (OSD_DOWN) 2024-03-11T18:00:48.721 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:48 smithi132 ceph-mon[92421]: osdmap e84: 8 total, 7 up, 8 in 2024-03-11T18:00:49.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:48 smithi176 ceph-mon[67829]: Health check failed: 1 osds down (OSD_DOWN) 2024-03-11T18:00:49.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:48 smithi176 ceph-mon[67829]: osdmap e84: 8 total, 7 up, 8 in 2024-03-11T18:00:49.238 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:00:49.306 INFO:journalctl@ceph.osd.2.smithi132.stdout:Mar 11 18:00:49 smithi132 systemd[1]: ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@osd.2.service: Succeeded. 2024-03-11T18:00:49.307 INFO:journalctl@ceph.osd.2.smithi132.stdout:Mar 11 18:00:49 smithi132 systemd[1]: Stopped Ceph osd.2 for cb5f33fe-dfcd-11ee-95c8-87774f69a715. 2024-03-11T18:00:49.307 INFO:journalctl@ceph.osd.2.smithi132.stdout:Mar 11 18:00:49 smithi132 systemd[1]: Starting Ceph osd.2 for cb5f33fe-dfcd-11ee-95c8-87774f69a715... 2024-03-11T18:00:49.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:49 smithi132 ceph-mon[92421]: pgmap v92: 129 pgs: 7 peering, 9 stale+active+clean, 113 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-03-11T18:00:49.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:49 smithi132 ceph-mon[92421]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-11T18:00:49.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:49 smithi132 ceph-mon[92421]: osdmap e85: 8 total, 7 up, 8 in 2024-03-11T18:00:50.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:49 smithi176 ceph-mon[67829]: pgmap v92: 129 pgs: 7 peering, 9 stale+active+clean, 113 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-03-11T18:00:50.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:49 smithi176 ceph-mon[67829]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-11T18:00:50.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:49 smithi176 ceph-mon[67829]: osdmap e85: 8 total, 7 up, 8 in 2024-03-11T18:00:50.503 INFO:journalctl@ceph.osd.2.smithi132.stdout:Mar 11 18:00:50 smithi132 bash[106768]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-03-11T18:00:50.503 INFO:journalctl@ceph.osd.2.smithi132.stdout:Mar 11 18:00:50 smithi132 bash[106768]: 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-03-11T18:00:50.504 INFO:journalctl@ceph.osd.2.smithi132.stdout:Mar 11 18:00:50 smithi132 bash[106768]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-03-11T18:00:50.504 INFO:journalctl@ceph.osd.2.smithi132.stdout:Mar 11 18:00:50 smithi132 bash[106768]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-03-11T18:00:50.504 INFO:journalctl@ceph.osd.2.smithi132.stdout:Mar 11 18:00:50 smithi132 bash[106768]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-03-11T18:00:50.504 INFO:journalctl@ceph.osd.2.smithi132.stdout:Mar 11 18:00:50 smithi132 bash[106768]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-03-11T18:00:50.504 INFO:journalctl@ceph.osd.2.smithi132.stdout:Mar 11 18:00:50 smithi132 bash[106768]: --> ceph-volume raw activate successful for osd ID: 2 2024-03-11T18:00:51.556 INFO:journalctl@ceph.osd.2.smithi132.stdout:Mar 11 18:00:51 smithi132 ceph-osd[107070]: -- 172.21.15.132:0/3142447642 <== mon.0 v2:172.21.15.132:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x557a777f24e0 con 0x557a777c3000 2024-03-11T18:00:51.556 INFO:journalctl@ceph.osd.2.smithi132.stdout:Mar 11 18:00:51 smithi132 bash[107032]: 4ed57046f859485f5e194a7674e6ae7ec7849b3bf9546549a4f52b03a684d154 2024-03-11T18:00:51.556 INFO:journalctl@ceph.osd.2.smithi132.stdout:Mar 11 18:00:51 smithi132 systemd[1]: Started Ceph osd.2 for cb5f33fe-dfcd-11ee-95c8-87774f69a715. 2024-03-11T18:00:52.057 INFO:journalctl@ceph.osd.2.smithi132.stdout:Mar 11 18:00:51 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-2[107047]: 2024-03-11T18:00:51.810+0000 7f276926e640 -1 Falling back to public interface 2024-03-11T18:00:52.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:51 smithi132 ceph-mon[92421]: pgmap v94: 129 pgs: 29 peering, 2 stale+active+clean, 98 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-03-11T18:00:52.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:51 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:52.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:51 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:52.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:51 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:00:52.088 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:51 smithi176 ceph-mon[67829]: pgmap v94: 129 pgs: 29 peering, 2 stale+active+clean, 98 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-03-11T18:00:52.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:51 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:52.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:51 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:52.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:51 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:00:53.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:53 smithi132 ceph-mon[92421]: pgmap v95: 129 pgs: 3 active+undersized+degraded, 29 peering, 3 active+undersized, 94 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 29/1500 objects degraded (1.933%) 2024-03-11T18:00:53.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:53 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:53.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:53 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:00:53.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:53 smithi132 ceph-mon[92421]: Health check failed: Degraded data redundancy: 29/1500 objects degraded (1.933%), 3 pgs degraded (PG_DEGRADED) 2024-03-11T18:00:53.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:53 smithi176 ceph-mon[67829]: pgmap v95: 129 pgs: 3 active+undersized+degraded, 29 peering, 3 active+undersized, 94 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 29/1500 objects degraded (1.933%) 2024-03-11T18:00:53.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:53 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:53.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:53 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:00:53.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:53 smithi176 ceph-mon[67829]: Health check failed: Degraded data redundancy: 29/1500 objects degraded (1.933%), 3 pgs degraded (PG_DEGRADED) 2024-03-11T18:00:54.281 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:00:54.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:54 smithi132 ceph-mon[92421]: Health check update: Reduced data availability: 3 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2024-03-11T18:00:54.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:54 smithi176 ceph-mon[67829]: Health check update: Reduced data availability: 3 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2024-03-11T18:00:55.806 INFO:journalctl@ceph.osd.2.smithi132.stdout:Mar 11 18:00:55 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-2[107047]: 2024-03-11T18:00:55.448+0000 7f276926e640 -1 osd.2 0 read_superblock omap replica is missing. 2024-03-11T18:00:55.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:55 smithi132 ceph-mon[92421]: pgmap v96: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 125/1500 objects degraded (8.333%) 2024-03-11T18:00:55.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:55 smithi132 ceph-mon[92421]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 8 pgs peering) 2024-03-11T18:00:55.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:55 smithi176 ceph-mon[67829]: pgmap v96: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 125/1500 objects degraded (8.333%) 2024-03-11T18:00:55.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:55 smithi176 ceph-mon[67829]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 8 pgs peering) 2024-03-11T18:00:56.306 INFO:journalctl@ceph.osd.2.smithi132.stdout:Mar 11 18:00:55 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-2[107047]: 2024-03-11T18:00:55.812+0000 7f276926e640 -1 osd.2 83 log_to_monitors true 2024-03-11T18:00:56.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:56 smithi132 ceph-mon[92421]: from='osd.2 [v2:172.21.15.132:6818/4229662000,v1:172.21.15.132:6819/4229662000]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-11T18:00:56.807 INFO:journalctl@ceph.osd.2.smithi132.stdout:Mar 11 18:00:56 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-2[107047]: 2024-03-11T18:00:56.580+0000 7f2757ec2700 -1 osd.2 83 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-11T18:00:56.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:56 smithi176 ceph-mon[67829]: from='osd.2 [v2:172.21.15.132:6818/4229662000,v1:172.21.15.132:6819/4229662000]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-11T18:00:57.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:57 smithi176 ceph-mon[67829]: pgmap v97: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 230 B/s wr, 0 op/s; 125/1500 objects degraded (8.333%) 2024-03-11T18:00:57.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:57 smithi176 ceph-mon[67829]: from='osd.2 [v2:172.21.15.132:6818/4229662000,v1:172.21.15.132:6819/4229662000]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-11T18:00:57.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:57 smithi176 ceph-mon[67829]: osdmap e86: 8 total, 7 up, 8 in 2024-03-11T18:00:57.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:57 smithi176 ceph-mon[67829]: from='osd.2 [v2:172.21.15.132:6818/4229662000,v1:172.21.15.132:6819/4229662000]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2024-03-11T18:00:57.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:57 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:57.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:57 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:58.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:57 smithi132 ceph-mon[92421]: pgmap v97: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 318 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 230 B/s wr, 0 op/s; 125/1500 objects degraded (8.333%) 2024-03-11T18:00:58.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:57 smithi132 ceph-mon[92421]: from='osd.2 [v2:172.21.15.132:6818/4229662000,v1:172.21.15.132:6819/4229662000]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-11T18:00:58.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:57 smithi132 ceph-mon[92421]: osdmap e86: 8 total, 7 up, 8 in 2024-03-11T18:00:58.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:57 smithi132 ceph-mon[92421]: from='osd.2 [v2:172.21.15.132:6818/4229662000,v1:172.21.15.132:6819/4229662000]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2024-03-11T18:00:58.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:57 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:58.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:57 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:58.772 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:58 smithi132 ceph-mon[92421]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-11T18:00:58.772 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:58 smithi132 ceph-mon[92421]: osd.2 [v2:172.21.15.132:6818/4229662000,v1:172.21.15.132:6819/4229662000] boot 2024-03-11T18:00:58.773 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:58 smithi132 ceph-mon[92421]: osdmap e87: 8 total, 8 up, 8 in 2024-03-11T18:00:58.773 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:58 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T18:00:58.773 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:58 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:58.773 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:58 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:58.773 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:58 smithi132 ceph-mon[92421]: osdmap e88: 8 total, 8 up, 8 in 2024-03-11T18:00:58.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:58 smithi176 ceph-mon[67829]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-11T18:00:58.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:58 smithi176 ceph-mon[67829]: osd.2 [v2:172.21.15.132:6818/4229662000,v1:172.21.15.132:6819/4229662000] boot 2024-03-11T18:00:58.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:58 smithi176 ceph-mon[67829]: osdmap e87: 8 total, 8 up, 8 in 2024-03-11T18:00:58.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:58 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-11T18:00:58.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:58 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:58.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:58 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:00:58.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:58 smithi176 ceph-mon[67829]: osdmap e88: 8 total, 8 up, 8 in 2024-03-11T18:00:59.320 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:00:59.803 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:59 smithi132 ceph-mon[92421]: pgmap v100: 129 pgs: 4 peering, 19 active+undersized+degraded, 12 active+undersized, 94 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 115/1500 objects degraded (7.667%) 2024-03-11T18:00:59.804 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:00:59 smithi132 ceph-mon[92421]: Health check update: Degraded data redundancy: 115/1500 objects degraded (7.667%), 19 pgs degraded (PG_DEGRADED) 2024-03-11T18:00:59.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:59 smithi176 ceph-mon[67829]: pgmap v100: 129 pgs: 4 peering, 19 active+undersized+degraded, 12 active+undersized, 94 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 115/1500 objects degraded (7.667%) 2024-03-11T18:00:59.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:00:59 smithi176 ceph-mon[67829]: Health check update: Degraded data redundancy: 115/1500 objects degraded (7.667%), 19 pgs degraded (PG_DEGRADED) 2024-03-11T18:01:01.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:01 smithi132 ceph-mon[92421]: pgmap v102: 129 pgs: 19 peering, 8 active+undersized+degraded, 8 active+undersized, 94 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 45/1500 objects degraded (3.000%) 2024-03-11T18:01:01.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:01.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:01.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:01:01.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T18:01:01.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:01.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:01.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:01:01.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:01:01.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:01:01.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:01:01.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-11T18:01:02.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:01 smithi176 ceph-mon[67829]: pgmap v102: 129 pgs: 19 peering, 8 active+undersized+degraded, 8 active+undersized, 94 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 45/1500 objects degraded (3.000%) 2024-03-11T18:01:02.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:02.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:02.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:01:02.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T18:01:02.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:02.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:02.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:01:02.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:01:02.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:01:02.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:01:02.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-11T18:01:03.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:02 smithi132 ceph-mon[92421]: pgmap v103: 129 pgs: 19 peering, 8 active+undersized+degraded, 8 active+undersized, 94 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 420 B/s rd, 0 op/s; 45/1500 objects degraded (3.000%) 2024-03-11T18:01:03.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:02 smithi132 ceph-mon[92421]: pgmap v104: 129 pgs: 19 peering, 8 active+undersized+degraded, 8 active+undersized, 94 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 427 B/s rd, 0 op/s; 45/1500 objects degraded (3.000%) 2024-03-11T18:01:03.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:02 smithi132 ceph-mon[92421]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-11T18:01:03.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:02 smithi132 ceph-mon[92421]: Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2024-03-11T18:01:03.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:02 smithi176 ceph-mon[67829]: pgmap v103: 129 pgs: 19 peering, 8 active+undersized+degraded, 8 active+undersized, 94 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 420 B/s rd, 0 op/s; 45/1500 objects degraded (3.000%) 2024-03-11T18:01:03.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:02 smithi176 ceph-mon[67829]: pgmap v104: 129 pgs: 19 peering, 8 active+undersized+degraded, 8 active+undersized, 94 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 427 B/s rd, 0 op/s; 45/1500 objects degraded (3.000%) 2024-03-11T18:01:03.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:02 smithi176 ceph-mon[67829]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-11T18:01:03.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:02 smithi176 ceph-mon[67829]: Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2024-03-11T18:01:04.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:03 smithi132 ceph-mon[92421]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 45/1500 objects degraded (3.000%), 8 pgs degraded) 2024-03-11T18:01:04.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:03 smithi176 ceph-mon[67829]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 45/1500 objects degraded (3.000%), 8 pgs degraded) 2024-03-11T18:01:04.372 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:01:05.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:04 smithi132 ceph-mon[92421]: pgmap v105: 129 pgs: 15 peering, 114 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 353 B/s rd, 353 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T18:01:05.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:04 smithi176 ceph-mon[67829]: pgmap v105: 129 pgs: 15 peering, 114 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 353 B/s rd, 353 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T18:01:07.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:06 smithi132 ceph-mon[92421]: pgmap v106: 129 pgs: 129 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 297 B/s rd, 297 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T18:01:07.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:06 smithi176 ceph-mon[67829]: pgmap v106: 129 pgs: 129 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 297 B/s rd, 297 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T18:01:08.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:08 smithi132 ceph-mon[92421]: pgmap v107: 129 pgs: 129 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 349 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T18:01:08.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:08 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:08.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:08 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:01:08.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:08 smithi176 ceph-mon[67829]: pgmap v107: 129 pgs: 129 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 349 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T18:01:08.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:08 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:08.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:08 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:01:09.412 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:01:10.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:10 smithi132 ceph-mon[92421]: pgmap v108: 129 pgs: 129 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 230 B/s rd, 346 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T18:01:10.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:10 smithi176 ceph-mon[67829]: pgmap v108: 129 pgs: 129 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 230 B/s rd, 346 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T18:01:12.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:12 smithi132 ceph-mon[92421]: pgmap v109: 129 pgs: 129 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 307 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T18:01:12.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:12 smithi176 ceph-mon[67829]: pgmap v109: 129 pgs: 129 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 307 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T18:01:14.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:13 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:14.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:13 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:14.451 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:01:15.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:14 smithi132 ceph-mon[92421]: pgmap v110: 129 pgs: 129 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T18:01:15.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:14 smithi176 ceph-mon[67829]: pgmap v110: 129 pgs: 129 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T18:01:15.666 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T18:01:16.301 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T18:01:16.301 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 running (12m) 18s ago 23m 19.0M - 0.20.0 0881eb8f169f bb4eb0a75e19 2024-03-11T18:01:16.301 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (2m) 18s ago 23m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 dd8d18baa2cc 2024-03-11T18:01:16.301 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (114s) 109s ago 22m 6656k - 18.2.1-802-ge1b0c2aa 38c4ca238582 6645c9ce3955 2024-03-11T18:01:16.301 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (10m) 18s ago 22m 35.5M - 6.7.4 557c83e11646 f0913cd370a6 2024-03-11T18:01:16.301 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (17m) 18s ago 17m 41.0M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T18:01:16.301 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (17m) 109s ago 17m 15.7M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T18:01:16.301 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:8443,9283,8765 running (3m) 18s ago 24m 498M - 18.2.1-802-ge1b0c2aa 38c4ca238582 750c6b34adfe 2024-03-11T18:01:16.301 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283,8765 running (3m) 109s ago 22m 447M - 18.2.1-802-ge1b0c2aa 38c4ca238582 f8840875a1ba 2024-03-11T18:01:16.301 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (3m) 18s ago 24m 53.5M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 324a4a17eb3e 2024-03-11T18:01:16.301 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (2m) 109s ago 22m 41.6M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 4e15ff1139fe 2024-03-11T18:01:16.301 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (14m) 18s ago 14m 80.7M - 3.5 6933c2a0b7dd aee2a66a3a0d 2024-03-11T18:01:16.302 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (14m) 109s ago 14m 78.9M - 3.5 6933c2a0b7dd 72a9313be656 2024-03-11T18:01:16.302 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (8m) 18s ago 22m 17.2M - 0.18.1 e5a616e4b9cf e2b1d1f8d438 2024-03-11T18:01:16.302 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (3m) 109s ago 21m 10.7M - 0.18.1 e5a616e4b9cf 528a17530a59 2024-03-11T18:01:16.302 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (94s) 18s ago 21m 120M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 a3431b50e5bd 2024-03-11T18:01:16.302 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (60s) 18s ago 21m 103M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 21c26e2408c3 2024-03-11T18:01:16.302 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (25s) 18s ago 20m 13.7M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 4ed57046f859 2024-03-11T18:01:16.302 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (20m) 18s ago 20m 363M 1944M 16.2.5 6933c2a0b7dd ec14dfc2c803 2024-03-11T18:01:16.302 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (20m) 109s ago 20m 377M 2712M 16.2.5 6933c2a0b7dd a618d96d8b7f 2024-03-11T18:01:16.303 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (19m) 109s ago 19m 392M 2712M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T18:01:16.303 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (19m) 109s ago 19m 324M 2712M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T18:01:16.303 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (18m) 109s ago 18m 502M 2712M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T18:01:16.303 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 error 18s ago 22m - - 2024-03-11T18:01:16.705 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T18:01:16.705 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T18:01:16.705 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:01:16.705 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:01:16.705 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T18:01:16.706 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:01:16.706 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:01:16.706 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T18:01:16.706 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 5, 2024-03-11T18:01:16.706 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 3 2024-03-11T18:01:16.706 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:01:16.706 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T18:01:16.706 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T18:01:16.706 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:01:16.706 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T18:01:16.706 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 7, 2024-03-11T18:01:16.706 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 7 2024-03-11T18:01:16.706 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T18:01:16.706 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T18:01:17.009 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:16 smithi132 ceph-mon[92421]: pgmap v111: 129 pgs: 129 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:01:17.009 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:16 smithi132 ceph-mon[92421]: from='client.34260 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:01:17.009 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:16 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-11T18:01:17.053 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T18:01:17.053 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T18:01:17.053 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T18:01:17.053 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T18:01:17.053 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [ 2024-03-11T18:01:17.053 INFO:teuthology.orchestra.run.smithi132.stdout: "crash", 2024-03-11T18:01:17.054 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr", 2024-03-11T18:01:17.054 INFO:teuthology.orchestra.run.smithi132.stdout: "mon" 2024-03-11T18:01:17.054 INFO:teuthology.orchestra.run.smithi132.stdout: ], 2024-03-11T18:01:17.054 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "9/23 daemons upgraded", 2024-03-11T18:01:17.054 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "Currently upgrading osd daemons", 2024-03-11T18:01:17.054 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T18:01:17.054 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T18:01:17.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:16 smithi176 ceph-mon[67829]: pgmap v111: 129 pgs: 129 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:01:17.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:16 smithi176 ceph-mon[67829]: from='client.34260 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:01:17.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:16 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-11T18:01:17.454 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T18:01:17.454 INFO:teuthology.orchestra.run.smithi132.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T18:01:17.454 INFO:teuthology.orchestra.run.smithi132.stdout: daemon prometheus.smithi132 on smithi132 is in error state 2024-03-11T18:01:17.696 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:17 smithi132 ceph-mon[92421]: from='client.34264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:01:17.696 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:17 smithi132 ceph-mon[92421]: from='client.34268 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:01:17.696 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:17 smithi132 ceph-mon[92421]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-11T18:01:17.696 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:17 smithi132 ceph-mon[92421]: Upgrade: osd.3 is safe to restart 2024-03-11T18:01:17.696 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:17 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/3121933997' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:01:17.696 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:17 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/1227591716' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T18:01:18.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:17 smithi176 ceph-mon[67829]: from='client.34264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:01:18.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:17 smithi176 ceph-mon[67829]: from='client.34268 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:01:18.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:17 smithi176 ceph-mon[67829]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-03-11T18:01:18.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:17 smithi176 ceph-mon[67829]: Upgrade: osd.3 is safe to restart 2024-03-11T18:01:18.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:17 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/3121933997' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:01:18.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:17 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/1227591716' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T18:01:18.871 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:18 smithi132 ceph-mon[92421]: from='client.34276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:01:18.871 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:18 smithi132 ceph-mon[92421]: pgmap v112: 129 pgs: 129 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T18:01:18.871 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:18.872 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-11T18:01:18.872 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:01:19.088 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:18 smithi176 ceph-mon[67829]: from='client.34276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:01:19.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:18 smithi176 ceph-mon[67829]: pgmap v112: 129 pgs: 129 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T18:01:19.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:19.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-11T18:01:19.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:01:19.491 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:01:19.651 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:19 smithi132 ceph-mon[92421]: Upgrade: Updating osd.3 2024-03-11T18:01:19.651 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:19 smithi132 ceph-mon[92421]: Deploying daemon osd.3 on smithi132 2024-03-11T18:01:20.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:19 smithi176 ceph-mon[67829]: Upgrade: Updating osd.3 2024-03-11T18:01:20.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:19 smithi176 ceph-mon[67829]: Deploying daemon osd.3 on smithi132 2024-03-11T18:01:20.737 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:20 smithi132 ceph-mon[92421]: pgmap v113: 129 pgs: 129 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:01:21.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:20 smithi176 ceph-mon[67829]: pgmap v113: 129 pgs: 129 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:01:21.807 INFO:journalctl@ceph.osd.3.smithi132.stdout:Mar 11 18:01:21 smithi132 systemd[1]: Stopping Ceph osd.3 for cb5f33fe-dfcd-11ee-95c8-87774f69a715... 2024-03-11T18:01:21.807 INFO:journalctl@ceph.osd.3.smithi132.stdout:Mar 11 18:01:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.3[56366]: debug 2024-03-11T18:01:21.486+0000 7fde55c9b700 -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-03-11T18:01:21.807 INFO:journalctl@ceph.osd.3.smithi132.stdout:Mar 11 18:01:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.3[56366]: debug 2024-03-11T18:01:21.486+0000 7fde55c9b700 -1 osd.3 88 *** Got signal Terminated *** 2024-03-11T18:01:21.807 INFO:journalctl@ceph.osd.3.smithi132.stdout:Mar 11 18:01:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.3[56366]: debug 2024-03-11T18:01:21.486+0000 7fde55c9b700 -1 osd.3 88 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-11T18:01:22.222 INFO:journalctl@ceph.osd.3.smithi132.stdout:Mar 11 18:01:21 smithi132 bash[109679]: ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.3 2024-03-11T18:01:23.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: pgmap v114: 129 pgs: 129 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:01:23.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: osd.3 reported immediately failed by osd.2 2024-03-11T18:01:23.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: osd.3 failed (root=default,host=smithi132) (connection refused reported by osd.2) 2024-03-11T18:01:23.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: osd.3 reported immediately failed by osd.0 2024-03-11T18:01:23.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: osd.3 reported immediately failed by osd.1 2024-03-11T18:01:23.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: osd.3 reported immediately failed by osd.2 2024-03-11T18:01:23.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: osd.3 reported immediately failed by osd.4 2024-03-11T18:01:23.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: osd.3 reported immediately failed by osd.7 2024-03-11T18:01:23.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: osd.3 reported immediately failed by osd.5 2024-03-11T18:01:23.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: osd.3 reported immediately failed by osd.6 2024-03-11T18:01:23.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: osd.3 reported immediately failed by osd.0 2024-03-11T18:01:23.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: osd.3 reported immediately failed by osd.1 2024-03-11T18:01:23.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: osd.3 reported immediately failed by osd.4 2024-03-11T18:01:23.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: osd.3 reported immediately failed by osd.7 2024-03-11T18:01:23.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: osd.3 reported immediately failed by osd.5 2024-03-11T18:01:23.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: osd.3 reported immediately failed by osd.6 2024-03-11T18:01:23.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: osd.3 reported immediately failed by osd.0 2024-03-11T18:01:23.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: osd.3 reported immediately failed by osd.1 2024-03-11T18:01:23.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: osd.3 reported immediately failed by osd.2 2024-03-11T18:01:23.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: osd.3 reported immediately failed by osd.4 2024-03-11T18:01:23.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: osd.3 reported immediately failed by osd.7 2024-03-11T18:01:23.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: osd.3 reported immediately failed by osd.5 2024-03-11T18:01:23.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: osd.3 reported immediately failed by osd.6 2024-03-11T18:01:23.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: osd.3 reported immediately failed by osd.0 2024-03-11T18:01:23.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: osd.3 reported immediately failed by osd.1 2024-03-11T18:01:23.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: osd.3 reported immediately failed by osd.2 2024-03-11T18:01:23.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: osd.3 reported immediately failed by osd.4 2024-03-11T18:01:23.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: osd.3 reported immediately failed by osd.7 2024-03-11T18:01:23.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: osd.3 reported immediately failed by osd.5 2024-03-11T18:01:23.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: osd.3 reported immediately failed by osd.6 2024-03-11T18:01:23.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:01:23.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: osd.3 reported immediately failed by osd.1 2024-03-11T18:01:23.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: osd.3 reported immediately failed by osd.4 2024-03-11T18:01:23.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: osd.3 reported immediately failed by osd.5 2024-03-11T18:01:23.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:22 smithi132 ceph-mon[92421]: osd.3 reported immediately failed by osd.2 2024-03-11T18:01:23.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: pgmap v114: 129 pgs: 129 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:01:23.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: osd.3 reported immediately failed by osd.2 2024-03-11T18:01:23.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: osd.3 failed (root=default,host=smithi132) (connection refused reported by osd.2) 2024-03-11T18:01:23.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: osd.3 reported immediately failed by osd.0 2024-03-11T18:01:23.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: osd.3 reported immediately failed by osd.1 2024-03-11T18:01:23.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: osd.3 reported immediately failed by osd.2 2024-03-11T18:01:23.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: osd.3 reported immediately failed by osd.4 2024-03-11T18:01:23.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: osd.3 reported immediately failed by osd.7 2024-03-11T18:01:23.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: osd.3 reported immediately failed by osd.5 2024-03-11T18:01:23.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: osd.3 reported immediately failed by osd.6 2024-03-11T18:01:23.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: osd.3 reported immediately failed by osd.0 2024-03-11T18:01:23.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: osd.3 reported immediately failed by osd.1 2024-03-11T18:01:23.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: osd.3 reported immediately failed by osd.4 2024-03-11T18:01:23.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: osd.3 reported immediately failed by osd.7 2024-03-11T18:01:23.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: osd.3 reported immediately failed by osd.5 2024-03-11T18:01:23.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: osd.3 reported immediately failed by osd.6 2024-03-11T18:01:23.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: osd.3 reported immediately failed by osd.0 2024-03-11T18:01:23.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: osd.3 reported immediately failed by osd.1 2024-03-11T18:01:23.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: osd.3 reported immediately failed by osd.2 2024-03-11T18:01:23.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: osd.3 reported immediately failed by osd.4 2024-03-11T18:01:23.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: osd.3 reported immediately failed by osd.7 2024-03-11T18:01:23.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: osd.3 reported immediately failed by osd.5 2024-03-11T18:01:23.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: osd.3 reported immediately failed by osd.6 2024-03-11T18:01:23.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: osd.3 reported immediately failed by osd.0 2024-03-11T18:01:23.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: osd.3 reported immediately failed by osd.1 2024-03-11T18:01:23.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: osd.3 reported immediately failed by osd.2 2024-03-11T18:01:23.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: osd.3 reported immediately failed by osd.4 2024-03-11T18:01:23.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: osd.3 reported immediately failed by osd.7 2024-03-11T18:01:23.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: osd.3 reported immediately failed by osd.5 2024-03-11T18:01:23.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: osd.3 reported immediately failed by osd.6 2024-03-11T18:01:23.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:01:23.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: osd.3 reported immediately failed by osd.1 2024-03-11T18:01:23.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: osd.3 reported immediately failed by osd.4 2024-03-11T18:01:23.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: osd.3 reported immediately failed by osd.5 2024-03-11T18:01:23.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:22 smithi176 ceph-mon[67829]: osd.3 reported immediately failed by osd.2 2024-03-11T18:01:23.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:23 smithi132 ceph-mon[92421]: Health check failed: 1 osds down (OSD_DOWN) 2024-03-11T18:01:23.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:23 smithi132 ceph-mon[92421]: osdmap e89: 8 total, 7 up, 8 in 2024-03-11T18:01:23.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:23 smithi132 ceph-mon[92421]: osdmap e90: 8 total, 7 up, 8 in 2024-03-11T18:01:24.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:23 smithi176 ceph-mon[67829]: Health check failed: 1 osds down (OSD_DOWN) 2024-03-11T18:01:24.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:23 smithi176 ceph-mon[67829]: osdmap e89: 8 total, 7 up, 8 in 2024-03-11T18:01:24.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:23 smithi176 ceph-mon[67829]: osdmap e90: 8 total, 7 up, 8 in 2024-03-11T18:01:24.306 INFO:journalctl@ceph.osd.3.smithi132.stdout:Mar 11 18:01:23 smithi132 systemd[1]: ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@osd.3.service: Succeeded. 2024-03-11T18:01:24.307 INFO:journalctl@ceph.osd.3.smithi132.stdout:Mar 11 18:01:23 smithi132 systemd[1]: Stopped Ceph osd.3 for cb5f33fe-dfcd-11ee-95c8-87774f69a715. 2024-03-11T18:01:24.307 INFO:journalctl@ceph.osd.3.smithi132.stdout:Mar 11 18:01:23 smithi132 systemd[1]: Starting Ceph osd.3 for cb5f33fe-dfcd-11ee-95c8-87774f69a715... 2024-03-11T18:01:24.527 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:01:24.931 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:24 smithi132 ceph-mon[92421]: pgmap v116: 129 pgs: 10 peering, 16 stale+active+clean, 103 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-03-11T18:01:24.931 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:24 smithi132 ceph-mon[92421]: Health check failed: Reduced data availability: 1 pg inactive, 4 pgs peering (PG_AVAILABILITY) 2024-03-11T18:01:25.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:24 smithi176 ceph-mon[67829]: pgmap v116: 129 pgs: 10 peering, 16 stale+active+clean, 103 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-03-11T18:01:25.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:24 smithi176 ceph-mon[67829]: Health check failed: Reduced data availability: 1 pg inactive, 4 pgs peering (PG_AVAILABILITY) 2024-03-11T18:01:25.237 INFO:journalctl@ceph.osd.3.smithi132.stdout:Mar 11 18:01:24 smithi132 bash[109967]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-03-11T18:01:25.238 INFO:journalctl@ceph.osd.3.smithi132.stdout:Mar 11 18:01:24 smithi132 bash[109967]: 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-03-11T18:01:25.238 INFO:journalctl@ceph.osd.3.smithi132.stdout:Mar 11 18:01:24 smithi132 bash[109967]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-03-11T18:01:25.238 INFO:journalctl@ceph.osd.3.smithi132.stdout:Mar 11 18:01:24 smithi132 bash[109967]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-03-11T18:01:25.238 INFO:journalctl@ceph.osd.3.smithi132.stdout:Mar 11 18:01:24 smithi132 bash[109967]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-03-11T18:01:25.238 INFO:journalctl@ceph.osd.3.smithi132.stdout:Mar 11 18:01:24 smithi132 bash[109967]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-03-11T18:01:25.238 INFO:journalctl@ceph.osd.3.smithi132.stdout:Mar 11 18:01:24 smithi132 bash[109967]: --> ceph-volume raw activate successful for osd ID: 3 2024-03-11T18:01:26.306 INFO:journalctl@ceph.osd.3.smithi132.stdout:Mar 11 18:01:26 smithi132 ceph-osd[110278]: -- 172.21.15.132:0/1154120367 <== mon.0 v2:172.21.15.132:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5604f7b2a4e0 con 0x5604f7afb000 2024-03-11T18:01:26.306 INFO:journalctl@ceph.osd.3.smithi132.stdout:Mar 11 18:01:26 smithi132 bash[110240]: bf497bff1a29b3151a153500cce5cac16666780df5f76c4ab6b4c00f85b6482b 2024-03-11T18:01:26.307 INFO:journalctl@ceph.osd.3.smithi132.stdout:Mar 11 18:01:26 smithi132 systemd[1]: Started Ceph osd.3 for cb5f33fe-dfcd-11ee-95c8-87774f69a715. 2024-03-11T18:01:26.806 INFO:journalctl@ceph.osd.3.smithi132.stdout:Mar 11 18:01:26 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-3[110255]: 2024-03-11T18:01:26.538+0000 7f5665b89640 -1 Falling back to public interface 2024-03-11T18:01:26.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:26 smithi132 ceph-mon[92421]: pgmap v118: 129 pgs: 32 peering, 7 stale+active+clean, 90 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-03-11T18:01:26.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:26 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:26.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:26 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:26.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:26 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:01:27.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:26 smithi176 ceph-mon[67829]: pgmap v118: 129 pgs: 32 peering, 7 stale+active+clean, 90 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-03-11T18:01:27.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:26 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:27.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:26 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:27.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:26 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:01:28.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:27 smithi132 ceph-mon[92421]: pgmap v119: 129 pgs: 11 active+undersized+degraded, 32 peering, 7 active+undersized, 79 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 46/1500 objects degraded (3.067%) 2024-03-11T18:01:28.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:27 smithi132 ceph-mon[92421]: Health check failed: Degraded data redundancy: 46/1500 objects degraded (3.067%), 11 pgs degraded (PG_DEGRADED) 2024-03-11T18:01:28.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:27 smithi176 ceph-mon[67829]: pgmap v119: 129 pgs: 11 active+undersized+degraded, 32 peering, 7 active+undersized, 79 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 46/1500 objects degraded (3.067%) 2024-03-11T18:01:28.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:27 smithi176 ceph-mon[67829]: Health check failed: Degraded data redundancy: 46/1500 objects degraded (3.067%), 11 pgs degraded (PG_DEGRADED) 2024-03-11T18:01:29.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:29 smithi132 ceph-mon[92421]: Health check update: Reduced data availability: 3 pgs inactive, 13 pgs peering (PG_AVAILABILITY) 2024-03-11T18:01:29.568 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:01:29.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:29 smithi176 ceph-mon[67829]: Health check update: Reduced data availability: 3 pgs inactive, 13 pgs peering (PG_AVAILABILITY) 2024-03-11T18:01:30.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:30 smithi132 ceph-mon[92421]: pgmap v120: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 201/1500 objects degraded (13.400%) 2024-03-11T18:01:30.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:30 smithi176 ceph-mon[67829]: pgmap v120: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 201/1500 objects degraded (13.400%) 2024-03-11T18:01:31.056 INFO:journalctl@ceph.osd.3.smithi132.stdout:Mar 11 18:01:30 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-3[110255]: 2024-03-11T18:01:30.882+0000 7f5665b89640 -1 osd.3 0 read_superblock omap replica is missing. 2024-03-11T18:01:31.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:31 smithi132 ceph-mon[92421]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 13 pgs peering) 2024-03-11T18:01:31.557 INFO:journalctl@ceph.osd.3.smithi132.stdout:Mar 11 18:01:31 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-3[110255]: 2024-03-11T18:01:31.347+0000 7f5665b89640 -1 osd.3 88 log_to_monitors true 2024-03-11T18:01:31.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:31 smithi176 ceph-mon[67829]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 13 pgs peering) 2024-03-11T18:01:32.556 INFO:journalctl@ceph.osd.3.smithi132.stdout:Mar 11 18:01:32 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-3[110255]: 2024-03-11T18:01:32.287+0000 7f5652fda700 -1 osd.3 88 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-11T18:01:32.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:32 smithi132 ceph-mon[92421]: from='osd.3 [v2:172.21.15.132:6826/155074636,v1:172.21.15.132:6827/155074636]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-11T18:01:32.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:32 smithi132 ceph-mon[92421]: pgmap v121: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 117 B/s wr, 0 op/s; 201/1500 objects degraded (13.400%) 2024-03-11T18:01:32.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:32 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:32.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:32 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:32.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:32 smithi176 ceph-mon[67829]: from='osd.3 [v2:172.21.15.132:6826/155074636,v1:172.21.15.132:6827/155074636]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-11T18:01:32.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:32 smithi176 ceph-mon[67829]: pgmap v121: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 117 B/s wr, 0 op/s; 201/1500 objects degraded (13.400%) 2024-03-11T18:01:32.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:32 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:32.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:32 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:33.332 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:33 smithi132 ceph-mon[92421]: from='osd.3 [v2:172.21.15.132:6826/155074636,v1:172.21.15.132:6827/155074636]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-11T18:01:33.332 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:33 smithi132 ceph-mon[92421]: osdmap e91: 8 total, 7 up, 8 in 2024-03-11T18:01:33.332 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:33 smithi132 ceph-mon[92421]: from='osd.3 [v2:172.21.15.132:6826/155074636,v1:172.21.15.132:6827/155074636]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2024-03-11T18:01:33.332 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:33 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:33.332 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:33 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:33.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:33 smithi176 ceph-mon[67829]: from='osd.3 [v2:172.21.15.132:6826/155074636,v1:172.21.15.132:6827/155074636]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-11T18:01:33.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:33 smithi176 ceph-mon[67829]: osdmap e91: 8 total, 7 up, 8 in 2024-03-11T18:01:33.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:33 smithi176 ceph-mon[67829]: from='osd.3 [v2:172.21.15.132:6826/155074636,v1:172.21.15.132:6827/155074636]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi132", "root=default"]}]: dispatch 2024-03-11T18:01:33.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:33 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:33.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:33 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:34.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:34 smithi132 ceph-mon[92421]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-11T18:01:34.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:34 smithi132 ceph-mon[92421]: osd.3 [v2:172.21.15.132:6826/155074636,v1:172.21.15.132:6827/155074636] boot 2024-03-11T18:01:34.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:34 smithi132 ceph-mon[92421]: osdmap e92: 8 total, 8 up, 8 in 2024-03-11T18:01:34.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T18:01:34.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:34 smithi132 ceph-mon[92421]: pgmap v124: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 201/1500 objects degraded (13.400%) 2024-03-11T18:01:34.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:34 smithi132 ceph-mon[92421]: Health check update: Degraded data redundancy: 201/1500 objects degraded (13.400%), 30 pgs degraded (PG_DEGRADED) 2024-03-11T18:01:34.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:34 smithi132 ceph-mon[92421]: osdmap e93: 8 total, 8 up, 8 in 2024-03-11T18:01:34.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:34 smithi176 ceph-mon[67829]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-11T18:01:34.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:34 smithi176 ceph-mon[67829]: osd.3 [v2:172.21.15.132:6826/155074636,v1:172.21.15.132:6827/155074636] boot 2024-03-11T18:01:34.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:34 smithi176 ceph-mon[67829]: osdmap e92: 8 total, 8 up, 8 in 2024-03-11T18:01:34.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-11T18:01:34.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:34 smithi176 ceph-mon[67829]: pgmap v124: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 201/1500 objects degraded (13.400%) 2024-03-11T18:01:34.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:34 smithi176 ceph-mon[67829]: Health check update: Degraded data redundancy: 201/1500 objects degraded (13.400%), 30 pgs degraded (PG_DEGRADED) 2024-03-11T18:01:34.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:34 smithi176 ceph-mon[67829]: osdmap e93: 8 total, 8 up, 8 in 2024-03-11T18:01:34.613 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:01:36.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:36 smithi132 ceph-mon[92421]: pgmap v126: 129 pgs: 13 peering, 25 active+undersized+degraded, 12 active+undersized, 79 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 155/1500 objects degraded (10.333%) 2024-03-11T18:01:36.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:36.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:36.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:01:36.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T18:01:36.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:36.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:36.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:01:36.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:01:36.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:01:36.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:01:36.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-11T18:01:36.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:36 smithi176 ceph-mon[67829]: pgmap v126: 129 pgs: 13 peering, 25 active+undersized+degraded, 12 active+undersized, 79 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 155/1500 objects degraded (10.333%) 2024-03-11T18:01:36.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:36.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:36.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:01:36.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T18:01:36.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:36.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:36.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:01:36.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:01:36.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:01:36.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:01:36.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-11T18:01:37.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:37 smithi132 ceph-mon[92421]: pgmap v127: 129 pgs: 13 peering, 25 active+undersized+degraded, 12 active+undersized, 79 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 220 B/s wr, 0 op/s; 155/1500 objects degraded (10.333%) 2024-03-11T18:01:37.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:37 smithi132 ceph-mon[92421]: pgmap v128: 129 pgs: 13 peering, 25 active+undersized+degraded, 12 active+undersized, 79 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 155/1500 objects degraded (10.333%) 2024-03-11T18:01:37.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:37 smithi132 ceph-mon[92421]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-11T18:01:37.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:37 smithi132 ceph-mon[92421]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-03-11T18:01:37.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:37 smithi176 ceph-mon[67829]: pgmap v127: 129 pgs: 13 peering, 25 active+undersized+degraded, 12 active+undersized, 79 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 220 B/s wr, 0 op/s; 155/1500 objects degraded (10.333%) 2024-03-11T18:01:37.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:37 smithi176 ceph-mon[67829]: pgmap v128: 129 pgs: 13 peering, 25 active+undersized+degraded, 12 active+undersized, 79 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 155/1500 objects degraded (10.333%) 2024-03-11T18:01:37.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:37 smithi176 ceph-mon[67829]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-11T18:01:37.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:37 smithi176 ceph-mon[67829]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-03-11T18:01:38.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:38.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:01:39.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:39.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:01:39.661 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:01:39.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:39 smithi176 ceph-mon[67829]: pgmap v129: 129 pgs: 13 peering, 4 active+undersized+degraded, 2 active+undersized, 110 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 216 B/s wr, 37 op/s; 42/1500 objects degraded (2.800%); 0 B/s, 0 objects/s recovering 2024-03-11T18:01:39.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:39 smithi176 ceph-mon[67829]: Health check update: Degraded data redundancy: 42/1500 objects degraded (2.800%), 4 pgs degraded (PG_DEGRADED) 2024-03-11T18:01:40.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:39 smithi132 ceph-mon[92421]: pgmap v129: 129 pgs: 13 peering, 4 active+undersized+degraded, 2 active+undersized, 110 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 216 B/s wr, 37 op/s; 42/1500 objects degraded (2.800%); 0 B/s, 0 objects/s recovering 2024-03-11T18:01:40.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:39 smithi132 ceph-mon[92421]: Health check update: Degraded data redundancy: 42/1500 objects degraded (2.800%), 4 pgs degraded (PG_DEGRADED) 2024-03-11T18:01:41.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:40 smithi132 ceph-mon[92421]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 42/1500 objects degraded (2.800%), 4 pgs degraded) 2024-03-11T18:01:41.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:40 smithi176 ceph-mon[67829]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 42/1500 objects degraded (2.800%), 4 pgs degraded) 2024-03-11T18:01:42.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:41 smithi132 ceph-mon[92421]: pgmap v130: 129 pgs: 129 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 26 KiB/s rd, 154 B/s wr, 26 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T18:01:42.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:41 smithi176 ceph-mon[67829]: pgmap v130: 129 pgs: 129 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 26 KiB/s rd, 154 B/s wr, 26 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T18:01:44.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:43 smithi132 ceph-mon[92421]: pgmap v131: 129 pgs: 129 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 265 B/s wr, 22 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T18:01:44.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:43 smithi176 ceph-mon[67829]: pgmap v131: 129 pgs: 129 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 265 B/s wr, 22 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T18:01:44.696 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:01:46.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:45 smithi132 ceph-mon[92421]: pgmap v132: 129 pgs: 129 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 237 B/s wr, 20 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T18:01:46.088 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:45 smithi176 ceph-mon[67829]: pgmap v132: 129 pgs: 129 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 237 B/s wr, 20 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T18:01:47.804 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T18:01:48.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:47 smithi132 ceph-mon[92421]: pgmap v133: 129 pgs: 129 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 204 B/s wr, 17 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T18:01:48.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:47 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:48.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:47 smithi176 ceph-mon[67829]: pgmap v133: 129 pgs: 129 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 204 B/s wr, 17 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T18:01:48.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:47 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:48.436 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T18:01:48.436 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 running (12m) 16s ago 23m 19.0M - 0.20.0 0881eb8f169f bb4eb0a75e19 2024-03-11T18:01:48.436 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (2m) 16s ago 23m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 dd8d18baa2cc 2024-03-11T18:01:48.436 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (2m) 2m ago 22m 6656k - 18.2.1-802-ge1b0c2aa 38c4ca238582 6645c9ce3955 2024-03-11T18:01:48.436 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (10m) 16s ago 23m 35.5M - 6.7.4 557c83e11646 f0913cd370a6 2024-03-11T18:01:48.436 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (18m) 16s ago 17m 41.0M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T18:01:48.436 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (17m) 2m ago 17m 15.7M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T18:01:48.436 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:8443,9283,8765 running (4m) 16s ago 25m 499M - 18.2.1-802-ge1b0c2aa 38c4ca238582 750c6b34adfe 2024-03-11T18:01:48.436 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283,8765 running (3m) 2m ago 22m 447M - 18.2.1-802-ge1b0c2aa 38c4ca238582 f8840875a1ba 2024-03-11T18:01:48.437 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (3m) 16s ago 25m 58.0M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 324a4a17eb3e 2024-03-11T18:01:48.437 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (3m) 2m ago 22m 41.6M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 4e15ff1139fe 2024-03-11T18:01:48.437 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (15m) 16s ago 15m 80.8M - 3.5 6933c2a0b7dd aee2a66a3a0d 2024-03-11T18:01:48.437 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (15m) 2m ago 15m 78.9M - 3.5 6933c2a0b7dd 72a9313be656 2024-03-11T18:01:48.437 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (8m) 16s ago 23m 17.2M - 0.18.1 e5a616e4b9cf e2b1d1f8d438 2024-03-11T18:01:48.437 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (4m) 2m ago 22m 10.7M - 0.18.1 e5a616e4b9cf 528a17530a59 2024-03-11T18:01:48.437 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (2m) 16s ago 22m 120M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 a3431b50e5bd 2024-03-11T18:01:48.437 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (92s) 16s ago 21m 104M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 21c26e2408c3 2024-03-11T18:01:48.437 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (57s) 16s ago 21m 88.9M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 4ed57046f859 2024-03-11T18:01:48.437 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (22s) 16s ago 20m 10.3M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 bf497bff1a29 2024-03-11T18:01:48.437 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (20m) 2m ago 20m 377M 2712M 16.2.5 6933c2a0b7dd a618d96d8b7f 2024-03-11T18:01:48.437 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (20m) 2m ago 20m 392M 2712M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T18:01:48.437 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (19m) 2m ago 19m 324M 2712M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T18:01:48.437 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (19m) 2m ago 19m 502M 2712M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T18:01:48.438 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 error 16s ago 22m - - 2024-03-11T18:01:48.822 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T18:01:48.822 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T18:01:48.822 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:01:48.822 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:01:48.823 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T18:01:48.823 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:01:48.823 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:01:48.823 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T18:01:48.823 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 4, 2024-03-11T18:01:48.823 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 4 2024-03-11T18:01:48.823 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:01:48.823 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T18:01:48.823 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T18:01:48.823 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:01:48.824 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T18:01:48.824 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 6, 2024-03-11T18:01:48.824 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 8 2024-03-11T18:01:48.824 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T18:01:48.824 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T18:01:49.145 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T18:01:49.145 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T18:01:49.145 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T18:01:49.145 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T18:01:49.145 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [ 2024-03-11T18:01:49.146 INFO:teuthology.orchestra.run.smithi132.stdout: "crash", 2024-03-11T18:01:49.146 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr", 2024-03-11T18:01:49.146 INFO:teuthology.orchestra.run.smithi132.stdout: "mon" 2024-03-11T18:01:49.146 INFO:teuthology.orchestra.run.smithi132.stdout: ], 2024-03-11T18:01:49.146 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "10/23 daemons upgraded", 2024-03-11T18:01:49.146 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "Currently upgrading osd daemons", 2024-03-11T18:01:49.146 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T18:01:49.146 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T18:01:49.522 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T18:01:49.522 INFO:teuthology.orchestra.run.smithi132.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T18:01:49.523 INFO:teuthology.orchestra.run.smithi132.stdout: daemon prometheus.smithi132 on smithi132 is in error state 2024-03-11T18:01:49.726 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:01:50.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:49 smithi132 ceph-mon[92421]: from='client.34288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:01:50.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:49 smithi132 ceph-mon[92421]: pgmap v134: 129 pgs: 129 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 255 B/s wr, 15 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T18:01:50.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:49 smithi132 ceph-mon[92421]: from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:01:50.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:49 smithi132 ceph-mon[92421]: from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:01:50.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:49 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/3612910147' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:01:50.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:49 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/3237434722' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T18:01:50.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:49 smithi176 ceph-mon[67829]: from='client.34288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:01:50.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:49 smithi176 ceph-mon[67829]: pgmap v134: 129 pgs: 129 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 255 B/s wr, 15 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T18:01:50.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:49 smithi176 ceph-mon[67829]: from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:01:50.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:49 smithi176 ceph-mon[67829]: from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:01:50.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:49 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/3612910147' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:01:50.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:49 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/3237434722' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T18:01:51.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:50 smithi132 ceph-mon[92421]: from='client.34304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:01:51.088 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:50 smithi176 ceph-mon[67829]: from='client.34304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:01:52.011 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:51 smithi176 ceph-mon[67829]: pgmap v135: 129 pgs: 129 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:01:52.012 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:51 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-11T18:01:52.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:51 smithi132 ceph-mon[92421]: pgmap v135: 129 pgs: 129 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:01:52.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:51 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-11T18:01:53.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:52 smithi132 ceph-mon[92421]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-11T18:01:53.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:52 smithi132 ceph-mon[92421]: Upgrade: osd.4 is safe to restart 2024-03-11T18:01:53.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:52 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:53.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:52 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:01:53.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:52 smithi176 ceph-mon[67829]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-03-11T18:01:53.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:52 smithi176 ceph-mon[67829]: Upgrade: osd.4 is safe to restart 2024-03-11T18:01:53.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:52 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:53.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:52 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:01:53.996 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:53 smithi176 ceph-mon[67829]: pgmap v136: 129 pgs: 129 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T18:01:53.996 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:53 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:53.996 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:53 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-11T18:01:53.996 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:53 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:01:54.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:53 smithi132 ceph-mon[92421]: pgmap v136: 129 pgs: 129 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T18:01:54.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:53 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:01:54.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:53 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-11T18:01:54.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:53 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:01:54.766 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:01:55.048 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:54 smithi176 ceph-mon[67829]: Upgrade: Updating osd.4 2024-03-11T18:01:55.048 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:54 smithi176 ceph-mon[67829]: Deploying daemon osd.4 on smithi176 2024-03-11T18:01:55.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:54 smithi132 ceph-mon[92421]: Upgrade: Updating osd.4 2024-03-11T18:01:55.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:54 smithi132 ceph-mon[92421]: Deploying daemon osd.4 on smithi176 2024-03-11T18:01:55.786 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:55 smithi176 ceph-mon[67829]: pgmap v137: 129 pgs: 129 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:01:56.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:55 smithi132 ceph-mon[92421]: pgmap v137: 129 pgs: 129 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:01:56.339 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:01:56 smithi176 systemd[1]: Stopping Ceph osd.4 for cb5f33fe-dfcd-11ee-95c8-87774f69a715... 2024-03-11T18:01:56.339 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:01:56 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.4[42676]: debug 2024-03-11T18:01:56.221+0000 7f6e3175a700 -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-03-11T18:01:56.339 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:01:56 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.4[42676]: debug 2024-03-11T18:01:56.221+0000 7f6e3175a700 -1 osd.4 93 *** Got signal Terminated *** 2024-03-11T18:01:56.339 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:01:56 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.4[42676]: debug 2024-03-11T18:01:56.221+0000 7f6e3175a700 -1 osd.4 93 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-11T18:01:57.006 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:01:56 smithi176 bash[73219]: ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.4 2024-03-11T18:01:57.007 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:56 smithi176 ceph-mon[67829]: osd.4 reported immediately failed by osd.7 2024-03-11T18:01:57.007 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:56 smithi176 ceph-mon[67829]: osd.4 failed (root=default,host=smithi176) (connection refused reported by osd.7) 2024-03-11T18:01:57.007 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:56 smithi176 ceph-mon[67829]: osd.4 reported immediately failed by osd.7 2024-03-11T18:01:57.007 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:56 smithi176 ceph-mon[67829]: osd.4 reported immediately failed by osd.5 2024-03-11T18:01:57.007 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:56 smithi176 ceph-mon[67829]: osd.4 reported immediately failed by osd.5 2024-03-11T18:01:57.007 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:56 smithi176 ceph-mon[67829]: osd.4 reported immediately failed by osd.6 2024-03-11T18:01:57.007 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:56 smithi176 ceph-mon[67829]: osd.4 reported immediately failed by osd.6 2024-03-11T18:01:57.007 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:56 smithi176 ceph-mon[67829]: osd.4 reported immediately failed by osd.0 2024-03-11T18:01:57.007 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:56 smithi176 ceph-mon[67829]: osd.4 reported immediately failed by osd.1 2024-03-11T18:01:57.007 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:56 smithi176 ceph-mon[67829]: osd.4 reported immediately failed by osd.2 2024-03-11T18:01:57.007 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:56 smithi176 ceph-mon[67829]: osd.4 reported immediately failed by osd.3 2024-03-11T18:01:57.007 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:56 smithi176 ceph-mon[67829]: osd.4 reported immediately failed by osd.0 2024-03-11T18:01:57.007 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:56 smithi176 ceph-mon[67829]: osd.4 reported immediately failed by osd.1 2024-03-11T18:01:57.007 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:56 smithi176 ceph-mon[67829]: osd.4 reported immediately failed by osd.2 2024-03-11T18:01:57.008 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:56 smithi176 ceph-mon[67829]: osd.4 reported immediately failed by osd.3 2024-03-11T18:01:57.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:56 smithi132 ceph-mon[92421]: osd.4 reported immediately failed by osd.7 2024-03-11T18:01:57.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:56 smithi132 ceph-mon[92421]: osd.4 failed (root=default,host=smithi176) (connection refused reported by osd.7) 2024-03-11T18:01:57.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:56 smithi132 ceph-mon[92421]: osd.4 reported immediately failed by osd.7 2024-03-11T18:01:57.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:56 smithi132 ceph-mon[92421]: osd.4 reported immediately failed by osd.5 2024-03-11T18:01:57.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:56 smithi132 ceph-mon[92421]: osd.4 reported immediately failed by osd.5 2024-03-11T18:01:57.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:56 smithi132 ceph-mon[92421]: osd.4 reported immediately failed by osd.6 2024-03-11T18:01:57.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:56 smithi132 ceph-mon[92421]: osd.4 reported immediately failed by osd.6 2024-03-11T18:01:57.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:56 smithi132 ceph-mon[92421]: osd.4 reported immediately failed by osd.0 2024-03-11T18:01:57.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:56 smithi132 ceph-mon[92421]: osd.4 reported immediately failed by osd.1 2024-03-11T18:01:57.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:56 smithi132 ceph-mon[92421]: osd.4 reported immediately failed by osd.2 2024-03-11T18:01:57.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:56 smithi132 ceph-mon[92421]: osd.4 reported immediately failed by osd.3 2024-03-11T18:01:57.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:56 smithi132 ceph-mon[92421]: osd.4 reported immediately failed by osd.0 2024-03-11T18:01:57.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:56 smithi132 ceph-mon[92421]: osd.4 reported immediately failed by osd.1 2024-03-11T18:01:57.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:56 smithi132 ceph-mon[92421]: osd.4 reported immediately failed by osd.2 2024-03-11T18:01:57.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:56 smithi132 ceph-mon[92421]: osd.4 reported immediately failed by osd.3 2024-03-11T18:01:57.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:57 smithi176 ceph-mon[67829]: pgmap v138: 129 pgs: 129 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:01:57.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:57 smithi176 ceph-mon[67829]: Health check failed: 1 osds down (OSD_DOWN) 2024-03-11T18:01:57.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:57 smithi176 ceph-mon[67829]: osdmap e94: 8 total, 7 up, 8 in 2024-03-11T18:01:58.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:57 smithi132 ceph-mon[92421]: pgmap v138: 129 pgs: 129 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:01:58.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:57 smithi132 ceph-mon[92421]: Health check failed: 1 osds down (OSD_DOWN) 2024-03-11T18:01:58.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:57 smithi132 ceph-mon[92421]: osdmap e94: 8 total, 7 up, 8 in 2024-03-11T18:01:59.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:58 smithi132 ceph-mon[92421]: osdmap e95: 8 total, 7 up, 8 in 2024-03-11T18:01:59.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:58 smithi176 ceph-mon[67829]: osdmap e95: 8 total, 7 up, 8 in 2024-03-11T18:01:59.089 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:01:58 smithi176 systemd[1]: ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@osd.4.service: Succeeded. 2024-03-11T18:01:59.089 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:01:58 smithi176 systemd[1]: Stopped Ceph osd.4 for cb5f33fe-dfcd-11ee-95c8-87774f69a715. 2024-03-11T18:01:59.089 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:01:58 smithi176 systemd[1]: Starting Ceph osd.4 for cb5f33fe-dfcd-11ee-95c8-87774f69a715... 2024-03-11T18:01:59.810 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:02:00.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:59 smithi132 ceph-mon[92421]: pgmap v141: 129 pgs: 17 peering, 11 stale+active+clean, 101 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T18:02:00.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:01:59 smithi132 ceph-mon[92421]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-11T18:02:00.088 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:59 smithi176 ceph-mon[67829]: pgmap v141: 129 pgs: 17 peering, 11 stale+active+clean, 101 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T18:02:00.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:01:59 smithi176 ceph-mon[67829]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-03-11T18:02:00.089 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:01:59 smithi176 bash[73502]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-03-11T18:02:00.089 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:01:59 smithi176 bash[73502]: 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-03-11T18:02:00.089 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:01:59 smithi176 bash[73502]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-03-11T18:02:00.089 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:01:59 smithi176 bash[73502]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-03-11T18:02:00.089 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:01:59 smithi176 bash[73502]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-03-11T18:02:00.089 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:01:59 smithi176 bash[73502]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-03-11T18:02:00.089 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:01:59 smithi176 bash[73502]: --> ceph-volume raw activate successful for osd ID: 4 2024-03-11T18:02:01.018 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:00 smithi176 ceph-mon[67829]: pgmap v142: 129 pgs: 23 active+undersized+degraded, 17 peering, 2 stale+active+clean, 13 active+undersized, 74 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 188/1500 objects degraded (12.533%) 2024-03-11T18:02:01.018 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:00 smithi176 ceph-mon[67829]: Health check failed: Degraded data redundancy: 188/1500 objects degraded (12.533%), 23 pgs degraded (PG_DEGRADED) 2024-03-11T18:02:01.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:00 smithi132 ceph-mon[92421]: pgmap v142: 129 pgs: 23 active+undersized+degraded, 17 peering, 2 stale+active+clean, 13 active+undersized, 74 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 188/1500 objects degraded (12.533%) 2024-03-11T18:02:01.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:00 smithi132 ceph-mon[92421]: Health check failed: Degraded data redundancy: 188/1500 objects degraded (12.533%), 23 pgs degraded (PG_DEGRADED) 2024-03-11T18:02:01.338 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:02:01 smithi176 ceph-osd[73818]: -- 172.21.15.176:0/3069194913 <== mon.1 v2:172.21.15.176:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x561d60d564e0 con 0x561d60d27000 2024-03-11T18:02:01.339 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:02:01 smithi176 bash[73780]: 7371604021ad913c00a95509c8bfefe9da741c94f65ec5c4bcc44fee3295f0ba 2024-03-11T18:02:01.339 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:02:01 smithi176 systemd[1]: Started Ceph osd.4 for cb5f33fe-dfcd-11ee-95c8-87774f69a715. 2024-03-11T18:02:01.839 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:02:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-4[73795]: 2024-03-11T18:02:01.538+0000 7f5608520640 -1 Falling back to public interface 2024-03-11T18:02:02.338 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:02 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:02.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:02 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:02.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:02 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:02:02.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:02 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:02.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:02 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:02.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:02 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:02:03.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:03 smithi132 ceph-mon[92421]: pgmap v143: 129 pgs: 29 active+undersized+degraded, 8 peering, 19 active+undersized, 73 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 224/1500 objects degraded (14.933%) 2024-03-11T18:02:03.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:03 smithi132 ceph-mon[92421]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-03-11T18:02:03.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:03 smithi176 ceph-mon[67829]: pgmap v143: 129 pgs: 29 active+undersized+degraded, 8 peering, 19 active+undersized, 73 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 224/1500 objects degraded (14.933%) 2024-03-11T18:02:03.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:03 smithi176 ceph-mon[67829]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-03-11T18:02:04.847 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:02:05.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:05 smithi132 ceph-mon[92421]: pgmap v144: 129 pgs: 31 active+undersized+degraded, 25 active+undersized, 73 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 241/1500 objects degraded (16.067%) 2024-03-11T18:02:05.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:05 smithi176 ceph-mon[67829]: pgmap v144: 129 pgs: 31 active+undersized+degraded, 25 active+undersized, 73 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 241/1500 objects degraded (16.067%) 2024-03-11T18:02:06.588 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:02:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-4[73795]: 2024-03-11T18:02:06.177+0000 7f5608520640 -1 osd.4 0 read_superblock omap replica is missing. 2024-03-11T18:02:07.013 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:02:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-4[73795]: 2024-03-11T18:02:06.732+0000 7f5608520640 -1 osd.4 93 log_to_monitors true 2024-03-11T18:02:07.014 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:06 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:07.014 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:06 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:07.014 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:06 smithi176 ceph-mon[67829]: pgmap v145: 129 pgs: 31 active+undersized+degraded, 25 active+undersized, 73 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 219 B/s rd, 109 B/s wr, 0 op/s; 241/1500 objects degraded (16.067%) 2024-03-11T18:02:07.014 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:06 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:07.014 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:06 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:07.014 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:06 smithi176 ceph-mon[67829]: from='osd.4 [v2:172.21.15.176:6800/320237905,v1:172.21.15.176:6801/320237905]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-11T18:02:07.014 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:06 smithi176 ceph-mon[67829]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-11T18:02:07.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:06 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:07.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:06 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:07.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:06 smithi132 ceph-mon[92421]: pgmap v145: 129 pgs: 31 active+undersized+degraded, 25 active+undersized, 73 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 219 B/s rd, 109 B/s wr, 0 op/s; 241/1500 objects degraded (16.067%) 2024-03-11T18:02:07.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:06 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:07.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:06 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:07.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:06 smithi132 ceph-mon[92421]: from='osd.4 [v2:172.21.15.176:6800/320237905,v1:172.21.15.176:6801/320237905]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-11T18:02:07.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:06 smithi132 ceph-mon[92421]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-11T18:02:07.767 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:02:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-4[73795]: 2024-03-11T18:02:07.476+0000 7f55f5971700 -1 osd.4 93 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-11T18:02:08.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:08 smithi132 ceph-mon[92421]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-11T18:02:08.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:08 smithi132 ceph-mon[92421]: osdmap e96: 8 total, 7 up, 8 in 2024-03-11T18:02:08.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:08 smithi132 ceph-mon[92421]: from='osd.4 [v2:172.21.15.176:6800/320237905,v1:172.21.15.176:6801/320237905]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2024-03-11T18:02:08.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:08 smithi132 ceph-mon[92421]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2024-03-11T18:02:08.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:08 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:08.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:08 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:02:08.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:08 smithi176 ceph-mon[67829]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-11T18:02:08.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:08 smithi176 ceph-mon[67829]: osdmap e96: 8 total, 7 up, 8 in 2024-03-11T18:02:08.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:08 smithi176 ceph-mon[67829]: from='osd.4 [v2:172.21.15.176:6800/320237905,v1:172.21.15.176:6801/320237905]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2024-03-11T18:02:08.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:08 smithi176 ceph-mon[67829]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2024-03-11T18:02:08.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:08 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:08.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:08 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:02:09.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:09 smithi132 ceph-mon[92421]: pgmap v147: 129 pgs: 31 active+undersized+degraded, 25 active+undersized, 73 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 241/1500 objects degraded (16.067%) 2024-03-11T18:02:09.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:09 smithi132 ceph-mon[92421]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-11T18:02:09.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:09 smithi132 ceph-mon[92421]: osd.4 [v2:172.21.15.176:6800/320237905,v1:172.21.15.176:6801/320237905] boot 2024-03-11T18:02:09.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:09 smithi132 ceph-mon[92421]: osdmap e97: 8 total, 8 up, 8 in 2024-03-11T18:02:09.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:09 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T18:02:09.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:09 smithi132 ceph-mon[92421]: Health check update: Degraded data redundancy: 241/1500 objects degraded (16.067%), 31 pgs degraded (PG_DEGRADED) 2024-03-11T18:02:09.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:09 smithi132 ceph-mon[92421]: osdmap e98: 8 total, 8 up, 8 in 2024-03-11T18:02:09.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:09 smithi176 ceph-mon[67829]: pgmap v147: 129 pgs: 31 active+undersized+degraded, 25 active+undersized, 73 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 241/1500 objects degraded (16.067%) 2024-03-11T18:02:09.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:09 smithi176 ceph-mon[67829]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-11T18:02:09.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:09 smithi176 ceph-mon[67829]: osd.4 [v2:172.21.15.176:6800/320237905,v1:172.21.15.176:6801/320237905] boot 2024-03-11T18:02:09.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:09 smithi176 ceph-mon[67829]: osdmap e97: 8 total, 8 up, 8 in 2024-03-11T18:02:09.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:09 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-11T18:02:09.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:09 smithi176 ceph-mon[67829]: Health check update: Degraded data redundancy: 241/1500 objects degraded (16.067%), 31 pgs degraded (PG_DEGRADED) 2024-03-11T18:02:09.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:09 smithi176 ceph-mon[67829]: osdmap e98: 8 total, 8 up, 8 in 2024-03-11T18:02:09.890 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:02:11.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:11 smithi132 ceph-mon[92421]: pgmap v150: 129 pgs: 20 peering, 18 active+undersized+degraded, 18 active+undersized, 73 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 134/1500 objects degraded (8.933%) 2024-03-11T18:02:11.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:11 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:11.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:11 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:11.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:11 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:02:11.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:11 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T18:02:11.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:11 smithi132 ceph-mon[92421]: pgmap v151: 129 pgs: 20 peering, 18 active+undersized+degraded, 18 active+undersized, 73 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 478 B/s rd, 239 B/s wr, 0 op/s; 134/1500 objects degraded (8.933%) 2024-03-11T18:02:11.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:11 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:11.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:11 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:11.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:11 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:02:11.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:11 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:02:11.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:11 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:02:11.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:11 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:02:11.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:11 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-11T18:02:11.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:11 smithi132 ceph-mon[92421]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-11T18:02:11.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:11 smithi132 ceph-mon[92421]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2024-03-11T18:02:11.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:11 smithi176 ceph-mon[67829]: pgmap v150: 129 pgs: 20 peering, 18 active+undersized+degraded, 18 active+undersized, 73 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 134/1500 objects degraded (8.933%) 2024-03-11T18:02:11.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:11 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:11.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:11 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:11.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:11 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:02:11.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:11 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T18:02:11.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:11 smithi176 ceph-mon[67829]: pgmap v151: 129 pgs: 20 peering, 18 active+undersized+degraded, 18 active+undersized, 73 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 478 B/s rd, 239 B/s wr, 0 op/s; 134/1500 objects degraded (8.933%) 2024-03-11T18:02:11.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:11 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:11.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:11 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:11.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:11 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:02:11.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:11 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:02:11.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:11 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:02:11.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:11 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:02:11.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:11 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-11T18:02:11.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:11 smithi176 ceph-mon[67829]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-11T18:02:11.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:11 smithi176 ceph-mon[67829]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2024-03-11T18:02:13.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:13 smithi132 ceph-mon[92421]: pgmap v152: 129 pgs: 20 peering, 14 active+undersized+degraded, 14 active+undersized, 81 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 211 B/s wr, 0 op/s; 120/1500 objects degraded (8.000%); 0 B/s, 0 objects/s recovering 2024-03-11T18:02:13.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:13 smithi176 ceph-mon[67829]: pgmap v152: 129 pgs: 20 peering, 14 active+undersized+degraded, 14 active+undersized, 81 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 211 B/s wr, 0 op/s; 120/1500 objects degraded (8.000%); 0 B/s, 0 objects/s recovering 2024-03-11T18:02:14.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:14 smithi132 ceph-mon[92421]: Health check update: Degraded data redundancy: 120/1500 objects degraded (8.000%), 14 pgs degraded (PG_DEGRADED) 2024-03-11T18:02:14.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:14 smithi176 ceph-mon[67829]: Health check update: Degraded data redundancy: 120/1500 objects degraded (8.000%), 14 pgs degraded (PG_DEGRADED) 2024-03-11T18:02:14.937 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:02:15.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:15 smithi132 ceph-mon[92421]: pgmap v153: 129 pgs: 129 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 163 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T18:02:15.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:15 smithi132 ceph-mon[92421]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 120/1500 objects degraded (8.000%), 14 pgs degraded) 2024-03-11T18:02:15.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:15 smithi176 ceph-mon[67829]: pgmap v153: 129 pgs: 129 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 163 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T18:02:15.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:15 smithi176 ceph-mon[67829]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 120/1500 objects degraded (8.000%), 14 pgs degraded) 2024-03-11T18:02:17.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:17 smithi132 ceph-mon[92421]: pgmap v154: 129 pgs: 129 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 130 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T18:02:17.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:17 smithi176 ceph-mon[67829]: pgmap v154: 129 pgs: 129 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 130 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T18:02:19.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:19 smithi132 ceph-mon[92421]: pgmap v155: 129 pgs: 129 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 231 B/s rd, 231 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T18:02:19.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:19 smithi176 ceph-mon[67829]: pgmap v155: 129 pgs: 129 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 231 B/s rd, 231 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T18:02:19.878 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T18:02:19.974 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:02:20.515 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T18:02:20.515 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 running (13m) 48s ago 24m 19.0M - 0.20.0 0881eb8f169f bb4eb0a75e19 2024-03-11T18:02:20.515 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (3m) 48s ago 24m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 dd8d18baa2cc 2024-03-11T18:02:20.515 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (2m) 14s ago 23m 6656k - 18.2.1-802-ge1b0c2aa 38c4ca238582 6645c9ce3955 2024-03-11T18:02:20.515 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (11m) 48s ago 23m 35.5M - 6.7.4 557c83e11646 f0913cd370a6 2024-03-11T18:02:20.515 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (18m) 48s ago 18m 41.0M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T18:02:20.515 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (18m) 14s ago 18m 16.1M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T18:02:20.515 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:8443,9283,8765 running (4m) 48s ago 25m 499M - 18.2.1-802-ge1b0c2aa 38c4ca238582 750c6b34adfe 2024-03-11T18:02:20.515 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283,8765 running (4m) 14s ago 23m 448M - 18.2.1-802-ge1b0c2aa 38c4ca238582 f8840875a1ba 2024-03-11T18:02:20.515 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (4m) 48s ago 25m 58.0M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 324a4a17eb3e 2024-03-11T18:02:20.516 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (3m) 14s ago 23m 47.0M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 4e15ff1139fe 2024-03-11T18:02:20.516 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (15m) 48s ago 15m 80.8M - 3.5 6933c2a0b7dd aee2a66a3a0d 2024-03-11T18:02:20.516 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (15m) 14s ago 15m 79.2M - 3.5 6933c2a0b7dd 72a9313be656 2024-03-11T18:02:20.516 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (9m) 48s ago 23m 17.2M - 0.18.1 e5a616e4b9cf e2b1d1f8d438 2024-03-11T18:02:20.516 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (4m) 14s ago 22m 10.7M - 0.18.1 e5a616e4b9cf 528a17530a59 2024-03-11T18:02:20.516 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (2m) 48s ago 22m 120M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 a3431b50e5bd 2024-03-11T18:02:20.516 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (2m) 48s ago 22m 104M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 21c26e2408c3 2024-03-11T18:02:20.516 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (89s) 48s ago 21m 88.9M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 4ed57046f859 2024-03-11T18:02:20.516 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (54s) 48s ago 21m 10.3M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 bf497bff1a29 2024-03-11T18:02:20.516 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (19s) 14s ago 21m 11.4M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 7371604021ad 2024-03-11T18:02:20.516 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (20m) 14s ago 20m 391M 2712M 16.2.5 6933c2a0b7dd f93147ee1932 2024-03-11T18:02:20.516 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (20m) 14s ago 20m 325M 2712M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T18:02:20.516 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (20m) 14s ago 20m 502M 2712M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T18:02:20.517 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 error 48s ago 23m - - 2024-03-11T18:02:20.896 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T18:02:20.896 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T18:02:20.896 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:02:20.897 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:02:20.897 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T18:02:20.897 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:02:20.897 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:02:20.897 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T18:02:20.897 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 3, 2024-03-11T18:02:20.897 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 5 2024-03-11T18:02:20.897 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:02:20.897 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T18:02:20.897 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T18:02:20.897 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:02:20.897 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T18:02:20.897 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 5, 2024-03-11T18:02:20.897 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 9 2024-03-11T18:02:20.897 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T18:02:20.898 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T18:02:21.223 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T18:02:21.223 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T18:02:21.223 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T18:02:21.223 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T18:02:21.223 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [ 2024-03-11T18:02:21.223 INFO:teuthology.orchestra.run.smithi132.stdout: "crash", 2024-03-11T18:02:21.224 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr", 2024-03-11T18:02:21.224 INFO:teuthology.orchestra.run.smithi132.stdout: "mon" 2024-03-11T18:02:21.224 INFO:teuthology.orchestra.run.smithi132.stdout: ], 2024-03-11T18:02:21.224 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "11/23 daemons upgraded", 2024-03-11T18:02:21.224 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "Currently upgrading osd daemons", 2024-03-11T18:02:21.224 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T18:02:21.224 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T18:02:21.608 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T18:02:21.608 INFO:teuthology.orchestra.run.smithi132.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T18:02:21.608 INFO:teuthology.orchestra.run.smithi132.stdout: daemon prometheus.smithi132 on smithi132 is in error state 2024-03-11T18:02:21.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:21 smithi132 ceph-mon[92421]: from='client.34314 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:02:21.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:21 smithi132 ceph-mon[92421]: from='client.34318 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:02:21.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:21 smithi132 ceph-mon[92421]: pgmap v156: 129 pgs: 129 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 199 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T18:02:21.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:21 smithi132 ceph-mon[92421]: from='client.34322 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:02:21.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:21 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/2319413750' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:02:21.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:21 smithi176 ceph-mon[67829]: from='client.34314 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:02:21.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:21 smithi176 ceph-mon[67829]: from='client.34318 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:02:21.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:21 smithi176 ceph-mon[67829]: pgmap v156: 129 pgs: 129 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 199 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T18:02:21.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:21 smithi176 ceph-mon[67829]: from='client.34322 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:02:21.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:21 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/2319413750' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:02:22.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:22 smithi132 ceph-mon[92421]: from='client.34330 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:02:22.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:22 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/975707531' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T18:02:22.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:22 smithi176 ceph-mon[67829]: from='client.34330 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:02:22.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:22 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/975707531' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T18:02:23.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:23 smithi132 ceph-mon[92421]: pgmap v157: 129 pgs: 129 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T18:02:23.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:23.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:02:23.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:23.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:23 smithi176 ceph-mon[67829]: pgmap v157: 129 pgs: 129 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-03-11T18:02:23.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:23.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:02:23.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:25.011 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:02:25.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:25 smithi132 ceph-mon[92421]: pgmap v158: 129 pgs: 129 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:02:25.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:25 smithi176 ceph-mon[67829]: pgmap v158: 129 pgs: 129 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:02:26.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:26 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-11T18:02:26.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:26 smithi132 ceph-mon[92421]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-11T18:02:26.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:26 smithi132 ceph-mon[92421]: Upgrade: osd.5 is safe to restart 2024-03-11T18:02:26.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:26 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-11T18:02:26.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:26 smithi176 ceph-mon[67829]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-03-11T18:02:26.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:26 smithi176 ceph-mon[67829]: Upgrade: osd.5 is safe to restart 2024-03-11T18:02:27.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:27 smithi176 ceph-mon[67829]: pgmap v159: 129 pgs: 129 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:02:27.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:27 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:27.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:27 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-11T18:02:27.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:27 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:02:27.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:27 smithi132 ceph-mon[92421]: pgmap v159: 129 pgs: 129 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:02:27.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:27 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:27.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:27 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-11T18:02:27.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:27 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:02:28.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:28 smithi132 ceph-mon[92421]: Upgrade: Updating osd.5 2024-03-11T18:02:28.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:28 smithi132 ceph-mon[92421]: Deploying daemon osd.5 on smithi176 2024-03-11T18:02:28.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:28 smithi176 ceph-mon[67829]: Upgrade: Updating osd.5 2024-03-11T18:02:28.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:28 smithi176 ceph-mon[67829]: Deploying daemon osd.5 on smithi176 2024-03-11T18:02:29.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:29 smithi176 ceph-mon[67829]: pgmap v160: 129 pgs: 129 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T18:02:29.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:29 smithi132 ceph-mon[92421]: pgmap v160: 129 pgs: 129 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T18:02:30.053 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:02:30.589 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:02:30 smithi176 systemd[1]: Stopping Ceph osd.5 for cb5f33fe-dfcd-11ee-95c8-87774f69a715... 2024-03-11T18:02:30.589 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:02:30 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.5[45548]: debug 2024-03-11T18:02:30.472+0000 7fb8ced8f700 -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-03-11T18:02:30.589 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:02:30 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.5[45548]: debug 2024-03-11T18:02:30.472+0000 7fb8ced8f700 -1 osd.5 98 *** Got signal Terminated *** 2024-03-11T18:02:30.590 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:02:30 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.5[45548]: debug 2024-03-11T18:02:30.472+0000 7fb8ced8f700 -1 osd.5 98 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-11T18:02:31.317 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:02:31 smithi176 bash[75932]: ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.5 2024-03-11T18:02:31.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:31 smithi132 ceph-mon[92421]: pgmap v161: 129 pgs: 129 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:02:31.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:31 smithi132 ceph-mon[92421]: osd.5 reported immediately failed by osd.6 2024-03-11T18:02:31.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:31 smithi132 ceph-mon[92421]: osd.5 failed (root=default,host=smithi176) (connection refused reported by osd.6) 2024-03-11T18:02:31.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:31 smithi132 ceph-mon[92421]: osd.5 reported immediately failed by osd.7 2024-03-11T18:02:31.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:31 smithi132 ceph-mon[92421]: osd.5 reported immediately failed by osd.6 2024-03-11T18:02:31.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:31 smithi132 ceph-mon[92421]: osd.5 reported immediately failed by osd.0 2024-03-11T18:02:31.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:31 smithi132 ceph-mon[92421]: osd.5 reported immediately failed by osd.1 2024-03-11T18:02:31.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:31 smithi132 ceph-mon[92421]: osd.5 reported immediately failed by osd.2 2024-03-11T18:02:31.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:31 smithi132 ceph-mon[92421]: osd.5 reported immediately failed by osd.3 2024-03-11T18:02:31.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:31 smithi132 ceph-mon[92421]: osd.5 reported immediately failed by osd.4 2024-03-11T18:02:31.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:31 smithi132 ceph-mon[92421]: osd.5 reported immediately failed by osd.7 2024-03-11T18:02:31.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:31 smithi132 ceph-mon[92421]: osd.5 reported immediately failed by osd.0 2024-03-11T18:02:31.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:31 smithi132 ceph-mon[92421]: osd.5 reported immediately failed by osd.1 2024-03-11T18:02:31.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:31 smithi132 ceph-mon[92421]: osd.5 reported immediately failed by osd.2 2024-03-11T18:02:31.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:31 smithi132 ceph-mon[92421]: osd.5 reported immediately failed by osd.3 2024-03-11T18:02:31.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:31 smithi132 ceph-mon[92421]: osd.5 reported immediately failed by osd.4 2024-03-11T18:02:31.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:31 smithi132 ceph-mon[92421]: osd.5 reported immediately failed by osd.7 2024-03-11T18:02:31.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:31 smithi132 ceph-mon[92421]: osd.5 reported immediately failed by osd.7 2024-03-11T18:02:31.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:31 smithi132 ceph-mon[92421]: osd.5 reported immediately failed by osd.6 2024-03-11T18:02:31.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:31 smithi132 ceph-mon[92421]: osd.5 reported immediately failed by osd.0 2024-03-11T18:02:31.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:31 smithi132 ceph-mon[92421]: osd.5 reported immediately failed by osd.1 2024-03-11T18:02:31.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:31 smithi132 ceph-mon[92421]: osd.5 reported immediately failed by osd.2 2024-03-11T18:02:31.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:31 smithi132 ceph-mon[92421]: osd.5 reported immediately failed by osd.3 2024-03-11T18:02:31.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:31 smithi132 ceph-mon[92421]: osd.5 reported immediately failed by osd.4 2024-03-11T18:02:31.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:31 smithi132 ceph-mon[92421]: osd.5 reported immediately failed by osd.6 2024-03-11T18:02:31.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:31 smithi132 ceph-mon[92421]: osd.5 reported immediately failed by osd.0 2024-03-11T18:02:31.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:31 smithi132 ceph-mon[92421]: osd.5 reported immediately failed by osd.1 2024-03-11T18:02:31.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:31 smithi132 ceph-mon[92421]: osd.5 reported immediately failed by osd.2 2024-03-11T18:02:31.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:31 smithi132 ceph-mon[92421]: osd.5 reported immediately failed by osd.3 2024-03-11T18:02:31.809 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:31 smithi132 ceph-mon[92421]: osd.5 reported immediately failed by osd.4 2024-03-11T18:02:31.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:31 smithi176 ceph-mon[67829]: pgmap v161: 129 pgs: 129 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:02:31.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:31 smithi176 ceph-mon[67829]: osd.5 reported immediately failed by osd.6 2024-03-11T18:02:31.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:31 smithi176 ceph-mon[67829]: osd.5 failed (root=default,host=smithi176) (connection refused reported by osd.6) 2024-03-11T18:02:31.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:31 smithi176 ceph-mon[67829]: osd.5 reported immediately failed by osd.7 2024-03-11T18:02:31.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:31 smithi176 ceph-mon[67829]: osd.5 reported immediately failed by osd.6 2024-03-11T18:02:31.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:31 smithi176 ceph-mon[67829]: osd.5 reported immediately failed by osd.0 2024-03-11T18:02:31.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:31 smithi176 ceph-mon[67829]: osd.5 reported immediately failed by osd.1 2024-03-11T18:02:31.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:31 smithi176 ceph-mon[67829]: osd.5 reported immediately failed by osd.2 2024-03-11T18:02:31.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:31 smithi176 ceph-mon[67829]: osd.5 reported immediately failed by osd.3 2024-03-11T18:02:31.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:31 smithi176 ceph-mon[67829]: osd.5 reported immediately failed by osd.4 2024-03-11T18:02:31.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:31 smithi176 ceph-mon[67829]: osd.5 reported immediately failed by osd.7 2024-03-11T18:02:31.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:31 smithi176 ceph-mon[67829]: osd.5 reported immediately failed by osd.0 2024-03-11T18:02:31.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:31 smithi176 ceph-mon[67829]: osd.5 reported immediately failed by osd.1 2024-03-11T18:02:31.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:31 smithi176 ceph-mon[67829]: osd.5 reported immediately failed by osd.2 2024-03-11T18:02:31.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:31 smithi176 ceph-mon[67829]: osd.5 reported immediately failed by osd.3 2024-03-11T18:02:31.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:31 smithi176 ceph-mon[67829]: osd.5 reported immediately failed by osd.4 2024-03-11T18:02:31.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:31 smithi176 ceph-mon[67829]: osd.5 reported immediately failed by osd.7 2024-03-11T18:02:31.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:31 smithi176 ceph-mon[67829]: osd.5 reported immediately failed by osd.7 2024-03-11T18:02:31.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:31 smithi176 ceph-mon[67829]: osd.5 reported immediately failed by osd.6 2024-03-11T18:02:31.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:31 smithi176 ceph-mon[67829]: osd.5 reported immediately failed by osd.0 2024-03-11T18:02:31.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:31 smithi176 ceph-mon[67829]: osd.5 reported immediately failed by osd.1 2024-03-11T18:02:31.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:31 smithi176 ceph-mon[67829]: osd.5 reported immediately failed by osd.2 2024-03-11T18:02:31.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:31 smithi176 ceph-mon[67829]: osd.5 reported immediately failed by osd.3 2024-03-11T18:02:31.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:31 smithi176 ceph-mon[67829]: osd.5 reported immediately failed by osd.4 2024-03-11T18:02:31.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:31 smithi176 ceph-mon[67829]: osd.5 reported immediately failed by osd.6 2024-03-11T18:02:31.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:31 smithi176 ceph-mon[67829]: osd.5 reported immediately failed by osd.0 2024-03-11T18:02:31.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:31 smithi176 ceph-mon[67829]: osd.5 reported immediately failed by osd.1 2024-03-11T18:02:31.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:31 smithi176 ceph-mon[67829]: osd.5 reported immediately failed by osd.2 2024-03-11T18:02:31.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:31 smithi176 ceph-mon[67829]: osd.5 reported immediately failed by osd.3 2024-03-11T18:02:31.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:31 smithi176 ceph-mon[67829]: osd.5 reported immediately failed by osd.4 2024-03-11T18:02:32.696 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:32 smithi176 ceph-mon[67829]: Health check failed: 1 osds down (OSD_DOWN) 2024-03-11T18:02:32.697 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:32 smithi176 ceph-mon[67829]: osdmap e99: 8 total, 7 up, 8 in 2024-03-11T18:02:32.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:32 smithi132 ceph-mon[92421]: Health check failed: 1 osds down (OSD_DOWN) 2024-03-11T18:02:32.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:32 smithi132 ceph-mon[92421]: osdmap e99: 8 total, 7 up, 8 in 2024-03-11T18:02:33.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:33 smithi176 ceph-mon[67829]: pgmap v163: 129 pgs: 20 peering, 9 stale+active+clean, 100 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 204 B/s wr, 0 op/s 2024-03-11T18:02:33.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:33 smithi176 ceph-mon[67829]: Health check failed: Reduced data availability: 2 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2024-03-11T18:02:33.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:33 smithi176 ceph-mon[67829]: osdmap e100: 8 total, 7 up, 8 in 2024-03-11T18:02:33.589 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:02:33 smithi176 systemd[1]: ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@osd.5.service: Succeeded. 2024-03-11T18:02:33.589 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:02:33 smithi176 systemd[1]: Stopped Ceph osd.5 for cb5f33fe-dfcd-11ee-95c8-87774f69a715. 2024-03-11T18:02:33.590 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:02:33 smithi176 systemd[1]: Starting Ceph osd.5 for cb5f33fe-dfcd-11ee-95c8-87774f69a715... 2024-03-11T18:02:33.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:33 smithi132 ceph-mon[92421]: pgmap v163: 129 pgs: 20 peering, 9 stale+active+clean, 100 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 204 B/s wr, 0 op/s 2024-03-11T18:02:33.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:33 smithi132 ceph-mon[92421]: Health check failed: Reduced data availability: 2 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2024-03-11T18:02:33.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:33 smithi132 ceph-mon[92421]: osdmap e100: 8 total, 7 up, 8 in 2024-03-11T18:02:34.589 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:02:34 smithi176 bash[76259]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-03-11T18:02:34.589 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:02:34 smithi176 bash[76259]: 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-03-11T18:02:34.589 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:02:34 smithi176 bash[76259]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-03-11T18:02:34.589 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:02:34 smithi176 bash[76259]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-03-11T18:02:34.589 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:02:34 smithi176 bash[76259]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-03-11T18:02:34.589 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:02:34 smithi176 bash[76259]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-03-11T18:02:34.589 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:02:34 smithi176 bash[76259]: --> ceph-volume raw activate successful for osd ID: 5 2024-03-11T18:02:35.097 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:02:35.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:35 smithi132 ceph-mon[92421]: pgmap v165: 129 pgs: 12 active+undersized+degraded, 20 peering, 13 active+undersized, 84 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 97/1500 objects degraded (6.467%) 2024-03-11T18:02:35.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:35 smithi176 ceph-mon[67829]: pgmap v165: 129 pgs: 12 active+undersized+degraded, 20 peering, 13 active+undersized, 84 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 97/1500 objects degraded (6.467%) 2024-03-11T18:02:36.085 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:02:36 smithi176 ceph-osd[76552]: -- 172.21.15.176:0/1869821279 <== mon.1 v2:172.21.15.176:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55a1884fa4e0 con 0x55a1884cac00 2024-03-11T18:02:36.339 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:02:36 smithi176 bash[76515]: 377bdf9bd09148be84eb2a517b590e390f9734a07309ba4d6b2bad837e8f7c68 2024-03-11T18:02:36.339 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:02:36 smithi176 systemd[1]: Started Ceph osd.5 for cb5f33fe-dfcd-11ee-95c8-87774f69a715. 2024-03-11T18:02:36.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:36 smithi176 ceph-mon[67829]: Health check failed: Degraded data redundancy: 97/1500 objects degraded (6.467%), 12 pgs degraded (PG_DEGRADED) 2024-03-11T18:02:36.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:36.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:36.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:02:36.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:36 smithi132 ceph-mon[92421]: Health check failed: Degraded data redundancy: 97/1500 objects degraded (6.467%), 12 pgs degraded (PG_DEGRADED) 2024-03-11T18:02:36.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:36.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:36.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:02:36.839 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:02:36 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5[76530]: 2024-03-11T18:02:36.538+0000 7f36d022b640 -1 Falling back to public interface 2024-03-11T18:02:37.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:37 smithi132 ceph-mon[92421]: pgmap v166: 129 pgs: 12 active+undersized+degraded, 20 peering, 13 active+undersized, 84 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 97/1500 objects degraded (6.467%) 2024-03-11T18:02:37.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:37 smithi176 ceph-mon[67829]: pgmap v166: 129 pgs: 12 active+undersized+degraded, 20 peering, 13 active+undersized, 84 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 97/1500 objects degraded (6.467%) 2024-03-11T18:02:38.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:38.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:02:39.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:39.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:02:39.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:39 smithi176 ceph-mon[67829]: pgmap v167: 129 pgs: 23 active+undersized+degraded, 22 active+undersized, 84 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 170/1500 objects degraded (11.333%) 2024-03-11T18:02:39.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:39 smithi176 ceph-mon[67829]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 8 pgs peering) 2024-03-11T18:02:40.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:39 smithi132 ceph-mon[92421]: pgmap v167: 129 pgs: 23 active+undersized+degraded, 22 active+undersized, 84 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 170/1500 objects degraded (11.333%) 2024-03-11T18:02:40.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:39 smithi132 ceph-mon[92421]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 8 pgs peering) 2024-03-11T18:02:40.146 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:02:41.338 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:02:40 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5[76530]: 2024-03-11T18:02:40.951+0000 7f36d022b640 -1 osd.5 0 read_superblock omap replica is missing. 2024-03-11T18:02:41.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:41 smithi132 ceph-mon[92421]: pgmap v168: 129 pgs: 23 active+undersized+degraded, 22 active+undersized, 84 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 228 B/s wr, 0 op/s; 170/1500 objects degraded (11.333%) 2024-03-11T18:02:41.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:41 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:41.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:41 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:41.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:41 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:41.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:41 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:41.839 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:02:41 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5[76530]: 2024-03-11T18:02:41.444+0000 7f36d022b640 -1 osd.5 98 log_to_monitors true 2024-03-11T18:02:41.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:41 smithi176 ceph-mon[67829]: pgmap v168: 129 pgs: 23 active+undersized+degraded, 22 active+undersized, 84 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 228 B/s wr, 0 op/s; 170/1500 objects degraded (11.333%) 2024-03-11T18:02:41.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:41 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:41.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:41 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:41.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:41 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:41.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:41 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:42.710 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:02:42 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5[76530]: 2024-03-11T18:02:42.415+0000 7f36bf680700 -1 osd.5 98 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-11T18:02:42.710 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:42 smithi176 ceph-mon[67829]: from='osd.5 [v2:172.21.15.176:6808/880191044,v1:172.21.15.176:6809/880191044]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-11T18:02:42.710 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:42 smithi176 ceph-mon[67829]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-11T18:02:42.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:42 smithi132 ceph-mon[92421]: from='osd.5 [v2:172.21.15.176:6808/880191044,v1:172.21.15.176:6809/880191044]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-11T18:02:42.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:42 smithi132 ceph-mon[92421]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-11T18:02:43.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:43 smithi132 ceph-mon[92421]: pgmap v169: 129 pgs: 23 active+undersized+degraded, 22 active+undersized, 84 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 170/1500 objects degraded (11.333%) 2024-03-11T18:02:43.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:43 smithi132 ceph-mon[92421]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-11T18:02:43.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:43 smithi132 ceph-mon[92421]: osdmap e101: 8 total, 7 up, 8 in 2024-03-11T18:02:43.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:43 smithi132 ceph-mon[92421]: from='osd.5 [v2:172.21.15.176:6808/880191044,v1:172.21.15.176:6809/880191044]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2024-03-11T18:02:43.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:43 smithi132 ceph-mon[92421]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2024-03-11T18:02:43.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:43 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:43.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:43 smithi176 ceph-mon[67829]: pgmap v169: 129 pgs: 23 active+undersized+degraded, 22 active+undersized, 84 active+clean; 318 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 170/1500 objects degraded (11.333%) 2024-03-11T18:02:43.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:43 smithi176 ceph-mon[67829]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-11T18:02:43.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:43 smithi176 ceph-mon[67829]: osdmap e101: 8 total, 7 up, 8 in 2024-03-11T18:02:43.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:43 smithi176 ceph-mon[67829]: from='osd.5 [v2:172.21.15.176:6808/880191044,v1:172.21.15.176:6809/880191044]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2024-03-11T18:02:43.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:43 smithi176 ceph-mon[67829]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2024-03-11T18:02:43.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:43 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:44.573 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:44 smithi176 ceph-mon[67829]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-11T18:02:44.574 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:44 smithi176 ceph-mon[67829]: osd.5 [v2:172.21.15.176:6808/880191044,v1:172.21.15.176:6809/880191044] boot 2024-03-11T18:02:44.574 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:44 smithi176 ceph-mon[67829]: osdmap e102: 8 total, 8 up, 8 in 2024-03-11T18:02:44.574 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:44 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T18:02:44.574 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:44 smithi176 ceph-mon[67829]: Health check update: Degraded data redundancy: 170/1500 objects degraded (11.333%), 23 pgs degraded (PG_DEGRADED) 2024-03-11T18:02:44.574 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:44 smithi176 ceph-mon[67829]: osdmap e103: 8 total, 8 up, 8 in 2024-03-11T18:02:44.777 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:44 smithi132 ceph-mon[92421]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-11T18:02:44.777 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:44 smithi132 ceph-mon[92421]: osd.5 [v2:172.21.15.176:6808/880191044,v1:172.21.15.176:6809/880191044] boot 2024-03-11T18:02:44.777 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:44 smithi132 ceph-mon[92421]: osdmap e102: 8 total, 8 up, 8 in 2024-03-11T18:02:44.777 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:44 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-11T18:02:44.777 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:44 smithi132 ceph-mon[92421]: Health check update: Degraded data redundancy: 170/1500 objects degraded (11.333%), 23 pgs degraded (PG_DEGRADED) 2024-03-11T18:02:44.777 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:44 smithi132 ceph-mon[92421]: osdmap e103: 8 total, 8 up, 8 in 2024-03-11T18:02:45.181 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:02:46.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:45 smithi132 ceph-mon[92421]: pgmap v172: 129 pgs: 9 peering, 18 active+undersized+degraded, 18 active+undersized, 84 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 134/1500 objects degraded (8.933%) 2024-03-11T18:02:46.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:45 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:46.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:45 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:46.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:45 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:02:46.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:45 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T18:02:46.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:45 smithi132 ceph-mon[92421]: pgmap v174: 129 pgs: 9 peering, 18 active+undersized+degraded, 18 active+undersized, 84 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 236 B/s wr, 0 op/s; 134/1500 objects degraded (8.933%) 2024-03-11T18:02:46.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:45 smithi132 ceph-mon[92421]: pgmap v175: 129 pgs: 9 peering, 18 active+undersized+degraded, 18 active+undersized, 84 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 134/1500 objects degraded (8.933%) 2024-03-11T18:02:46.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:45 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:46.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:45 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:46.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:45 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:02:46.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:45 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:02:46.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:45 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:02:46.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:45 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:02:46.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:45 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-11T18:02:46.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:45 smithi176 ceph-mon[67829]: pgmap v172: 129 pgs: 9 peering, 18 active+undersized+degraded, 18 active+undersized, 84 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 134/1500 objects degraded (8.933%) 2024-03-11T18:02:46.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:45 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:46.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:45 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:46.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:45 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:02:46.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:45 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T18:02:46.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:45 smithi176 ceph-mon[67829]: pgmap v174: 129 pgs: 9 peering, 18 active+undersized+degraded, 18 active+undersized, 84 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 236 B/s wr, 0 op/s; 134/1500 objects degraded (8.933%) 2024-03-11T18:02:46.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:45 smithi176 ceph-mon[67829]: pgmap v175: 129 pgs: 9 peering, 18 active+undersized+degraded, 18 active+undersized, 84 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 134/1500 objects degraded (8.933%) 2024-03-11T18:02:46.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:45 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:46.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:45 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:46.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:45 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:02:46.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:45 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:02:46.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:45 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:02:46.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:45 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:02:46.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:45 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-11T18:02:47.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:46 smithi132 ceph-mon[92421]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-11T18:02:47.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:46 smithi132 ceph-mon[92421]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-03-11T18:02:47.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:46 smithi176 ceph-mon[67829]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-11T18:02:47.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:46 smithi176 ceph-mon[67829]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-03-11T18:02:48.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:47 smithi132 ceph-mon[92421]: pgmap v176: 129 pgs: 9 peering, 17 active+undersized+degraded, 14 active+undersized, 89 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 242 B/s wr, 0 op/s; 132/1500 objects degraded (8.800%) 2024-03-11T18:02:48.088 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:47 smithi176 ceph-mon[67829]: pgmap v176: 129 pgs: 9 peering, 17 active+undersized+degraded, 14 active+undersized, 89 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 242 B/s wr, 0 op/s; 132/1500 objects degraded (8.800%) 2024-03-11T18:02:49.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:48 smithi132 ceph-mon[92421]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 132/1500 objects degraded (8.800%), 17 pgs degraded) 2024-03-11T18:02:49.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:48 smithi176 ceph-mon[67829]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 132/1500 objects degraded (8.800%), 17 pgs degraded) 2024-03-11T18:02:50.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:49 smithi132 ceph-mon[92421]: pgmap v177: 129 pgs: 129 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 391 B/s rd, 195 B/s wr, 0 op/s 2024-03-11T18:02:50.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:49 smithi176 ceph-mon[67829]: pgmap v177: 129 pgs: 129 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 391 B/s rd, 195 B/s wr, 0 op/s 2024-03-11T18:02:50.218 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:02:51.960 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T18:02:52.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:51 smithi132 ceph-mon[92421]: pgmap v178: 129 pgs: 129 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 323 B/s rd, 161 B/s wr, 0 op/s 2024-03-11T18:02:52.088 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:51 smithi176 ceph-mon[67829]: pgmap v178: 129 pgs: 129 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 323 B/s rd, 161 B/s wr, 0 op/s 2024-03-11T18:02:52.600 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T18:02:52.600 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 running (14m) 80s ago 24m 19.0M - 0.20.0 0881eb8f169f bb4eb0a75e19 2024-03-11T18:02:52.600 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (3m) 80s ago 24m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 dd8d18baa2cc 2024-03-11T18:02:52.600 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (3m) 12s ago 23m 6656k - 18.2.1-802-ge1b0c2aa 38c4ca238582 6645c9ce3955 2024-03-11T18:02:52.600 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (11m) 80s ago 24m 35.5M - 6.7.4 557c83e11646 f0913cd370a6 2024-03-11T18:02:52.600 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (19m) 80s ago 19m 41.0M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T18:02:52.600 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (19m) 12s ago 19m 16.2M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T18:02:52.600 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:8443,9283,8765 running (5m) 80s ago 26m 499M - 18.2.1-802-ge1b0c2aa 38c4ca238582 750c6b34adfe 2024-03-11T18:02:52.600 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283,8765 running (4m) 12s ago 23m 449M - 18.2.1-802-ge1b0c2aa 38c4ca238582 f8840875a1ba 2024-03-11T18:02:52.601 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (4m) 80s ago 26m 58.0M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 324a4a17eb3e 2024-03-11T18:02:52.601 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (4m) 12s ago 23m 47.5M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 4e15ff1139fe 2024-03-11T18:02:52.601 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (16m) 80s ago 16m 80.8M - 3.5 6933c2a0b7dd aee2a66a3a0d 2024-03-11T18:02:52.601 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (16m) 12s ago 16m 79.3M - 3.5 6933c2a0b7dd 72a9313be656 2024-03-11T18:02:52.601 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (9m) 80s ago 24m 17.2M - 0.18.1 e5a616e4b9cf e2b1d1f8d438 2024-03-11T18:02:52.601 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (5m) 12s ago 23m 10.7M - 0.18.1 e5a616e4b9cf 528a17530a59 2024-03-11T18:02:52.601 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (3m) 80s ago 23m 120M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 a3431b50e5bd 2024-03-11T18:02:52.601 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (2m) 80s ago 22m 104M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 21c26e2408c3 2024-03-11T18:02:52.601 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (2m) 80s ago 22m 88.9M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 4ed57046f859 2024-03-11T18:02:52.601 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (86s) 80s ago 21m 10.3M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 bf497bff1a29 2024-03-11T18:02:52.601 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (51s) 12s ago 21m 125M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 7371604021ad 2024-03-11T18:02:52.601 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (17s) 12s ago 21m 10.5M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 377bdf9bd091 2024-03-11T18:02:52.601 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (20m) 12s ago 20m 325M 2712M 16.2.5 6933c2a0b7dd aac748db9789 2024-03-11T18:02:52.602 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (20m) 12s ago 20m 503M 2712M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T18:02:52.602 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 error 80s ago 24m - - 2024-03-11T18:02:52.987 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T18:02:52.988 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T18:02:52.988 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:02:52.988 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:02:52.988 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T18:02:52.988 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:02:52.988 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:02:52.988 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T18:02:52.988 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2, 2024-03-11T18:02:52.988 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 6 2024-03-11T18:02:52.988 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:02:52.988 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T18:02:52.988 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T18:02:52.988 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:02:52.989 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T18:02:52.989 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 4, 2024-03-11T18:02:52.989 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 10 2024-03-11T18:02:52.989 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T18:02:52.989 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T18:02:53.309 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T18:02:53.309 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T18:02:53.309 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T18:02:53.309 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T18:02:53.309 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [ 2024-03-11T18:02:53.309 INFO:teuthology.orchestra.run.smithi132.stdout: "crash", 2024-03-11T18:02:53.309 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr", 2024-03-11T18:02:53.310 INFO:teuthology.orchestra.run.smithi132.stdout: "mon" 2024-03-11T18:02:53.310 INFO:teuthology.orchestra.run.smithi132.stdout: ], 2024-03-11T18:02:53.310 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "12/23 daemons upgraded", 2024-03-11T18:02:53.310 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "Currently upgrading osd daemons", 2024-03-11T18:02:53.310 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T18:02:53.310 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T18:02:53.691 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T18:02:53.691 INFO:teuthology.orchestra.run.smithi132.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T18:02:53.691 INFO:teuthology.orchestra.run.smithi132.stdout: daemon prometheus.smithi132 on smithi132 is in error state 2024-03-11T18:02:53.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:53 smithi176 ceph-mon[67829]: from='client.34338 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:02:53.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:53 smithi176 ceph-mon[67829]: from='client.34342 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:02:53.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:53 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:53.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:53 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:02:53.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:53 smithi176 ceph-mon[67829]: from='client.34346 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:02:53.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:53 smithi176 ceph-mon[67829]: pgmap v179: 129 pgs: 129 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 248 B/s rd, 248 B/s wr, 0 op/s 2024-03-11T18:02:53.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:53 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:53.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:53 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/2542694330' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:02:54.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:53 smithi132 ceph-mon[92421]: from='client.34338 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:02:54.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:53 smithi132 ceph-mon[92421]: from='client.34342 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:02:54.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:53 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:54.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:53 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:02:54.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:53 smithi132 ceph-mon[92421]: from='client.34346 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:02:54.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:53 smithi132 ceph-mon[92421]: pgmap v179: 129 pgs: 129 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 248 B/s rd, 248 B/s wr, 0 op/s 2024-03-11T18:02:54.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:53 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:02:54.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:53 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/2542694330' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:02:54.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:54 smithi176 ceph-mon[67829]: from='client.34354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:02:54.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:54 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/435431365' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T18:02:55.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:54 smithi132 ceph-mon[92421]: from='client.34354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:02:55.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:54 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/435431365' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T18:02:55.260 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:02:55.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:55 smithi176 ceph-mon[67829]: pgmap v180: 129 pgs: 129 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-03-11T18:02:56.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:55 smithi132 ceph-mon[92421]: pgmap v180: 129 pgs: 129 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-03-11T18:02:58.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:57 smithi132 ceph-mon[92421]: pgmap v181: 129 pgs: 129 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T18:02:58.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:57 smithi176 ceph-mon[67829]: pgmap v181: 129 pgs: 129 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T18:03:00.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:02:59 smithi132 ceph-mon[92421]: pgmap v182: 129 pgs: 129 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:03:00.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:02:59 smithi176 ceph-mon[67829]: pgmap v182: 129 pgs: 129 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:03:00.296 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:03:01.006 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:00 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-11T18:03:01.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:00 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-11T18:03:01.966 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:01 smithi176 ceph-mon[67829]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-11T18:03:01.966 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:01 smithi176 ceph-mon[67829]: Upgrade: osd.6 is safe to restart 2024-03-11T18:03:01.967 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:01 smithi176 ceph-mon[67829]: pgmap v183: 129 pgs: 129 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:03:01.967 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:01.967 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-11T18:03:01.967 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:03:02.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:01 smithi132 ceph-mon[92421]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-03-11T18:03:02.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:01 smithi132 ceph-mon[92421]: Upgrade: osd.6 is safe to restart 2024-03-11T18:03:02.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:01 smithi132 ceph-mon[92421]: pgmap v183: 129 pgs: 129 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:03:02.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:02.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-11T18:03:02.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:03:03.027 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:02 smithi176 ceph-mon[67829]: Upgrade: Updating osd.6 2024-03-11T18:03:03.027 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:02 smithi176 ceph-mon[67829]: Deploying daemon osd.6 on smithi176 2024-03-11T18:03:03.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:02 smithi132 ceph-mon[92421]: Upgrade: Updating osd.6 2024-03-11T18:03:03.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:02 smithi132 ceph-mon[92421]: Deploying daemon osd.6 on smithi176 2024-03-11T18:03:04.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:03 smithi132 ceph-mon[92421]: pgmap v184: 129 pgs: 129 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T18:03:04.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:03 smithi176 ceph-mon[67829]: pgmap v184: 129 pgs: 129 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T18:03:05.089 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:03:04 smithi176 systemd[1]: Stopping Ceph osd.6 for cb5f33fe-dfcd-11ee-95c8-87774f69a715... 2024-03-11T18:03:05.089 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:03:04 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.6[48415]: debug 2024-03-11T18:03:04.906+0000 7f8a6fa36700 -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-03-11T18:03:05.089 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:03:04 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.6[48415]: debug 2024-03-11T18:03:04.906+0000 7f8a6fa36700 -1 osd.6 103 *** Got signal Terminated *** 2024-03-11T18:03:05.089 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:03:04 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.6[48415]: debug 2024-03-11T18:03:04.906+0000 7f8a6fa36700 -1 osd.6 103 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-11T18:03:05.337 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:03:05.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:05 smithi132 ceph-mon[92421]: pgmap v185: 129 pgs: 129 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:03:05.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:05 smithi132 ceph-mon[92421]: osd.6 reported immediately failed by osd.7 2024-03-11T18:03:05.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:05 smithi132 ceph-mon[92421]: osd.6 failed (root=default,host=smithi176) (connection refused reported by osd.7) 2024-03-11T18:03:05.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:05 smithi132 ceph-mon[92421]: osd.6 reported immediately failed by osd.7 2024-03-11T18:03:05.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:05 smithi132 ceph-mon[92421]: osd.6 reported immediately failed by osd.2 2024-03-11T18:03:05.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:05 smithi132 ceph-mon[92421]: osd.6 reported immediately failed by osd.2 2024-03-11T18:03:05.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:05 smithi132 ceph-mon[92421]: osd.6 reported immediately failed by osd.3 2024-03-11T18:03:05.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:05 smithi132 ceph-mon[92421]: osd.6 reported immediately failed by osd.5 2024-03-11T18:03:05.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:05 smithi132 ceph-mon[92421]: osd.6 reported immediately failed by osd.0 2024-03-11T18:03:05.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:05 smithi132 ceph-mon[92421]: osd.6 reported immediately failed by osd.1 2024-03-11T18:03:05.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:05 smithi132 ceph-mon[92421]: osd.6 reported immediately failed by osd.3 2024-03-11T18:03:05.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:05 smithi132 ceph-mon[92421]: osd.6 reported immediately failed by osd.4 2024-03-11T18:03:05.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:05 smithi132 ceph-mon[92421]: osd.6 reported immediately failed by osd.0 2024-03-11T18:03:05.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:05 smithi132 ceph-mon[92421]: osd.6 reported immediately failed by osd.1 2024-03-11T18:03:05.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:05 smithi132 ceph-mon[92421]: osd.6 reported immediately failed by osd.5 2024-03-11T18:03:05.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:05 smithi132 ceph-mon[92421]: osd.6 reported immediately failed by osd.4 2024-03-11T18:03:05.586 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:03:05 smithi176 bash[78644]: ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.6 2024-03-11T18:03:05.586 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:05 smithi176 ceph-mon[67829]: pgmap v185: 129 pgs: 129 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:03:05.586 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:05 smithi176 ceph-mon[67829]: osd.6 reported immediately failed by osd.7 2024-03-11T18:03:05.586 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:05 smithi176 ceph-mon[67829]: osd.6 failed (root=default,host=smithi176) (connection refused reported by osd.7) 2024-03-11T18:03:05.587 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:05 smithi176 ceph-mon[67829]: osd.6 reported immediately failed by osd.7 2024-03-11T18:03:05.587 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:05 smithi176 ceph-mon[67829]: osd.6 reported immediately failed by osd.2 2024-03-11T18:03:05.587 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:05 smithi176 ceph-mon[67829]: osd.6 reported immediately failed by osd.2 2024-03-11T18:03:05.587 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:05 smithi176 ceph-mon[67829]: osd.6 reported immediately failed by osd.3 2024-03-11T18:03:05.587 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:05 smithi176 ceph-mon[67829]: osd.6 reported immediately failed by osd.5 2024-03-11T18:03:05.587 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:05 smithi176 ceph-mon[67829]: osd.6 reported immediately failed by osd.0 2024-03-11T18:03:05.587 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:05 smithi176 ceph-mon[67829]: osd.6 reported immediately failed by osd.1 2024-03-11T18:03:05.587 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:05 smithi176 ceph-mon[67829]: osd.6 reported immediately failed by osd.3 2024-03-11T18:03:05.587 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:05 smithi176 ceph-mon[67829]: osd.6 reported immediately failed by osd.4 2024-03-11T18:03:05.587 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:05 smithi176 ceph-mon[67829]: osd.6 reported immediately failed by osd.0 2024-03-11T18:03:05.587 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:05 smithi176 ceph-mon[67829]: osd.6 reported immediately failed by osd.1 2024-03-11T18:03:05.587 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:05 smithi176 ceph-mon[67829]: osd.6 reported immediately failed by osd.5 2024-03-11T18:03:05.587 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:05 smithi176 ceph-mon[67829]: osd.6 reported immediately failed by osd.4 2024-03-11T18:03:06.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:06 smithi132 ceph-mon[92421]: Health check failed: 1 osds down (OSD_DOWN) 2024-03-11T18:03:06.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:06 smithi132 ceph-mon[92421]: osdmap e104: 8 total, 7 up, 8 in 2024-03-11T18:03:06.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:06 smithi176 ceph-mon[67829]: Health check failed: 1 osds down (OSD_DOWN) 2024-03-11T18:03:06.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:06 smithi176 ceph-mon[67829]: osdmap e104: 8 total, 7 up, 8 in 2024-03-11T18:03:07.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:07 smithi132 ceph-mon[92421]: osdmap e105: 8 total, 7 up, 8 in 2024-03-11T18:03:07.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:07 smithi132 ceph-mon[92421]: pgmap v188: 129 pgs: 13 stale+active+clean, 116 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-03-11T18:03:07.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:07 smithi176 ceph-mon[67829]: osdmap e105: 8 total, 7 up, 8 in 2024-03-11T18:03:07.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:07 smithi176 ceph-mon[67829]: pgmap v188: 129 pgs: 13 stale+active+clean, 116 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-03-11T18:03:08.089 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:03:07 smithi176 systemd[1]: ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@osd.6.service: Succeeded. 2024-03-11T18:03:08.090 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:03:07 smithi176 systemd[1]: Stopped Ceph osd.6 for cb5f33fe-dfcd-11ee-95c8-87774f69a715. 2024-03-11T18:03:08.090 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:03:07 smithi176 systemd[1]: Starting Ceph osd.6 for cb5f33fe-dfcd-11ee-95c8-87774f69a715... 2024-03-11T18:03:08.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:08 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:08.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:08 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:03:08.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:08 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:08.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:08 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:03:09.281 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:03:08 smithi176 bash[78931]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-03-11T18:03:09.281 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:03:08 smithi176 bash[78931]: 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-03-11T18:03:09.281 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:03:08 smithi176 bash[78931]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-03-11T18:03:09.281 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:03:08 smithi176 bash[78931]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-03-11T18:03:09.281 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:03:08 smithi176 bash[78931]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-03-11T18:03:09.281 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:03:08 smithi176 bash[78931]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-03-11T18:03:09.281 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:03:08 smithi176 bash[78931]: --> ceph-volume raw activate successful for osd ID: 6 2024-03-11T18:03:09.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:09 smithi176 ceph-mon[67829]: pgmap v189: 129 pgs: 24 active+undersized+degraded, 19 active+undersized, 86 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 169/1500 objects degraded (11.267%) 2024-03-11T18:03:10.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:09 smithi132 ceph-mon[92421]: pgmap v189: 129 pgs: 24 active+undersized+degraded, 19 active+undersized, 86 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 169/1500 objects degraded (11.267%) 2024-03-11T18:03:10.309 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:03:10 smithi176 ceph-osd[79247]: -- 172.21.15.176:0/3328940979 <== mon.1 v2:172.21.15.176:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55751e8b24e0 con 0x55751e883000 2024-03-11T18:03:10.378 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:03:10.560 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:03:10 smithi176 bash[79209]: b4a1a7523a605b2ef96a0a8d2031287d7aeb853b5dc082beaf32bff9132cf890 2024-03-11T18:03:10.561 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:03:10 smithi176 systemd[1]: Started Ceph osd.6 for cb5f33fe-dfcd-11ee-95c8-87774f69a715. 2024-03-11T18:03:10.839 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:03:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:03:10.751+0000 7f3829c7d640 -1 Falling back to public interface 2024-03-11T18:03:10.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:10 smithi176 ceph-mon[67829]: Health check failed: Degraded data redundancy: 169/1500 objects degraded (11.267%), 24 pgs degraded (PG_DEGRADED) 2024-03-11T18:03:10.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:10 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:10.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:10 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:10.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:10 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:03:11.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:10 smithi132 ceph-mon[92421]: Health check failed: Degraded data redundancy: 169/1500 objects degraded (11.267%), 24 pgs degraded (PG_DEGRADED) 2024-03-11T18:03:11.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:10 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:11.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:10 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:11.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:10 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:03:11.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:11 smithi176 ceph-mon[67829]: pgmap v190: 129 pgs: 24 active+undersized+degraded, 19 active+undersized, 86 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 169/1500 objects degraded (11.267%) 2024-03-11T18:03:12.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:11 smithi132 ceph-mon[92421]: pgmap v190: 129 pgs: 24 active+undersized+degraded, 19 active+undersized, 86 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 169/1500 objects degraded (11.267%) 2024-03-11T18:03:14.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:13 smithi132 ceph-mon[92421]: pgmap v191: 129 pgs: 24 active+undersized+degraded, 19 active+undersized, 86 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 169/1500 objects degraded (11.267%) 2024-03-11T18:03:14.088 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:13 smithi176 ceph-mon[67829]: pgmap v191: 129 pgs: 24 active+undersized+degraded, 19 active+undersized, 86 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 169/1500 objects degraded (11.267%) 2024-03-11T18:03:15.248 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:03:14 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:03:14.954+0000 7f3829c7d640 -1 osd.6 0 read_superblock omap replica is missing. 2024-03-11T18:03:15.416 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:03:15.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:15 smithi132 ceph-mon[92421]: pgmap v192: 129 pgs: 24 active+undersized+degraded, 19 active+undersized, 86 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 218 B/s wr, 0 op/s; 169/1500 objects degraded (11.267%) 2024-03-11T18:03:15.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:15 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:15.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:15 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:15.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:15 smithi176 ceph-mon[67829]: pgmap v192: 129 pgs: 24 active+undersized+degraded, 19 active+undersized, 86 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 218 B/s wr, 0 op/s; 169/1500 objects degraded (11.267%) 2024-03-11T18:03:15.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:15 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:15.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:15 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:15.589 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:03:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:03:15.413+0000 7f3829c7d640 -1 osd.6 103 log_to_monitors true 2024-03-11T18:03:16.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:16 smithi132 ceph-mon[92421]: from='osd.6 [v2:172.21.15.176:6816/3160907840,v1:172.21.15.176:6817/3160907840]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-11T18:03:16.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:16 smithi132 ceph-mon[92421]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-11T18:03:16.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:16 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:16.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:16 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:16.588 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:03:16 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:03:16.278+0000 7f381b0d6700 -1 osd.6 103 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-11T18:03:16.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:16 smithi176 ceph-mon[67829]: from='osd.6 [v2:172.21.15.176:6816/3160907840,v1:172.21.15.176:6817/3160907840]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-11T18:03:16.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:16 smithi176 ceph-mon[67829]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-11T18:03:16.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:16 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:16.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:16 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:17.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:17 smithi176 ceph-mon[67829]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-11T18:03:17.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:17 smithi176 ceph-mon[67829]: osdmap e106: 8 total, 7 up, 8 in 2024-03-11T18:03:17.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:17 smithi176 ceph-mon[67829]: from='osd.6 [v2:172.21.15.176:6816/3160907840,v1:172.21.15.176:6817/3160907840]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2024-03-11T18:03:17.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:17 smithi176 ceph-mon[67829]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2024-03-11T18:03:17.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:17 smithi176 ceph-mon[67829]: pgmap v194: 129 pgs: 24 active+undersized+degraded, 19 active+undersized, 86 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 169/1500 objects degraded (11.267%) 2024-03-11T18:03:17.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:17 smithi132 ceph-mon[92421]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-11T18:03:17.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:17 smithi132 ceph-mon[92421]: osdmap e106: 8 total, 7 up, 8 in 2024-03-11T18:03:17.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:17 smithi132 ceph-mon[92421]: from='osd.6 [v2:172.21.15.176:6816/3160907840,v1:172.21.15.176:6817/3160907840]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2024-03-11T18:03:17.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:17 smithi132 ceph-mon[92421]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2024-03-11T18:03:17.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:17 smithi132 ceph-mon[92421]: pgmap v194: 129 pgs: 24 active+undersized+degraded, 19 active+undersized, 86 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 169/1500 objects degraded (11.267%) 2024-03-11T18:03:18.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:18 smithi132 ceph-mon[92421]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-11T18:03:18.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:18 smithi132 ceph-mon[92421]: osd.6 [v2:172.21.15.176:6816/3160907840,v1:172.21.15.176:6817/3160907840] boot 2024-03-11T18:03:18.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:18 smithi132 ceph-mon[92421]: osdmap e107: 8 total, 8 up, 8 in 2024-03-11T18:03:18.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T18:03:18.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:18 smithi176 ceph-mon[67829]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-11T18:03:18.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:18 smithi176 ceph-mon[67829]: osd.6 [v2:172.21.15.176:6816/3160907840,v1:172.21.15.176:6817/3160907840] boot 2024-03-11T18:03:18.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:18 smithi176 ceph-mon[67829]: osdmap e107: 8 total, 8 up, 8 in 2024-03-11T18:03:18.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-11T18:03:19.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:19 smithi132 ceph-mon[92421]: osdmap e108: 8 total, 8 up, 8 in 2024-03-11T18:03:19.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:19 smithi132 ceph-mon[92421]: pgmap v197: 129 pgs: 21 peering, 9 active+undersized+degraded, 7 active+undersized, 92 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 53/1500 objects degraded (3.533%) 2024-03-11T18:03:19.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:19 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:19.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:19 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:19.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:19 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:03:19.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:19 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T18:03:19.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:19 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:19.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:19 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:19.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:19 smithi176 ceph-mon[67829]: osdmap e108: 8 total, 8 up, 8 in 2024-03-11T18:03:19.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:19 smithi176 ceph-mon[67829]: pgmap v197: 129 pgs: 21 peering, 9 active+undersized+degraded, 7 active+undersized, 92 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 53/1500 objects degraded (3.533%) 2024-03-11T18:03:19.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:19 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:19.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:19 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:19.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:19 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:03:19.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:19 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T18:03:19.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:19 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:19.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:19 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:20.457 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:03:20.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:20 smithi132 ceph-mon[92421]: pgmap v198: 129 pgs: 21 peering, 9 active+undersized+degraded, 7 active+undersized, 92 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 451 B/s rd, 225 B/s wr, 0 op/s; 53/1500 objects degraded (3.533%) 2024-03-11T18:03:20.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:20 smithi132 ceph-mon[92421]: pgmap v199: 129 pgs: 21 peering, 9 active+undersized+degraded, 7 active+undersized, 92 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 701 B/s rd, 350 B/s wr, 1 op/s; 53/1500 objects degraded (3.533%) 2024-03-11T18:03:20.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:20 smithi132 ceph-mon[92421]: Health check update: Degraded data redundancy: 53/1500 objects degraded (3.533%), 9 pgs degraded (PG_DEGRADED) 2024-03-11T18:03:20.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:20 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:03:20.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:20 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:03:20.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:20 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:03:20.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:20 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:03:20.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:20 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-11T18:03:20.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:20 smithi132 ceph-mon[92421]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-11T18:03:20.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:20 smithi132 ceph-mon[92421]: Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2024-03-11T18:03:20.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:20 smithi176 ceph-mon[67829]: pgmap v198: 129 pgs: 21 peering, 9 active+undersized+degraded, 7 active+undersized, 92 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 451 B/s rd, 225 B/s wr, 0 op/s; 53/1500 objects degraded (3.533%) 2024-03-11T18:03:20.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:20 smithi176 ceph-mon[67829]: pgmap v199: 129 pgs: 21 peering, 9 active+undersized+degraded, 7 active+undersized, 92 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 701 B/s rd, 350 B/s wr, 1 op/s; 53/1500 objects degraded (3.533%) 2024-03-11T18:03:20.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:20 smithi176 ceph-mon[67829]: Health check update: Degraded data redundancy: 53/1500 objects degraded (3.533%), 9 pgs degraded (PG_DEGRADED) 2024-03-11T18:03:20.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:20 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:03:20.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:20 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:03:20.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:20 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:03:20.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:20 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:03:20.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:20 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-11T18:03:20.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:20 smithi176 ceph-mon[67829]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-11T18:03:20.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:20 smithi176 ceph-mon[67829]: Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2024-03-11T18:03:22.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:22 smithi132 ceph-mon[92421]: pgmap v200: 129 pgs: 21 peering, 9 active+undersized+degraded, 7 active+undersized, 92 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 451 B/s rd, 0 op/s; 53/1500 objects degraded (3.533%) 2024-03-11T18:03:22.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:22 smithi176 ceph-mon[67829]: pgmap v200: 129 pgs: 21 peering, 9 active+undersized+degraded, 7 active+undersized, 92 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 451 B/s rd, 0 op/s; 53/1500 objects degraded (3.533%) 2024-03-11T18:03:23.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:23.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:03:24.038 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T18:03:24.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:24.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:03:24.682 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T18:03:24.682 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 running (14m) 112s ago 25m 19.0M - 0.20.0 0881eb8f169f bb4eb0a75e19 2024-03-11T18:03:24.682 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (4m) 112s ago 25m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 dd8d18baa2cc 2024-03-11T18:03:24.682 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (4m) 9s ago 24m 6656k - 18.2.1-802-ge1b0c2aa 38c4ca238582 6645c9ce3955 2024-03-11T18:03:24.682 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (12m) 112s ago 25m 35.5M - 6.7.4 557c83e11646 f0913cd370a6 2024-03-11T18:03:24.682 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (19m) 112s ago 19m 41.0M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T18:03:24.682 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (19m) 9s ago 19m 16.3M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T18:03:24.682 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:8443,9283,8765 running (5m) 112s ago 26m 499M - 18.2.1-802-ge1b0c2aa 38c4ca238582 750c6b34adfe 2024-03-11T18:03:24.682 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283,8765 running (5m) 9s ago 24m 449M - 18.2.1-802-ge1b0c2aa 38c4ca238582 f8840875a1ba 2024-03-11T18:03:24.682 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (5m) 112s ago 26m 58.0M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 324a4a17eb3e 2024-03-11T18:03:24.682 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (4m) 9s ago 24m 55.7M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 4e15ff1139fe 2024-03-11T18:03:24.683 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (16m) 112s ago 16m 80.8M - 3.5 6933c2a0b7dd aee2a66a3a0d 2024-03-11T18:03:24.683 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (16m) 9s ago 16m 79.3M - 3.5 6933c2a0b7dd 72a9313be656 2024-03-11T18:03:24.683 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (10m) 112s ago 24m 17.2M - 0.18.1 e5a616e4b9cf e2b1d1f8d438 2024-03-11T18:03:24.683 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (6m) 9s ago 23m 10.7M - 0.18.1 e5a616e4b9cf 528a17530a59 2024-03-11T18:03:24.683 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (3m) 112s ago 23m 120M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 a3431b50e5bd 2024-03-11T18:03:24.683 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (3m) 112s ago 23m 104M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 21c26e2408c3 2024-03-11T18:03:24.683 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (2m) 112s ago 22m 88.9M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 4ed57046f859 2024-03-11T18:03:24.683 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (119s) 112s ago 22m 10.3M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 bf497bff1a29 2024-03-11T18:03:24.683 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (84s) 9s ago 22m 126M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 7371604021ad 2024-03-11T18:03:24.683 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (49s) 9s ago 21m 118M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 377bdf9bd091 2024-03-11T18:03:24.683 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (14s) 9s ago 21m 10.8M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 b4a1a7523a60 2024-03-11T18:03:24.683 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (21m) 9s ago 21m 502M 2712M 16.2.5 6933c2a0b7dd b837172d9fd3 2024-03-11T18:03:24.683 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 error 112s ago 24m - - 2024-03-11T18:03:24.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:24 smithi176 ceph-mon[67829]: pgmap v201: 129 pgs: 1 peering, 128 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 346 B/s rd, 173 B/s wr, 0 op/s 2024-03-11T18:03:24.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:24 smithi176 ceph-mon[67829]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 53/1500 objects degraded (3.533%), 9 pgs degraded) 2024-03-11T18:03:25.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:24 smithi132 ceph-mon[92421]: pgmap v201: 129 pgs: 1 peering, 128 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 346 B/s rd, 173 B/s wr, 0 op/s 2024-03-11T18:03:25.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:24 smithi132 ceph-mon[92421]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 53/1500 objects degraded (3.533%), 9 pgs degraded) 2024-03-11T18:03:25.065 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T18:03:25.065 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T18:03:25.065 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:03:25.065 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:03:25.065 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T18:03:25.065 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:03:25.066 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:03:25.066 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T18:03:25.066 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-03-11T18:03:25.066 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 7 2024-03-11T18:03:25.066 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:03:25.066 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T18:03:25.066 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T18:03:25.066 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:03:25.066 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T18:03:25.066 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 3, 2024-03-11T18:03:25.066 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 11 2024-03-11T18:03:25.067 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T18:03:25.067 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T18:03:25.386 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T18:03:25.386 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T18:03:25.386 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T18:03:25.386 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T18:03:25.386 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [ 2024-03-11T18:03:25.386 INFO:teuthology.orchestra.run.smithi132.stdout: "crash", 2024-03-11T18:03:25.386 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr", 2024-03-11T18:03:25.386 INFO:teuthology.orchestra.run.smithi132.stdout: "mon" 2024-03-11T18:03:25.386 INFO:teuthology.orchestra.run.smithi132.stdout: ], 2024-03-11T18:03:25.387 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "13/23 daemons upgraded", 2024-03-11T18:03:25.387 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "Currently upgrading osd daemons", 2024-03-11T18:03:25.387 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T18:03:25.387 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T18:03:25.492 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:03:25.771 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T18:03:25.771 INFO:teuthology.orchestra.run.smithi132.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T18:03:25.771 INFO:teuthology.orchestra.run.smithi132.stdout: daemon prometheus.smithi132 on smithi132 is in error state 2024-03-11T18:03:25.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:25 smithi176 ceph-mon[67829]: from='client.34366 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:03:25.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:25 smithi176 ceph-mon[67829]: from='client.34370 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:03:25.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:25 smithi176 ceph-mon[67829]: from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:03:25.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:25 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/3768331633' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:03:26.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:25 smithi132 ceph-mon[92421]: from='client.34366 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:03:26.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:25 smithi132 ceph-mon[92421]: from='client.34370 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:03:26.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:25 smithi132 ceph-mon[92421]: from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:03:26.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:25 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/3768331633' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:03:26.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:26 smithi176 ceph-mon[67829]: pgmap v202: 129 pgs: 129 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 148 B/s wr, 0 op/s 2024-03-11T18:03:26.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:26 smithi176 ceph-mon[67829]: from='client.34382 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:03:26.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:26 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/504299382' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T18:03:27.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:26 smithi132 ceph-mon[92421]: pgmap v202: 129 pgs: 129 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 148 B/s wr, 0 op/s 2024-03-11T18:03:27.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:26 smithi132 ceph-mon[92421]: from='client.34382 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:03:27.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:26 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/504299382' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T18:03:28.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:28 smithi176 ceph-mon[67829]: pgmap v203: 129 pgs: 129 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 239 B/s wr, 0 op/s 2024-03-11T18:03:29.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:28 smithi132 ceph-mon[92421]: pgmap v203: 129 pgs: 129 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 239 B/s wr, 0 op/s 2024-03-11T18:03:30.534 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:03:30.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:30 smithi176 ceph-mon[67829]: pgmap v204: 129 pgs: 129 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-03-11T18:03:31.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:30 smithi132 ceph-mon[92421]: pgmap v204: 129 pgs: 129 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-03-11T18:03:32.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:32 smithi176 ceph-mon[67829]: pgmap v205: 129 pgs: 129 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:03:33.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:32 smithi132 ceph-mon[92421]: pgmap v205: 129 pgs: 129 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:03:34.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:33 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:34.088 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:33 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:35.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:34 smithi132 ceph-mon[92421]: pgmap v206: 129 pgs: 129 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T18:03:35.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-11T18:03:35.088 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:34 smithi176 ceph-mon[67829]: pgmap v206: 129 pgs: 129 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T18:03:35.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-11T18:03:35.571 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:03:35.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:35 smithi176 ceph-mon[67829]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-11T18:03:35.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:35 smithi176 ceph-mon[67829]: Upgrade: osd.7 is safe to restart 2024-03-11T18:03:36.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:35 smithi132 ceph-mon[92421]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-03-11T18:03:36.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:35 smithi132 ceph-mon[92421]: Upgrade: osd.7 is safe to restart 2024-03-11T18:03:36.722 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:36 smithi176 ceph-mon[67829]: pgmap v207: 129 pgs: 129 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:03:36.722 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:36.722 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-11T18:03:36.722 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:03:37.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:36 smithi132 ceph-mon[92421]: pgmap v207: 129 pgs: 129 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:03:37.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:37.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-11T18:03:37.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:03:38.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:37 smithi132 ceph-mon[92421]: Upgrade: Updating osd.7 2024-03-11T18:03:38.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:37 smithi132 ceph-mon[92421]: Deploying daemon osd.7 on smithi176 2024-03-11T18:03:38.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:37 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:38.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:37 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:03:38.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:37 smithi176 ceph-mon[67829]: Upgrade: Updating osd.7 2024-03-11T18:03:38.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:37 smithi176 ceph-mon[67829]: Deploying daemon osd.7 on smithi176 2024-03-11T18:03:38.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:37 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:38.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:37 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:03:38.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:38 smithi176 ceph-mon[67829]: pgmap v208: 129 pgs: 129 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T18:03:39.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:38 smithi132 ceph-mon[92421]: pgmap v208: 129 pgs: 129 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-03-11T18:03:39.839 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:03:39 smithi176 systemd[1]: Stopping Ceph osd.7 for cb5f33fe-dfcd-11ee-95c8-87774f69a715... 2024-03-11T18:03:39.839 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:03:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.7[51305]: debug 2024-03-11T18:03:39.799+0000 7f728c56c700 -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-03-11T18:03:39.840 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:03:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.7[51305]: debug 2024-03-11T18:03:39.799+0000 7f728c56c700 -1 osd.7 108 *** Got signal Terminated *** 2024-03-11T18:03:39.840 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:03:39 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.7[51305]: debug 2024-03-11T18:03:39.799+0000 7f728c56c700 -1 osd.7 108 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-11T18:03:40.589 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:03:40 smithi176 bash[81364]: ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd.7 2024-03-11T18:03:40.610 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:03:41.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: pgmap v209: 129 pgs: 129 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:03:41.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.0 2024-03-11T18:03:41.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 failed (root=default,host=smithi176) (connection refused reported by osd.0) 2024-03-11T18:03:41.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.3 2024-03-11T18:03:41.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.5 2024-03-11T18:03:41.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.0 2024-03-11T18:03:41.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.1 2024-03-11T18:03:41.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.2 2024-03-11T18:03:41.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.3 2024-03-11T18:03:41.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.4 2024-03-11T18:03:41.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.1 2024-03-11T18:03:41.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.2 2024-03-11T18:03:41.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.5 2024-03-11T18:03:41.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.6 2024-03-11T18:03:41.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.4 2024-03-11T18:03:41.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.6 2024-03-11T18:03:41.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.5 2024-03-11T18:03:41.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.2 2024-03-11T18:03:41.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.1 2024-03-11T18:03:41.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.0 2024-03-11T18:03:41.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.5 2024-03-11T18:03:41.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.5 2024-03-11T18:03:41.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.0 2024-03-11T18:03:41.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.1 2024-03-11T18:03:41.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.2 2024-03-11T18:03:41.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.3 2024-03-11T18:03:41.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.6 2024-03-11T18:03:41.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.0 2024-03-11T18:03:41.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.1 2024-03-11T18:03:41.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.2 2024-03-11T18:03:41.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.3 2024-03-11T18:03:41.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.4 2024-03-11T18:03:41.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.4 2024-03-11T18:03:41.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.6 2024-03-11T18:03:41.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.2 2024-03-11T18:03:41.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.5 2024-03-11T18:03:41.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.1 2024-03-11T18:03:41.060 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:40 smithi132 ceph-mon[92421]: osd.7 reported immediately failed by osd.0 2024-03-11T18:03:41.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: pgmap v209: 129 pgs: 129 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:03:41.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.0 2024-03-11T18:03:41.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 failed (root=default,host=smithi176) (connection refused reported by osd.0) 2024-03-11T18:03:41.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.3 2024-03-11T18:03:41.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.5 2024-03-11T18:03:41.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.0 2024-03-11T18:03:41.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.1 2024-03-11T18:03:41.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.2 2024-03-11T18:03:41.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.3 2024-03-11T18:03:41.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.4 2024-03-11T18:03:41.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.1 2024-03-11T18:03:41.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.2 2024-03-11T18:03:41.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.5 2024-03-11T18:03:41.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.6 2024-03-11T18:03:41.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.4 2024-03-11T18:03:41.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.6 2024-03-11T18:03:41.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.5 2024-03-11T18:03:41.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.2 2024-03-11T18:03:41.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.1 2024-03-11T18:03:41.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.0 2024-03-11T18:03:41.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.5 2024-03-11T18:03:41.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.5 2024-03-11T18:03:41.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.0 2024-03-11T18:03:41.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.1 2024-03-11T18:03:41.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.2 2024-03-11T18:03:41.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.3 2024-03-11T18:03:41.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.6 2024-03-11T18:03:41.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.0 2024-03-11T18:03:41.092 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.1 2024-03-11T18:03:41.092 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.2 2024-03-11T18:03:41.092 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.3 2024-03-11T18:03:41.092 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.4 2024-03-11T18:03:41.092 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.4 2024-03-11T18:03:41.092 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.6 2024-03-11T18:03:41.092 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.2 2024-03-11T18:03:41.092 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.5 2024-03-11T18:03:41.092 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.1 2024-03-11T18:03:41.092 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:40 smithi176 ceph-mon[67829]: osd.7 reported immediately failed by osd.0 2024-03-11T18:03:41.984 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:41 smithi176 ceph-mon[67829]: Health check failed: 1 osds down (OSD_DOWN) 2024-03-11T18:03:41.984 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:41 smithi176 ceph-mon[67829]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-03-11T18:03:41.984 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:41 smithi176 ceph-mon[67829]: osdmap e109: 8 total, 7 up, 8 in 2024-03-11T18:03:41.984 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:41 smithi176 ceph-mon[67829]: osdmap e110: 8 total, 7 up, 8 in 2024-03-11T18:03:42.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:41 smithi132 ceph-mon[92421]: Health check failed: 1 osds down (OSD_DOWN) 2024-03-11T18:03:42.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:41 smithi132 ceph-mon[92421]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-03-11T18:03:42.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:41 smithi132 ceph-mon[92421]: osdmap e109: 8 total, 7 up, 8 in 2024-03-11T18:03:42.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:41 smithi132 ceph-mon[92421]: osdmap e110: 8 total, 7 up, 8 in 2024-03-11T18:03:42.589 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:03:42 smithi176 systemd[1]: ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@osd.7.service: Succeeded. 2024-03-11T18:03:42.589 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:03:42 smithi176 systemd[1]: Stopped Ceph osd.7 for cb5f33fe-dfcd-11ee-95c8-87774f69a715. 2024-03-11T18:03:42.589 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:03:42 smithi176 systemd[1]: Starting Ceph osd.7 for cb5f33fe-dfcd-11ee-95c8-87774f69a715... 2024-03-11T18:03:43.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:42 smithi132 ceph-mon[92421]: pgmap v211: 129 pgs: 16 stale+active+clean, 113 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-03-11T18:03:43.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:42 smithi176 ceph-mon[67829]: pgmap v211: 129 pgs: 16 stale+active+clean, 113 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-03-11T18:03:43.712 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:03:43 smithi176 bash[81651]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-03-11T18:03:43.712 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:03:43 smithi176 bash[81651]: 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-03-11T18:03:43.712 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:03:43 smithi176 bash[81651]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-03-11T18:03:43.712 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:03:43 smithi176 bash[81651]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-03-11T18:03:43.712 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:03:43 smithi176 bash[81651]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-03-11T18:03:43.712 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:03:43 smithi176 bash[81651]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-03-11T18:03:43.712 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:03:43 smithi176 bash[81651]: --> ceph-volume raw activate successful for osd ID: 7 2024-03-11T18:03:44.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:43 smithi132 ceph-mon[92421]: pgmap v213: 129 pgs: 26 active+undersized+degraded, 12 peering, 2 stale+active+clean, 9 active+undersized, 80 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 168/1500 objects degraded (11.200%) 2024-03-11T18:03:44.088 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:43 smithi176 ceph-mon[67829]: pgmap v213: 129 pgs: 26 active+undersized+degraded, 12 peering, 2 stale+active+clean, 9 active+undersized, 80 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 168/1500 objects degraded (11.200%) 2024-03-11T18:03:45.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:44 smithi132 ceph-mon[92421]: Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2024-03-11T18:03:45.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:44 smithi132 ceph-mon[92421]: Health check failed: Degraded data redundancy: 168/1500 objects degraded (11.200%), 26 pgs degraded (PG_DEGRADED) 2024-03-11T18:03:45.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:44 smithi176 ceph-mon[67829]: Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2024-03-11T18:03:45.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:44 smithi176 ceph-mon[67829]: Health check failed: Degraded data redundancy: 168/1500 objects degraded (11.200%), 26 pgs degraded (PG_DEGRADED) 2024-03-11T18:03:45.089 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:03:44 smithi176 ceph-osd[81962]: -- 172.21.15.176:0/3573176386 <== mon.1 v2:172.21.15.176:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5650907284e0 con 0x5650906f8c00 2024-03-11T18:03:45.089 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:03:44 smithi176 bash[81924]: 5c3f3ca15d55839dd435210bb3db10a3a83723b7218246e8e01ba6a5dcdd8dd2 2024-03-11T18:03:45.089 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:03:44 smithi176 systemd[1]: Started Ceph osd.7 for cb5f33fe-dfcd-11ee-95c8-87774f69a715. 2024-03-11T18:03:45.549 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:03:45 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:03:45.192+0000 7f815080f640 -1 Falling back to public interface 2024-03-11T18:03:45.644 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:03:45.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:45 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:45.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:45 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:45.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:45 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:03:45.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:45 smithi176 ceph-mon[67829]: pgmap v214: 129 pgs: 31 active+undersized+degraded, 12 peering, 13 active+undersized, 73 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 208/1500 objects degraded (13.867%) 2024-03-11T18:03:46.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:45 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:46.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:45 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:46.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:45 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:03:46.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:45 smithi132 ceph-mon[92421]: pgmap v214: 129 pgs: 31 active+undersized+degraded, 12 peering, 13 active+undersized, 73 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 208/1500 objects degraded (13.867%) 2024-03-11T18:03:47.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:47 smithi132 ceph-mon[92421]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 2 pgs peering) 2024-03-11T18:03:47.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:47 smithi176 ceph-mon[67829]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 2 pgs peering) 2024-03-11T18:03:48.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:48 smithi132 ceph-mon[92421]: pgmap v215: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 232/1500 objects degraded (15.467%) 2024-03-11T18:03:48.588 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:48 smithi176 ceph-mon[67829]: pgmap v215: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 232/1500 objects degraded (15.467%) 2024-03-11T18:03:50.208 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:49 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:50.208 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:49 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:50.208 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:49 smithi176 ceph-mon[67829]: pgmap v216: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 240 B/s wr, 0 op/s; 232/1500 objects degraded (15.467%) 2024-03-11T18:03:50.208 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:49 smithi176 ceph-mon[67829]: Health check update: Degraded data redundancy: 232/1500 objects degraded (15.467%), 37 pgs degraded (PG_DEGRADED) 2024-03-11T18:03:50.208 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:49 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:50.208 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:49 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:50.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:49 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:50.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:49 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:50.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:49 smithi132 ceph-mon[92421]: pgmap v216: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 240 B/s wr, 0 op/s; 232/1500 objects degraded (15.467%) 2024-03-11T18:03:50.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:49 smithi132 ceph-mon[92421]: Health check update: Degraded data redundancy: 232/1500 objects degraded (15.467%), 37 pgs degraded (PG_DEGRADED) 2024-03-11T18:03:50.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:49 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:50.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:49 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:50.682 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:03:50.838 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:03:50 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:03:50.631+0000 7f815080f640 -1 osd.7 0 read_superblock omap replica is missing. 2024-03-11T18:03:51.314 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:03:51 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:03:51.314+0000 7f815080f640 -1 osd.7 108 log_to_monitors true 2024-03-11T18:03:52.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:52 smithi132 ceph-mon[92421]: pgmap v217: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 232/1500 objects degraded (15.467%) 2024-03-11T18:03:52.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:52 smithi132 ceph-mon[92421]: from='osd.7 [v2:172.21.15.176:6824/673298958,v1:172.21.15.176:6825/673298958]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-11T18:03:52.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:52 smithi132 ceph-mon[92421]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-11T18:03:52.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:52 smithi176 ceph-mon[67829]: pgmap v217: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 318 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 232/1500 objects degraded (15.467%) 2024-03-11T18:03:52.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:52 smithi176 ceph-mon[67829]: from='osd.7 [v2:172.21.15.176:6824/673298958,v1:172.21.15.176:6825/673298958]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-11T18:03:52.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:52 smithi176 ceph-mon[67829]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-11T18:03:52.590 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:03:52 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:03:52.253+0000 7f813f463700 -1 osd.7 108 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-03-11T18:03:53.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:53 smithi176 ceph-mon[67829]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-11T18:03:53.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:53 smithi176 ceph-mon[67829]: osdmap e111: 8 total, 7 up, 8 in 2024-03-11T18:03:53.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:53 smithi176 ceph-mon[67829]: from='osd.7 [v2:172.21.15.176:6824/673298958,v1:172.21.15.176:6825/673298958]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2024-03-11T18:03:53.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:53 smithi176 ceph-mon[67829]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2024-03-11T18:03:53.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:53 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:53.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:53 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:03:53.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:53 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:53.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:53 smithi132 ceph-mon[92421]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-11T18:03:53.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:53 smithi132 ceph-mon[92421]: osdmap e111: 8 total, 7 up, 8 in 2024-03-11T18:03:53.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:53 smithi132 ceph-mon[92421]: from='osd.7 [v2:172.21.15.176:6824/673298958,v1:172.21.15.176:6825/673298958]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2024-03-11T18:03:53.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:53 smithi132 ceph-mon[92421]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2024-03-11T18:03:53.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:53 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:53.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:53 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:03:53.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:53 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:54.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: pgmap v219: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 232/1500 objects degraded (15.467%) 2024-03-11T18:03:54.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-11T18:03:54.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: osd.7 [v2:172.21.15.176:6824/673298958,v1:172.21.15.176:6825/673298958] boot 2024-03-11T18:03:54.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: osdmap e112: 8 total, 8 up, 8 in 2024-03-11T18:03:54.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T18:03:54.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:54.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:54.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:03:54.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T18:03:54.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: pgmap v221: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 325 B/s rd, 162 B/s wr, 0 op/s; 232/1500 objects degraded (15.467%) 2024-03-11T18:03:54.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: pgmap v222: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 238 B/s wr, 0 op/s; 232/1500 objects degraded (15.467%) 2024-03-11T18:03:54.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:54.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:54.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:03:54.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:03:54.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:03:54.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:03:54.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:03:54.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: Upgrade: Setting container_image for all osd 2024-03-11T18:03:54.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:54.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-03-11T18:03:54.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-03-11T18:03:54.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-03-11T18:03:54.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-03-11T18:03:54.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-03-11T18:03:54.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-03-11T18:03:54.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-03-11T18:03:54.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-03-11T18:03:54.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-03-11T18:03:54.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-03-11T18:03:54.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-03-11T18:03:54.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-03-11T18:03:54.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-03-11T18:03:54.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-03-11T18:03:54.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-03-11T18:03:54.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-03-11T18:03:54.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: Upgrade: Setting require_osd_release to 18 reef 2024-03-11T18:03:54.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd require-osd-release", "release": "reef"}]: dispatch 2024-03-11T18:03:54.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-03-11T18:03:54.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "osd require-osd-release", "release": "reef"}]': finished 2024-03-11T18:03:54.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: osdmap e113: 8 total, 8 up, 8 in 2024-03-11T18:03:54.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:54 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi132.jgrugp"]}]: dispatch 2024-03-11T18:03:54.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: pgmap v219: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 232/1500 objects degraded (15.467%) 2024-03-11T18:03:54.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-03-11T18:03:54.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: osd.7 [v2:172.21.15.176:6824/673298958,v1:172.21.15.176:6825/673298958] boot 2024-03-11T18:03:54.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: osdmap e112: 8 total, 8 up, 8 in 2024-03-11T18:03:54.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-11T18:03:54.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:54.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:54.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:03:54.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T18:03:54.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: pgmap v221: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 325 B/s rd, 162 B/s wr, 0 op/s; 232/1500 objects degraded (15.467%) 2024-03-11T18:03:54.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: pgmap v222: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 238 B/s wr, 0 op/s; 232/1500 objects degraded (15.467%) 2024-03-11T18:03:54.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:54.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:54.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:03:54.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:03:54.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:03:54.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:03:54.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:03:54.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: Upgrade: Setting container_image for all osd 2024-03-11T18:03:54.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:54.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-03-11T18:03:54.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-03-11T18:03:54.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-03-11T18:03:54.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-03-11T18:03:54.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-03-11T18:03:54.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-03-11T18:03:54.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-03-11T18:03:54.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-03-11T18:03:54.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-03-11T18:03:54.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-03-11T18:03:54.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-03-11T18:03:54.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-03-11T18:03:54.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-03-11T18:03:54.592 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-03-11T18:03:54.592 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-03-11T18:03:54.592 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-03-11T18:03:54.592 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: Upgrade: Setting require_osd_release to 18 reef 2024-03-11T18:03:54.592 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd require-osd-release", "release": "reef"}]: dispatch 2024-03-11T18:03:54.592 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-03-11T18:03:54.592 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "osd require-osd-release", "release": "reef"}]': finished 2024-03-11T18:03:54.592 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: osdmap e113: 8 total, 8 up, 8 in 2024-03-11T18:03:54.592 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:54 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi132.jgrugp"]}]: dispatch 2024-03-11T18:03:55.420 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:55 smithi132 ceph-mon[92421]: Upgrade: It appears safe to stop mds.foofs.smithi132.jgrugp 2024-03-11T18:03:55.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:55 smithi176 ceph-mon[67829]: Upgrade: It appears safe to stop mds.foofs.smithi132.jgrugp 2024-03-11T18:03:55.728 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:03:56.145 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T18:03:56.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:56 smithi132 ceph-mon[92421]: pgmap v224: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 232/1500 objects degraded (15.467%) 2024-03-11T18:03:56.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:56 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:56.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:56 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi132.jgrugp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-03-11T18:03:56.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:56 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:03:56.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:56 smithi176 ceph-mon[67829]: pgmap v224: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 232/1500 objects degraded (15.467%) 2024-03-11T18:03:56.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:56 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:03:56.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:56 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi132.jgrugp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-03-11T18:03:56.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:56 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:03:56.803 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T18:03:56.803 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 running (15m) 2m ago 25m 19.0M - 0.20.0 0881eb8f169f bb4eb0a75e19 2024-03-11T18:03:56.803 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (4m) 2m ago 25m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 dd8d18baa2cc 2024-03-11T18:03:56.803 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (4m) 7s ago 24m 6656k - 18.2.1-802-ge1b0c2aa 38c4ca238582 6645c9ce3955 2024-03-11T18:03:56.803 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (12m) 2m ago 25m 35.5M - 6.7.4 557c83e11646 f0913cd370a6 2024-03-11T18:03:56.804 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (20m) 2m ago 20m 41.0M - 16.2.5 6933c2a0b7dd b65aa7a444c0 2024-03-11T18:03:56.804 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (20m) 7s ago 20m 16.5M - 16.2.5 6933c2a0b7dd 28827b563483 2024-03-11T18:03:56.804 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:8443,9283,8765 running (6m) 2m ago 27m 499M - 18.2.1-802-ge1b0c2aa 38c4ca238582 750c6b34adfe 2024-03-11T18:03:56.804 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283,8765 running (5m) 7s ago 24m 449M - 18.2.1-802-ge1b0c2aa 38c4ca238582 f8840875a1ba 2024-03-11T18:03:56.804 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (5m) 2m ago 27m 58.0M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 324a4a17eb3e 2024-03-11T18:03:56.804 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (5m) 7s ago 24m 54.5M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 4e15ff1139fe 2024-03-11T18:03:56.804 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (17m) 2m ago 17m 80.8M - 3.5 6933c2a0b7dd aee2a66a3a0d 2024-03-11T18:03:56.804 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (17m) 7s ago 17m 79.3M - 3.5 6933c2a0b7dd 72a9313be656 2024-03-11T18:03:56.804 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (10m) 2m ago 25m 17.2M - 0.18.1 e5a616e4b9cf e2b1d1f8d438 2024-03-11T18:03:56.805 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (6m) 7s ago 24m 9084k - 0.18.1 e5a616e4b9cf 528a17530a59 2024-03-11T18:03:56.805 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (4m) 2m ago 24m 120M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 a3431b50e5bd 2024-03-11T18:03:56.805 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (3m) 2m ago 23m 104M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 21c26e2408c3 2024-03-11T18:03:56.805 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (3m) 2m ago 23m 88.9M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 4ed57046f859 2024-03-11T18:03:56.805 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (2m) 2m ago 22m 10.3M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 bf497bff1a29 2024-03-11T18:03:56.805 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (116s) 7s ago 22m 127M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 7371604021ad 2024-03-11T18:03:56.805 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (81s) 7s ago 22m 120M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 377bdf9bd091 2024-03-11T18:03:56.806 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (46s) 7s ago 22m 105M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 b4a1a7523a60 2024-03-11T18:03:56.806 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (12s) 7s ago 21m 10.3M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 5c3f3ca15d55 2024-03-11T18:03:56.806 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 error 2m ago 25m - - 2024-03-11T18:03:57.198 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T18:03:57.199 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T18:03:57.199 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:03:57.199 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:03:57.199 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T18:03:57.199 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:03:57.199 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:03:57.199 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T18:03:57.200 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 8 2024-03-11T18:03:57.200 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:03:57.200 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T18:03:57.200 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-03-11T18:03:57.200 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:03:57.200 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T18:03:57.200 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2, 2024-03-11T18:03:57.200 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 12 2024-03-11T18:03:57.200 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T18:03:57.201 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T18:03:57.509 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:57 smithi132 ceph-mon[92421]: Upgrade: Updating mds.foofs.smithi132.jgrugp 2024-03-11T18:03:57.509 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:57 smithi132 ceph-mon[92421]: Deploying daemon mds.foofs.smithi132.jgrugp on smithi132 2024-03-11T18:03:57.509 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:57 smithi132 ceph-mon[92421]: from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:03:57.509 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:57 smithi132 ceph-mon[92421]: from='client.34396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:03:57.510 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:57 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/2500515953' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:03:57.532 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T18:03:57.532 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T18:03:57.532 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T18:03:57.532 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T18:03:57.532 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [ 2024-03-11T18:03:57.532 INFO:teuthology.orchestra.run.smithi132.stdout: "crash", 2024-03-11T18:03:57.532 INFO:teuthology.orchestra.run.smithi132.stdout: "osd", 2024-03-11T18:03:57.533 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr", 2024-03-11T18:03:57.533 INFO:teuthology.orchestra.run.smithi132.stdout: "mon" 2024-03-11T18:03:57.533 INFO:teuthology.orchestra.run.smithi132.stdout: ], 2024-03-11T18:03:57.533 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "14/23 daemons upgraded", 2024-03-11T18:03:57.533 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "Currently upgrading mds daemons", 2024-03-11T18:03:57.533 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T18:03:57.533 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T18:03:57.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:57 smithi176 ceph-mon[67829]: Upgrade: Updating mds.foofs.smithi132.jgrugp 2024-03-11T18:03:57.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:57 smithi176 ceph-mon[67829]: Deploying daemon mds.foofs.smithi132.jgrugp on smithi132 2024-03-11T18:03:57.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:57 smithi176 ceph-mon[67829]: from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:03:57.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:57 smithi176 ceph-mon[67829]: from='client.34396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:03:57.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:57 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/2500515953' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:03:57.969 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 filesystem is degraded; insufficient standby MDS daemons available; Degraded data redundancy: 232/1500 objects degraded (15.467%), 37 pgs degraded 2024-03-11T18:03:57.969 INFO:teuthology.orchestra.run.smithi132.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T18:03:57.969 INFO:teuthology.orchestra.run.smithi132.stdout: daemon prometheus.smithi132 on smithi132 is in error state 2024-03-11T18:03:57.970 INFO:teuthology.orchestra.run.smithi132.stdout:[WRN] FS_DEGRADED: 1 filesystem is degraded 2024-03-11T18:03:57.970 INFO:teuthology.orchestra.run.smithi132.stdout: fs foofs is degraded 2024-03-11T18:03:57.970 INFO:teuthology.orchestra.run.smithi132.stdout:[WRN] MDS_INSUFFICIENT_STANDBY: insufficient standby MDS daemons available 2024-03-11T18:03:57.970 INFO:teuthology.orchestra.run.smithi132.stdout: have 0; want 1 more 2024-03-11T18:03:57.970 INFO:teuthology.orchestra.run.smithi132.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 232/1500 objects degraded (15.467%), 37 pgs degraded 2024-03-11T18:03:57.970 INFO:teuthology.orchestra.run.smithi132.stdout: pg 1.0 is active+undersized+degraded, acting [0,6] 2024-03-11T18:03:57.970 INFO:teuthology.orchestra.run.smithi132.stdout: pg 2.0 is active+undersized+degraded, acting [1,0] 2024-03-11T18:03:57.970 INFO:teuthology.orchestra.run.smithi132.stdout: pg 2.3 is active+undersized+degraded, acting [5,2] 2024-03-11T18:03:57.970 INFO:teuthology.orchestra.run.smithi132.stdout: pg 2.4 is active+undersized+degraded, acting [1,0] 2024-03-11T18:03:57.970 INFO:teuthology.orchestra.run.smithi132.stdout: pg 2.5 is active+undersized+degraded, acting [0,4] 2024-03-11T18:03:57.970 INFO:teuthology.orchestra.run.smithi132.stdout: pg 2.7 is active+undersized+degraded, acting [6,2] 2024-03-11T18:03:57.970 INFO:teuthology.orchestra.run.smithi132.stdout: pg 2.9 is active+undersized+degraded, acting [1,3] 2024-03-11T18:03:57.970 INFO:teuthology.orchestra.run.smithi132.stdout: pg 2.a is active+undersized+degraded, acting [1,3] 2024-03-11T18:03:57.971 INFO:teuthology.orchestra.run.smithi132.stdout: pg 2.b is active+undersized+degraded, acting [4,5] 2024-03-11T18:03:57.971 INFO:teuthology.orchestra.run.smithi132.stdout: pg 2.e is active+undersized+degraded, acting [2,3] 2024-03-11T18:03:57.971 INFO:teuthology.orchestra.run.smithi132.stdout: pg 2.f is active+undersized+degraded, acting [4,0] 2024-03-11T18:03:57.971 INFO:teuthology.orchestra.run.smithi132.stdout: pg 2.12 is active+undersized+degraded, acting [5,3] 2024-03-11T18:03:57.971 INFO:teuthology.orchestra.run.smithi132.stdout: pg 2.18 is active+undersized+degraded, acting [5,4] 2024-03-11T18:03:57.971 INFO:teuthology.orchestra.run.smithi132.stdout: pg 2.1a is active+undersized+degraded, acting [6,4] 2024-03-11T18:03:57.971 INFO:teuthology.orchestra.run.smithi132.stdout: pg 2.1b is active+undersized+degraded, acting [3,6] 2024-03-11T18:03:57.971 INFO:teuthology.orchestra.run.smithi132.stdout: pg 2.1c is active+undersized+degraded, acting [5,2] 2024-03-11T18:03:57.971 INFO:teuthology.orchestra.run.smithi132.stdout: pg 2.1d is active+undersized+degraded, acting [6,0] 2024-03-11T18:03:57.971 INFO:teuthology.orchestra.run.smithi132.stdout: pg 2.1f is active+undersized+degraded, acting [0,4] 2024-03-11T18:03:57.971 INFO:teuthology.orchestra.run.smithi132.stdout: pg 3.7 is active+undersized+degraded, acting [3,0] 2024-03-11T18:03:57.971 INFO:teuthology.orchestra.run.smithi132.stdout: pg 3.8 is active+undersized+degraded, acting [3,1] 2024-03-11T18:03:57.971 INFO:teuthology.orchestra.run.smithi132.stdout: pg 3.9 is active+undersized+degraded, acting [4,2] 2024-03-11T18:03:57.971 INFO:teuthology.orchestra.run.smithi132.stdout: pg 3.d is active+undersized+degraded, acting [5,6] 2024-03-11T18:03:57.971 INFO:teuthology.orchestra.run.smithi132.stdout: pg 3.e is active+undersized+degraded, acting [4,1] 2024-03-11T18:03:57.972 INFO:teuthology.orchestra.run.smithi132.stdout: pg 3.f is active+undersized+degraded, acting [4,0] 2024-03-11T18:03:57.972 INFO:teuthology.orchestra.run.smithi132.stdout: pg 3.11 is active+undersized+degraded, acting [4,6] 2024-03-11T18:03:57.972 INFO:teuthology.orchestra.run.smithi132.stdout: pg 3.12 is active+undersized+degraded, acting [0,3] 2024-03-11T18:03:57.972 INFO:teuthology.orchestra.run.smithi132.stdout: pg 3.13 is active+undersized+degraded, acting [4,2] 2024-03-11T18:03:57.972 INFO:teuthology.orchestra.run.smithi132.stdout: pg 3.14 is active+undersized+degraded, acting [4,6] 2024-03-11T18:03:57.972 INFO:teuthology.orchestra.run.smithi132.stdout: pg 3.15 is active+undersized+degraded, acting [3,4] 2024-03-11T18:03:57.972 INFO:teuthology.orchestra.run.smithi132.stdout: pg 3.16 is active+undersized+degraded, acting [5,1] 2024-03-11T18:03:57.972 INFO:teuthology.orchestra.run.smithi132.stdout: pg 3.1b is active+undersized+degraded, acting [0,4] 2024-03-11T18:03:57.972 INFO:teuthology.orchestra.run.smithi132.stdout: pg 4.0 is active+undersized+degraded, acting [3,0] 2024-03-11T18:03:57.972 INFO:teuthology.orchestra.run.smithi132.stdout: pg 4.5 is active+undersized+degraded, acting [6,4] 2024-03-11T18:03:57.972 INFO:teuthology.orchestra.run.smithi132.stdout: pg 4.a is active+undersized+degraded, acting [6,1] 2024-03-11T18:03:57.972 INFO:teuthology.orchestra.run.smithi132.stdout: pg 4.14 is active+undersized+degraded, acting [3,1] 2024-03-11T18:03:57.972 INFO:teuthology.orchestra.run.smithi132.stdout: pg 5.14 is active+undersized+degraded, acting [3,2] 2024-03-11T18:03:57.972 INFO:teuthology.orchestra.run.smithi132.stdout: pg 5.19 is active+undersized+degraded, acting [1,5] 2024-03-11T18:03:58.281 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:03:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:03:57.922+0000 7f38038a7700 -1 bdev(0x55751f67c000 /var/lib/ceph/osd/ceph-6/block) aio_submit retries 3 2024-03-11T18:03:58.281 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:03:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:03:57.922+0000 7f38060ac700 -1 bdev(0x55751f67c000 /var/lib/ceph/osd/ceph-6/block) aio_submit retries 5 2024-03-11T18:03:58.281 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:03:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:03:57.923+0000 7f38048a9700 -1 bdev(0x55751f67c000 /var/lib/ceph/osd/ceph-6/block) aio_submit retries 9 2024-03-11T18:03:58.282 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:57 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon-smithi132[92397]: 2024-03-11T18:03:57.896+0000 7feec70ca700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-03-11T18:03:58.282 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:58 smithi176 ceph-mon[67829]: from='client.34400 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:03:58.282 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:58 smithi176 ceph-mon[67829]: pgmap v225: 129 pgs: 6 active+undersized+degraded, 5 active+undersized, 118 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 476 B/s rd, 238 B/s wr, 0 op/s; 60/1500 objects degraded (4.000%) 2024-03-11T18:03:58.282 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:58 smithi176 ceph-mon[67829]: from='client.34408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:03:58.282 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:58 smithi176 ceph-mon[67829]: daemon mds.foofs.smithi132.jgrugp compat changed unexpectedly 2024-03-11T18:03:58.283 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:58 smithi176 ceph-mon[67829]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-03-11T18:03:58.283 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:58 smithi176 ceph-mon[67829]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-03-11T18:03:58.283 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:58 smithi176 ceph-mon[67829]: osdmap e114: 8 total, 8 up, 8 in 2024-03-11T18:03:58.283 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:58 smithi176 ceph-mon[67829]: Standby daemon mds.foofs.smithi176.fmhxul assigned to filesystem foofs as rank 0 2024-03-11T18:03:58.283 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:58 smithi176 ceph-mon[67829]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-03-11T18:03:58.283 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:58 smithi176 ceph-mon[67829]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-03-11T18:03:58.283 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:58 smithi176 ceph-mon[67829]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-03-11T18:03:58.283 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:58 smithi176 ceph-mon[67829]: fsmap foofs:1/1 {0=foofs.smithi176.fmhxul=up:replay} 2024-03-11T18:03:58.283 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:58 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/3423274071' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T18:03:58.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:58 smithi132 ceph-mon[92421]: from='client.34400 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:03:58.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:58 smithi132 ceph-mon[92421]: pgmap v225: 129 pgs: 6 active+undersized+degraded, 5 active+undersized, 118 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 476 B/s rd, 238 B/s wr, 0 op/s; 60/1500 objects degraded (4.000%) 2024-03-11T18:03:58.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:58 smithi132 ceph-mon[92421]: from='client.34408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:03:58.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:58 smithi132 ceph-mon[92421]: daemon mds.foofs.smithi132.jgrugp compat changed unexpectedly 2024-03-11T18:03:58.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:58 smithi132 ceph-mon[92421]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-03-11T18:03:58.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:58 smithi132 ceph-mon[92421]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-03-11T18:03:58.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:58 smithi132 ceph-mon[92421]: osdmap e114: 8 total, 8 up, 8 in 2024-03-11T18:03:58.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:58 smithi132 ceph-mon[92421]: Standby daemon mds.foofs.smithi176.fmhxul assigned to filesystem foofs as rank 0 2024-03-11T18:03:58.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:58 smithi132 ceph-mon[92421]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-03-11T18:03:58.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:58 smithi132 ceph-mon[92421]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-03-11T18:03:58.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:58 smithi132 ceph-mon[92421]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-03-11T18:03:58.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:58 smithi132 ceph-mon[92421]: fsmap foofs:1/1 {0=foofs.smithi176.fmhxul=up:replay} 2024-03-11T18:03:58.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:58 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/3423274071' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T18:03:59.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:59 smithi132 ceph-mon[92421]: Health check update: Degraded data redundancy: 60/1500 objects degraded (4.000%), 6 pgs degraded (PG_DEGRADED) 2024-03-11T18:03:59.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:03:59 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi132.jgrugp"}]: dispatch 2024-03-11T18:03:59.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:59 smithi176 ceph-mon[67829]: Health check update: Degraded data redundancy: 60/1500 objects degraded (4.000%), 6 pgs degraded (PG_DEGRADED) 2024-03-11T18:03:59.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:03:59 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi132.jgrugp"}]: dispatch 2024-03-11T18:04:00.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:00 smithi132 ceph-mon[92421]: mds.? [v2:172.21.15.176:6832/694043480,v1:172.21.15.176:6833/694043480] up:reconnect 2024-03-11T18:04:00.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:00 smithi132 ceph-mon[92421]: fsmap foofs:1/1 {0=foofs.smithi176.fmhxul=up:reconnect} 2024-03-11T18:04:00.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:00 smithi132 ceph-mon[92421]: pgmap v227: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 683 KiB/s rd, 170 B/s wr, 1 op/s 2024-03-11T18:04:00.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:00 smithi176 ceph-mon[67829]: mds.? [v2:172.21.15.176:6832/694043480,v1:172.21.15.176:6833/694043480] up:reconnect 2024-03-11T18:04:00.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:00 smithi176 ceph-mon[67829]: fsmap foofs:1/1 {0=foofs.smithi176.fmhxul=up:reconnect} 2024-03-11T18:04:00.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:00 smithi176 ceph-mon[67829]: pgmap v227: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 683 KiB/s rd, 170 B/s wr, 1 op/s 2024-03-11T18:04:00.776 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:04:01.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:01 smithi132 ceph-mon[92421]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 60/1500 objects degraded (4.000%), 6 pgs degraded) 2024-03-11T18:04:01.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:01 smithi132 ceph-mon[92421]: mds.? [v2:172.21.15.176:6832/694043480,v1:172.21.15.176:6833/694043480] up:rejoin 2024-03-11T18:04:01.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:01 smithi132 ceph-mon[92421]: fsmap foofs:1/1 {0=foofs.smithi176.fmhxul=up:rejoin} 2024-03-11T18:04:01.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:01 smithi132 ceph-mon[92421]: daemon mds.foofs.smithi176.fmhxul is now active in filesystem foofs as rank 0 2024-03-11T18:04:01.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:01 smithi176 ceph-mon[67829]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 60/1500 objects degraded (4.000%), 6 pgs degraded) 2024-03-11T18:04:01.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:01 smithi176 ceph-mon[67829]: mds.? [v2:172.21.15.176:6832/694043480,v1:172.21.15.176:6833/694043480] up:rejoin 2024-03-11T18:04:01.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:01 smithi176 ceph-mon[67829]: fsmap foofs:1/1 {0=foofs.smithi176.fmhxul=up:rejoin} 2024-03-11T18:04:01.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:01 smithi176 ceph-mon[67829]: daemon mds.foofs.smithi176.fmhxul is now active in filesystem foofs as rank 0 2024-03-11T18:04:02.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:02 smithi132 ceph-mon[92421]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-03-11T18:04:02.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:02 smithi132 ceph-mon[92421]: mds.? [v2:172.21.15.176:6832/694043480,v1:172.21.15.176:6833/694043480] up:active 2024-03-11T18:04:02.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:02 smithi132 ceph-mon[92421]: fsmap foofs:1 {0=foofs.smithi176.fmhxul=up:active} 2024-03-11T18:04:02.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:02 smithi132 ceph-mon[92421]: pgmap v228: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.0 MiB/s rd, 127 B/s wr, 1 op/s 2024-03-11T18:04:02.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:02 smithi176 ceph-mon[67829]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-03-11T18:04:02.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:02 smithi176 ceph-mon[67829]: mds.? [v2:172.21.15.176:6832/694043480,v1:172.21.15.176:6833/694043480] up:active 2024-03-11T18:04:02.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:02 smithi176 ceph-mon[67829]: fsmap foofs:1 {0=foofs.smithi176.fmhxul=up:active} 2024-03-11T18:04:02.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:02 smithi176 ceph-mon[67829]: pgmap v228: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.0 MiB/s rd, 127 B/s wr, 1 op/s 2024-03-11T18:04:03.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:03 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:04.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:03 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:05.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:04 smithi132 ceph-mon[92421]: pgmap v229: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 221 B/s wr, 11 op/s 2024-03-11T18:04:05.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:04 smithi176 ceph-mon[67829]: pgmap v229: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 221 B/s wr, 11 op/s 2024-03-11T18:04:05.828 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:04:07.032 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:06 smithi132 ceph-mon[92421]: pgmap v230: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 204 B/s wr, 10 op/s 2024-03-11T18:04:07.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:06 smithi176 ceph-mon[67829]: pgmap v230: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 204 B/s wr, 10 op/s 2024-03-11T18:04:08.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:08 smithi132 ceph-mon[92421]: pgmap v231: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 7.5 KiB/s wr, 13 op/s 2024-03-11T18:04:08.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:08 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:08.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:08 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:04:08.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:08 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:08.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:08 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:08.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:08 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:04:08.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:08 smithi176 ceph-mon[67829]: pgmap v231: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 7.5 KiB/s wr, 13 op/s 2024-03-11T18:04:08.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:08 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:08.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:08 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:04:08.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:08 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:08.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:08 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:08.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:08 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:04:09.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:09 smithi132 ceph-mon[92421]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-03-11T18:04:09.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:09 smithi132 ceph-mon[92421]: mds.? [v2:172.21.15.132:6834/1472951069,v1:172.21.15.132:6835/1472951069] up:boot 2024-03-11T18:04:09.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:09 smithi132 ceph-mon[92421]: fsmap foofs:1 {0=foofs.smithi176.fmhxul=up:active} 1 up:standby 2024-03-11T18:04:09.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:09 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi132.jgrugp"}]: dispatch 2024-03-11T18:04:09.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:09 smithi176 ceph-mon[67829]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-03-11T18:04:09.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:09 smithi176 ceph-mon[67829]: mds.? [v2:172.21.15.132:6834/1472951069,v1:172.21.15.132:6835/1472951069] up:boot 2024-03-11T18:04:09.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:09 smithi176 ceph-mon[67829]: fsmap foofs:1 {0=foofs.smithi176.fmhxul=up:active} 1 up:standby 2024-03-11T18:04:09.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:09 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi132.jgrugp"}]: dispatch 2024-03-11T18:04:10.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:10 smithi176 ceph-mon[67829]: pgmap v232: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 6.5 KiB/s wr, 12 op/s 2024-03-11T18:04:10.866 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:04:11.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:10 smithi132 ceph-mon[92421]: pgmap v232: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 6.5 KiB/s wr, 12 op/s 2024-03-11T18:04:12.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:12 smithi132 ceph-mon[92421]: pgmap v233: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 6.3 KiB/s wr, 11 op/s 2024-03-11T18:04:12.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:12 smithi176 ceph-mon[67829]: pgmap v233: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 6.3 KiB/s wr, 11 op/s 2024-03-11T18:04:14.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:13 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:14.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:13 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:14.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:13 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:14.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:13 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:14.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:13 smithi176 ceph-mon[67829]: pgmap v234: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 6.7 KiB/s wr, 10 op/s 2024-03-11T18:04:14.232 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:13 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:14.232 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:13 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:14.232 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:13 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:14.232 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:13 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:14.232 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:13 smithi132 ceph-mon[92421]: pgmap v234: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 6.7 KiB/s wr, 10 op/s 2024-03-11T18:04:15.910 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:04:16.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:16 smithi132 ceph-mon[92421]: pgmap v235: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 682 B/s rd, 6.6 KiB/s wr, 3 op/s 2024-03-11T18:04:16.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:16 smithi176 ceph-mon[67829]: pgmap v235: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 682 B/s rd, 6.6 KiB/s wr, 3 op/s 2024-03-11T18:04:18.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:18 smithi176 ceph-mon[67829]: Detected new or changed devices on smithi132 2024-03-11T18:04:18.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:18.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:18.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:04:18.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T18:04:18.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:18 smithi176 ceph-mon[67829]: pgmap v236: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 863 B/s rd, 6.7 KiB/s wr, 4 op/s 2024-03-11T18:04:18.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:18 smithi176 ceph-mon[67829]: pgmap v237: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 207 B/s rd, 622 B/s wr, 0 op/s 2024-03-11T18:04:18.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:18.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:18.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:04:18.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:04:18.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:04:18.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:04:18.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:04:18.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi176.fmhxul"]}]: dispatch 2024-03-11T18:04:18.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:18 smithi176 ceph-mon[67829]: Upgrade: It appears safe to stop mds.foofs.smithi176.fmhxul 2024-03-11T18:04:18.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:18 smithi132 ceph-mon[92421]: Detected new or changed devices on smithi132 2024-03-11T18:04:18.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:18.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:18.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:04:18.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T18:04:18.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:18 smithi132 ceph-mon[92421]: pgmap v236: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 863 B/s rd, 6.7 KiB/s wr, 4 op/s 2024-03-11T18:04:18.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:18 smithi132 ceph-mon[92421]: pgmap v237: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 207 B/s rd, 622 B/s wr, 0 op/s 2024-03-11T18:04:18.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:18.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:18.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:04:18.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:04:18.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:04:18.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:04:18.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:04:18.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi176.fmhxul"]}]: dispatch 2024-03-11T18:04:18.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:18 smithi132 ceph-mon[92421]: Upgrade: It appears safe to stop mds.foofs.smithi176.fmhxul 2024-03-11T18:04:20.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:20 smithi132 ceph-mon[92421]: Upgrade: Updating mds.foofs.smithi176.fmhxul 2024-03-11T18:04:20.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:20 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:20.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:20 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi176.fmhxul", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-03-11T18:04:20.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:20 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:04:20.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:20 smithi132 ceph-mon[92421]: Deploying daemon mds.foofs.smithi176.fmhxul on smithi176 2024-03-11T18:04:20.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:20 smithi132 ceph-mon[92421]: pgmap v238: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 207 B/s rd, 1.4 KiB/s wr, 1 op/s 2024-03-11T18:04:20.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:20 smithi176 ceph-mon[67829]: Upgrade: Updating mds.foofs.smithi176.fmhxul 2024-03-11T18:04:20.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:20 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:20.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:20 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi176.fmhxul", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-03-11T18:04:20.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:20 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:04:20.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:20 smithi176 ceph-mon[67829]: Deploying daemon mds.foofs.smithi176.fmhxul on smithi176 2024-03-11T18:04:20.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:20 smithi176 ceph-mon[67829]: pgmap v238: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 207 B/s rd, 1.4 KiB/s wr, 1 op/s 2024-03-11T18:04:20.951 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:04:21.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:21 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon-smithi132[92397]: 2024-03-11T18:04:21.141+0000 7feec70ca700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-03-11T18:04:21.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:21 smithi132 ceph-mon[92421]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-03-11T18:04:21.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:21 smithi132 ceph-mon[92421]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-03-11T18:04:21.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:21 smithi132 ceph-mon[92421]: osdmap e115: 8 total, 8 up, 8 in 2024-03-11T18:04:21.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:21 smithi132 ceph-mon[92421]: Standby daemon mds.foofs.smithi132.jgrugp assigned to filesystem foofs as rank 0 2024-03-11T18:04:21.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:21 smithi132 ceph-mon[92421]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-03-11T18:04:21.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:21 smithi132 ceph-mon[92421]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-03-11T18:04:21.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:21 smithi132 ceph-mon[92421]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-03-11T18:04:21.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:21 smithi132 ceph-mon[92421]: fsmap foofs:1/1 {0=foofs.smithi132.jgrugp=up:replay} 2024-03-11T18:04:21.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:21 smithi176 ceph-mon[67829]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-03-11T18:04:21.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:21 smithi176 ceph-mon[67829]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-03-11T18:04:21.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:21 smithi176 ceph-mon[67829]: osdmap e115: 8 total, 8 up, 8 in 2024-03-11T18:04:21.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:21 smithi176 ceph-mon[67829]: Standby daemon mds.foofs.smithi132.jgrugp assigned to filesystem foofs as rank 0 2024-03-11T18:04:21.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:21 smithi176 ceph-mon[67829]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-03-11T18:04:21.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:21 smithi176 ceph-mon[67829]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-03-11T18:04:21.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:21 smithi176 ceph-mon[67829]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-03-11T18:04:21.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:21 smithi176 ceph-mon[67829]: fsmap foofs:1/1 {0=foofs.smithi132.jgrugp=up:replay} 2024-03-11T18:04:21.590 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:04:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:04:21.165+0000 7f38038a7700 -1 bdev(0x55751f67c000 /var/lib/ceph/osd/ceph-6/block) aio_submit retries 3 2024-03-11T18:04:21.590 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:04:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:04:21.166+0000 7f38020a4700 -1 bdev(0x55751f67c000 /var/lib/ceph/osd/ceph-6/block) aio_submit retries 6 2024-03-11T18:04:21.590 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:04:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:04:21.168+0000 7f38048a9700 -1 bdev(0x55751f67c000 /var/lib/ceph/osd/ceph-6/block) aio_submit retries 15 2024-03-11T18:04:21.591 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:04:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:04:21.165+0000 7f8129c38700 -1 bdev(0x5650914ec000 /var/lib/ceph/osd/ceph-7/block) aio_submit retries 1 2024-03-11T18:04:22.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:22 smithi132 ceph-mon[92421]: pgmap v240: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.5 MiB/s rd, 1.1 KiB/s wr, 1 op/s 2024-03-11T18:04:22.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:22 smithi176 ceph-mon[67829]: pgmap v240: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.5 MiB/s rd, 1.1 KiB/s wr, 1 op/s 2024-03-11T18:04:23.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:23 smithi132 ceph-mon[92421]: mds.? [v2:172.21.15.132:6834/1472951069,v1:172.21.15.132:6835/1472951069] up:reconnect 2024-03-11T18:04:23.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:23 smithi132 ceph-mon[92421]: fsmap foofs:1/1 {0=foofs.smithi132.jgrugp=up:reconnect} 2024-03-11T18:04:23.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:23.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:04:23.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:23 smithi176 ceph-mon[67829]: mds.? [v2:172.21.15.132:6834/1472951069,v1:172.21.15.132:6835/1472951069] up:reconnect 2024-03-11T18:04:23.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:23 smithi176 ceph-mon[67829]: fsmap foofs:1/1 {0=foofs.smithi132.jgrugp=up:reconnect} 2024-03-11T18:04:23.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:23.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:04:24.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:24 smithi132 ceph-mon[92421]: mds.? [v2:172.21.15.132:6834/1472951069,v1:172.21.15.132:6835/1472951069] up:rejoin 2024-03-11T18:04:24.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:24 smithi132 ceph-mon[92421]: fsmap foofs:1/1 {0=foofs.smithi132.jgrugp=up:rejoin} 2024-03-11T18:04:24.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:24 smithi132 ceph-mon[92421]: daemon mds.foofs.smithi132.jgrugp is now active in filesystem foofs as rank 0 2024-03-11T18:04:24.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:24 smithi132 ceph-mon[92421]: pgmap v241: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 23 MiB/s rd, 1.3 KiB/s wr, 8 op/s 2024-03-11T18:04:24.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:24 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi176.fmhxul"}]: dispatch 2024-03-11T18:04:24.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:24 smithi176 ceph-mon[67829]: mds.? [v2:172.21.15.132:6834/1472951069,v1:172.21.15.132:6835/1472951069] up:rejoin 2024-03-11T18:04:24.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:24 smithi176 ceph-mon[67829]: fsmap foofs:1/1 {0=foofs.smithi132.jgrugp=up:rejoin} 2024-03-11T18:04:24.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:24 smithi176 ceph-mon[67829]: daemon mds.foofs.smithi132.jgrugp is now active in filesystem foofs as rank 0 2024-03-11T18:04:24.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:24 smithi176 ceph-mon[67829]: pgmap v241: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 23 MiB/s rd, 1.3 KiB/s wr, 8 op/s 2024-03-11T18:04:24.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:24 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi176.fmhxul"}]: dispatch 2024-03-11T18:04:25.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:25 smithi132 ceph-mon[92421]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-03-11T18:04:25.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:25 smithi132 ceph-mon[92421]: mds.? [v2:172.21.15.132:6834/1472951069,v1:172.21.15.132:6835/1472951069] up:active 2024-03-11T18:04:25.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:25 smithi132 ceph-mon[92421]: fsmap foofs:1 {0=foofs.smithi132.jgrugp=up:active} 2024-03-11T18:04:25.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:25 smithi176 ceph-mon[67829]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-03-11T18:04:25.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:25 smithi176 ceph-mon[67829]: mds.? [v2:172.21.15.132:6834/1472951069,v1:172.21.15.132:6835/1472951069] up:active 2024-03-11T18:04:25.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:25 smithi176 ceph-mon[67829]: fsmap foofs:1 {0=foofs.smithi132.jgrugp=up:active} 2024-03-11T18:04:25.996 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:04:26.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:26 smithi132 ceph-mon[92421]: pgmap v242: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 1.1 KiB/s wr, 7 op/s 2024-03-11T18:04:26.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:26 smithi176 ceph-mon[67829]: pgmap v242: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 1.1 KiB/s wr, 7 op/s 2024-03-11T18:04:28.325 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T18:04:28.699 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:28 smithi132 ceph-mon[92421]: pgmap v243: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 1023 B/s wr, 10 op/s 2024-03-11T18:04:28.699 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:28 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:28.699 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:28 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:28.700 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:28 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:04:28.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:28 smithi176 ceph-mon[67829]: pgmap v243: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 1023 B/s wr, 10 op/s 2024-03-11T18:04:28.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:28 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:28.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:28 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:28.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:28 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:04:28.956 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T18:04:28.956 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 running (15m) 16s ago 26m 18.9M - 0.20.0 0881eb8f169f bb4eb0a75e19 2024-03-11T18:04:28.956 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (5m) 16s ago 26m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 dd8d18baa2cc 2024-03-11T18:04:28.956 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (5m) 40s ago 25m 6656k - 18.2.1-802-ge1b0c2aa 38c4ca238582 6645c9ce3955 2024-03-11T18:04:28.956 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (13m) 16s ago 26m 35.0M - 6.7.4 557c83e11646 f0913cd370a6 2024-03-11T18:04:28.956 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (21s) 16s ago 20m 13.5M - 18.2.1-802-ge1b0c2aa 38c4ca238582 b5c7c6ba5a32 2024-03-11T18:04:28.956 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 starting - - - - 2024-03-11T18:04:28.957 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:8443,9283,8765 running (7m) 16s ago 27m 505M - 18.2.1-802-ge1b0c2aa 38c4ca238582 750c6b34adfe 2024-03-11T18:04:28.957 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283,8765 running (6m) 40s ago 25m 449M - 18.2.1-802-ge1b0c2aa 38c4ca238582 f8840875a1ba 2024-03-11T18:04:28.957 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (6m) 16s ago 28m 76.5M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 324a4a17eb3e 2024-03-11T18:04:28.957 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (5m) 40s ago 25m 54.5M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 4e15ff1139fe 2024-03-11T18:04:28.957 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (18m) 16s ago 18m 81.0M - 3.5 6933c2a0b7dd aee2a66a3a0d 2024-03-11T18:04:28.957 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (17m) 40s ago 17m 79.3M - 3.5 6933c2a0b7dd 72a9313be656 2024-03-11T18:04:28.957 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (11m) 16s ago 25m 16.7M - 0.18.1 e5a616e4b9cf e2b1d1f8d438 2024-03-11T18:04:28.957 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (7m) 40s ago 25m 9084k - 0.18.1 e5a616e4b9cf 528a17530a59 2024-03-11T18:04:28.958 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (4m) 16s ago 24m 128M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 a3431b50e5bd 2024-03-11T18:04:28.958 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (4m) 16s ago 24m 113M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 21c26e2408c3 2024-03-11T18:04:28.958 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (3m) 16s ago 23m 97.3M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 4ed57046f859 2024-03-11T18:04:28.958 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (3m) 16s ago 23m 124M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 bf497bff1a29 2024-03-11T18:04:28.958 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (2m) 40s ago 23m 127M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 7371604021ad 2024-03-11T18:04:28.958 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (113s) 40s ago 22m 120M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 377bdf9bd091 2024-03-11T18:04:28.958 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (79s) 40s ago 22m 105M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 b4a1a7523a60 2024-03-11T18:04:28.958 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (44s) 40s ago 22m 10.3M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 5c3f3ca15d55 2024-03-11T18:04:28.959 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 error 16s ago 25m - - 2024-03-11T18:04:29.340 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T18:04:29.340 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T18:04:29.340 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:04:29.340 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:04:29.340 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T18:04:29.340 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:04:29.340 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:04:29.340 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T18:04:29.340 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 8 2024-03-11T18:04:29.341 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:04:29.341 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T18:04:29.341 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:04:29.341 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:04:29.341 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T18:04:29.341 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 14 2024-03-11T18:04:29.341 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T18:04:29.341 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T18:04:29.663 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T18:04:29.663 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T18:04:29.663 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T18:04:29.663 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T18:04:29.663 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [ 2024-03-11T18:04:29.663 INFO:teuthology.orchestra.run.smithi132.stdout: "crash", 2024-03-11T18:04:29.663 INFO:teuthology.orchestra.run.smithi132.stdout: "osd", 2024-03-11T18:04:29.663 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr", 2024-03-11T18:04:29.663 INFO:teuthology.orchestra.run.smithi132.stdout: "mon" 2024-03-11T18:04:29.663 INFO:teuthology.orchestra.run.smithi132.stdout: ], 2024-03-11T18:04:29.663 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "15/23 daemons upgraded", 2024-03-11T18:04:29.663 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "Currently upgrading mds daemons", 2024-03-11T18:04:29.664 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T18:04:29.664 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T18:04:29.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:29 smithi132 ceph-mon[92421]: from='client.34422 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:04:29.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:29 smithi132 ceph-mon[92421]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-03-11T18:04:29.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:29 smithi132 ceph-mon[92421]: mds.? [v2:172.21.15.176:6832/1008127854,v1:172.21.15.176:6833/1008127854] up:boot 2024-03-11T18:04:29.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:29 smithi132 ceph-mon[92421]: fsmap foofs:1 {0=foofs.smithi132.jgrugp=up:active} 1 up:standby 2024-03-11T18:04:29.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:29 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi176.fmhxul"}]: dispatch 2024-03-11T18:04:29.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:29 smithi132 ceph-mon[92421]: from='client.34426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:04:29.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:29 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/2362504765' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:04:29.818 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:29 smithi176 ceph-mon[67829]: from='client.34422 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:04:29.818 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:29 smithi176 ceph-mon[67829]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-03-11T18:04:29.819 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:29 smithi176 ceph-mon[67829]: mds.? [v2:172.21.15.176:6832/1008127854,v1:172.21.15.176:6833/1008127854] up:boot 2024-03-11T18:04:29.819 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:29 smithi176 ceph-mon[67829]: fsmap foofs:1 {0=foofs.smithi132.jgrugp=up:active} 1 up:standby 2024-03-11T18:04:29.819 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:29 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi176.fmhxul"}]: dispatch 2024-03-11T18:04:29.819 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:29 smithi176 ceph-mon[67829]: from='client.34426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:04:29.819 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:29 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/2362504765' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:04:30.043 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T18:04:30.043 INFO:teuthology.orchestra.run.smithi132.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T18:04:30.043 INFO:teuthology.orchestra.run.smithi132.stdout: daemon prometheus.smithi132 on smithi132 is in error state 2024-03-11T18:04:30.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:30 smithi132 ceph-mon[92421]: from='client.34430 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:04:30.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:30 smithi132 ceph-mon[92421]: pgmap v244: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 204 B/s wr, 10 op/s 2024-03-11T18:04:30.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:30 smithi132 ceph-mon[92421]: from='client.34438 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:04:30.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:30 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/2574652610' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T18:04:30.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:30 smithi176 ceph-mon[67829]: from='client.34430 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:04:30.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:30 smithi176 ceph-mon[67829]: pgmap v244: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 204 B/s wr, 10 op/s 2024-03-11T18:04:30.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:30 smithi176 ceph-mon[67829]: from='client.34438 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:04:30.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:30 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/2574652610' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T18:04:31.041 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:04:32.773 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:32 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:32.774 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:32 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:32.774 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:32 smithi176 ceph-mon[67829]: pgmap v245: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 301 B/s wr, 10 op/s 2024-03-11T18:04:32.774 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:32 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:32.774 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:32 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:32.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:32 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:32.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:32 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:32.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:32 smithi132 ceph-mon[92421]: pgmap v245: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 301 B/s wr, 10 op/s 2024-03-11T18:04:32.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:32 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:32.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:32 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:34.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:34 smithi132 ceph-mon[92421]: pgmap v246: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 6.5 KiB/s wr, 11 op/s 2024-03-11T18:04:34.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:34 smithi176 ceph-mon[67829]: pgmap v246: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 6.5 KiB/s wr, 11 op/s 2024-03-11T18:04:36.080 INFO:teuthology.orchestra.run.smithi132.stderr:mount.nfs: mounting smithi132:/fake failed, reason given by server: No such file or directory 2024-03-11T18:04:36.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:36 smithi132 ceph-mon[92421]: pgmap v247: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 6.4 KiB/s wr, 6 op/s 2024-03-11T18:04:36.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:36.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:36.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:04:36.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T18:04:36.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:36.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:36.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:04:36.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:04:36.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:04:36.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:04:36.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:04:36.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:04:36.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:36.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi132.jgrugp"}]: dispatch 2024-03-11T18:04:36.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi132.jgrugp"}]': finished 2024-03-11T18:04:36.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi176.fmhxul"}]: dispatch 2024-03-11T18:04:36.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi176.fmhxul"}]': finished 2024-03-11T18:04:36.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:04:36.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:36.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:04:36.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:36.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:04:36.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:04:36.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:36.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:04:36.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:36.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:36 smithi176 ceph-mon[67829]: pgmap v247: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 6.4 KiB/s wr, 6 op/s 2024-03-11T18:04:36.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:36.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:36.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:04:36.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T18:04:36.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:36.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:36.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:04:36.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:04:36.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:04:36.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:04:36.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:04:36.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:04:36.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:36.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi132.jgrugp"}]: dispatch 2024-03-11T18:04:36.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi132.jgrugp"}]': finished 2024-03-11T18:04:36.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi176.fmhxul"}]: dispatch 2024-03-11T18:04:36.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi176.fmhxul"}]': finished 2024-03-11T18:04:36.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:04:36.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:36.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:04:36.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:36.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:04:36.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:04:36.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:36.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:04:36.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:37.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:37 smithi132 ceph-mon[92421]: Detected new or changed devices on smithi176 2024-03-11T18:04:37.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:37 smithi132 ceph-mon[92421]: pgmap v248: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 2.7 MiB/s rd, 7.3 KiB/s wr, 7 op/s 2024-03-11T18:04:37.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:37 smithi132 ceph-mon[92421]: pgmap v249: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.3 KiB/s rd, 8.9 KiB/s wr, 4 op/s 2024-03-11T18:04:37.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:37 smithi132 ceph-mon[92421]: Upgrade: Setting container_image for all mds 2024-03-11T18:04:37.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:37 smithi132 ceph-mon[92421]: Upgrade: Setting container_image for all rgw 2024-03-11T18:04:37.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:37 smithi132 ceph-mon[92421]: Upgrade: Setting container_image for all rbd-mirror 2024-03-11T18:04:37.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:37 smithi132 ceph-mon[92421]: Upgrade: Setting container_image for all ceph-exporter 2024-03-11T18:04:37.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:37 smithi132 ceph-mon[92421]: Upgrade: Setting container_image for all iscsi 2024-03-11T18:04:37.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:37 smithi176 ceph-mon[67829]: Detected new or changed devices on smithi176 2024-03-11T18:04:37.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:37 smithi176 ceph-mon[67829]: pgmap v248: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 2.7 MiB/s rd, 7.3 KiB/s wr, 7 op/s 2024-03-11T18:04:37.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:37 smithi176 ceph-mon[67829]: pgmap v249: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.3 KiB/s rd, 8.9 KiB/s wr, 4 op/s 2024-03-11T18:04:37.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:37 smithi176 ceph-mon[67829]: Upgrade: Setting container_image for all mds 2024-03-11T18:04:37.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:37 smithi176 ceph-mon[67829]: Upgrade: Setting container_image for all rgw 2024-03-11T18:04:37.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:37 smithi176 ceph-mon[67829]: Upgrade: Setting container_image for all rbd-mirror 2024-03-11T18:04:37.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:37 smithi176 ceph-mon[67829]: Upgrade: Setting container_image for all ceph-exporter 2024-03-11T18:04:37.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:37 smithi176 ceph-mon[67829]: Upgrade: Setting container_image for all iscsi 2024-03-11T18:04:38.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:38.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:04:38.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:38 smithi132 ceph-mon[92421]: Upgrade: Updating nfs.foo.0.1.smithi132.skxxzo (1/2) 2024-03-11T18:04:38.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:38.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:38 smithi132 ceph-mon[92421]: Creating key for client.nfs.foo.0.1.smithi132.skxxzo 2024-03-11T18:04:38.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi132.skxxzo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-03-11T18:04:38.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:38 smithi132 ceph-mon[92421]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-03-11T18:04:38.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-03-11T18:04:38.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-03-11T18:04:38.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:04:38.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-11T18:04:38.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-03-11T18:04:38.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:38 smithi132 ceph-mon[92421]: Rados config object exists: conf-nfs.foo 2024-03-11T18:04:38.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:38 smithi132 ceph-mon[92421]: Creating key for client.nfs.foo.0.1.smithi132.skxxzo-rgw 2024-03-11T18:04:38.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi132.skxxzo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-11T18:04:38.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:38 smithi132 ceph-mon[92421]: Bind address in nfs.foo.0.1.smithi132.skxxzo's ganesha conf is defaulting to empty 2024-03-11T18:04:38.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:04:38.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:38 smithi132 ceph-mon[92421]: Deploying daemon nfs.foo.0.1.smithi132.skxxzo on smithi132 2024-03-11T18:04:38.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:38.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:04:38.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:38 smithi176 ceph-mon[67829]: Upgrade: Updating nfs.foo.0.1.smithi132.skxxzo (1/2) 2024-03-11T18:04:38.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:38.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:38 smithi176 ceph-mon[67829]: Creating key for client.nfs.foo.0.1.smithi132.skxxzo 2024-03-11T18:04:38.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi132.skxxzo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-03-11T18:04:38.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:38 smithi176 ceph-mon[67829]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-03-11T18:04:38.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-03-11T18:04:38.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-03-11T18:04:38.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:04:38.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-11T18:04:38.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-03-11T18:04:38.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:38 smithi176 ceph-mon[67829]: Rados config object exists: conf-nfs.foo 2024-03-11T18:04:38.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:38 smithi176 ceph-mon[67829]: Creating key for client.nfs.foo.0.1.smithi132.skxxzo-rgw 2024-03-11T18:04:38.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi132.skxxzo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-11T18:04:38.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:38 smithi176 ceph-mon[67829]: Bind address in nfs.foo.0.1.smithi132.skxxzo's ganesha conf is defaulting to empty 2024-03-11T18:04:38.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:04:38.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:38 smithi176 ceph-mon[67829]: Deploying daemon nfs.foo.0.1.smithi132.skxxzo on smithi132 2024-03-11T18:04:39.949 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:39 smithi132 ceph-mon[92421]: pgmap v250: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 238 B/s rd, 9.0 KiB/s wr, 4 op/s 2024-03-11T18:04:40.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:39 smithi176 ceph-mon[67829]: pgmap v250: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 238 B/s rd, 9.0 KiB/s wr, 4 op/s 2024-03-11T18:04:42.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:41 smithi132 ceph-mon[92421]: pgmap v251: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 238 B/s rd, 8.9 KiB/s wr, 4 op/s 2024-03-11T18:04:42.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:41 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:42.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:41 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:42.088 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:41 smithi176 ceph-mon[67829]: pgmap v251: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 238 B/s rd, 8.9 KiB/s wr, 4 op/s 2024-03-11T18:04:42.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:41 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:42.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:41 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:44.019 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:43 smithi176 ceph-mon[67829]: pgmap v252: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 596 B/s rd, 119 B/s wr, 0 op/s 2024-03-11T18:04:44.019 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:43 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:44.019 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:43 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi176.cunfuq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-03-11T18:04:44.019 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:43 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-03-11T18:04:44.019 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:43 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-03-11T18:04:44.019 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:43 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:04:44.019 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:43 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-11T18:04:44.019 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:43 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-03-11T18:04:44.019 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:43 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi176.cunfuq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-11T18:04:44.019 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:43 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:04:44.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:43 smithi132 ceph-mon[92421]: pgmap v252: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 596 B/s rd, 119 B/s wr, 0 op/s 2024-03-11T18:04:44.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:43 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:44.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:43 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi176.cunfuq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-03-11T18:04:44.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:43 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-03-11T18:04:44.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:43 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-03-11T18:04:44.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:43 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:04:44.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:43 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-03-11T18:04:44.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:43 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-03-11T18:04:44.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:43 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi176.cunfuq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-11T18:04:44.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:43 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:04:44.908 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:44 smithi132 ceph-mon[92421]: Upgrade: Updating nfs.foo.1.1.smithi176.cunfuq (2/2) 2024-03-11T18:04:44.908 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:44 smithi132 ceph-mon[92421]: Creating key for client.nfs.foo.1.1.smithi176.cunfuq 2024-03-11T18:04:44.908 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:44 smithi132 ceph-mon[92421]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-03-11T18:04:44.908 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:44 smithi132 ceph-mon[92421]: Rados config object exists: conf-nfs.foo 2024-03-11T18:04:44.908 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:44 smithi132 ceph-mon[92421]: Creating key for client.nfs.foo.1.1.smithi176.cunfuq-rgw 2024-03-11T18:04:44.908 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:44 smithi132 ceph-mon[92421]: Bind address in nfs.foo.1.1.smithi176.cunfuq's ganesha conf is defaulting to empty 2024-03-11T18:04:44.908 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:44 smithi132 ceph-mon[92421]: Deploying daemon nfs.foo.1.1.smithi176.cunfuq on smithi176 2024-03-11T18:04:45.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:44 smithi176 ceph-mon[67829]: Upgrade: Updating nfs.foo.1.1.smithi176.cunfuq (2/2) 2024-03-11T18:04:45.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:44 smithi176 ceph-mon[67829]: Creating key for client.nfs.foo.1.1.smithi176.cunfuq 2024-03-11T18:04:45.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:44 smithi176 ceph-mon[67829]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-03-11T18:04:45.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:44 smithi176 ceph-mon[67829]: Rados config object exists: conf-nfs.foo 2024-03-11T18:04:45.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:44 smithi176 ceph-mon[67829]: Creating key for client.nfs.foo.1.1.smithi176.cunfuq-rgw 2024-03-11T18:04:45.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:44 smithi176 ceph-mon[67829]: Bind address in nfs.foo.1.1.smithi176.cunfuq's ganesha conf is defaulting to empty 2024-03-11T18:04:45.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:44 smithi176 ceph-mon[67829]: Deploying daemon nfs.foo.1.1.smithi176.cunfuq on smithi176 2024-03-11T18:04:46.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:45 smithi132 ceph-mon[92421]: pgmap v253: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.6 KiB/s wr, 6 op/s 2024-03-11T18:04:46.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:45 smithi176 ceph-mon[67829]: pgmap v253: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.6 KiB/s wr, 6 op/s 2024-03-11T18:04:48.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:47 smithi132 ceph-mon[92421]: pgmap v254: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.4 KiB/s rd, 2.2 KiB/s wr, 5 op/s 2024-03-11T18:04:48.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:47 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:48.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:47 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:48.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:47 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:04:48.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:47 smithi176 ceph-mon[67829]: pgmap v254: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.4 KiB/s rd, 2.2 KiB/s wr, 5 op/s 2024-03-11T18:04:48.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:47 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:48.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:47 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:48.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:47 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:04:49.528 DEBUG:teuthology.orchestra.run.smithi132:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2024-03-11T18:04:49.593 INFO:teuthology.orchestra.run.smithi132.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-03-11T18:04:49.593 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-03-11T18:04:49.593 INFO:teuthology.orchestra.run.smithi132.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2024-03-11T18:04:49.594 INFO:teuthology.orchestra.run.smithi132.stdout:3 of 5 processes prepared for launch 0 sec 2024-03-11T18:04:49.695 INFO:teuthology.orchestra.run.smithi132.stdout:5 of 5 processes prepared for launch 0 sec 2024-03-11T18:04:49.695 INFO:teuthology.orchestra.run.smithi132.stdout:releasing clients 2024-03-11T18:04:49.736 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:49 smithi132 ceph-mon[92421]: pgmap v255: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 KiB/s wr, 8 op/s 2024-03-11T18:04:49.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:49 smithi176 ceph-mon[67829]: pgmap v255: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 KiB/s wr, 8 op/s 2024-03-11T18:04:50.694 INFO:teuthology.orchestra.run.smithi132.stdout: 2 13 2.10 MB/sec warmup 1 sec latency 999.937 ms 2024-03-11T18:04:51.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:50 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:51.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:50 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:51.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:50 smithi132 ceph-mon[92421]: pgmap v256: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 KiB/s wr, 8 op/s 2024-03-11T18:04:51.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:50 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:51.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:50 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:51.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:50 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:51.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:50 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:51.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:50 smithi176 ceph-mon[67829]: pgmap v256: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 KiB/s wr, 8 op/s 2024-03-11T18:04:51.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:50 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:51.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:50 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:51.694 INFO:teuthology.orchestra.run.smithi132.stdout: 2 13 1.05 MB/sec warmup 2 sec latency 1999.970 ms 2024-03-11T18:04:52.694 INFO:teuthology.orchestra.run.smithi132.stdout: 2 13 0.70 MB/sec warmup 3 sec latency 2999.997 ms 2024-03-11T18:04:53.267 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:52 smithi176 ceph-mon[67829]: pgmap v257: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 3.2 KiB/s wr, 14 op/s 2024-03-11T18:04:53.267 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:52 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:04:53.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:52 smithi132 ceph-mon[92421]: pgmap v257: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 3.2 KiB/s wr, 14 op/s 2024-03-11T18:04:53.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:52 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:04:53.694 INFO:teuthology.orchestra.run.smithi132.stdout: 2 13 0.52 MB/sec warmup 4 sec latency 4000.022 ms 2024-03-11T18:04:54.695 INFO:teuthology.orchestra.run.smithi132.stdout: 2 13 0.42 MB/sec warmup 5 sec latency 5000.049 ms 2024-03-11T18:04:55.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:55 smithi132 ceph-mon[92421]: pgmap v258: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 36 KiB/s rd, 275 KiB/s wr, 27 op/s 2024-03-11T18:04:55.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:55 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:55.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:55 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:55.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:55 smithi176 ceph-mon[67829]: pgmap v258: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 36 KiB/s rd, 275 KiB/s wr, 27 op/s 2024-03-11T18:04:55.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:55 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:55.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:55 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:04:55.694 INFO:teuthology.orchestra.run.smithi132.stdout: 2 13 0.35 MB/sec warmup 6 sec latency 6000.077 ms 2024-03-11T18:04:56.694 INFO:teuthology.orchestra.run.smithi132.stdout: 2 13 0.30 MB/sec warmup 7 sec latency 7000.110 ms 2024-03-11T18:04:57.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:57 smithi132 ceph-mon[92421]: pgmap v259: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 34 KiB/s rd, 273 KiB/s wr, 23 op/s 2024-03-11T18:04:57.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:57 smithi176 ceph-mon[67829]: pgmap v259: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 34 KiB/s rd, 273 KiB/s wr, 23 op/s 2024-03-11T18:04:57.694 INFO:teuthology.orchestra.run.smithi132.stdout: 2 13 0.26 MB/sec warmup 8 sec latency 8000.154 ms 2024-03-11T18:04:58.695 INFO:teuthology.orchestra.run.smithi132.stdout: 2 13 0.23 MB/sec warmup 9 sec latency 9000.196 ms 2024-03-11T18:04:59.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:04:59 smithi132 ceph-mon[92421]: pgmap v260: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 34 KiB/s rd, 276 KiB/s wr, 24 op/s 2024-03-11T18:04:59.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:04:59 smithi176 ceph-mon[67829]: pgmap v260: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 34 KiB/s rd, 276 KiB/s wr, 24 op/s 2024-03-11T18:04:59.694 INFO:teuthology.orchestra.run.smithi132.stdout: 2 13 0.21 MB/sec warmup 10 sec latency 10000.240 ms 2024-03-11T18:05:00.393 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T18:05:00.695 INFO:teuthology.orchestra.run.smithi132.stdout: 2 13 0.19 MB/sec warmup 11 sec latency 11000.287 ms 2024-03-11T18:05:01.059 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T18:05:01.059 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 running (16m) 48s ago 26m 18.9M - 0.20.0 0881eb8f169f bb4eb0a75e19 2024-03-11T18:05:01.059 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (5m) 48s ago 26m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 dd8d18baa2cc 2024-03-11T18:05:01.059 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (5m) 11s ago 25m 6656k - 18.2.1-802-ge1b0c2aa 38c4ca238582 6645c9ce3955 2024-03-11T18:05:01.059 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (13m) 48s ago 26m 35.0M - 6.7.4 557c83e11646 f0913cd370a6 2024-03-11T18:05:01.059 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (53s) 48s ago 21m 13.5M - 18.2.1-802-ge1b0c2aa 38c4ca238582 b5c7c6ba5a32 2024-03-11T18:05:01.059 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (33s) 11s ago 21m 14.8M - 18.2.1-802-ge1b0c2aa 38c4ca238582 3551184b31f3 2024-03-11T18:05:01.059 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:8443,9283,8765 running (7m) 48s ago 28m 505M - 18.2.1-802-ge1b0c2aa 38c4ca238582 750c6b34adfe 2024-03-11T18:05:01.059 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283,8765 running (7m) 11s ago 25m 449M - 18.2.1-802-ge1b0c2aa 38c4ca238582 f8840875a1ba 2024-03-11T18:05:01.059 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (6m) 48s ago 28m 76.5M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 324a4a17eb3e 2024-03-11T18:05:01.059 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (6m) 11s ago 25m 58.2M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 4e15ff1139fe 2024-03-11T18:05:01.060 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 starting - - - - 2024-03-11T18:05:01.060 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (15s) 11s ago 18m 19.1M - 5.5 38c4ca238582 87ca8333e064 2024-03-11T18:05:01.060 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (11m) 48s ago 26m 16.7M - 0.18.1 e5a616e4b9cf e2b1d1f8d438 2024-03-11T18:05:01.060 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (7m) 11s ago 25m 9084k - 0.18.1 e5a616e4b9cf 528a17530a59 2024-03-11T18:05:01.060 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (5m) 48s ago 25m 128M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 a3431b50e5bd 2024-03-11T18:05:01.060 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (4m) 48s ago 24m 113M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 21c26e2408c3 2024-03-11T18:05:01.060 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (4m) 48s ago 24m 97.3M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 4ed57046f859 2024-03-11T18:05:01.060 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (3m) 48s ago 24m 124M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 bf497bff1a29 2024-03-11T18:05:01.060 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (3m) 11s ago 23m 130M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 7371604021ad 2024-03-11T18:05:01.060 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (2m) 11s ago 23m 126M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 377bdf9bd091 2024-03-11T18:05:01.060 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (111s) 11s ago 23m 112M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 b4a1a7523a60 2024-03-11T18:05:01.060 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (76s) 11s ago 22m 143M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 5c3f3ca15d55 2024-03-11T18:05:01.060 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 error 48s ago 26m - - 2024-03-11T18:05:01.456 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T18:05:01.456 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T18:05:01.456 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:05:01.456 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:05:01.456 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T18:05:01.457 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:05:01.457 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:05:01.457 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T18:05:01.457 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 8 2024-03-11T18:05:01.457 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:05:01.457 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T18:05:01.457 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:05:01.457 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:05:01.457 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T18:05:01.457 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 14 2024-03-11T18:05:01.457 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T18:05:01.457 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T18:05:01.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:01 smithi132 ceph-mon[92421]: pgmap v261: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 31 KiB/s rd, 274 KiB/s wr, 20 op/s 2024-03-11T18:05:01.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:01 smithi132 ceph-mon[92421]: from='client.34484 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:05:01.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:01 smithi176 ceph-mon[67829]: pgmap v261: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 31 KiB/s rd, 274 KiB/s wr, 20 op/s 2024-03-11T18:05:01.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:01 smithi176 ceph-mon[67829]: from='client.34484 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:05:01.695 INFO:teuthology.orchestra.run.smithi132.stdout: 2 13 0.17 MB/sec warmup 12 sec latency 12000.338 ms 2024-03-11T18:05:01.787 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T18:05:01.787 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T18:05:01.787 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T18:05:01.787 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T18:05:01.787 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [ 2024-03-11T18:05:01.787 INFO:teuthology.orchestra.run.smithi132.stdout: "mon", 2024-03-11T18:05:01.788 INFO:teuthology.orchestra.run.smithi132.stdout: "osd", 2024-03-11T18:05:01.788 INFO:teuthology.orchestra.run.smithi132.stdout: "crash", 2024-03-11T18:05:01.788 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr", 2024-03-11T18:05:01.788 INFO:teuthology.orchestra.run.smithi132.stdout: "mds" 2024-03-11T18:05:01.788 INFO:teuthology.orchestra.run.smithi132.stdout: ], 2024-03-11T18:05:01.788 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "17/23 daemons upgraded", 2024-03-11T18:05:01.788 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "Currently upgrading nfs daemons", 2024-03-11T18:05:01.788 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T18:05:01.788 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T18:05:02.410 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T18:05:02.410 INFO:teuthology.orchestra.run.smithi132.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T18:05:02.410 INFO:teuthology.orchestra.run.smithi132.stdout: daemon prometheus.smithi132 on smithi132 is in error state 2024-03-11T18:05:02.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:02 smithi132 ceph-mon[92421]: from='client.34488 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:05:02.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:02 smithi132 ceph-mon[92421]: from='client.34492 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:05:02.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:02 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/4290964551' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:05:02.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:02 smithi176 ceph-mon[67829]: from='client.34488 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:05:02.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:02 smithi176 ceph-mon[67829]: from='client.34492 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:05:02.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:02 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/4290964551' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:05:02.695 INFO:teuthology.orchestra.run.smithi132.stdout: 2 13 0.16 MB/sec warmup 13 sec latency 13000.383 ms 2024-03-11T18:05:03.505 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:03 smithi132 ceph-mon[92421]: from='client.34500 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:05:03.506 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:03 smithi132 ceph-mon[92421]: pgmap v262: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 31 KiB/s rd, 274 KiB/s wr, 20 op/s 2024-03-11T18:05:03.506 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:03 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/2674200210' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T18:05:03.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:03 smithi176 ceph-mon[67829]: from='client.34500 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:05:03.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:03 smithi176 ceph-mon[67829]: pgmap v262: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 31 KiB/s rd, 274 KiB/s wr, 20 op/s 2024-03-11T18:05:03.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:03 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/2674200210' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T18:05:04.568 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:04 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:05:04.568 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:04 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:05:04.568 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:04 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:05:04.568 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:04 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:05:04.695 INFO:teuthology.orchestra.run.smithi132.stdout: 5 337 22.63 MB/sec execute 1 sec latency 12888.572 ms 2024-03-11T18:05:04.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:04 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:05:04.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:04 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:05:04.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:04 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:05:04.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:04 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:05:05.616 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:05 smithi132 ceph-mon[92421]: pgmap v263: 129 pgs: 129 active+clean; 325 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 876 KiB/s wr, 18 op/s 2024-03-11T18:05:05.695 INFO:teuthology.orchestra.run.smithi132.stdout: 5 493 23.74 MB/sec execute 2 sec latency 139.470 ms 2024-03-11T18:05:05.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:05 smithi176 ceph-mon[67829]: pgmap v263: 129 pgs: 129 active+clean; 325 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 876 KiB/s wr, 18 op/s 2024-03-11T18:05:06.695 INFO:teuthology.orchestra.run.smithi132.stdout: 5 748 22.72 MB/sec execute 3 sec latency 165.021 ms 2024-03-11T18:05:07.424 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:07 smithi132 ceph-mon[92421]: pgmap v264: 129 pgs: 129 active+clean; 325 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 605 KiB/s wr, 5 op/s 2024-03-11T18:05:07.701 INFO:teuthology.orchestra.run.smithi132.stdout: 5 1020 18.45 MB/sec execute 4 sec latency 94.244 ms 2024-03-11T18:05:07.838 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:07 smithi176 ceph-mon[67829]: pgmap v264: 129 pgs: 129 active+clean; 325 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 605 KiB/s wr, 5 op/s 2024-03-11T18:05:08.440 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:08 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:05:08.707 INFO:teuthology.orchestra.run.smithi132.stdout: 5 cleanup 5 sec 2024-03-11T18:05:08.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:08 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:05:08.865 INFO:teuthology.orchestra.run.smithi132.stdout:[1385] unlink './clients/client2/~dmtmp/PARADOX/.nfs000001000000469600000019' failed - Device or resource busy 2024-03-11T18:05:08.906 INFO:teuthology.orchestra.run.smithi132.stdout:[1395] unlink './clients/client3/~dmtmp/PARADOX/.nfs000001000000466100000014' failed - Device or resource busy 2024-03-11T18:05:08.907 INFO:teuthology.orchestra.run.smithi132.stdout:[1395] unlink './clients/client3/~dmtmp/PARADOX/.nfs00000100000046660000001d' failed - Device or resource busy 2024-03-11T18:05:08.907 INFO:teuthology.orchestra.run.smithi132.stdout:[1395] unlink './clients/client3/~dmtmp/PARADOX/.nfs000001000000465e0000001c' failed - Device or resource busy 2024-03-11T18:05:08.911 INFO:teuthology.orchestra.run.smithi132.stdout:[1395] unlink './clients/client3/~dmtmp/PARADOX/.nfs000001000000466300000015' failed - Device or resource busy 2024-03-11T18:05:09.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:09 smithi132 ceph-mon[92421]: pgmap v265: 129 pgs: 129 active+clean; 319 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.2 KiB/s rd, 7.4 MiB/s wr, 172 op/s 2024-03-11T18:05:09.710 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 6 sec 2024-03-11T18:05:09.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:09 smithi176 ceph-mon[67829]: pgmap v265: 129 pgs: 129 active+clean; 319 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.2 KiB/s rd, 7.4 MiB/s wr, 172 op/s 2024-03-11T18:05:10.710 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 7 sec 2024-03-11T18:05:11.710 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 8 sec 2024-03-11T18:05:11.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:11 smithi132 ceph-mon[92421]: pgmap v266: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.2 KiB/s rd, 8.9 MiB/s wr, 191 op/s 2024-03-11T18:05:11.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:11 smithi176 ceph-mon[67829]: pgmap v266: 129 pgs: 129 active+clean; 318 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.2 KiB/s rd, 8.9 MiB/s wr, 191 op/s 2024-03-11T18:05:12.710 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 9 sec 2024-03-11T18:05:13.710 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 10 sec 2024-03-11T18:05:13.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:13 smithi132 ceph-mon[92421]: pgmap v267: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 9.2 MiB/s wr, 250 op/s 2024-03-11T18:05:13.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:13 smithi176 ceph-mon[67829]: pgmap v267: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 9.2 MiB/s wr, 250 op/s 2024-03-11T18:05:14.710 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 11 sec 2024-03-11T18:05:15.710 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 12 sec 2024-03-11T18:05:15.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:15 smithi132 ceph-mon[92421]: pgmap v268: 129 pgs: 129 active+clean; 223 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 9.6 MiB/s wr, 294 op/s 2024-03-11T18:05:15.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:15 smithi176 ceph-mon[67829]: pgmap v268: 129 pgs: 129 active+clean; 223 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 9.6 MiB/s wr, 294 op/s 2024-03-11T18:05:16.710 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 13 sec 2024-03-11T18:05:17.710 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 14 sec 2024-03-11T18:05:17.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:17 smithi132 ceph-mon[92421]: pgmap v269: 129 pgs: 129 active+clean; 223 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 9.1 MiB/s wr, 290 op/s 2024-03-11T18:05:17.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:17 smithi176 ceph-mon[67829]: pgmap v269: 129 pgs: 129 active+clean; 223 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 9.1 MiB/s wr, 290 op/s 2024-03-11T18:05:18.710 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 15 sec 2024-03-11T18:05:19.710 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 16 sec 2024-03-11T18:05:19.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:19 smithi132 ceph-mon[92421]: pgmap v270: 129 pgs: 129 active+clean; 216 MiB data, 1023 MiB used, 714 GiB / 715 GiB avail; 7.1 KiB/s rd, 9.1 MiB/s wr, 294 op/s 2024-03-11T18:05:19.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:19 smithi176 ceph-mon[67829]: pgmap v270: 129 pgs: 129 active+clean; 216 MiB data, 1023 MiB used, 714 GiB / 715 GiB avail; 7.1 KiB/s rd, 9.1 MiB/s wr, 294 op/s 2024-03-11T18:05:20.710 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 17 sec 2024-03-11T18:05:21.710 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 18 sec 2024-03-11T18:05:21.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:21 smithi132 ceph-mon[92421]: pgmap v271: 129 pgs: 129 active+clean; 216 MiB data, 1023 MiB used, 714 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.3 MiB/s wr, 127 op/s 2024-03-11T18:05:21.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:21 smithi176 ceph-mon[67829]: pgmap v271: 129 pgs: 129 active+clean; 216 MiB data, 1023 MiB used, 714 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.3 MiB/s wr, 127 op/s 2024-03-11T18:05:22.710 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 19 sec 2024-03-11T18:05:23.710 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 20 sec 2024-03-11T18:05:23.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:23 smithi132 ceph-mon[92421]: pgmap v272: 129 pgs: 129 active+clean; 212 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 4.0 KiB/s rd, 817 KiB/s wr, 108 op/s 2024-03-11T18:05:23.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:05:23.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:23 smithi176 ceph-mon[67829]: pgmap v272: 129 pgs: 129 active+clean; 212 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 4.0 KiB/s rd, 817 KiB/s wr, 108 op/s 2024-03-11T18:05:23.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:05:24.711 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 21 sec 2024-03-11T18:05:25.710 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 22 sec 2024-03-11T18:05:25.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:25 smithi132 ceph-mon[92421]: pgmap v273: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 682 B/s rd, 497 KiB/s wr, 48 op/s 2024-03-11T18:05:25.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:25 smithi176 ceph-mon[67829]: pgmap v273: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 682 B/s rd, 497 KiB/s wr, 48 op/s 2024-03-11T18:05:26.710 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 23 sec 2024-03-11T18:05:27.710 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 24 sec 2024-03-11T18:05:27.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:27 smithi132 ceph-mon[92421]: pgmap v274: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 22 KiB/s wr, 4 op/s 2024-03-11T18:05:27.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:27 smithi176 ceph-mon[67829]: pgmap v274: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 22 KiB/s wr, 4 op/s 2024-03-11T18:05:28.710 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 25 sec 2024-03-11T18:05:29.710 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 26 sec 2024-03-11T18:05:29.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:29 smithi132 ceph-mon[92421]: pgmap v275: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 22 KiB/s wr, 5 op/s 2024-03-11T18:05:29.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:29 smithi176 ceph-mon[67829]: pgmap v275: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 22 KiB/s wr, 5 op/s 2024-03-11T18:05:30.710 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 27 sec 2024-03-11T18:05:31.710 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 28 sec 2024-03-11T18:05:31.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:31 smithi132 ceph-mon[92421]: pgmap v276: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 0 op/s 2024-03-11T18:05:31.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:31 smithi176 ceph-mon[67829]: pgmap v276: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 0 op/s 2024-03-11T18:05:32.710 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 29 sec 2024-03-11T18:05:32.762 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T18:05:33.418 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T18:05:33.418 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 running (16m) 30s ago 27m 18.9M - 0.20.0 0881eb8f169f bb4eb0a75e19 2024-03-11T18:05:33.418 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (6m) 30s ago 27m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 dd8d18baa2cc 2024-03-11T18:05:33.418 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (6m) 43s ago 26m 6656k - 18.2.1-802-ge1b0c2aa 38c4ca238582 6645c9ce3955 2024-03-11T18:05:33.418 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (14m) 30s ago 27m 35.1M - 6.7.4 557c83e11646 f0913cd370a6 2024-03-11T18:05:33.418 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (86s) 30s ago 21m 28.8M - 18.2.1-802-ge1b0c2aa 38c4ca238582 b5c7c6ba5a32 2024-03-11T18:05:33.418 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (65s) 43s ago 21m 14.8M - 18.2.1-802-ge1b0c2aa 38c4ca238582 3551184b31f3 2024-03-11T18:05:33.418 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:8443,9283,8765 running (8m) 30s ago 29m 506M - 18.2.1-802-ge1b0c2aa 38c4ca238582 750c6b34adfe 2024-03-11T18:05:33.419 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283,8765 running (7m) 43s ago 26m 449M - 18.2.1-802-ge1b0c2aa 38c4ca238582 f8840875a1ba 2024-03-11T18:05:33.419 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (7m) 30s ago 29m 78.6M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 324a4a17eb3e 2024-03-11T18:05:33.419 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (6m) 43s ago 26m 58.2M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 4e15ff1139fe 2024-03-11T18:05:33.419 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (52s) 30s ago 19m 63.3M - 5.5 38c4ca238582 bfcca1ac30e6 2024-03-11T18:05:33.419 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (47s) 43s ago 18m 19.1M - 5.5 38c4ca238582 87ca8333e064 2024-03-11T18:05:33.419 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (12m) 30s ago 26m 12.4M - 0.18.1 e5a616e4b9cf e2b1d1f8d438 2024-03-11T18:05:33.419 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (8m) 43s ago 26m 9084k - 0.18.1 e5a616e4b9cf 528a17530a59 2024-03-11T18:05:33.419 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (5m) 30s ago 25m 129M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 a3431b50e5bd 2024-03-11T18:05:33.419 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (5m) 30s ago 25m 115M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 21c26e2408c3 2024-03-11T18:05:33.419 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (4m) 30s ago 24m 99.8M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 4ed57046f859 2024-03-11T18:05:33.423 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (4m) 30s ago 24m 125M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 bf497bff1a29 2024-03-11T18:05:33.423 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (3m) 43s ago 24m 130M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 7371604021ad 2024-03-11T18:05:33.423 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (2m) 43s ago 23m 126M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 377bdf9bd091 2024-03-11T18:05:33.423 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (2m) 43s ago 23m 112M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 b4a1a7523a60 2024-03-11T18:05:33.423 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (109s) 43s ago 23m 143M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 5c3f3ca15d55 2024-03-11T18:05:33.423 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 error 30s ago 26m - - 2024-03-11T18:05:33.710 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 30 sec 2024-03-11T18:05:33.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:33 smithi132 ceph-mon[92421]: pgmap v277: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 0 op/s 2024-03-11T18:05:33.825 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T18:05:33.826 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T18:05:33.826 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:05:33.826 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:05:33.826 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T18:05:33.826 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:05:33.826 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:05:33.826 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T18:05:33.826 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 8 2024-03-11T18:05:33.826 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:05:33.826 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T18:05:33.826 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:05:33.826 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:05:33.826 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T18:05:33.826 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 14 2024-03-11T18:05:33.827 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T18:05:33.827 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T18:05:33.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:33 smithi176 ceph-mon[67829]: pgmap v277: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 0 op/s 2024-03-11T18:05:34.157 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T18:05:34.157 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T18:05:34.157 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T18:05:34.157 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T18:05:34.157 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [ 2024-03-11T18:05:34.157 INFO:teuthology.orchestra.run.smithi132.stdout: "mon", 2024-03-11T18:05:34.157 INFO:teuthology.orchestra.run.smithi132.stdout: "osd", 2024-03-11T18:05:34.157 INFO:teuthology.orchestra.run.smithi132.stdout: "nfs", 2024-03-11T18:05:34.157 INFO:teuthology.orchestra.run.smithi132.stdout: "crash", 2024-03-11T18:05:34.157 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr", 2024-03-11T18:05:34.157 INFO:teuthology.orchestra.run.smithi132.stdout: "mds" 2024-03-11T18:05:34.158 INFO:teuthology.orchestra.run.smithi132.stdout: ], 2024-03-11T18:05:34.158 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "18/23 daemons upgraded", 2024-03-11T18:05:34.158 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "Currently upgrading nfs daemons", 2024-03-11T18:05:34.158 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T18:05:34.158 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T18:05:34.557 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T18:05:34.557 INFO:teuthology.orchestra.run.smithi132.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T18:05:34.557 INFO:teuthology.orchestra.run.smithi132.stdout: daemon prometheus.smithi132 on smithi132 is in error state 2024-03-11T18:05:34.710 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 31 sec 2024-03-11T18:05:34.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:34 smithi132 ceph-mon[92421]: from='client.34508 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:05:34.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:34 smithi132 ceph-mon[92421]: from='client.34512 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:05:34.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:34 smithi132 ceph-mon[92421]: from='client.34516 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:05:34.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:34 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/4045691115' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:05:34.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:34 smithi176 ceph-mon[67829]: from='client.34508 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:05:34.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:34 smithi176 ceph-mon[67829]: from='client.34512 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:05:34.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:34 smithi176 ceph-mon[67829]: from='client.34516 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:05:34.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:34 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/4045691115' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:05:35.710 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 32 sec 2024-03-11T18:05:35.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:35 smithi132 ceph-mon[92421]: pgmap v278: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 597 B/s wr, 0 op/s 2024-03-11T18:05:35.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:35 smithi132 ceph-mon[92421]: from='client.34524 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:05:35.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:35 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/1250447287' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T18:05:35.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:35 smithi176 ceph-mon[67829]: pgmap v278: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 597 B/s wr, 0 op/s 2024-03-11T18:05:35.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:35 smithi176 ceph-mon[67829]: from='client.34524 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:05:35.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:35 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/1250447287' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T18:05:36.710 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 33 sec 2024-03-11T18:05:37.711 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 34 sec 2024-03-11T18:05:37.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:37 smithi176 ceph-mon[67829]: pgmap v279: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:05:38.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:37 smithi132 ceph-mon[92421]: pgmap v279: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:05:38.711 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 35 sec 2024-03-11T18:05:38.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:05:39.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:05:39.711 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 36 sec 2024-03-11T18:05:39.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:39 smithi176 ceph-mon[67829]: pgmap v280: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:05:40.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:39 smithi132 ceph-mon[92421]: pgmap v280: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-03-11T18:05:40.711 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 37 sec 2024-03-11T18:05:41.711 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 38 sec 2024-03-11T18:05:41.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:41 smithi176 ceph-mon[67829]: pgmap v281: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:05:42.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:41 smithi132 ceph-mon[92421]: pgmap v281: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:05:42.711 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 39 sec 2024-03-11T18:05:43.711 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 40 sec 2024-03-11T18:05:43.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:43 smithi176 ceph-mon[67829]: pgmap v282: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:05:44.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:43 smithi132 ceph-mon[92421]: pgmap v282: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:05:44.711 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 41 sec 2024-03-11T18:05:45.713 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 42 sec 2024-03-11T18:05:45.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:45 smithi176 ceph-mon[67829]: pgmap v283: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T18:05:46.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:45 smithi132 ceph-mon[92421]: pgmap v283: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T18:05:46.711 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 43 sec 2024-03-11T18:05:47.711 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 44 sec 2024-03-11T18:05:48.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:47 smithi132 ceph-mon[92421]: pgmap v284: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:05:48.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:47 smithi176 ceph-mon[67829]: pgmap v284: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:05:48.711 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 45 sec 2024-03-11T18:05:49.711 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 46 sec 2024-03-11T18:05:50.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:49 smithi132 ceph-mon[92421]: pgmap v285: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:05:50.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:49 smithi176 ceph-mon[67829]: pgmap v285: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:05:50.711 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 47 sec 2024-03-11T18:05:51.711 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 48 sec 2024-03-11T18:05:52.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:51 smithi132 ceph-mon[92421]: pgmap v286: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:05:52.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:51 smithi176 ceph-mon[67829]: pgmap v286: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:05:52.711 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 49 sec 2024-03-11T18:05:53.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:52 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:05:53.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:52 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:05:53.711 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 50 sec 2024-03-11T18:05:54.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:53 smithi132 ceph-mon[92421]: pgmap v287: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:05:54.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:53 smithi176 ceph-mon[67829]: pgmap v287: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:05:54.711 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 51 sec 2024-03-11T18:05:55.711 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 52 sec 2024-03-11T18:05:56.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:55 smithi132 ceph-mon[92421]: pgmap v288: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T18:05:56.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:55 smithi176 ceph-mon[67829]: pgmap v288: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T18:05:56.711 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 53 sec 2024-03-11T18:05:57.711 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 54 sec 2024-03-11T18:05:58.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:57 smithi132 ceph-mon[92421]: pgmap v289: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:05:58.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:57 smithi176 ceph-mon[67829]: pgmap v289: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:05:58.711 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 55 sec 2024-03-11T18:05:59.711 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 56 sec 2024-03-11T18:06:00.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:05:59 smithi132 ceph-mon[92421]: pgmap v290: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:06:00.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:05:59 smithi176 ceph-mon[67829]: pgmap v290: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:06:00.711 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 57 sec 2024-03-11T18:06:01.711 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 58 sec 2024-03-11T18:06:02.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:01 smithi132 ceph-mon[92421]: pgmap v291: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:06:02.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:01 smithi176 ceph-mon[67829]: pgmap v291: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:06:02.712 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 59 sec 2024-03-11T18:06:03.712 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 60 sec 2024-03-11T18:06:04.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:03 smithi132 ceph-mon[92421]: pgmap v292: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:06:04.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:03 smithi176 ceph-mon[67829]: pgmap v292: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:06:04.712 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 61 sec 2024-03-11T18:06:04.906 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T18:06:05.560 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T18:06:05.560 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 running (17m) 62s ago 28m 18.9M - 0.20.0 0881eb8f169f bb4eb0a75e19 2024-03-11T18:06:05.560 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (6m) 62s ago 28m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 dd8d18baa2cc 2024-03-11T18:06:05.560 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (6m) 75s ago 27m 6656k - 18.2.1-802-ge1b0c2aa 38c4ca238582 6645c9ce3955 2024-03-11T18:06:05.560 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (14m) 62s ago 27m 35.1M - 6.7.4 557c83e11646 f0913cd370a6 2024-03-11T18:06:05.560 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (118s) 62s ago 22m 28.8M - 18.2.1-802-ge1b0c2aa 38c4ca238582 b5c7c6ba5a32 2024-03-11T18:06:05.560 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (98s) 75s ago 22m 14.8M - 18.2.1-802-ge1b0c2aa 38c4ca238582 3551184b31f3 2024-03-11T18:06:05.560 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:8443,9283,8765 running (8m) 62s ago 29m 506M - 18.2.1-802-ge1b0c2aa 38c4ca238582 750c6b34adfe 2024-03-11T18:06:05.560 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283,8765 running (8m) 75s ago 27m 449M - 18.2.1-802-ge1b0c2aa 38c4ca238582 f8840875a1ba 2024-03-11T18:06:05.560 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (7m) 62s ago 29m 78.6M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 324a4a17eb3e 2024-03-11T18:06:05.560 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (7m) 75s ago 26m 58.2M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 4e15ff1139fe 2024-03-11T18:06:05.560 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (84s) 62s ago 19m 63.3M - 5.5 38c4ca238582 bfcca1ac30e6 2024-03-11T18:06:05.561 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (79s) 75s ago 19m 19.1M - 5.5 38c4ca238582 87ca8333e064 2024-03-11T18:06:05.561 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (12m) 62s ago 27m 12.4M - 0.18.1 e5a616e4b9cf e2b1d1f8d438 2024-03-11T18:06:05.561 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (8m) 75s ago 26m 9084k - 0.18.1 e5a616e4b9cf 528a17530a59 2024-03-11T18:06:05.561 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (6m) 62s ago 26m 129M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 a3431b50e5bd 2024-03-11T18:06:05.561 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (5m) 62s ago 25m 115M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 21c26e2408c3 2024-03-11T18:06:05.561 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (5m) 62s ago 25m 99.8M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 4ed57046f859 2024-03-11T18:06:05.561 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (4m) 62s ago 25m 125M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 bf497bff1a29 2024-03-11T18:06:05.561 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (4m) 75s ago 24m 130M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 7371604021ad 2024-03-11T18:06:05.561 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (3m) 75s ago 24m 126M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 377bdf9bd091 2024-03-11T18:06:05.561 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (2m) 75s ago 24m 112M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 b4a1a7523a60 2024-03-11T18:06:05.561 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (2m) 75s ago 23m 143M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 5c3f3ca15d55 2024-03-11T18:06:05.562 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 error 62s ago 27m - - 2024-03-11T18:06:05.712 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 62 sec 2024-03-11T18:06:05.956 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T18:06:05.956 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T18:06:05.957 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:06:05.957 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:06:05.957 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T18:06:05.957 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:06:05.957 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:06:05.957 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T18:06:05.957 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 8 2024-03-11T18:06:05.957 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:06:05.957 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T18:06:05.957 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:06:05.957 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:06:05.957 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T18:06:05.957 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 14 2024-03-11T18:06:05.958 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T18:06:05.958 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T18:06:06.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:05 smithi132 ceph-mon[92421]: pgmap v293: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T18:06:06.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:05 smithi176 ceph-mon[67829]: pgmap v293: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T18:06:06.292 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T18:06:06.293 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T18:06:06.293 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T18:06:06.293 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T18:06:06.293 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [ 2024-03-11T18:06:06.293 INFO:teuthology.orchestra.run.smithi132.stdout: "mon", 2024-03-11T18:06:06.293 INFO:teuthology.orchestra.run.smithi132.stdout: "osd", 2024-03-11T18:06:06.293 INFO:teuthology.orchestra.run.smithi132.stdout: "nfs", 2024-03-11T18:06:06.293 INFO:teuthology.orchestra.run.smithi132.stdout: "crash", 2024-03-11T18:06:06.293 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr", 2024-03-11T18:06:06.294 INFO:teuthology.orchestra.run.smithi132.stdout: "mds" 2024-03-11T18:06:06.294 INFO:teuthology.orchestra.run.smithi132.stdout: ], 2024-03-11T18:06:06.294 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "18/23 daemons upgraded", 2024-03-11T18:06:06.294 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "Currently upgrading nfs daemons", 2024-03-11T18:06:06.294 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T18:06:06.294 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T18:06:06.695 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T18:06:06.695 INFO:teuthology.orchestra.run.smithi132.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T18:06:06.695 INFO:teuthology.orchestra.run.smithi132.stdout: daemon prometheus.smithi132 on smithi132 is in error state 2024-03-11T18:06:06.712 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 63 sec 2024-03-11T18:06:07.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:06 smithi132 ceph-mon[92421]: from='client.34532 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:06:07.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:06 smithi132 ceph-mon[92421]: from='client.34536 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:06:07.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:06 smithi132 ceph-mon[92421]: from='client.34540 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:06:07.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:06 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/577971287' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:07.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:06 smithi176 ceph-mon[67829]: from='client.34532 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:06:07.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:06 smithi176 ceph-mon[67829]: from='client.34536 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:06:07.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:06 smithi176 ceph-mon[67829]: from='client.34540 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:06:07.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:06 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/577971287' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:07.712 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 64 sec 2024-03-11T18:06:08.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:07 smithi132 ceph-mon[92421]: pgmap v294: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:06:08.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:07 smithi132 ceph-mon[92421]: from='client.34548 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:06:08.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:07 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/2893204504' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T18:06:08.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:07 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:06:08.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:07 smithi176 ceph-mon[67829]: pgmap v294: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:06:08.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:07 smithi176 ceph-mon[67829]: from='client.34548 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:06:08.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:07 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/2893204504' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T18:06:08.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:07 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:06:08.712 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 65 sec 2024-03-11T18:06:09.712 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 66 sec 2024-03-11T18:06:10.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:09 smithi132 ceph-mon[92421]: pgmap v295: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:06:10.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:09 smithi176 ceph-mon[67829]: pgmap v295: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:06:10.712 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 67 sec 2024-03-11T18:06:11.712 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 68 sec 2024-03-11T18:06:12.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:11 smithi132 ceph-mon[92421]: pgmap v296: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:06:12.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:11 smithi176 ceph-mon[67829]: pgmap v296: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:06:12.712 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 69 sec 2024-03-11T18:06:13.712 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 70 sec 2024-03-11T18:06:14.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:13 smithi132 ceph-mon[92421]: pgmap v297: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:06:14.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:13 smithi176 ceph-mon[67829]: pgmap v297: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:06:14.712 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 71 sec 2024-03-11T18:06:15.712 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 72 sec 2024-03-11T18:06:16.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:15 smithi132 ceph-mon[92421]: pgmap v298: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T18:06:16.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:15 smithi176 ceph-mon[67829]: pgmap v298: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T18:06:16.712 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 73 sec 2024-03-11T18:06:17.712 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 74 sec 2024-03-11T18:06:18.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:17 smithi132 ceph-mon[92421]: pgmap v299: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:06:18.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:17 smithi176 ceph-mon[67829]: pgmap v299: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:06:18.713 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 75 sec 2024-03-11T18:06:19.712 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 76 sec 2024-03-11T18:06:20.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:19 smithi132 ceph-mon[92421]: pgmap v300: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:06:20.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:19 smithi176 ceph-mon[67829]: pgmap v300: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:06:20.712 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 77 sec 2024-03-11T18:06:21.712 INFO:teuthology.orchestra.run.smithi132.stdout: 1 cleanup 78 sec 2024-03-11T18:06:21.996 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:21 smithi132 ceph-mon[92421]: pgmap v301: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:06:22.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:21 smithi176 ceph-mon[67829]: pgmap v301: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:06:22.151 INFO:teuthology.orchestra.run.smithi132.stdout: 0 cleanup 78 sec 2024-03-11T18:06:22.152 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-03-11T18:06:22.152 INFO:teuthology.orchestra.run.smithi132.stdout: Operation Count AvgLat MaxLat 2024-03-11T18:06:22.152 INFO:teuthology.orchestra.run.smithi132.stdout: ---------------------------------------- 2024-03-11T18:06:22.152 INFO:teuthology.orchestra.run.smithi132.stdout: NTCreateX 809 13.214 139.466 2024-03-11T18:06:22.152 INFO:teuthology.orchestra.run.smithi132.stdout: Close 740 5.104 31.596 2024-03-11T18:06:22.152 INFO:teuthology.orchestra.run.smithi132.stdout: Rename 50 13.977 165.015 2024-03-11T18:06:22.152 INFO:teuthology.orchestra.run.smithi132.stdout: Unlink 83 5.495 63.290 2024-03-11T18:06:22.152 INFO:teuthology.orchestra.run.smithi132.stdout: Qpathinfo 468 3.176 68.471 2024-03-11T18:06:22.152 INFO:teuthology.orchestra.run.smithi132.stdout: Qfileinfo 360 10.043 38.663 2024-03-11T18:06:22.152 INFO:teuthology.orchestra.run.smithi132.stdout: Qfsinfo 162 0.959 25.288 2024-03-11T18:06:22.152 INFO:teuthology.orchestra.run.smithi132.stdout: Sfileinfo 168 10.744 45.159 2024-03-11T18:06:22.152 INFO:teuthology.orchestra.run.smithi132.stdout: Find 225 5.714 95.417 2024-03-11T18:06:22.152 INFO:teuthology.orchestra.run.smithi132.stdout: WriteX 1706 0.024 0.087 2024-03-11T18:06:22.153 INFO:teuthology.orchestra.run.smithi132.stdout: ReadX 1020 0.015 0.372 2024-03-11T18:06:22.153 INFO:teuthology.orchestra.run.smithi132.stdout: Flush 120 9.988 23.986 2024-03-11T18:06:22.153 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-03-11T18:06:22.153 INFO:teuthology.orchestra.run.smithi132.stdout:Throughput 18.4515 MB/sec 5 clients 5 procs max_latency=12888.572 ms 2024-03-11T18:06:22.154 DEBUG:teuthology.parallel:result is None 2024-03-11T18:06:22.786 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:22 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:06:23.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:22 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:06:23.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:23 smithi132 ceph-mon[92421]: pgmap v302: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:06:23.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:23.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:23.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:06:23.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T18:06:23.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:23.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:23.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:06:23.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:23.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:23.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:23.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:23.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:23.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:23.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:23.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:23.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:23.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:23.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:23.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:23.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi132.skxxzo"}]: dispatch 2024-03-11T18:06:23.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi132.skxxzo"}]': finished 2024-03-11T18:06:23.809 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi176.cunfuq"}]: dispatch 2024-03-11T18:06:23.809 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi176.cunfuq"}]': finished 2024-03-11T18:06:23.809 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:23.809 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:23 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:24.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:23 smithi176 ceph-mon[67829]: pgmap v302: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:06:24.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:24.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:24.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:06:24.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T18:06:24.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:24.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:24.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:06:24.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:24.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:24.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:24.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:24.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:24.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:24.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:24.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:24.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:24.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:24.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:24.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:24.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi132.skxxzo"}]: dispatch 2024-03-11T18:06:24.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi132.skxxzo"}]': finished 2024-03-11T18:06:24.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi176.cunfuq"}]: dispatch 2024-03-11T18:06:24.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi176.cunfuq"}]': finished 2024-03-11T18:06:24.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:24.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:23 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:24.895 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:24 smithi132 ceph-mon[92421]: pgmap v303: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 375 B/s rd, 0 op/s 2024-03-11T18:06:24.895 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:24 smithi132 ceph-mon[92421]: pgmap v304: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 229 B/s rd, 0 op/s 2024-03-11T18:06:24.895 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:24 smithi132 ceph-mon[92421]: Upgrade: Setting container_image for all nfs 2024-03-11T18:06:24.895 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:24 smithi132 ceph-mon[92421]: Upgrade: Setting container_image for all nvmeof 2024-03-11T18:06:25.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:24 smithi176 ceph-mon[67829]: pgmap v303: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 375 B/s rd, 0 op/s 2024-03-11T18:06:25.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:24 smithi176 ceph-mon[67829]: pgmap v304: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 229 B/s rd, 0 op/s 2024-03-11T18:06:25.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:24 smithi176 ceph-mon[67829]: Upgrade: Setting container_image for all nfs 2024-03-11T18:06:25.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:24 smithi176 ceph-mon[67829]: Upgrade: Setting container_image for all nvmeof 2024-03-11T18:06:25.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:25 smithi132 ceph-mon[92421]: Upgrade: Updating node-exporter.smithi132 (1/2) 2024-03-11T18:06:25.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:25 smithi132 ceph-mon[92421]: Deploying daemon node-exporter.smithi132 on smithi132 2024-03-11T18:06:26.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:25 smithi176 ceph-mon[67829]: Upgrade: Updating node-exporter.smithi132 (1/2) 2024-03-11T18:06:26.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:25 smithi176 ceph-mon[67829]: Deploying daemon node-exporter.smithi132 on smithi132 2024-03-11T18:06:27.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:26 smithi132 ceph-mon[92421]: pgmap v305: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 229 B/s rd, 0 op/s 2024-03-11T18:06:27.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:26 smithi176 ceph-mon[67829]: pgmap v305: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 229 B/s rd, 0 op/s 2024-03-11T18:06:28.947 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:28 smithi132 ceph-mon[92421]: pgmap v306: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 229 B/s rd, 0 op/s 2024-03-11T18:06:29.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:28 smithi176 ceph-mon[67829]: pgmap v306: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 229 B/s rd, 0 op/s 2024-03-11T18:06:30.489 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:30 smithi176 ceph-mon[67829]: pgmap v307: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 229 B/s rd, 0 op/s 2024-03-11T18:06:30.489 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:30 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:30.489 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:30 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:30.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:30 smithi132 ceph-mon[92421]: pgmap v307: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 229 B/s rd, 0 op/s 2024-03-11T18:06:30.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:30 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:30.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:30 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:32.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:32 smithi176 ceph-mon[67829]: Upgrade: Updating node-exporter.smithi176 (2/2) 2024-03-11T18:06:32.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:32 smithi176 ceph-mon[67829]: Deploying daemon node-exporter.smithi176 on smithi176 2024-03-11T18:06:32.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:32 smithi176 ceph-mon[67829]: pgmap v308: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 229 B/s rd, 0 op/s 2024-03-11T18:06:32.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:32 smithi132 ceph-mon[92421]: Upgrade: Updating node-exporter.smithi176 (2/2) 2024-03-11T18:06:32.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:32 smithi132 ceph-mon[92421]: Deploying daemon node-exporter.smithi176 on smithi176 2024-03-11T18:06:32.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:32 smithi132 ceph-mon[92421]: pgmap v308: 129 pgs: 129 active+clean; 212 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 229 B/s rd, 0 op/s 2024-03-11T18:06:34.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:34 smithi132 ceph-mon[92421]: pgmap v309: 129 pgs: 129 active+clean; 208 MiB data, 1000 MiB used, 714 GiB / 715 GiB avail; 409 B/s rd, 5.7 KiB/s wr, 2 op/s 2024-03-11T18:06:34.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:34 smithi176 ceph-mon[67829]: pgmap v309: 129 pgs: 129 active+clean; 208 MiB data, 1000 MiB used, 714 GiB / 715 GiB avail; 409 B/s rd, 5.7 KiB/s wr, 2 op/s 2024-03-11T18:06:36.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:36 smithi176 ceph-mon[67829]: pgmap v310: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 4.7 KiB/s wr, 2 op/s 2024-03-11T18:06:36.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:36.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:36.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:36 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:06:36.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:36 smithi132 ceph-mon[92421]: pgmap v310: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 4.7 KiB/s wr, 2 op/s 2024-03-11T18:06:36.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:36.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:36.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:36 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:06:37.068 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T18:06:37.741 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T18:06:37.741 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 running (17m) 94s ago 28m 18.9M - 0.20.0 0881eb8f169f bb4eb0a75e19 2024-03-11T18:06:37.741 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (7m) 94s ago 28m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 dd8d18baa2cc 2024-03-11T18:06:37.742 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (7m) 107s ago 27m 6656k - 18.2.1-802-ge1b0c2aa 38c4ca238582 6645c9ce3955 2024-03-11T18:06:37.742 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (15m) 94s ago 28m 35.1M - 6.7.4 557c83e11646 f0913cd370a6 2024-03-11T18:06:37.742 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (2m) 94s ago 22m 28.8M - 18.2.1-802-ge1b0c2aa 38c4ca238582 b5c7c6ba5a32 2024-03-11T18:06:37.742 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (2m) 107s ago 22m 14.8M - 18.2.1-802-ge1b0c2aa 38c4ca238582 3551184b31f3 2024-03-11T18:06:37.742 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:8443,9283,8765 running (9m) 94s ago 30m 506M - 18.2.1-802-ge1b0c2aa 38c4ca238582 750c6b34adfe 2024-03-11T18:06:37.742 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283,8765 running (8m) 107s ago 27m 449M - 18.2.1-802-ge1b0c2aa 38c4ca238582 f8840875a1ba 2024-03-11T18:06:37.742 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (8m) 94s ago 30m 78.6M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 324a4a17eb3e 2024-03-11T18:06:37.742 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (8m) 107s ago 27m 58.2M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 4e15ff1139fe 2024-03-11T18:06:37.742 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (117s) 94s ago 20m 63.3M - 5.5 38c4ca238582 bfcca1ac30e6 2024-03-11T18:06:37.742 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (111s) 107s ago 20m 19.1M - 5.5 38c4ca238582 87ca8333e064 2024-03-11T18:06:37.742 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 starting - - - - 2024-03-11T18:06:37.742 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 starting - - - - 2024-03-11T18:06:37.742 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (6m) 94s ago 26m 129M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 a3431b50e5bd 2024-03-11T18:06:37.743 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (6m) 94s ago 26m 115M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 21c26e2408c3 2024-03-11T18:06:37.743 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (5m) 94s ago 26m 99.8M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 4ed57046f859 2024-03-11T18:06:37.743 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (5m) 94s ago 25m 125M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 bf497bff1a29 2024-03-11T18:06:37.743 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (4m) 107s ago 25m 130M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 7371604021ad 2024-03-11T18:06:37.743 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (4m) 107s ago 25m 126M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 377bdf9bd091 2024-03-11T18:06:37.743 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (3m) 107s ago 24m 112M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 b4a1a7523a60 2024-03-11T18:06:37.743 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (2m) 107s ago 24m 143M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 5c3f3ca15d55 2024-03-11T18:06:37.743 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 error 94s ago 27m - - 2024-03-11T18:06:38.143 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T18:06:38.143 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T18:06:38.143 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:06:38.143 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:06:38.143 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T18:06:38.143 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:06:38.143 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:06:38.143 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T18:06:38.143 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 8 2024-03-11T18:06:38.143 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:06:38.143 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T18:06:38.144 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:06:38.144 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:06:38.144 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T18:06:38.144 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 14 2024-03-11T18:06:38.144 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T18:06:38.144 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T18:06:38.496 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T18:06:38.496 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T18:06:38.496 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T18:06:38.496 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T18:06:38.496 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [ 2024-03-11T18:06:38.496 INFO:teuthology.orchestra.run.smithi132.stdout: "mon", 2024-03-11T18:06:38.496 INFO:teuthology.orchestra.run.smithi132.stdout: "osd", 2024-03-11T18:06:38.497 INFO:teuthology.orchestra.run.smithi132.stdout: "nfs", 2024-03-11T18:06:38.497 INFO:teuthology.orchestra.run.smithi132.stdout: "crash", 2024-03-11T18:06:38.497 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr", 2024-03-11T18:06:38.497 INFO:teuthology.orchestra.run.smithi132.stdout: "mds" 2024-03-11T18:06:38.497 INFO:teuthology.orchestra.run.smithi132.stdout: ], 2024-03-11T18:06:38.497 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "18/23 daemons upgraded", 2024-03-11T18:06:38.497 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "Currently upgrading node-exporter daemons", 2024-03-11T18:06:38.497 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T18:06:38.497 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T18:06:38.748 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:38 smithi132 ceph-mon[92421]: pgmap v311: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 4.7 KiB/s wr, 2 op/s 2024-03-11T18:06:38.748 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:38 smithi132 ceph-mon[92421]: from='client.34556 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:06:38.748 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:38 smithi132 ceph-mon[92421]: from='client.34560 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:06:38.748 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:06:38.748 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:38 smithi132 ceph-mon[92421]: from='client.34564 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:06:38.748 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:38 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/691136585' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:38.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:38 smithi176 ceph-mon[67829]: pgmap v311: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 4.7 KiB/s wr, 2 op/s 2024-03-11T18:06:38.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:38 smithi176 ceph-mon[67829]: from='client.34556 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:06:38.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:38 smithi176 ceph-mon[67829]: from='client.34560 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:06:38.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:06:38.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:38 smithi176 ceph-mon[67829]: from='client.34564 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:06:38.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:38 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/691136585' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:38.901 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-03-11T18:06:38.901 INFO:teuthology.orchestra.run.smithi132.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-03-11T18:06:38.901 INFO:teuthology.orchestra.run.smithi132.stdout: daemon prometheus.smithi132 on smithi132 is in error state 2024-03-11T18:06:39.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:39 smithi132 ceph-mon[92421]: from='client.34572 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:06:39.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:39 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/2323384928' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T18:06:39.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:39 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:39.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:39 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:39.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:39 smithi176 ceph-mon[67829]: from='client.34572 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:06:39.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:39 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/2323384928' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T18:06:39.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:39 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:39.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:39 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:40.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:40 smithi176 ceph-mon[67829]: pgmap v312: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 5.2 KiB/s wr, 2 op/s 2024-03-11T18:06:40.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:40 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:40.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:40 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:40.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:40 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:40.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:40 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:41.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:40 smithi132 ceph-mon[92421]: pgmap v312: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 5.2 KiB/s wr, 2 op/s 2024-03-11T18:06:41.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:40 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:41.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:40 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:41.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:40 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:41.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:40 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:42.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:41 smithi132 ceph-mon[92421]: pgmap v313: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 5.2 KiB/s wr, 2 op/s 2024-03-11T18:06:42.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:41 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:42.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:41 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:42.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:41 smithi176 ceph-mon[67829]: pgmap v313: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 5.2 KiB/s wr, 2 op/s 2024-03-11T18:06:42.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:41 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:42.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:41 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:44.740 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:44 smithi132 ceph-mon[92421]: pgmap v314: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 5.4 KiB/s wr, 2 op/s 2024-03-11T18:06:44.741 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:44 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:44.741 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:44 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:44.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:44 smithi176 ceph-mon[67829]: pgmap v314: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 5.4 KiB/s wr, 2 op/s 2024-03-11T18:06:44.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:44 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:44.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:44 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:45.967 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:45 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:45.967 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:45 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:45.967 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:45 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:06:45.967 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:45 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T18:06:45.967 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:45 smithi132 ceph-mon[92421]: pgmap v315: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 171 B/s rd, 687 B/s wr, 0 op/s 2024-03-11T18:06:45.967 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:45 smithi132 ceph-mon[92421]: pgmap v316: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 206 B/s rd, 826 B/s wr, 0 op/s 2024-03-11T18:06:45.968 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:45 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:45.968 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:45 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:45.968 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:45 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:06:45.968 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:45 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:45.968 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:45 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:45.968 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:45 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:45.968 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:45 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:45.968 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:45 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:45.968 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:45 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:45.968 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:45 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:45.968 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:45 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:45.968 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:45 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:45.968 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:45 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:45.968 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:45 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:45.969 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:45 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:45.969 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:45 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:46.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:45 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:46.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:45 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:46.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:45 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:06:46.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:45 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T18:06:46.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:45 smithi176 ceph-mon[67829]: pgmap v315: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 171 B/s rd, 687 B/s wr, 0 op/s 2024-03-11T18:06:46.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:45 smithi176 ceph-mon[67829]: pgmap v316: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 206 B/s rd, 826 B/s wr, 0 op/s 2024-03-11T18:06:46.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:45 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:46.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:45 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:46.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:45 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:06:46.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:45 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:46.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:45 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:46.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:45 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:46.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:45 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:46.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:45 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:46.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:45 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:46.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:45 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:46.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:45 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:46.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:45 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:46.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:45 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:46.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:45 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:46.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:45 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:46.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:45 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:06:47.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:46 smithi132 ceph-mon[92421]: Upgrade: Updating prometheus.smithi132 2024-03-11T18:06:47.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:46 smithi132 ceph-mon[92421]: Deploying daemon prometheus.smithi132 on smithi132 2024-03-11T18:06:47.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:46 smithi176 ceph-mon[67829]: Upgrade: Updating prometheus.smithi132 2024-03-11T18:06:47.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:46 smithi176 ceph-mon[67829]: Deploying daemon prometheus.smithi132 on smithi132 2024-03-11T18:06:48.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:47 smithi132 ceph-mon[92421]: pgmap v317: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 206 B/s rd, 826 B/s wr, 0 op/s 2024-03-11T18:06:48.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:47 smithi176 ceph-mon[67829]: pgmap v317: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 206 B/s rd, 826 B/s wr, 0 op/s 2024-03-11T18:06:50.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:50 smithi132 ceph-mon[92421]: pgmap v318: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 206 B/s rd, 309 B/s wr, 0 op/s 2024-03-11T18:06:50.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:50 smithi176 ceph-mon[67829]: pgmap v318: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 206 B/s rd, 309 B/s wr, 0 op/s 2024-03-11T18:06:52.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:51 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:52.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:51 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:52.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:51 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:06:52.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:51 smithi132 ceph-mon[92421]: pgmap v319: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 206 B/s rd, 309 B/s wr, 0 op/s 2024-03-11T18:06:52.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:51 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:52.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:51 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:52.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:51 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:06:52.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:51 smithi176 ceph-mon[67829]: pgmap v319: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 206 B/s rd, 309 B/s wr, 0 op/s 2024-03-11T18:06:53.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:52 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:06:53.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:52 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:06:54.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:53 smithi132 ceph-mon[92421]: pgmap v320: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 206 B/s rd, 0 op/s 2024-03-11T18:06:54.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:53 smithi176 ceph-mon[67829]: pgmap v320: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 206 B/s rd, 0 op/s 2024-03-11T18:06:56.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:56 smithi132 ceph-mon[92421]: pgmap v321: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-03-11T18:06:56.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:56 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:56.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:56 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:56.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:56 smithi176 ceph-mon[67829]: pgmap v321: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-03-11T18:06:56.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:56 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:56.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:56 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:58.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:57 smithi176 ceph-mon[67829]: pgmap v322: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:06:58.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:57 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:58.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:57 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:58.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:57 smithi132 ceph-mon[92421]: pgmap v322: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:06:58.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:57 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:58.307 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:57 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:06:59.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:06:58 smithi132 ceph-mon[92421]: Health check failed: Slow OSD heartbeats on front (longest 1394.406ms) (OSD_SLOW_PING_TIME_FRONT) 2024-03-11T18:06:59.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:06:58 smithi176 ceph-mon[67829]: Health check failed: Slow OSD heartbeats on front (longest 1394.406ms) (OSD_SLOW_PING_TIME_FRONT) 2024-03-11T18:07:00.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:00 smithi132 ceph-mon[92421]: pgmap v323: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:00.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:00 smithi176 ceph-mon[67829]: pgmap v323: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:02.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:02.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:02.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:07:02.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T18:07:02.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:01 smithi132 ceph-mon[92421]: pgmap v324: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-03-11T18:07:02.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:02.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:02.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-11T18:07:02.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:07:02.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:02.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:02.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:02.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:02.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:02.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:02.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:02.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:02.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:02.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:02.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:02.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:02.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:02.059 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:01 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:02.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:02.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:02.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:07:02.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T18:07:02.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:01 smithi176 ceph-mon[67829]: pgmap v324: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-03-11T18:07:02.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:02.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:02.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-11T18:07:02.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:07:02.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:02.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:02.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:02.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:02.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:02.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:02.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:02.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:02.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:02.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:02.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:02.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:02.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:02.091 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:01 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:02.982 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:02 smithi132 ceph-mon[92421]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-11T18:07:02.982 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:02 smithi132 ceph-mon[92421]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-11T18:07:03.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:02 smithi176 ceph-mon[67829]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-11T18:07:03.090 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:02 smithi176 ceph-mon[67829]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-11T18:07:03.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:03 smithi132 ceph-mon[92421]: Upgrade: Updating alertmanager.smithi132 2024-03-11T18:07:03.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:03 smithi132 ceph-mon[92421]: Deploying daemon alertmanager.smithi132 on smithi132 2024-03-11T18:07:03.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:03 smithi132 ceph-mon[92421]: pgmap v325: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 343 B/s rd, 0 op/s 2024-03-11T18:07:04.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:03 smithi176 ceph-mon[67829]: Upgrade: Updating alertmanager.smithi132 2024-03-11T18:07:04.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:03 smithi176 ceph-mon[67829]: Deploying daemon alertmanager.smithi132 on smithi132 2024-03-11T18:07:04.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:03 smithi176 ceph-mon[67829]: pgmap v325: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 343 B/s rd, 0 op/s 2024-03-11T18:07:05.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:05 smithi132 ceph-mon[92421]: pgmap v326: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-03-11T18:07:05.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:05 smithi176 ceph-mon[67829]: pgmap v326: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-03-11T18:07:07.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:06 smithi132 ceph-mon[92421]: pgmap v327: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-03-11T18:07:07.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:06 smithi176 ceph-mon[67829]: pgmap v327: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-03-11T18:07:08.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:08 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:08.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:08 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:07:08.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:08 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:08.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:08 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:08.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:08 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:07:09.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:08 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:09.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:08 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:07:09.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:08 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:09.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:08 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:09.058 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:08 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:07:09.254 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T18:07:09.704 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:09 smithi132 ceph-mon[92421]: pgmap v328: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-03-11T18:07:09.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:09 smithi176 ceph-mon[67829]: pgmap v328: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-03-11T18:07:09.928 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T18:07:09.928 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 starting - - - - 2024-03-11T18:07:09.928 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (7m) 13s ago 29m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 dd8d18baa2cc 2024-03-11T18:07:09.928 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (7m) 30s ago 28m 6656k - 18.2.1-802-ge1b0c2aa 38c4ca238582 6645c9ce3955 2024-03-11T18:07:09.928 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (16m) 13s ago 28m 35.1M - 6.7.4 557c83e11646 f0913cd370a6 2024-03-11T18:07:09.928 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (3m) 13s ago 23m 40.2M - 18.2.1-802-ge1b0c2aa 38c4ca238582 b5c7c6ba5a32 2024-03-11T18:07:09.928 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (2m) 30s ago 23m 15.3M - 18.2.1-802-ge1b0c2aa 38c4ca238582 3551184b31f3 2024-03-11T18:07:09.928 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:8443,9283,8765 running (9m) 13s ago 30m 509M - 18.2.1-802-ge1b0c2aa 38c4ca238582 750c6b34adfe 2024-03-11T18:07:09.928 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283,8765 running (9m) 30s ago 28m 450M - 18.2.1-802-ge1b0c2aa 38c4ca238582 f8840875a1ba 2024-03-11T18:07:09.928 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (8m) 13s ago 30m 81.8M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 324a4a17eb3e 2024-03-11T18:07:09.928 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (8m) 30s ago 27m 58.4M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 4e15ff1139fe 2024-03-11T18:07:09.929 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (2m) 13s ago 20m 210M - 5.5 38c4ca238582 bfcca1ac30e6 2024-03-11T18:07:09.929 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (2m) 30s ago 20m 78.5M - 5.5 38c4ca238582 87ca8333e064 2024-03-11T18:07:09.929 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (41s) 13s ago 28m 5637k - 1.5.0 0da6a335fe13 0817c40a6ed2 2024-03-11T18:07:09.929 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (35s) 30s ago 27m 3343k - 1.5.0 0da6a335fe13 d35a069e3a80 2024-03-11T18:07:09.929 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (7m) 13s ago 27m 140M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 a3431b50e5bd 2024-03-11T18:07:09.929 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (6m) 13s ago 26m 122M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 21c26e2408c3 2024-03-11T18:07:09.929 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (6m) 13s ago 26m 112M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 4ed57046f859 2024-03-11T18:07:09.929 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (5m) 13s ago 26m 148M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 bf497bff1a29 2024-03-11T18:07:09.929 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (5m) 30s ago 25m 142M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 7371604021ad 2024-03-11T18:07:09.929 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (4m) 30s ago 25m 150M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 377bdf9bd091 2024-03-11T18:07:09.929 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (4m) 30s ago 25m 136M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 b4a1a7523a60 2024-03-11T18:07:09.929 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (3m) 30s ago 24m 151M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 5c3f3ca15d55 2024-03-11T18:07:09.929 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 running (19s) 13s ago 28m 37.8M - 2.43.0 a07b618ecd1d 0698f37eddd4 2024-03-11T18:07:10.333 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T18:07:10.333 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T18:07:10.333 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:07:10.333 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:07:10.333 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T18:07:10.333 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:07:10.333 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:07:10.333 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T18:07:10.333 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 8 2024-03-11T18:07:10.333 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:07:10.333 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T18:07:10.334 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:07:10.334 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:07:10.334 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T18:07:10.334 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 14 2024-03-11T18:07:10.334 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T18:07:10.334 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T18:07:10.659 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T18:07:10.659 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", 2024-03-11T18:07:10.659 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": true, 2024-03-11T18:07:10.660 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "Upgrading all daemon types on all hosts", 2024-03-11T18:07:10.660 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [ 2024-03-11T18:07:10.660 INFO:teuthology.orchestra.run.smithi132.stdout: "mon", 2024-03-11T18:07:10.660 INFO:teuthology.orchestra.run.smithi132.stdout: "osd", 2024-03-11T18:07:10.660 INFO:teuthology.orchestra.run.smithi132.stdout: "nfs", 2024-03-11T18:07:10.660 INFO:teuthology.orchestra.run.smithi132.stdout: "crash", 2024-03-11T18:07:10.660 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr", 2024-03-11T18:07:10.660 INFO:teuthology.orchestra.run.smithi132.stdout: "mds" 2024-03-11T18:07:10.660 INFO:teuthology.orchestra.run.smithi132.stdout: ], 2024-03-11T18:07:10.660 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": "18/23 daemons upgraded", 2024-03-11T18:07:10.660 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "Currently upgrading alertmanager daemons", 2024-03-11T18:07:10.660 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T18:07:10.660 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T18:07:10.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:10 smithi176 ceph-mon[67829]: from='client.34580 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:07:10.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:10 smithi176 ceph-mon[67829]: from='client.34584 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:07:10.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:10 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/4109923426' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:10.977 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:10 smithi132 ceph-mon[92421]: from='client.34580 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:07:10.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:10 smithi132 ceph-mon[92421]: from='client.34584 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:07:10.978 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:10 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/4109923426' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:11.090 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_WARN Slow OSD heartbeats on front (longest 1394.406ms) 2024-03-11T18:07:11.091 INFO:teuthology.orchestra.run.smithi132.stdout:[WRN] OSD_SLOW_PING_TIME_FRONT: Slow OSD heartbeats on front (longest 1394.406ms) 2024-03-11T18:07:11.091 INFO:teuthology.orchestra.run.smithi132.stdout: Slow OSD heartbeats on front from osd.5 [] to osd.0 [] 1394.406 msec 2024-03-11T18:07:11.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:11 smithi176 ceph-mon[67829]: from='client.34588 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:07:11.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:11 smithi176 ceph-mon[67829]: from='client.34596 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:07:11.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:11 smithi176 ceph-mon[67829]: pgmap v329: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-03-11T18:07:11.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:11 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/2127739332' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T18:07:12.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:11 smithi132 ceph-mon[92421]: from='client.34588 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:07:12.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:11 smithi132 ceph-mon[92421]: from='client.34596 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:07:12.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:11 smithi132 ceph-mon[92421]: pgmap v329: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-03-11T18:07:12.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:11 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/2127739332' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T18:07:13.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:12 smithi132 ceph-mon[92421]: pgmap v330: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T18:07:13.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:12 smithi176 ceph-mon[67829]: pgmap v330: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T18:07:14.369 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:14 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:14.369 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:14 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:14.369 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:14 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:14.369 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:14 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:14.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:14 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:14.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:14 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:14.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:14 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:14.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:14 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:15.540 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:15 smithi132 ceph-mon[92421]: pgmap v331: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:15.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:15 smithi176 ceph-mon[67829]: pgmap v331: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:17.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:16 smithi132 ceph-mon[92421]: pgmap v332: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:17.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:16 smithi176 ceph-mon[67829]: pgmap v332: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:18.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:18.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:18.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:07:18.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T18:07:18.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:18.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:18.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-11T18:07:18.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:18 smithi132 ceph-mon[92421]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-11T18:07:18.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:07:18.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:18.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:18.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:18.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:18.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:18.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:18.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:18.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:18.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:18.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:18.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:18.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:18.808 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:18.809 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:18.809 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:18 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:18.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:18.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:18.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:07:18.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T18:07:18.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:18.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:18.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-11T18:07:18.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:18 smithi176 ceph-mon[67829]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-11T18:07:18.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:07:18.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:18.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:18.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:18.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:18.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:18.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:18.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:18.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:18.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:18.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:18.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:18.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:18.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:18.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:18.841 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:18 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:19.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:19 smithi132 ceph-mon[92421]: pgmap v333: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:19.840 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:19 smithi176 ceph-mon[67829]: pgmap v333: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:20.775 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:20 smithi132 ceph-mon[92421]: Upgrade: Updating grafana.smithi132 2024-03-11T18:07:20.775 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:20 smithi132 ceph-mon[92421]: Deploying daemon grafana.smithi132 on smithi132 2024-03-11T18:07:20.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:20 smithi176 ceph-mon[67829]: Upgrade: Updating grafana.smithi132 2024-03-11T18:07:20.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:20 smithi176 ceph-mon[67829]: Deploying daemon grafana.smithi132 on smithi132 2024-03-11T18:07:21.654 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:21 smithi132 ceph-mon[92421]: pgmap v334: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:21.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:21 smithi176 ceph-mon[67829]: pgmap v334: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:22.834 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:22 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:07:22.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:22 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:07:23.607 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:23 smithi132 ceph-mon[92421]: pgmap v335: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T18:07:23.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:23 smithi176 ceph-mon[67829]: pgmap v335: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T18:07:25.017 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:24 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:25.018 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:24 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:25.018 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:24 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:07:25.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:24 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:25.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:24 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:25.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:24 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:07:26.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:25 smithi132 ceph-mon[92421]: pgmap v336: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:26.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:25 smithi176 ceph-mon[67829]: pgmap v336: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:27.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:26 smithi132 ceph-mon[92421]: pgmap v337: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:27.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:26 smithi176 ceph-mon[67829]: pgmap v337: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:29.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:28 smithi132 ceph-mon[92421]: pgmap v338: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:29.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:28 smithi176 ceph-mon[67829]: pgmap v338: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:30.545 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:30 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:30.545 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:30 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:30.545 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:30 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:30.545 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:30 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:30.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:30 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:30.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:30 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:30.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:30 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:30.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:30 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:31.425 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:31 smithi132 ceph-mon[92421]: pgmap v339: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:31.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:31 smithi176 ceph-mon[67829]: pgmap v339: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:32.956 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:32 smithi132 ceph-mon[92421]: pgmap v340: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T18:07:33.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:32 smithi176 ceph-mon[67829]: pgmap v340: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T18:07:34.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:34.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:34.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:07:34.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T18:07:34.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:34.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:34.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-11T18:07:34.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-11T18:07:34.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:07:34.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.558 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: Upgrade: Finalizing container_image settings 2024-03-11T18:07:34.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:34.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-03-11T18:07:34.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-03-11T18:07:34.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T18:07:34.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-03-11T18:07:34.559 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-03-11T18:07:34.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-03-11T18:07:34.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-03-11T18:07:34.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-03-11T18:07:34.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-03-11T18:07:34.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-03-11T18:07:34.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-03-11T18:07:34.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-03-11T18:07:34.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-03-11T18:07:34.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-03-11T18:07:34.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T18:07:34.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-03-11T18:07:34.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-03-11T18:07:34.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-03-11T18:07:34.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-03-11T18:07:34.560 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-03-11T18:07:34.561 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-03-11T18:07:34.561 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-03-11T18:07:34.561 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-03-11T18:07:34.561 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T18:07:34.561 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T18:07:34.561 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T18:07:34.561 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T18:07:34.561 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T18:07:34.561 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T18:07:34.561 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-03-11T18:07:34.561 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-03-11T18:07:34.561 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: Upgrade: Complete! 2024-03-11T18:07:34.561 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-03-11T18:07:34.561 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-03-11T18:07:34.561 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:07:34.562 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:34.562 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:34.562 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:34.562 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:34.562 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:07:34.562 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T18:07:34.562 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:34.562 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:34.562 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:07:34.562 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:07:34.562 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T18:07:34.563 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:34.563 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:34.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:34.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:34.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:07:34.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T18:07:34.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:34.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:34.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-11T18:07:34.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-11T18:07:34.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:07:34.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:34.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: Upgrade: Finalizing container_image settings 2024-03-11T18:07:34.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:34.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-03-11T18:07:34.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-03-11T18:07:34.592 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T18:07:34.592 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-03-11T18:07:34.592 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-03-11T18:07:34.592 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-03-11T18:07:34.592 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-03-11T18:07:34.592 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-03-11T18:07:34.593 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-03-11T18:07:34.593 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-03-11T18:07:34.593 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-03-11T18:07:34.594 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-03-11T18:07:34.594 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-03-11T18:07:34.594 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-03-11T18:07:34.594 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T18:07:34.594 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-03-11T18:07:34.594 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-03-11T18:07:34.594 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-03-11T18:07:34.594 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-03-11T18:07:34.595 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-03-11T18:07:34.595 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-03-11T18:07:34.595 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-03-11T18:07:34.595 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-03-11T18:07:34.595 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T18:07:34.595 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T18:07:34.595 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T18:07:34.595 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T18:07:34.595 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T18:07:34.595 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-03-11T18:07:34.595 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-03-11T18:07:34.595 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-03-11T18:07:34.595 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: Upgrade: Complete! 2024-03-11T18:07:34.595 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-03-11T18:07:34.596 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-03-11T18:07:34.596 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:07:34.596 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:34.596 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:34.596 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:34.596 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:34.596 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:07:34.596 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T18:07:34.596 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:34.596 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:34.596 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:07:34.596 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:07:34.596 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T18:07:34.596 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:34.596 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:35.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:35 smithi176 ceph-mon[67829]: pgmap v341: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:35.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:35 smithi132 ceph-mon[92421]: pgmap v341: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:37.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:36 smithi132 ceph-mon[92421]: pgmap v342: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:37.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:36 smithi176 ceph-mon[67829]: pgmap v342: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:38.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:37 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:07:38.242 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:37 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:07:39.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:39.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:38 smithi176 ceph-mon[67829]: pgmap v343: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:39.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:07:39.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:38 smithi132 ceph-mon[92421]: pgmap v343: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:41.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:40 smithi132 ceph-mon[92421]: pgmap v344: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:41.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:40 smithi176 ceph-mon[67829]: pgmap v344: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:42.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:41 smithi132 ceph-mon[92421]: from='client.34604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:07:42.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:41 smithi176 ceph-mon[67829]: from='client.34604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:07:42.101 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -e sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 -- bash -c 'ceph orch ps' 2024-03-11T18:07:43.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:42 smithi132 ceph-mon[92421]: pgmap v345: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T18:07:43.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:42 smithi176 ceph-mon[67829]: pgmap v345: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T18:07:44.131 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T18:07:44.132 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 running (37s) 14s ago 29m 16.9M - 0.25.0 c8568f914cd2 b7138beb3299 2024-03-11T18:07:44.132 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (8m) 14s ago 29m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 dd8d18baa2cc 2024-03-11T18:07:44.132 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (8m) 65s ago 28m 6656k - 18.2.1-802-ge1b0c2aa 38c4ca238582 6645c9ce3955 2024-03-11T18:07:44.132 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (21s) 14s ago 29m 33.1M - 9.4.7 954c08fa6188 998bd22b7716 2024-03-11T18:07:44.132 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (3m) 14s ago 23m 40.2M - 18.2.1-802-ge1b0c2aa 38c4ca238582 b5c7c6ba5a32 2024-03-11T18:07:44.132 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (3m) 65s ago 23m 15.3M - 18.2.1-802-ge1b0c2aa 38c4ca238582 3551184b31f3 2024-03-11T18:07:44.132 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:8443,9283,8765 running (10m) 14s ago 31m 510M - 18.2.1-802-ge1b0c2aa 38c4ca238582 750c6b34adfe 2024-03-11T18:07:44.132 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283,8765 running (9m) 65s ago 28m 450M - 18.2.1-802-ge1b0c2aa 38c4ca238582 f8840875a1ba 2024-03-11T18:07:44.132 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (9m) 14s ago 31m 86.2M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 324a4a17eb3e 2024-03-11T18:07:44.132 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (9m) 65s ago 28m 58.4M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 4e15ff1139fe 2024-03-11T18:07:44.133 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (3m) 14s ago 21m 223M - 5.5 38c4ca238582 bfcca1ac30e6 2024-03-11T18:07:44.133 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (2m) 65s ago 21m 78.5M - 5.5 38c4ca238582 87ca8333e064 2024-03-11T18:07:44.133 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (75s) 14s ago 29m 9.77M - 1.5.0 0da6a335fe13 0817c40a6ed2 2024-03-11T18:07:44.133 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (69s) 65s ago 28m 3343k - 1.5.0 0da6a335fe13 d35a069e3a80 2024-03-11T18:07:44.133 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (8m) 14s ago 27m 141M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 a3431b50e5bd 2024-03-11T18:07:44.133 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (7m) 14s ago 27m 122M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 21c26e2408c3 2024-03-11T18:07:44.133 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (6m) 14s ago 27m 112M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 4ed57046f859 2024-03-11T18:07:44.133 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (6m) 14s ago 26m 149M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 bf497bff1a29 2024-03-11T18:07:44.133 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (5m) 65s ago 26m 142M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 7371604021ad 2024-03-11T18:07:44.133 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (5m) 65s ago 26m 150M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 377bdf9bd091 2024-03-11T18:07:44.133 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (4m) 65s ago 25m 136M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 b4a1a7523a60 2024-03-11T18:07:44.133 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (3m) 65s ago 25m 151M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 5c3f3ca15d55 2024-03-11T18:07:44.133 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 running (53s) 14s ago 28m 46.2M - 2.43.0 a07b618ecd1d 0698f37eddd4 2024-03-11T18:07:44.843 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -e sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 -- bash -c 'ceph versions' 2024-03-11T18:07:45.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:45 smithi132 ceph-mon[92421]: from='client.34608 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:07:45.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:45 smithi132 ceph-mon[92421]: pgmap v346: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:45.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:45 smithi176 ceph-mon[67829]: from='client.34608 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:07:45.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:45 smithi176 ceph-mon[67829]: pgmap v346: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:46.911 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T18:07:46.911 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T18:07:46.911 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:07:46.911 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:07:46.911 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T18:07:46.911 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:07:46.911 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:07:46.911 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T18:07:46.911 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 8 2024-03-11T18:07:46.911 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:07:46.911 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T18:07:46.912 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:07:46.912 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:07:46.912 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T18:07:46.912 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 14 2024-03-11T18:07:46.912 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T18:07:46.912 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T18:07:47.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:46 smithi132 ceph-mon[92421]: pgmap v347: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:47.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:46 smithi176 ceph-mon[67829]: pgmap v347: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:47.537 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -e sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-03-11T18:07:48.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:47 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/3888597664' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:48.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:47 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/3888597664' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:07:48.875 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:48 smithi132 ceph-mon[92421]: pgmap v348: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:49.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:48 smithi176 ceph-mon[67829]: pgmap v348: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:49.365 INFO:teuthology.orchestra.run.smithi132.stdout:wait for servicemap items w/ changing names to refresh 2024-03-11T18:07:50.038 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -e sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 -- bash -c 'sleep 60' 2024-03-11T18:07:51.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:50 smithi132 ceph-mon[92421]: pgmap v349: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:51.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:50 smithi176 ceph-mon[67829]: pgmap v349: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:53.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:52 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:07:53.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:52 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:07:54.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:53 smithi132 ceph-mon[92421]: pgmap v350: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T18:07:54.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:53 smithi176 ceph-mon[67829]: pgmap v350: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T18:07:55.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:55 smithi176 ceph-mon[67829]: pgmap v351: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:55.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:55 smithi132 ceph-mon[92421]: pgmap v351: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:57.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:56 smithi132 ceph-mon[92421]: pgmap v352: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:57.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:56 smithi176 ceph-mon[67829]: pgmap v352: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:59.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:58 smithi132 ceph-mon[92421]: pgmap v353: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:59.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:07:58 smithi132 ceph-mon[92421]: Health check update: Slow OSD heartbeats on front (longest 1114.413ms) (OSD_SLOW_PING_TIME_FRONT) 2024-03-11T18:07:59.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:58 smithi176 ceph-mon[67829]: pgmap v353: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:07:59.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:07:58 smithi176 ceph-mon[67829]: Health check update: Slow OSD heartbeats on front (longest 1114.413ms) (OSD_SLOW_PING_TIME_FRONT) 2024-03-11T18:08:01.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:00 smithi132 ceph-mon[92421]: pgmap v354: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:01.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:00 smithi176 ceph-mon[67829]: pgmap v354: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:03.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:02 smithi132 ceph-mon[92421]: pgmap v355: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T18:08:03.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:02 smithi176 ceph-mon[67829]: pgmap v355: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T18:08:05.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:05 smithi176 ceph-mon[67829]: pgmap v356: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:05.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:05 smithi132 ceph-mon[92421]: pgmap v356: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:07.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:06 smithi132 ceph-mon[92421]: pgmap v357: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:07.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:06 smithi176 ceph-mon[67829]: pgmap v357: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:08.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:07 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:08:08.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:07 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:08:09.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:08 smithi176 ceph-mon[67829]: pgmap v358: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:09.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:08 smithi132 ceph-mon[92421]: pgmap v358: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:11.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:10 smithi132 ceph-mon[92421]: pgmap v359: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:11.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:10 smithi176 ceph-mon[67829]: pgmap v359: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:13.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:12 smithi132 ceph-mon[92421]: pgmap v360: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T18:08:13.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:12 smithi176 ceph-mon[67829]: pgmap v360: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T18:08:15.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:15 smithi176 ceph-mon[67829]: pgmap v361: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:15.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:15 smithi132 ceph-mon[92421]: pgmap v361: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:17.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:16 smithi132 ceph-mon[92421]: pgmap v362: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:17.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:16 smithi176 ceph-mon[67829]: pgmap v362: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:19.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:18 smithi132 ceph-mon[92421]: pgmap v363: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:19.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:18 smithi176 ceph-mon[67829]: pgmap v363: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:21.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:20 smithi132 ceph-mon[92421]: pgmap v364: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:21.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:20 smithi176 ceph-mon[67829]: pgmap v364: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:23.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:22 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:08:23.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:22 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:08:24.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:23 smithi132 ceph-mon[92421]: pgmap v365: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T18:08:24.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:23 smithi176 ceph-mon[67829]: pgmap v365: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T18:08:25.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:25 smithi176 ceph-mon[67829]: pgmap v366: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:25.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:25 smithi132 ceph-mon[92421]: pgmap v366: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:27.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:26 smithi132 ceph-mon[92421]: pgmap v367: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:27.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:26 smithi132 ceph-mon[92421]: Health check cleared: OSD_SLOW_PING_TIME_FRONT (was: Slow OSD heartbeats on front (longest 1114.413ms)) 2024-03-11T18:08:27.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:26 smithi132 ceph-mon[92421]: Cluster is now healthy 2024-03-11T18:08:27.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:26 smithi176 ceph-mon[67829]: pgmap v367: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:27.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:26 smithi176 ceph-mon[67829]: Health check cleared: OSD_SLOW_PING_TIME_FRONT (was: Slow OSD heartbeats on front (longest 1114.413ms)) 2024-03-11T18:08:27.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:26 smithi176 ceph-mon[67829]: Cluster is now healthy 2024-03-11T18:08:29.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:28 smithi132 ceph-mon[92421]: pgmap v368: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:29.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:28 smithi176 ceph-mon[67829]: pgmap v368: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:31.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:30 smithi132 ceph-mon[92421]: pgmap v369: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:31.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:30 smithi176 ceph-mon[67829]: pgmap v369: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:33.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:32 smithi132 ceph-mon[92421]: pgmap v370: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T18:08:33.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:32 smithi176 ceph-mon[67829]: pgmap v370: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T18:08:34.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:34 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:08:34.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:34 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-11T18:08:35.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:35 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:08:35.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:35 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T18:08:35.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:35 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:08:35.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:35 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:08:35.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:35 smithi176 ceph-mon[67829]: pgmap v371: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:35.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:35 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-11T18:08:35.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:35 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-11T18:08:35.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:35 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:08:35.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:35 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:08:35.807 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:35 smithi132 ceph-mon[92421]: pgmap v371: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:37.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:36 smithi176 ceph-mon[67829]: pgmap v372: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:37.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:36 smithi132 ceph-mon[92421]: pgmap v372: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:38.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:08:38.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:38 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:08:39.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' 2024-03-11T18:08:39.057 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:38 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:08:39.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:39 smithi176 ceph-mon[67829]: pgmap v373: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:40.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:39 smithi132 ceph-mon[92421]: pgmap v373: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:41.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:40 smithi176 ceph-mon[67829]: pgmap v374: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:41.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:40 smithi132 ceph-mon[92421]: pgmap v374: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:43.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:42 smithi176 ceph-mon[67829]: pgmap v375: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T18:08:43.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:42 smithi132 ceph-mon[92421]: pgmap v375: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T18:08:45.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:45 smithi176 ceph-mon[67829]: pgmap v376: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:45.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:45 smithi132 ceph-mon[92421]: pgmap v376: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:47.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:46 smithi176 ceph-mon[67829]: pgmap v377: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:47.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:46 smithi132 ceph-mon[92421]: pgmap v377: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:49.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:48 smithi176 ceph-mon[67829]: pgmap v378: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:49.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:48 smithi132 ceph-mon[92421]: pgmap v378: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:51.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:50 smithi176 ceph-mon[67829]: pgmap v379: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:51.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:50 smithi132 ceph-mon[92421]: pgmap v379: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:52.309 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -e sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 -- bash -c 'ceph orch ps' 2024-03-11T18:08:52.985 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:52 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:08:53.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:52 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:08:53.632 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:53 smithi132 ceph-mon[92421]: pgmap v380: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T18:08:54.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:53 smithi176 ceph-mon[67829]: pgmap v380: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T18:08:54.372 INFO:teuthology.orchestra.run.smithi132.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-11T18:08:54.373 INFO:teuthology.orchestra.run.smithi132.stdout:alertmanager.smithi132 smithi132 *:9093,9094 running (107s) 85s ago 30m 16.9M - 0.25.0 c8568f914cd2 b7138beb3299 2024-03-11T18:08:54.373 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi132 smithi132 running (9m) 85s ago 30m 6651k - 18.2.1-802-ge1b0c2aa 38c4ca238582 dd8d18baa2cc 2024-03-11T18:08:54.373 INFO:teuthology.orchestra.run.smithi132.stdout:crash.smithi176 smithi176 running (9m) 2m ago 29m 6656k - 18.2.1-802-ge1b0c2aa 38c4ca238582 6645c9ce3955 2024-03-11T18:08:54.373 INFO:teuthology.orchestra.run.smithi132.stdout:grafana.smithi132 smithi132 *:3000 running (91s) 85s ago 30m 33.1M - 9.4.7 954c08fa6188 998bd22b7716 2024-03-11T18:08:54.373 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi132.jgrugp smithi132 running (4m) 85s ago 25m 40.2M - 18.2.1-802-ge1b0c2aa 38c4ca238582 b5c7c6ba5a32 2024-03-11T18:08:54.373 INFO:teuthology.orchestra.run.smithi132.stdout:mds.foofs.smithi176.fmhxul smithi176 running (4m) 2m ago 25m 15.3M - 18.2.1-802-ge1b0c2aa 38c4ca238582 3551184b31f3 2024-03-11T18:08:54.373 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi132.jvlwde smithi132 *:8443,9283,8765 running (11m) 85s ago 32m 510M - 18.2.1-802-ge1b0c2aa 38c4ca238582 750c6b34adfe 2024-03-11T18:08:54.373 INFO:teuthology.orchestra.run.smithi132.stdout:mgr.smithi176.txyrph smithi176 *:8443,9283,8765 running (10m) 2m ago 29m 450M - 18.2.1-802-ge1b0c2aa 38c4ca238582 f8840875a1ba 2024-03-11T18:08:54.373 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi132 smithi132 running (10m) 85s ago 32m 86.2M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 324a4a17eb3e 2024-03-11T18:08:54.373 INFO:teuthology.orchestra.run.smithi132.stdout:mon.smithi176 smithi176 running (10m) 2m ago 29m 58.4M 2048M 18.2.1-802-ge1b0c2aa 38c4ca238582 4e15ff1139fe 2024-03-11T18:08:54.373 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.0.1.smithi132.skxxzo smithi132 *:2049 running (4m) 85s ago 22m 223M - 5.5 38c4ca238582 bfcca1ac30e6 2024-03-11T18:08:54.373 INFO:teuthology.orchestra.run.smithi132.stdout:nfs.foo.1.1.smithi176.cunfuq smithi176 *:2049 running (4m) 2m ago 22m 78.5M - 5.5 38c4ca238582 87ca8333e064 2024-03-11T18:08:54.373 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi132 smithi132 *:9100 running (2m) 85s ago 30m 9.77M - 1.5.0 0da6a335fe13 0817c40a6ed2 2024-03-11T18:08:54.374 INFO:teuthology.orchestra.run.smithi132.stdout:node-exporter.smithi176 smithi176 *:9100 running (2m) 2m ago 29m 3343k - 1.5.0 0da6a335fe13 d35a069e3a80 2024-03-11T18:08:54.374 INFO:teuthology.orchestra.run.smithi132.stdout:osd.0 smithi132 running (9m) 85s ago 29m 141M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 a3431b50e5bd 2024-03-11T18:08:54.374 INFO:teuthology.orchestra.run.smithi132.stdout:osd.1 smithi132 running (8m) 85s ago 28m 122M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 21c26e2408c3 2024-03-11T18:08:54.374 INFO:teuthology.orchestra.run.smithi132.stdout:osd.2 smithi132 running (8m) 85s ago 28m 112M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 4ed57046f859 2024-03-11T18:08:54.374 INFO:teuthology.orchestra.run.smithi132.stdout:osd.3 smithi132 running (7m) 85s ago 27m 149M 1944M 18.2.1-802-ge1b0c2aa 38c4ca238582 bf497bff1a29 2024-03-11T18:08:54.374 INFO:teuthology.orchestra.run.smithi132.stdout:osd.4 smithi176 running (6m) 2m ago 27m 142M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 7371604021ad 2024-03-11T18:08:54.374 INFO:teuthology.orchestra.run.smithi132.stdout:osd.5 smithi176 running (6m) 2m ago 27m 150M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 377bdf9bd091 2024-03-11T18:08:54.374 INFO:teuthology.orchestra.run.smithi132.stdout:osd.6 smithi176 running (5m) 2m ago 26m 136M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 b4a1a7523a60 2024-03-11T18:08:54.374 INFO:teuthology.orchestra.run.smithi132.stdout:osd.7 smithi176 running (5m) 2m ago 26m 151M 2712M 18.2.1-802-ge1b0c2aa 38c4ca238582 5c3f3ca15d55 2024-03-11T18:08:54.374 INFO:teuthology.orchestra.run.smithi132.stdout:prometheus.smithi132 smithi132 *:9095 running (2m) 85s ago 30m 46.2M - 2.43.0 a07b618ecd1d 0698f37eddd4 2024-03-11T18:08:55.009 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -e sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 -- bash -c 'ceph orch upgrade status' 2024-03-11T18:08:55.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:55 smithi176 ceph-mon[67829]: from='client.34616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:08:55.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:55 smithi176 ceph-mon[67829]: pgmap v381: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:55.718 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:55 smithi132 ceph-mon[92421]: from='client.34616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:08:55.718 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:55 smithi132 ceph-mon[92421]: pgmap v381: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:57.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:56 smithi132 ceph-mon[92421]: pgmap v382: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:57.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:56 smithi176 ceph-mon[67829]: pgmap v382: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:57.197 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T18:08:57.198 INFO:teuthology.orchestra.run.smithi132.stdout: "target_image": null, 2024-03-11T18:08:57.198 INFO:teuthology.orchestra.run.smithi132.stdout: "in_progress": false, 2024-03-11T18:08:57.198 INFO:teuthology.orchestra.run.smithi132.stdout: "which": "", 2024-03-11T18:08:57.198 INFO:teuthology.orchestra.run.smithi132.stdout: "services_complete": [], 2024-03-11T18:08:57.198 INFO:teuthology.orchestra.run.smithi132.stdout: "progress": null, 2024-03-11T18:08:57.198 INFO:teuthology.orchestra.run.smithi132.stdout: "message": "", 2024-03-11T18:08:57.198 INFO:teuthology.orchestra.run.smithi132.stdout: "is_paused": false 2024-03-11T18:08:57.198 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T18:08:57.906 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -e sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 -- bash -c 'ceph health detail' 2024-03-11T18:08:58.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:57 smithi176 ceph-mon[67829]: from='client.34620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:08:58.306 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:57 smithi132 ceph-mon[92421]: from='client.34620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:08:59.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:08:58 smithi176 ceph-mon[67829]: pgmap v383: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:59.177 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:08:58 smithi132 ceph-mon[92421]: pgmap v383: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:08:59.927 INFO:teuthology.orchestra.run.smithi132.stdout:HEALTH_OK 2024-03-11T18:09:00.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:09:00 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/1853843080' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T18:09:00.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:09:00 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/1853843080' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-03-11T18:09:00.603 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -e sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 -- bash -c 'ceph versions' 2024-03-11T18:09:01.585 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:09:01 smithi132 ceph-mon[92421]: pgmap v384: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:09:01.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:09:01 smithi176 ceph-mon[67829]: pgmap v384: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:09:02.699 INFO:teuthology.orchestra.run.smithi132.stdout:{ 2024-03-11T18:09:02.699 INFO:teuthology.orchestra.run.smithi132.stdout: "mon": { 2024-03-11T18:09:02.700 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:09:02.700 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:09:02.700 INFO:teuthology.orchestra.run.smithi132.stdout: "mgr": { 2024-03-11T18:09:02.700 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:09:02.700 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:09:02.700 INFO:teuthology.orchestra.run.smithi132.stdout: "osd": { 2024-03-11T18:09:02.700 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 8 2024-03-11T18:09:02.700 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:09:02.700 INFO:teuthology.orchestra.run.smithi132.stdout: "mds": { 2024-03-11T18:09:02.700 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 2 2024-03-11T18:09:02.700 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:09:02.700 INFO:teuthology.orchestra.run.smithi132.stdout: "overall": { 2024-03-11T18:09:02.700 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)": 14 2024-03-11T18:09:02.700 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T18:09:02.700 INFO:teuthology.orchestra.run.smithi132.stdout:} 2024-03-11T18:09:03.009 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:09:02 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/1878840214' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:09:03.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:09:02 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/1878840214' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:09:03.242 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -e sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-03-11T18:09:04.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:09:03 smithi132 ceph-mon[92421]: pgmap v385: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T18:09:04.089 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:09:03 smithi176 ceph-mon[67829]: pgmap v385: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T18:09:05.375 INFO:teuthology.orchestra.run.smithi132.stdout:true 2024-03-11T18:09:06.000 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -e sha1=e1b0c2aac6a095145a28ab2d96914badf5f65354 -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-03-11T18:09:06.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:09:06 smithi176 ceph-mon[67829]: pgmap v386: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:09:06.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:09:06 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/1296675055' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:09:06.650 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:09:06 smithi132 ceph-mon[92421]: pgmap v386: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:09:06.650 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:09:06 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/1296675055' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:09:08.252 INFO:teuthology.orchestra.run.smithi132.stdout: "ceph version 18.2.1-802-ge1b0c2aa (e1b0c2aac6a095145a28ab2d96914badf5f65354) reef (stable)" 2024-03-11T18:09:08.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:09:08 smithi132 ceph-mon[92421]: pgmap v387: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:09:08.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:09:08 smithi132 ceph-mon[92421]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:09:08.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:09:08 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/1874913524' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:09:08.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:09:08 smithi176 ceph-mon[67829]: pgmap v387: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:09:08.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:09:08 smithi176 ceph-mon[67829]: from='mgr.34104 172.21.15.132:0/2706141270' entity='mgr.smithi132.jvlwde' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-11T18:09:08.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:09:08 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/1874913524' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-03-11T18:09:08.915 INFO:teuthology.task.sequential:In sequential, running task cephadm.wait_for_service... 2024-03-11T18:09:08.916 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-03-11T18:09:08.916 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- ceph orch ls -f json 2024-03-11T18:09:10.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:09:10 smithi132 ceph-mon[92421]: pgmap v388: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:09:10.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:09:10 smithi176 ceph-mon[67829]: pgmap v388: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:09:11.042 INFO:teuthology.orchestra.run.smithi132.stdout: 2024-03-11T18:09:11.042 INFO:teuthology.orchestra.run.smithi132.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-03-11T17:37:22.974523Z", "last_refresh": "2024-03-11T18:07:29.157044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-03-11T17:37:08.284454Z", "last_refresh": "2024-03-11T18:06:38.994253Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-03-11T17:37:19.002169Z", "last_refresh": "2024-03-11T18:07:29.157161Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-03-11T17:43:44.877107Z", "last_refresh": "2024-03-11T18:06:38.994779Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-11T17:37:06.841563Z", "last_refresh": "2024-03-11T18:06:38.994335Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi132:172.21.15.132=smithi132", "smithi176:172.21.15.176=smithi176"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-11T17:38:00.860706Z", "last_refresh": "2024-03-11T18:06:38.994399Z", "running": 2, "size": 2}}, {"events": ["2024-03-11T18:08:34.603072Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2024-03-11T17:46:25.084489Z", "last_refresh": "2024-03-11T18:06:38.994837Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-03-11T17:37:21.482995Z", "last_refresh": "2024-03-11T18:06:38.994478Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "38c4ca238582ea11142359c20eecf2d6b122f5b1b539722b78587ed52f265356", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:8fa8a71580fbefd6978bf42d5ece6b7393f28af7d656064d35a4962cd5f5f80d", "last_refresh": "2024-03-11T18:06:38.994536Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-03-11T17:37:17.506747Z", "last_refresh": "2024-03-11T18:07:29.157307Z", "ports": [9095], "running": 1, "size": 1}}] 2024-03-11T18:09:11.729 INFO:tasks.cephadm:nfs.foo has 2/2 2024-03-11T18:09:11.729 DEBUG:teuthology.parallel:result is None 2024-03-11T18:09:11.729 INFO:teuthology.run_tasks:Running task vip.exec... 2024-03-11T18:09:11.744 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi132.front.sepia.ceph.com 2024-03-11T18:09:11.744 DEBUG:teuthology.orchestra.run.smithi132:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'umount /mnt/foo' 2024-03-11T18:09:11.776 INFO:teuthology.orchestra.run.smithi132.stderr:+ umount /mnt/foo 2024-03-11T18:09:11.811 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-11T18:09:11.822 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi132.front.sepia.ceph.com 2024-03-11T18:09:11.822 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- bash -c 'ceph nfs cluster ls | grep foo' 2024-03-11T18:09:12.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:09:12 smithi132 ceph-mon[92421]: pgmap v389: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:09:12.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:09:12 smithi132 ceph-mon[92421]: from='client.34640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-11T18:09:12.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:09:12 smithi176 ceph-mon[67829]: pgmap v389: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:09:12.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:09:12 smithi176 ceph-mon[67829]: from='client.34640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-11T18:09:13.909 INFO:teuthology.orchestra.run.smithi132.stdout: "foo" 2024-03-11T18:09:14.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:09:14 smithi132 ceph-mon[92421]: pgmap v390: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T18:09:14.690 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- bash -c 'ceph nfs export ls foo --detailed' 2024-03-11T18:09:14.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:09:14 smithi176 ceph-mon[67829]: pgmap v390: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-03-11T18:09:15.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:09:15 smithi132 ceph-mon[92421]: from='client.34644 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:09:15.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:09:15 smithi176 ceph-mon[67829]: from='client.34644 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:09:16.556 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:09:16 smithi132 ceph-mon[92421]: pgmap v391: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:09:16.766 INFO:teuthology.orchestra.run.smithi132.stdout:[ 2024-03-11T18:09:16.767 INFO:teuthology.orchestra.run.smithi132.stdout: { 2024-03-11T18:09:16.767 INFO:teuthology.orchestra.run.smithi132.stdout: "access_type": "RW", 2024-03-11T18:09:16.767 INFO:teuthology.orchestra.run.smithi132.stdout: "clients": [], 2024-03-11T18:09:16.767 INFO:teuthology.orchestra.run.smithi132.stdout: "cluster_id": "foo", 2024-03-11T18:09:16.767 INFO:teuthology.orchestra.run.smithi132.stdout: "export_id": 1, 2024-03-11T18:09:16.767 INFO:teuthology.orchestra.run.smithi132.stdout: "fsal": { 2024-03-11T18:09:16.767 INFO:teuthology.orchestra.run.smithi132.stdout: "fs_name": "foofs", 2024-03-11T18:09:16.767 INFO:teuthology.orchestra.run.smithi132.stdout: "name": "CEPH", 2024-03-11T18:09:16.767 INFO:teuthology.orchestra.run.smithi132.stdout: "user_id": "nfs.foo.1" 2024-03-11T18:09:16.767 INFO:teuthology.orchestra.run.smithi132.stdout: }, 2024-03-11T18:09:16.767 INFO:teuthology.orchestra.run.smithi132.stdout: "path": "/", 2024-03-11T18:09:16.767 INFO:teuthology.orchestra.run.smithi132.stdout: "protocols": [ 2024-03-11T18:09:16.768 INFO:teuthology.orchestra.run.smithi132.stdout: 4 2024-03-11T18:09:16.768 INFO:teuthology.orchestra.run.smithi132.stdout: ], 2024-03-11T18:09:16.768 INFO:teuthology.orchestra.run.smithi132.stdout: "pseudo": "/fake", 2024-03-11T18:09:16.768 INFO:teuthology.orchestra.run.smithi132.stdout: "security_label": true, 2024-03-11T18:09:16.768 INFO:teuthology.orchestra.run.smithi132.stdout: "squash": "no_root_squash", 2024-03-11T18:09:16.768 INFO:teuthology.orchestra.run.smithi132.stdout: "transports": [ 2024-03-11T18:09:16.768 INFO:teuthology.orchestra.run.smithi132.stdout: "TCP" 2024-03-11T18:09:16.768 INFO:teuthology.orchestra.run.smithi132.stdout: ] 2024-03-11T18:09:16.768 INFO:teuthology.orchestra.run.smithi132.stdout: } 2024-03-11T18:09:16.768 INFO:teuthology.orchestra.run.smithi132.stdout:] 2024-03-11T18:09:16.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:09:16 smithi176 ceph-mon[67829]: pgmap v391: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:09:17.539 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- bash -c 'rados -p .nfs --all ls -' 2024-03-11T18:09:17.806 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:09:17 smithi132 ceph-mon[92421]: from='client.34648 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:09:17.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:09:17 smithi176 ceph-mon[67829]: from='client.34648 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-11T18:09:18.637 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:09:18 smithi132 ceph-mon[92421]: pgmap v392: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:09:18.638 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:09:18 smithi132 ceph-mon[92421]: mgrmap e44: smithi132.jvlwde(active, since 10m), standbys: smithi176.txyrph 2024-03-11T18:09:18.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:09:18 smithi176 ceph-mon[67829]: pgmap v392: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-03-11T18:09:18.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:09:18 smithi176 ceph-mon[67829]: mgrmap e44: smithi132.jvlwde(active, since 10m), standbys: smithi176.txyrph 2024-03-11T18:09:19.432 INFO:teuthology.orchestra.run.smithi132.stdout:foo grace 2024-03-11T18:09:19.432 INFO:teuthology.orchestra.run.smithi132.stdout:foo rec-0000000000000005:nfs.foo.1 2024-03-11T18:09:19.432 INFO:teuthology.orchestra.run.smithi132.stdout:foo rec-0000000000000005:nfs.foo.0 2024-03-11T18:09:19.432 INFO:teuthology.orchestra.run.smithi132.stdout:foo conf-nfs.foo 2024-03-11T18:09:19.432 INFO:teuthology.orchestra.run.smithi132.stdout:foo export-1 2024-03-11T18:09:20.062 DEBUG:teuthology.orchestra.run.smithi132:> 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 cb5f33fe-dfcd-11ee-95c8-87774f69a715 -- bash -c 'ceph config get mgr mgr/cephadm/migration_current | grep 6' 2024-03-11T18:09:20.762 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:09:20 smithi132 ceph-mon[92421]: pgmap v393: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-03-11T18:09:20.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:09:20 smithi176 ceph-mon[67829]: pgmap v393: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-03-11T18:09:22.209 INFO:teuthology.orchestra.run.smithi132.stdout:6 2024-03-11T18:09:22.523 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:09:22 smithi132 ceph-mon[92421]: pgmap v394: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-03-11T18:09:22.524 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:09:22 smithi132 ceph-mon[92421]: from='client.? 172.21.15.132:0/2781272318' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-03-11T18:09:22.807 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-11T18:09:22.818 INFO:tasks.cephadm:Teardown begin 2024-03-11T18:09:22.819 DEBUG:teuthology.orchestra.run.smithi132:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-11T18:09:22.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:09:22 smithi176 ceph-mon[67829]: pgmap v394: 129 pgs: 129 active+clean; 208 MiB data, 999 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-03-11T18:09:22.839 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:09:22 smithi176 ceph-mon[67829]: from='client.? 172.21.15.132:0/2781272318' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-03-11T18:09:22.849 DEBUG:teuthology.orchestra.run.smithi176:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-11T18:09:22.886 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-11T18:09:22.887 DEBUG:teuthology.orchestra.run.smithi132:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-11T18:09:22.907 DEBUG:teuthology.orchestra.run.smithi176:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-11T18:09:22.947 INFO:tasks.cephadm:Stopping all daemons... 2024-03-11T18:09:22.947 INFO:tasks.cephadm.mon.smithi132:Stopping mon.smithi132... 2024-03-11T18:09:22.948 DEBUG:teuthology.orchestra.run.smithi132:> sudo systemctl stop ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@mon.smithi132 2024-03-11T18:09:23.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:09:22 smithi132 systemd[1]: Stopping Ceph mon.smithi132 for cb5f33fe-dfcd-11ee-95c8-87774f69a715... 2024-03-11T18:09:23.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:09:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon-smithi132[92397]: 2024-03-11T18:09:23.222+0000 7feecc8d5700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi132 -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-03-11T18:09:23.557 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:09:23 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon-smithi132[92397]: 2024-03-11T18:09:23.222+0000 7feecc8d5700 -1 mon.smithi132@0(leader) e3 *** Got Signal Terminated *** 2024-03-11T18:09:24.056 INFO:journalctl@ceph.mon.smithi132.smithi132.stdout:Mar 11 18:09:23 smithi132 bash[152444]: ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon-smithi132 2024-03-11T18:09:24.094 DEBUG:teuthology.orchestra.run.smithi132:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@mon.smithi132.service' 2024-03-11T18:09:24.142 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-11T18:09:24.142 INFO:tasks.cephadm.mon.smithi132:Stopped mon.smithi132 2024-03-11T18:09:24.142 INFO:tasks.cephadm.mon.smithi176:Stopping mon.smithi176... 2024-03-11T18:09:24.142 DEBUG:teuthology.orchestra.run.smithi176:> sudo systemctl stop ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@mon.smithi176 2024-03-11T18:09:24.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:09:24 smithi176 systemd[1]: Stopping Ceph mon.smithi176 for cb5f33fe-dfcd-11ee-95c8-87774f69a715... 2024-03-11T18:09:24.589 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:09:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon-smithi176[67806]: 2024-03-11T18:09:24.416+0000 7f14d4f93700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi176 -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-03-11T18:09:24.590 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:09:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon-smithi176[67806]: 2024-03-11T18:09:24.416+0000 7f14d4f93700 -1 mon.smithi176@1(peon) e3 *** Got Signal Terminated *** 2024-03-11T18:09:25.339 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Mar 11 18:09:25 smithi176 bash[99860]: ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-mon-smithi176 2024-03-11T18:09:25.485 DEBUG:teuthology.orchestra.run.smithi176:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@mon.smithi176.service' 2024-03-11T18:09:25.546 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-11T18:09:25.546 INFO:tasks.cephadm.mon.smithi176:Stopped mon.smithi176 2024-03-11T18:09:25.546 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-03-11T18:09:25.547 DEBUG:teuthology.orchestra.run.smithi132:> sudo systemctl stop ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@osd.0 2024-03-11T18:09:25.838 INFO:journalctl@ceph.osd.0.smithi132.stdout:Mar 11 18:09:25 smithi132 systemd[1]: Stopping Ceph osd.0 for cb5f33fe-dfcd-11ee-95c8-87774f69a715... 2024-03-11T18:09:26.306 INFO:journalctl@ceph.osd.0.smithi132.stdout:Mar 11 18:09:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-0[100608]: 2024-03-11T18:09:25.837+0000 7f0ae9ba1700 -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-03-11T18:09:26.307 INFO:journalctl@ceph.osd.0.smithi132.stdout:Mar 11 18:09:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-0[100608]: 2024-03-11T18:09:25.837+0000 7f0ae9ba1700 -1 osd.0 115 *** Got signal Terminated *** 2024-03-11T18:09:26.307 INFO:journalctl@ceph.osd.0.smithi132.stdout:Mar 11 18:09:25 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-0[100608]: 2024-03-11T18:09:25.837+0000 7f0ae9ba1700 -1 osd.0 115 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-11T18:09:32.056 INFO:journalctl@ceph.osd.0.smithi132.stdout:Mar 11 18:09:31 smithi132 bash[152600]: ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-0 2024-03-11T18:09:33.509 DEBUG:teuthology.orchestra.run.smithi132:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@osd.0.service' 2024-03-11T18:09:33.551 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-11T18:09:33.552 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-03-11T18:09:33.552 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-03-11T18:09:33.552 DEBUG:teuthology.orchestra.run.smithi132:> sudo systemctl stop ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@osd.1 2024-03-11T18:09:33.806 INFO:journalctl@ceph.osd.1.smithi132.stdout:Mar 11 18:09:33 smithi132 systemd[1]: Stopping Ceph osd.1 for cb5f33fe-dfcd-11ee-95c8-87774f69a715... 2024-03-11T18:09:34.306 INFO:journalctl@ceph.osd.1.smithi132.stdout:Mar 11 18:09:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-1[103854]: 2024-03-11T18:09:33.874+0000 7fc16be43700 -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-03-11T18:09:34.306 INFO:journalctl@ceph.osd.1.smithi132.stdout:Mar 11 18:09:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-1[103854]: 2024-03-11T18:09:33.874+0000 7fc16be43700 -1 osd.1 115 *** Got signal Terminated *** 2024-03-11T18:09:34.306 INFO:journalctl@ceph.osd.1.smithi132.stdout:Mar 11 18:09:33 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-1[103854]: 2024-03-11T18:09:33.874+0000 7fc16be43700 -1 osd.1 115 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-11T18:09:40.057 INFO:journalctl@ceph.osd.1.smithi132.stdout:Mar 11 18:09:39 smithi132 bash[152876]: ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-1 2024-03-11T18:09:41.494 DEBUG:teuthology.orchestra.run.smithi132:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@osd.1.service' 2024-03-11T18:09:41.534 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-11T18:09:41.535 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-03-11T18:09:41.535 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-03-11T18:09:41.535 DEBUG:teuthology.orchestra.run.smithi132:> sudo systemctl stop ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@osd.2 2024-03-11T18:09:41.806 INFO:journalctl@ceph.osd.2.smithi132.stdout:Mar 11 18:09:41 smithi132 systemd[1]: Stopping Ceph osd.2 for cb5f33fe-dfcd-11ee-95c8-87774f69a715... 2024-03-11T18:09:42.306 INFO:journalctl@ceph.osd.2.smithi132.stdout:Mar 11 18:09:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-2[107047]: 2024-03-11T18:09:41.857+0000 7f275f8d4700 -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-03-11T18:09:42.307 INFO:journalctl@ceph.osd.2.smithi132.stdout:Mar 11 18:09:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-2[107047]: 2024-03-11T18:09:41.857+0000 7f275f8d4700 -1 osd.2 115 *** Got signal Terminated *** 2024-03-11T18:09:42.307 INFO:journalctl@ceph.osd.2.smithi132.stdout:Mar 11 18:09:41 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-2[107047]: 2024-03-11T18:09:41.857+0000 7f275f8d4700 -1 osd.2 115 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-11T18:09:47.807 INFO:journalctl@ceph.osd.2.smithi132.stdout:Mar 11 18:09:47 smithi132 bash[153181]: ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-2 2024-03-11T18:09:49.490 DEBUG:teuthology.orchestra.run.smithi132:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@osd.2.service' 2024-03-11T18:09:49.534 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-11T18:09:49.534 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-03-11T18:09:49.534 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-03-11T18:09:49.534 DEBUG:teuthology.orchestra.run.smithi132:> sudo systemctl stop ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@osd.3 2024-03-11T18:09:49.806 INFO:journalctl@ceph.osd.3.smithi132.stdout:Mar 11 18:09:49 smithi132 systemd[1]: Stopping Ceph osd.3 for cb5f33fe-dfcd-11ee-95c8-87774f69a715... 2024-03-11T18:09:50.306 INFO:journalctl@ceph.osd.3.smithi132.stdout:Mar 11 18:09:49 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-3[110255]: 2024-03-11T18:09:49.821+0000 7f565c1ef700 -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-03-11T18:09:50.307 INFO:journalctl@ceph.osd.3.smithi132.stdout:Mar 11 18:09:49 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-3[110255]: 2024-03-11T18:09:49.821+0000 7f565c1ef700 -1 osd.3 115 *** Got signal Terminated *** 2024-03-11T18:09:50.307 INFO:journalctl@ceph.osd.3.smithi132.stdout:Mar 11 18:09:49 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-3[110255]: 2024-03-11T18:09:49.821+0000 7f565c1ef700 -1 osd.3 115 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-11T18:09:53.089 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:09:52 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:09:52.656+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.266198+0000 front 2024-03-11T18:09:28.266264+0000 (oldest deadline 2024-03-11T18:09:52.366186+0000) 2024-03-11T18:09:53.589 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:09:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:09:53.252+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:26.374132+0000 front 2024-03-11T18:09:26.374092+0000 (oldest deadline 2024-03-11T18:09:52.274047+0000) 2024-03-11T18:09:54.089 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:09:53 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:09:53.631+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.266198+0000 front 2024-03-11T18:09:28.266264+0000 (oldest deadline 2024-03-11T18:09:52.366186+0000) 2024-03-11T18:09:54.558 INFO:journalctl@ceph.osd.3.smithi132.stdout:Mar 11 18:09:54 smithi132 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-3[110255]: 2024-03-11T18:09:54.288+0000 7f56547dd700 -1 osd.3 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:30.515525+0000 front 2024-03-11T18:09:30.515610+0000 (oldest deadline 2024-03-11T18:09:53.415669+0000) 2024-03-11T18:09:54.589 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:09:54 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-4[73795]: 2024-03-11T18:09:54.337+0000 7f55f7174700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.901787+0000 front 2024-03-11T18:09:28.901771+0000 (oldest deadline 2024-03-11T18:09:54.201567+0000) 2024-03-11T18:09:54.589 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:09:54 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:09:54.294+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:26.374132+0000 front 2024-03-11T18:09:26.374092+0000 (oldest deadline 2024-03-11T18:09:52.274047+0000) 2024-03-11T18:09:55.089 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:09:54 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:09:54.644+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.266198+0000 front 2024-03-11T18:09:28.266264+0000 (oldest deadline 2024-03-11T18:09:52.366186+0000) 2024-03-11T18:09:55.589 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:09:55 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-4[73795]: 2024-03-11T18:09:55.307+0000 7f55f7174700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.901787+0000 front 2024-03-11T18:09:28.901771+0000 (oldest deadline 2024-03-11T18:09:54.201567+0000) 2024-03-11T18:09:55.589 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:09:55 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:09:55.279+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:26.374132+0000 front 2024-03-11T18:09:26.374092+0000 (oldest deadline 2024-03-11T18:09:52.274047+0000) 2024-03-11T18:09:56.056 INFO:journalctl@ceph.osd.3.smithi132.stdout:Mar 11 18:09:55 smithi132 bash[153449]: ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-3 2024-03-11T18:09:56.089 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:09:55 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:09:55.646+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.266198+0000 front 2024-03-11T18:09:28.266264+0000 (oldest deadline 2024-03-11T18:09:52.366186+0000) 2024-03-11T18:09:56.589 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:09:56 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-4[73795]: 2024-03-11T18:09:56.332+0000 7f55f7174700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.901787+0000 front 2024-03-11T18:09:28.901771+0000 (oldest deadline 2024-03-11T18:09:54.201567+0000) 2024-03-11T18:09:56.589 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:09:56 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:09:56.254+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:26.374132+0000 front 2024-03-11T18:09:26.374092+0000 (oldest deadline 2024-03-11T18:09:52.274047+0000) 2024-03-11T18:09:57.089 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:09:56 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:09:56.688+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.266198+0000 front 2024-03-11T18:09:28.266264+0000 (oldest deadline 2024-03-11T18:09:52.366186+0000) 2024-03-11T18:09:57.089 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:09:56 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5[76530]: 2024-03-11T18:09:56.902+0000 7f36c0e83700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.612969+0000 front 2024-03-11T18:09:28.612929+0000 (oldest deadline 2024-03-11T18:09:56.213204+0000) 2024-03-11T18:09:57.307 DEBUG:teuthology.orchestra.run.smithi132:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@osd.3.service' 2024-03-11T18:09:57.347 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-11T18:09:57.347 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-03-11T18:09:57.347 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-03-11T18:09:57.348 DEBUG:teuthology.orchestra.run.smithi176:> sudo systemctl stop ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@osd.4 2024-03-11T18:09:57.589 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:09:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:09:57.293+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:26.374132+0000 front 2024-03-11T18:09:26.374092+0000 (oldest deadline 2024-03-11T18:09:52.274047+0000) 2024-03-11T18:09:57.589 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:09:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-4[73795]: 2024-03-11T18:09:57.285+0000 7f55f7174700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.901787+0000 front 2024-03-11T18:09:28.901771+0000 (oldest deadline 2024-03-11T18:09:54.201567+0000) 2024-03-11T18:09:57.589 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:09:57 smithi176 systemd[1]: Stopping Ceph osd.4 for cb5f33fe-dfcd-11ee-95c8-87774f69a715... 2024-03-11T18:09:57.946 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:09:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:09:57.679+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.266198+0000 front 2024-03-11T18:09:28.266264+0000 (oldest deadline 2024-03-11T18:09:52.366186+0000) 2024-03-11T18:09:57.946 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:09:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-4[73795]: 2024-03-11T18:09:57.700+0000 7f55feb86700 -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-03-11T18:09:57.946 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:09:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-4[73795]: 2024-03-11T18:09:57.700+0000 7f55feb86700 -1 osd.4 115 *** Got signal Terminated *** 2024-03-11T18:09:57.946 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:09:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-4[73795]: 2024-03-11T18:09:57.700+0000 7f55feb86700 -1 osd.4 115 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-11T18:09:58.237 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:09:57 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5[76530]: 2024-03-11T18:09:57.946+0000 7f36c0e83700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.612969+0000 front 2024-03-11T18:09:28.612929+0000 (oldest deadline 2024-03-11T18:09:56.213204+0000) 2024-03-11T18:09:58.589 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:09:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-4[73795]: 2024-03-11T18:09:58.237+0000 7f55f7174700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.901787+0000 front 2024-03-11T18:09:28.901771+0000 (oldest deadline 2024-03-11T18:09:54.201567+0000) 2024-03-11T18:09:58.589 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:09:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:09:58.314+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:26.374132+0000 front 2024-03-11T18:09:26.374092+0000 (oldest deadline 2024-03-11T18:09:52.274047+0000) 2024-03-11T18:09:58.988 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:09:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:09:58.678+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.266198+0000 front 2024-03-11T18:09:28.266264+0000 (oldest deadline 2024-03-11T18:09:52.366186+0000) 2024-03-11T18:09:59.315 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:09:59 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-4[73795]: 2024-03-11T18:09:59.202+0000 7f55f7174700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.901787+0000 front 2024-03-11T18:09:28.901771+0000 (oldest deadline 2024-03-11T18:09:54.201567+0000) 2024-03-11T18:09:59.315 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:09:58 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5[76530]: 2024-03-11T18:09:58.988+0000 7f36c0e83700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.612969+0000 front 2024-03-11T18:09:28.612929+0000 (oldest deadline 2024-03-11T18:09:56.213204+0000) 2024-03-11T18:09:59.589 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:09:59 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:09:59.315+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:26.374132+0000 front 2024-03-11T18:09:26.374092+0000 (oldest deadline 2024-03-11T18:09:52.274047+0000) 2024-03-11T18:09:59.962 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:09:59 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:09:59.669+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.266198+0000 front 2024-03-11T18:09:28.266264+0000 (oldest deadline 2024-03-11T18:09:52.366186+0000) 2024-03-11T18:10:00.276 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:10:00 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-4[73795]: 2024-03-11T18:10:00.183+0000 7f55f7174700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.901787+0000 front 2024-03-11T18:09:28.901771+0000 (oldest deadline 2024-03-11T18:09:54.201567+0000) 2024-03-11T18:10:00.276 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:10:00 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-4[73795]: 2024-03-11T18:10:00.183+0000 7f55f7174700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:38.802823+0000 front 2024-03-11T18:09:38.802864+0000 (oldest deadline 2024-03-11T18:09:59.302728+0000) 2024-03-11T18:10:00.276 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:09:59 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5[76530]: 2024-03-11T18:09:59.963+0000 7f36c0e83700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.612969+0000 front 2024-03-11T18:09:28.612929+0000 (oldest deadline 2024-03-11T18:09:56.213204+0000) 2024-03-11T18:10:00.589 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:00 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:00.276+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:26.374132+0000 front 2024-03-11T18:09:26.374092+0000 (oldest deadline 2024-03-11T18:09:52.274047+0000) 2024-03-11T18:10:00.989 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:00 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:00.625+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.266198+0000 front 2024-03-11T18:09:28.266264+0000 (oldest deadline 2024-03-11T18:09:52.366186+0000) 2024-03-11T18:10:01.250 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:10:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-4[73795]: 2024-03-11T18:10:01.148+0000 7f55f7174700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.901787+0000 front 2024-03-11T18:09:28.901771+0000 (oldest deadline 2024-03-11T18:09:54.201567+0000) 2024-03-11T18:10:01.250 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:10:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-4[73795]: 2024-03-11T18:10:01.148+0000 7f55f7174700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:38.802823+0000 front 2024-03-11T18:09:38.802864+0000 (oldest deadline 2024-03-11T18:09:59.302728+0000) 2024-03-11T18:10:01.250 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:10:00 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5[76530]: 2024-03-11T18:10:00.989+0000 7f36c0e83700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.612969+0000 front 2024-03-11T18:09:28.612929+0000 (oldest deadline 2024-03-11T18:09:56.213204+0000) 2024-03-11T18:10:01.250 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:10:00 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5[76530]: 2024-03-11T18:10:00.989+0000 7f36c0e83700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:36.213746+0000 front 2024-03-11T18:09:36.213761+0000 (oldest deadline 2024-03-11T18:10:00.313662+0000) 2024-03-11T18:10:01.589 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:01.250+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:26.374132+0000 front 2024-03-11T18:09:26.374092+0000 (oldest deadline 2024-03-11T18:09:52.274047+0000) 2024-03-11T18:10:01.589 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:01.250+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:37.575096+0000 front 2024-03-11T18:09:37.575088+0000 (oldest deadline 2024-03-11T18:10:00.475033+0000) 2024-03-11T18:10:02.012 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:01 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:01.647+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.266198+0000 front 2024-03-11T18:09:28.266264+0000 (oldest deadline 2024-03-11T18:09:52.366186+0000) 2024-03-11T18:10:02.283 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:10:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-4[73795]: 2024-03-11T18:10:02.150+0000 7f55f7174700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.901787+0000 front 2024-03-11T18:09:28.901771+0000 (oldest deadline 2024-03-11T18:09:54.201567+0000) 2024-03-11T18:10:02.283 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:10:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-4[73795]: 2024-03-11T18:10:02.150+0000 7f55f7174700 -1 osd.4 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:38.802823+0000 front 2024-03-11T18:09:38.802864+0000 (oldest deadline 2024-03-11T18:09:59.302728+0000) 2024-03-11T18:10:02.283 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:10:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5[76530]: 2024-03-11T18:10:02.011+0000 7f36c0e83700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.612969+0000 front 2024-03-11T18:09:28.612929+0000 (oldest deadline 2024-03-11T18:09:56.213204+0000) 2024-03-11T18:10:02.283 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:10:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5[76530]: 2024-03-11T18:10:02.011+0000 7f36c0e83700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:36.213746+0000 front 2024-03-11T18:09:36.213761+0000 (oldest deadline 2024-03-11T18:10:00.313662+0000) 2024-03-11T18:10:02.589 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:02.283+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:26.374132+0000 front 2024-03-11T18:09:26.374092+0000 (oldest deadline 2024-03-11T18:09:52.274047+0000) 2024-03-11T18:10:02.589 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:02.283+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:37.575096+0000 front 2024-03-11T18:09:37.575088+0000 (oldest deadline 2024-03-11T18:10:00.475033+0000) 2024-03-11T18:10:02.968 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:02.627+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.266198+0000 front 2024-03-11T18:09:28.266264+0000 (oldest deadline 2024-03-11T18:09:52.366186+0000) 2024-03-11T18:10:03.256 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:10:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5[76530]: 2024-03-11T18:10:02.968+0000 7f36c0e83700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.612969+0000 front 2024-03-11T18:09:28.612929+0000 (oldest deadline 2024-03-11T18:09:56.213204+0000) 2024-03-11T18:10:03.256 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:10:02 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5[76530]: 2024-03-11T18:10:02.968+0000 7f36c0e83700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:36.213746+0000 front 2024-03-11T18:09:36.213761+0000 (oldest deadline 2024-03-11T18:10:00.313662+0000) 2024-03-11T18:10:03.584 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:03.255+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:26.374132+0000 front 2024-03-11T18:09:26.374092+0000 (oldest deadline 2024-03-11T18:09:52.274047+0000) 2024-03-11T18:10:03.584 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:03.255+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:37.575096+0000 front 2024-03-11T18:09:37.575088+0000 (oldest deadline 2024-03-11T18:10:00.475033+0000) 2024-03-11T18:10:03.839 INFO:journalctl@ceph.osd.4.smithi176.stdout:Mar 11 18:10:03 smithi176 bash[100087]: ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-4 2024-03-11T18:10:03.839 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:03.596+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.266198+0000 front 2024-03-11T18:09:28.266264+0000 (oldest deadline 2024-03-11T18:09:52.366186+0000) 2024-03-11T18:10:04.269 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:10:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5[76530]: 2024-03-11T18:10:03.996+0000 7f36c0e83700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.612969+0000 front 2024-03-11T18:09:28.612929+0000 (oldest deadline 2024-03-11T18:09:56.213204+0000) 2024-03-11T18:10:04.269 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:10:03 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5[76530]: 2024-03-11T18:10:03.996+0000 7f36c0e83700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:36.213746+0000 front 2024-03-11T18:09:36.213761+0000 (oldest deadline 2024-03-11T18:10:00.313662+0000) 2024-03-11T18:10:04.270 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:04 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:04.211+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:26.374132+0000 front 2024-03-11T18:09:26.374092+0000 (oldest deadline 2024-03-11T18:09:52.274047+0000) 2024-03-11T18:10:04.270 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:04 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:04.211+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:37.575096+0000 front 2024-03-11T18:09:37.575088+0000 (oldest deadline 2024-03-11T18:10:00.475033+0000) 2024-03-11T18:10:04.949 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:04 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:04.608+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.266198+0000 front 2024-03-11T18:09:28.266264+0000 (oldest deadline 2024-03-11T18:09:52.366186+0000) 2024-03-11T18:10:05.210 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:10:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5[76530]: 2024-03-11T18:10:05.031+0000 7f36c0e83700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.612969+0000 front 2024-03-11T18:09:28.612929+0000 (oldest deadline 2024-03-11T18:09:56.213204+0000) 2024-03-11T18:10:05.211 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:10:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5[76530]: 2024-03-11T18:10:05.031+0000 7f36c0e83700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:36.213746+0000 front 2024-03-11T18:09:36.213761+0000 (oldest deadline 2024-03-11T18:10:00.313662+0000) 2024-03-11T18:10:05.211 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:05.178+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:26.374132+0000 front 2024-03-11T18:09:26.374092+0000 (oldest deadline 2024-03-11T18:09:52.274047+0000) 2024-03-11T18:10:05.211 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:05.178+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:37.575096+0000 front 2024-03-11T18:09:37.575088+0000 (oldest deadline 2024-03-11T18:10:00.475033+0000) 2024-03-11T18:10:05.217 DEBUG:teuthology.orchestra.run.smithi176:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@osd.4.service' 2024-03-11T18:10:05.258 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-11T18:10:05.258 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-03-11T18:10:05.258 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-03-11T18:10:05.258 DEBUG:teuthology.orchestra.run.smithi176:> sudo systemctl stop ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@osd.5 2024-03-11T18:10:05.569 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:10:05 smithi176 systemd[1]: Stopping Ceph osd.5 for cb5f33fe-dfcd-11ee-95c8-87774f69a715... 2024-03-11T18:10:05.569 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:10:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5[76530]: 2024-03-11T18:10:05.568+0000 7f36c6891700 -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-03-11T18:10:05.839 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:10:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5[76530]: 2024-03-11T18:10:05.568+0000 7f36c6891700 -1 osd.5 115 *** Got signal Terminated *** 2024-03-11T18:10:05.839 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:10:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5[76530]: 2024-03-11T18:10:05.568+0000 7f36c6891700 -1 osd.5 115 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-11T18:10:05.839 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:05.630+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.266198+0000 front 2024-03-11T18:09:28.266264+0000 (oldest deadline 2024-03-11T18:09:52.366186+0000) 2024-03-11T18:10:05.839 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:05 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:05.630+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:38.767549+0000 front 2024-03-11T18:09:38.767463+0000 (oldest deadline 2024-03-11T18:10:04.667491+0000) 2024-03-11T18:10:06.339 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:10:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5[76530]: 2024-03-11T18:10:06.047+0000 7f36c0e83700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.612969+0000 front 2024-03-11T18:09:28.612929+0000 (oldest deadline 2024-03-11T18:09:56.213204+0000) 2024-03-11T18:10:06.339 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:10:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5[76530]: 2024-03-11T18:10:06.047+0000 7f36c0e83700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:36.213746+0000 front 2024-03-11T18:09:36.213761+0000 (oldest deadline 2024-03-11T18:10:00.313662+0000) 2024-03-11T18:10:06.339 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:06.172+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:26.374132+0000 front 2024-03-11T18:09:26.374092+0000 (oldest deadline 2024-03-11T18:09:52.274047+0000) 2024-03-11T18:10:06.339 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:06.172+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:37.575096+0000 front 2024-03-11T18:09:37.575088+0000 (oldest deadline 2024-03-11T18:10:00.475033+0000) 2024-03-11T18:10:06.998 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:06.677+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.266198+0000 front 2024-03-11T18:09:28.266264+0000 (oldest deadline 2024-03-11T18:09:52.366186+0000) 2024-03-11T18:10:06.998 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:06.677+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:38.767549+0000 front 2024-03-11T18:09:38.767463+0000 (oldest deadline 2024-03-11T18:10:04.667491+0000) 2024-03-11T18:10:07.339 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:10:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5[76530]: 2024-03-11T18:10:06.998+0000 7f36c0e83700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.612969+0000 front 2024-03-11T18:09:28.612929+0000 (oldest deadline 2024-03-11T18:09:56.213204+0000) 2024-03-11T18:10:07.339 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:10:06 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5[76530]: 2024-03-11T18:10:06.998+0000 7f36c0e83700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:36.213746+0000 front 2024-03-11T18:09:36.213761+0000 (oldest deadline 2024-03-11T18:10:00.313662+0000) 2024-03-11T18:10:07.339 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:07.152+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:26.374132+0000 front 2024-03-11T18:09:26.374092+0000 (oldest deadline 2024-03-11T18:09:52.274047+0000) 2024-03-11T18:10:07.339 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:07.152+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:37.575096+0000 front 2024-03-11T18:09:37.575088+0000 (oldest deadline 2024-03-11T18:10:00.475033+0000) 2024-03-11T18:10:08.000 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:07.719+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.266198+0000 front 2024-03-11T18:09:28.266264+0000 (oldest deadline 2024-03-11T18:09:52.366186+0000) 2024-03-11T18:10:08.000 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:07 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:07.719+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:38.767549+0000 front 2024-03-11T18:09:38.767463+0000 (oldest deadline 2024-03-11T18:10:04.667491+0000) 2024-03-11T18:10:08.339 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:08.122+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:26.374132+0000 front 2024-03-11T18:09:26.374092+0000 (oldest deadline 2024-03-11T18:09:52.274047+0000) 2024-03-11T18:10:08.339 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:08.122+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:37.575096+0000 front 2024-03-11T18:09:37.575088+0000 (oldest deadline 2024-03-11T18:10:00.475033+0000) 2024-03-11T18:10:08.339 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:10:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5[76530]: 2024-03-11T18:10:08.001+0000 7f36c0e83700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.612969+0000 front 2024-03-11T18:09:28.612929+0000 (oldest deadline 2024-03-11T18:09:56.213204+0000) 2024-03-11T18:10:08.339 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:10:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5[76530]: 2024-03-11T18:10:08.001+0000 7f36c0e83700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:36.213746+0000 front 2024-03-11T18:09:36.213761+0000 (oldest deadline 2024-03-11T18:10:00.313662+0000) 2024-03-11T18:10:08.339 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:10:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5[76530]: 2024-03-11T18:10:08.001+0000 7f36c0e83700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.132:6822 osd.2 since back 2024-03-11T18:09:45.514957+0000 front 2024-03-11T18:09:45.514974+0000 (oldest deadline 2024-03-11T18:10:07.814953+0000) 2024-03-11T18:10:08.958 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:08.699+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.266198+0000 front 2024-03-11T18:09:28.266264+0000 (oldest deadline 2024-03-11T18:09:52.366186+0000) 2024-03-11T18:10:08.958 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:08.699+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:38.767549+0000 front 2024-03-11T18:09:38.767463+0000 (oldest deadline 2024-03-11T18:10:04.667491+0000) 2024-03-11T18:10:09.339 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:10:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5[76530]: 2024-03-11T18:10:08.958+0000 7f36c0e83700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.612969+0000 front 2024-03-11T18:09:28.612929+0000 (oldest deadline 2024-03-11T18:09:56.213204+0000) 2024-03-11T18:10:09.339 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:10:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5[76530]: 2024-03-11T18:10:08.958+0000 7f36c0e83700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:36.213746+0000 front 2024-03-11T18:09:36.213761+0000 (oldest deadline 2024-03-11T18:10:00.313662+0000) 2024-03-11T18:10:09.339 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:10:08 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5[76530]: 2024-03-11T18:10:08.958+0000 7f36c0e83700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.132:6822 osd.2 since back 2024-03-11T18:09:45.514957+0000 front 2024-03-11T18:09:45.514974+0000 (oldest deadline 2024-03-11T18:10:07.814953+0000) 2024-03-11T18:10:09.339 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:09.170+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:26.374132+0000 front 2024-03-11T18:09:26.374092+0000 (oldest deadline 2024-03-11T18:09:52.274047+0000) 2024-03-11T18:10:09.339 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:09.171+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:37.575096+0000 front 2024-03-11T18:09:37.575088+0000 (oldest deadline 2024-03-11T18:10:00.475033+0000) 2024-03-11T18:10:09.339 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:09.171+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6822 osd.2 since back 2024-03-11T18:09:46.776977+0000 front 2024-03-11T18:09:46.776968+0000 (oldest deadline 2024-03-11T18:10:09.076828+0000) 2024-03-11T18:10:10.089 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:09.700+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.266198+0000 front 2024-03-11T18:09:28.266264+0000 (oldest deadline 2024-03-11T18:09:52.366186+0000) 2024-03-11T18:10:10.089 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:09.700+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:38.767549+0000 front 2024-03-11T18:09:38.767463+0000 (oldest deadline 2024-03-11T18:10:04.667491+0000) 2024-03-11T18:10:10.089 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:09.700+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6822 osd.2 since back 2024-03-11T18:09:45.768599+0000 front 2024-03-11T18:09:45.768536+0000 (oldest deadline 2024-03-11T18:10:09.268418+0000) 2024-03-11T18:10:10.089 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:10:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5[76530]: 2024-03-11T18:10:09.941+0000 7f36c0e83700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.612969+0000 front 2024-03-11T18:09:28.612929+0000 (oldest deadline 2024-03-11T18:09:56.213204+0000) 2024-03-11T18:10:10.089 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:10:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5[76530]: 2024-03-11T18:10:09.941+0000 7f36c0e83700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:36.213746+0000 front 2024-03-11T18:09:36.213761+0000 (oldest deadline 2024-03-11T18:10:00.313662+0000) 2024-03-11T18:10:10.089 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:10:09 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5[76530]: 2024-03-11T18:10:09.941+0000 7f36c0e83700 -1 osd.5 115 heartbeat_check: no reply from 172.21.15.132:6822 osd.2 since back 2024-03-11T18:09:45.514957+0000 front 2024-03-11T18:09:45.514974+0000 (oldest deadline 2024-03-11T18:10:07.814953+0000) 2024-03-11T18:10:10.589 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:10.161+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:26.374132+0000 front 2024-03-11T18:09:26.374092+0000 (oldest deadline 2024-03-11T18:09:52.274047+0000) 2024-03-11T18:10:10.589 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:10.161+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:37.575096+0000 front 2024-03-11T18:09:37.575088+0000 (oldest deadline 2024-03-11T18:10:00.475033+0000) 2024-03-11T18:10:10.589 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:10.161+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6822 osd.2 since back 2024-03-11T18:09:46.776977+0000 front 2024-03-11T18:09:46.776968+0000 (oldest deadline 2024-03-11T18:10:09.076828+0000) 2024-03-11T18:10:11.089 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:10.683+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.266198+0000 front 2024-03-11T18:09:28.266264+0000 (oldest deadline 2024-03-11T18:09:52.366186+0000) 2024-03-11T18:10:11.089 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:10.683+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:38.767549+0000 front 2024-03-11T18:09:38.767463+0000 (oldest deadline 2024-03-11T18:10:04.667491+0000) 2024-03-11T18:10:11.089 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:10 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:10.683+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6822 osd.2 since back 2024-03-11T18:09:45.768599+0000 front 2024-03-11T18:09:45.768536+0000 (oldest deadline 2024-03-11T18:10:09.268418+0000) 2024-03-11T18:10:11.589 INFO:journalctl@ceph.osd.5.smithi176.stdout:Mar 11 18:10:11 smithi176 bash[100357]: ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-5 2024-03-11T18:10:11.589 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:11.114+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:26.374132+0000 front 2024-03-11T18:09:26.374092+0000 (oldest deadline 2024-03-11T18:09:52.274047+0000) 2024-03-11T18:10:11.589 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:11.114+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:37.575096+0000 front 2024-03-11T18:09:37.575088+0000 (oldest deadline 2024-03-11T18:10:00.475033+0000) 2024-03-11T18:10:11.589 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:11.114+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6822 osd.2 since back 2024-03-11T18:09:46.776977+0000 front 2024-03-11T18:09:46.776968+0000 (oldest deadline 2024-03-11T18:10:09.076828+0000) 2024-03-11T18:10:11.995 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:11.721+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.266198+0000 front 2024-03-11T18:09:28.266264+0000 (oldest deadline 2024-03-11T18:09:52.366186+0000) 2024-03-11T18:10:11.996 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:11.721+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:38.767549+0000 front 2024-03-11T18:09:38.767463+0000 (oldest deadline 2024-03-11T18:10:04.667491+0000) 2024-03-11T18:10:11.996 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:11 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:11.721+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6822 osd.2 since back 2024-03-11T18:09:45.768599+0000 front 2024-03-11T18:09:45.768536+0000 (oldest deadline 2024-03-11T18:10:09.268418+0000) 2024-03-11T18:10:12.339 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:12 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:12.102+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:26.374132+0000 front 2024-03-11T18:09:26.374092+0000 (oldest deadline 2024-03-11T18:09:52.274047+0000) 2024-03-11T18:10:12.339 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:12 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:12.102+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:37.575096+0000 front 2024-03-11T18:09:37.575088+0000 (oldest deadline 2024-03-11T18:10:00.475033+0000) 2024-03-11T18:10:12.339 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:12 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:12.102+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6822 osd.2 since back 2024-03-11T18:09:46.776977+0000 front 2024-03-11T18:09:46.776968+0000 (oldest deadline 2024-03-11T18:10:09.076828+0000) 2024-03-11T18:10:12.886 DEBUG:teuthology.orchestra.run.smithi176:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@osd.5.service' 2024-03-11T18:10:12.926 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-11T18:10:12.926 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-03-11T18:10:12.926 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-03-11T18:10:12.926 DEBUG:teuthology.orchestra.run.smithi176:> sudo systemctl stop ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@osd.6 2024-03-11T18:10:13.056 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:12 smithi176 systemd[1]: Stopping Ceph osd.6 for cb5f33fe-dfcd-11ee-95c8-87774f69a715... 2024-03-11T18:10:13.057 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:12 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:12.771+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.266198+0000 front 2024-03-11T18:09:28.266264+0000 (oldest deadline 2024-03-11T18:09:52.366186+0000) 2024-03-11T18:10:13.057 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:12 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:12.771+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:38.767549+0000 front 2024-03-11T18:09:38.767463+0000 (oldest deadline 2024-03-11T18:10:04.667491+0000) 2024-03-11T18:10:13.057 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:12 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:12.771+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6822 osd.2 since back 2024-03-11T18:09:45.768599+0000 front 2024-03-11T18:09:45.768536+0000 (oldest deadline 2024-03-11T18:10:09.268418+0000) 2024-03-11T18:10:13.339 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:13.056+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:26.374132+0000 front 2024-03-11T18:09:26.374092+0000 (oldest deadline 2024-03-11T18:09:52.274047+0000) 2024-03-11T18:10:13.339 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:13.056+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:37.575096+0000 front 2024-03-11T18:09:37.575088+0000 (oldest deadline 2024-03-11T18:10:00.475033+0000) 2024-03-11T18:10:13.339 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:13.056+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6822 osd.2 since back 2024-03-11T18:09:46.776977+0000 front 2024-03-11T18:09:46.776968+0000 (oldest deadline 2024-03-11T18:10:09.076828+0000) 2024-03-11T18:10:13.339 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:13.236+0000 7f38202e3700 -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-03-11T18:10:13.339 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:13.236+0000 7f38202e3700 -1 osd.6 115 *** Got signal Terminated *** 2024-03-11T18:10:13.339 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:13.236+0000 7f38202e3700 -1 osd.6 115 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-11T18:10:14.028 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:13.746+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.266198+0000 front 2024-03-11T18:09:28.266264+0000 (oldest deadline 2024-03-11T18:09:52.366186+0000) 2024-03-11T18:10:14.028 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:13.746+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:38.767549+0000 front 2024-03-11T18:09:38.767463+0000 (oldest deadline 2024-03-11T18:10:04.667491+0000) 2024-03-11T18:10:14.028 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:13 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:13.746+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6822 osd.2 since back 2024-03-11T18:09:45.768599+0000 front 2024-03-11T18:09:45.768536+0000 (oldest deadline 2024-03-11T18:10:09.268418+0000) 2024-03-11T18:10:14.339 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:14 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:14.028+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:26.374132+0000 front 2024-03-11T18:09:26.374092+0000 (oldest deadline 2024-03-11T18:09:52.274047+0000) 2024-03-11T18:10:14.339 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:14 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:14.028+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:37.575096+0000 front 2024-03-11T18:09:37.575088+0000 (oldest deadline 2024-03-11T18:10:00.475033+0000) 2024-03-11T18:10:14.339 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:14 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:14.028+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6822 osd.2 since back 2024-03-11T18:09:46.776977+0000 front 2024-03-11T18:09:46.776968+0000 (oldest deadline 2024-03-11T18:10:09.076828+0000) 2024-03-11T18:10:15.070 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:14 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:14.754+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.266198+0000 front 2024-03-11T18:09:28.266264+0000 (oldest deadline 2024-03-11T18:09:52.366186+0000) 2024-03-11T18:10:15.071 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:14 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:14.754+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:38.767549+0000 front 2024-03-11T18:09:38.767463+0000 (oldest deadline 2024-03-11T18:10:04.667491+0000) 2024-03-11T18:10:15.071 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:14 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:14.754+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6822 osd.2 since back 2024-03-11T18:09:45.768599+0000 front 2024-03-11T18:09:45.768536+0000 (oldest deadline 2024-03-11T18:10:09.268418+0000) 2024-03-11T18:10:15.339 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:15.070+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:26.374132+0000 front 2024-03-11T18:09:26.374092+0000 (oldest deadline 2024-03-11T18:09:52.274047+0000) 2024-03-11T18:10:15.339 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:15.070+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:37.575096+0000 front 2024-03-11T18:09:37.575088+0000 (oldest deadline 2024-03-11T18:10:00.475033+0000) 2024-03-11T18:10:15.339 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:15.070+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6822 osd.2 since back 2024-03-11T18:09:46.776977+0000 front 2024-03-11T18:09:46.776968+0000 (oldest deadline 2024-03-11T18:10:09.076828+0000) 2024-03-11T18:10:16.089 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:15.789+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.266198+0000 front 2024-03-11T18:09:28.266264+0000 (oldest deadline 2024-03-11T18:09:52.366186+0000) 2024-03-11T18:10:16.089 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:15.789+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:38.767549+0000 front 2024-03-11T18:09:38.767463+0000 (oldest deadline 2024-03-11T18:10:04.667491+0000) 2024-03-11T18:10:16.089 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:15 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:15.789+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6822 osd.2 since back 2024-03-11T18:09:45.768599+0000 front 2024-03-11T18:09:45.768536+0000 (oldest deadline 2024-03-11T18:10:09.268418+0000) 2024-03-11T18:10:16.589 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:16 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:16.090+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:26.374132+0000 front 2024-03-11T18:09:26.374092+0000 (oldest deadline 2024-03-11T18:09:52.274047+0000) 2024-03-11T18:10:16.589 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:16 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:16.090+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:37.575096+0000 front 2024-03-11T18:09:37.575088+0000 (oldest deadline 2024-03-11T18:10:00.475033+0000) 2024-03-11T18:10:16.589 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:16 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:16.090+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6822 osd.2 since back 2024-03-11T18:09:46.776977+0000 front 2024-03-11T18:09:46.776968+0000 (oldest deadline 2024-03-11T18:10:09.076828+0000) 2024-03-11T18:10:17.089 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:16 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:16.820+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.266198+0000 front 2024-03-11T18:09:28.266264+0000 (oldest deadline 2024-03-11T18:09:52.366186+0000) 2024-03-11T18:10:17.089 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:16 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:16.820+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:38.767549+0000 front 2024-03-11T18:09:38.767463+0000 (oldest deadline 2024-03-11T18:10:04.667491+0000) 2024-03-11T18:10:17.089 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:16 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:16.820+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6822 osd.2 since back 2024-03-11T18:09:45.768599+0000 front 2024-03-11T18:09:45.768536+0000 (oldest deadline 2024-03-11T18:10:09.268418+0000) 2024-03-11T18:10:17.589 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:17 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:17.133+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:26.374132+0000 front 2024-03-11T18:09:26.374092+0000 (oldest deadline 2024-03-11T18:09:52.274047+0000) 2024-03-11T18:10:17.589 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:17 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:17.133+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:37.575096+0000 front 2024-03-11T18:09:37.575088+0000 (oldest deadline 2024-03-11T18:10:00.475033+0000) 2024-03-11T18:10:17.589 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:17 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:17.133+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6822 osd.2 since back 2024-03-11T18:09:46.776977+0000 front 2024-03-11T18:09:46.776968+0000 (oldest deadline 2024-03-11T18:10:09.076828+0000) 2024-03-11T18:10:18.089 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:17 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:17.788+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.266198+0000 front 2024-03-11T18:09:28.266264+0000 (oldest deadline 2024-03-11T18:09:52.366186+0000) 2024-03-11T18:10:18.089 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:17 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:17.788+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:38.767549+0000 front 2024-03-11T18:09:38.767463+0000 (oldest deadline 2024-03-11T18:10:04.667491+0000) 2024-03-11T18:10:18.089 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:17 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:17.788+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6822 osd.2 since back 2024-03-11T18:09:45.768599+0000 front 2024-03-11T18:09:45.768536+0000 (oldest deadline 2024-03-11T18:10:09.268418+0000) 2024-03-11T18:10:18.589 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:18.142+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:26.374132+0000 front 2024-03-11T18:09:26.374092+0000 (oldest deadline 2024-03-11T18:09:52.274047+0000) 2024-03-11T18:10:18.589 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:18.142+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:37.575096+0000 front 2024-03-11T18:09:37.575088+0000 (oldest deadline 2024-03-11T18:10:00.475033+0000) 2024-03-11T18:10:18.589 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6[79224]: 2024-03-11T18:10:18.142+0000 7f381c8d9700 -1 osd.6 115 heartbeat_check: no reply from 172.21.15.132:6822 osd.2 since back 2024-03-11T18:09:46.776977+0000 front 2024-03-11T18:09:46.776968+0000 (oldest deadline 2024-03-11T18:10:09.076828+0000) 2024-03-11T18:10:19.339 INFO:journalctl@ceph.osd.6.smithi176.stdout:Mar 11 18:10:19 smithi176 bash[100626]: ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-6 2024-03-11T18:10:19.339 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:18.789+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.266198+0000 front 2024-03-11T18:09:28.266264+0000 (oldest deadline 2024-03-11T18:09:52.366186+0000) 2024-03-11T18:10:19.339 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:18.789+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:38.767549+0000 front 2024-03-11T18:09:38.767463+0000 (oldest deadline 2024-03-11T18:10:04.667491+0000) 2024-03-11T18:10:19.339 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:18 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:18.789+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6822 osd.2 since back 2024-03-11T18:09:45.768599+0000 front 2024-03-11T18:09:45.768536+0000 (oldest deadline 2024-03-11T18:10:09.268418+0000) 2024-03-11T18:10:20.089 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:19.836+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.266198+0000 front 2024-03-11T18:09:28.266264+0000 (oldest deadline 2024-03-11T18:09:52.366186+0000) 2024-03-11T18:10:20.089 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:19.836+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:38.767549+0000 front 2024-03-11T18:09:38.767463+0000 (oldest deadline 2024-03-11T18:10:04.667491+0000) 2024-03-11T18:10:20.089 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:19 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:19.836+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6822 osd.2 since back 2024-03-11T18:09:45.768599+0000 front 2024-03-11T18:09:45.768536+0000 (oldest deadline 2024-03-11T18:10:09.268418+0000) 2024-03-11T18:10:20.678 DEBUG:teuthology.orchestra.run.smithi176:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@osd.6.service' 2024-03-11T18:10:20.719 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-11T18:10:20.719 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-03-11T18:10:20.719 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-03-11T18:10:20.719 DEBUG:teuthology.orchestra.run.smithi176:> sudo systemctl stop ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@osd.7 2024-03-11T18:10:21.012 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:20 smithi176 systemd[1]: Stopping Ceph osd.7 for cb5f33fe-dfcd-11ee-95c8-87774f69a715... 2024-03-11T18:10:21.012 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:20 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:20.865+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.266198+0000 front 2024-03-11T18:09:28.266264+0000 (oldest deadline 2024-03-11T18:09:52.366186+0000) 2024-03-11T18:10:21.012 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:20 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:20.865+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:38.767549+0000 front 2024-03-11T18:09:38.767463+0000 (oldest deadline 2024-03-11T18:10:04.667491+0000) 2024-03-11T18:10:21.012 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:20 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:20.865+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6822 osd.2 since back 2024-03-11T18:09:45.768599+0000 front 2024-03-11T18:09:45.768536+0000 (oldest deadline 2024-03-11T18:10:09.268418+0000) 2024-03-11T18:10:21.013 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:20 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:20.865+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6830 osd.3 since back 2024-03-11T18:09:54.569503+0000 front 2024-03-11T18:09:54.569465+0000 (oldest deadline 2024-03-11T18:10:19.869309+0000) 2024-03-11T18:10:21.013 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:21.012+0000 7f8146e75700 -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-03-11T18:10:21.013 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:21.012+0000 7f8146e75700 -1 osd.7 115 *** Got signal Terminated *** 2024-03-11T18:10:21.013 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:21.012+0000 7f8146e75700 -1 osd.7 115 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-11T18:10:22.089 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:21.820+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.266198+0000 front 2024-03-11T18:09:28.266264+0000 (oldest deadline 2024-03-11T18:09:52.366186+0000) 2024-03-11T18:10:22.089 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:21.820+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:38.767549+0000 front 2024-03-11T18:09:38.767463+0000 (oldest deadline 2024-03-11T18:10:04.667491+0000) 2024-03-11T18:10:22.089 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:21.820+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6822 osd.2 since back 2024-03-11T18:09:45.768599+0000 front 2024-03-11T18:09:45.768536+0000 (oldest deadline 2024-03-11T18:10:09.268418+0000) 2024-03-11T18:10:22.089 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:21 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:21.820+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6830 osd.3 since back 2024-03-11T18:09:54.569503+0000 front 2024-03-11T18:09:54.569465+0000 (oldest deadline 2024-03-11T18:10:19.869309+0000) 2024-03-11T18:10:23.339 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:22 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:22.851+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.266198+0000 front 2024-03-11T18:09:28.266264+0000 (oldest deadline 2024-03-11T18:09:52.366186+0000) 2024-03-11T18:10:23.339 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:22 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:22.851+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:38.767549+0000 front 2024-03-11T18:09:38.767463+0000 (oldest deadline 2024-03-11T18:10:04.667491+0000) 2024-03-11T18:10:23.339 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:22 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:22.851+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6822 osd.2 since back 2024-03-11T18:09:45.768599+0000 front 2024-03-11T18:09:45.768536+0000 (oldest deadline 2024-03-11T18:10:09.268418+0000) 2024-03-11T18:10:23.339 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:22 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:22.851+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6830 osd.3 since back 2024-03-11T18:09:54.569503+0000 front 2024-03-11T18:09:54.569465+0000 (oldest deadline 2024-03-11T18:10:19.869309+0000) 2024-03-11T18:10:24.339 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:23.874+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.266198+0000 front 2024-03-11T18:09:28.266264+0000 (oldest deadline 2024-03-11T18:09:52.366186+0000) 2024-03-11T18:10:24.339 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:23.874+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:38.767549+0000 front 2024-03-11T18:09:38.767463+0000 (oldest deadline 2024-03-11T18:10:04.667491+0000) 2024-03-11T18:10:24.339 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:23.874+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6822 osd.2 since back 2024-03-11T18:09:45.768599+0000 front 2024-03-11T18:09:45.768536+0000 (oldest deadline 2024-03-11T18:10:09.268418+0000) 2024-03-11T18:10:24.339 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:23 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:23.874+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6830 osd.3 since back 2024-03-11T18:09:54.569503+0000 front 2024-03-11T18:09:54.569465+0000 (oldest deadline 2024-03-11T18:10:19.869309+0000) 2024-03-11T18:10:25.339 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:24.886+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.266198+0000 front 2024-03-11T18:09:28.266264+0000 (oldest deadline 2024-03-11T18:09:52.366186+0000) 2024-03-11T18:10:25.339 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:24.886+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:38.767549+0000 front 2024-03-11T18:09:38.767463+0000 (oldest deadline 2024-03-11T18:10:04.667491+0000) 2024-03-11T18:10:25.339 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:24.886+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6822 osd.2 since back 2024-03-11T18:09:45.768599+0000 front 2024-03-11T18:09:45.768536+0000 (oldest deadline 2024-03-11T18:10:09.268418+0000) 2024-03-11T18:10:25.339 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:24 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:24.886+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6830 osd.3 since back 2024-03-11T18:09:54.569503+0000 front 2024-03-11T18:09:54.569465+0000 (oldest deadline 2024-03-11T18:10:19.869309+0000) 2024-03-11T18:10:26.339 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:25.898+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6806 osd.0 since back 2024-03-11T18:09:28.266198+0000 front 2024-03-11T18:09:28.266264+0000 (oldest deadline 2024-03-11T18:09:52.366186+0000) 2024-03-11T18:10:26.339 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:25.898+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6814 osd.1 since back 2024-03-11T18:09:38.767549+0000 front 2024-03-11T18:09:38.767463+0000 (oldest deadline 2024-03-11T18:10:04.667491+0000) 2024-03-11T18:10:26.339 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:25.898+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6822 osd.2 since back 2024-03-11T18:09:45.768599+0000 front 2024-03-11T18:09:45.768536+0000 (oldest deadline 2024-03-11T18:10:09.268418+0000) 2024-03-11T18:10:26.339 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:25 smithi176 ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7[81939]: 2024-03-11T18:10:25.898+0000 7f8140c66700 -1 osd.7 115 heartbeat_check: no reply from 172.21.15.132:6830 osd.3 since back 2024-03-11T18:09:54.569503+0000 front 2024-03-11T18:09:54.569465+0000 (oldest deadline 2024-03-11T18:10:19.869309+0000) 2024-03-11T18:10:27.089 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:26 smithi176 bash[100923]: ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715-osd-7 2024-03-11T18:10:28.514 DEBUG:teuthology.orchestra.run.smithi176:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@osd.7.service' 2024-03-11T18:10:28.541 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:28 smithi176 systemd[1]: ceph-cb5f33fe-dfcd-11ee-95c8-87774f69a715@osd.7.service: Succeeded. 2024-03-11T18:10:28.541 INFO:journalctl@ceph.osd.7.smithi176.stdout:Mar 11 18:10:28 smithi176 systemd[1]: Stopped Ceph osd.7 for cb5f33fe-dfcd-11ee-95c8-87774f69a715. 2024-03-11T18:10:28.555 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-11T18:10:28.555 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-03-11T18:10:28.555 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 --force --keep-logs 2024-03-11T18:13:26.636 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 --force --keep-logs 2024-03-11T18:13:43.926 DEBUG:teuthology.orchestra.run.smithi132:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-11T18:13:43.965 DEBUG:teuthology.orchestra.run.smithi176:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-11T18:13:43.996 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-11T18:13:43.999 DEBUG:teuthology.misc:Transferring archived files from smithi132:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/crash to /home/teuthworker/archive/adking-2024-03-11_17:13:18-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7591525/remote/smithi132/crash 2024-03-11T18:13:43.999 DEBUG:teuthology.orchestra.run.smithi132:> sudo tar c -f - -C /var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/crash -- . 2024-03-11T18:13:44.048 INFO:teuthology.orchestra.run.smithi132.stderr:tar: /var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/crash: Cannot open: No such file or directory 2024-03-11T18:13:44.048 INFO:teuthology.orchestra.run.smithi132.stderr:tar: Error is not recoverable: exiting now 2024-03-11T18:13:44.050 DEBUG:teuthology.misc:Transferring archived files from smithi176:/var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/crash to /home/teuthworker/archive/adking-2024-03-11_17:13:18-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7591525/remote/smithi176/crash 2024-03-11T18:13:44.051 DEBUG:teuthology.orchestra.run.smithi176:> sudo tar c -f - -C /var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/crash -- . 2024-03-11T18:13:44.095 INFO:teuthology.orchestra.run.smithi176.stderr:tar: /var/lib/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/crash: Cannot open: No such file or directory 2024-03-11T18:13:44.095 INFO:teuthology.orchestra.run.smithi176.stderr:tar: Error is not recoverable: exiting now 2024-03-11T18:13:44.097 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-11T18:13:44.097 DEBUG:teuthology.orchestra.run.smithi132:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-03-11T18:13:44.127 INFO:teuthology.orchestra.run.smithi132.stderr:grep: /var/log/ceph/cb5f33fe-dfcd-11ee-95c8-87774f69a715/ceph.log: No such file or directory 2024-03-11T18:13:44.128 INFO:tasks.cephadm:Compressing logs... 2024-03-11T18:13:44.129 DEBUG:teuthology.orchestra.run.smithi132:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-11T18:13:44.171 DEBUG:teuthology.orchestra.run.smithi176:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-11T18:13:44.198 INFO:teuthology.orchestra.run.smithi132.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-03-11T18:13:44.198 INFO:teuthology.orchestra.run.smithi176.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-03-11T18:14:18.010 INFO:tasks.cephadm:Archiving logs... 2024-03-11T18:14:18.010 DEBUG:teuthology.misc:Transferring archived files from smithi132:/var/log/ceph to /home/teuthworker/archive/adking-2024-03-11_17:13:18-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7591525/remote/smithi132/log 2024-03-11T18:14:18.011 DEBUG:teuthology.orchestra.run.smithi132:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-11T18:14:21.581 DEBUG:teuthology.misc:Transferring archived files from smithi176:/var/log/ceph to /home/teuthworker/archive/adking-2024-03-11_17:13:18-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7591525/remote/smithi176/log 2024-03-11T18:14:21.582 DEBUG:teuthology.orchestra.run.smithi176:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-11T18:14:25.627 INFO:tasks.cephadm:Removing cluster... 2024-03-11T18:14:25.627 DEBUG:teuthology.orchestra.run.smithi132:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 --force 2024-03-11T18:14:25.974 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid cb5f33fe-dfcd-11ee-95c8-87774f69a715 --force 2024-03-11T18:14:26.321 INFO:tasks.cephadm:Removing cephadm ... 2024-03-11T18:14:26.322 DEBUG:teuthology.orchestra.run.smithi132:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-11T18:14:26.340 DEBUG:teuthology.orchestra.run.smithi176:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-11T18:14:26.357 INFO:tasks.cephadm:Teardown complete 2024-03-11T18:14:26.358 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-11T18:14:26.369 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-11T18:14:26.369 DEBUG:teuthology.orchestra.run.smithi132:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-11T18:14:26.382 DEBUG:teuthology.orchestra.run.smithi176:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-11T18:14:26.396 INFO:teuthology.orchestra.run.smithi132.stderr:bash: ntpq: command not found 2024-03-11T18:14:26.400 INFO:teuthology.orchestra.run.smithi132.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-11T18:14:26.400 INFO:teuthology.orchestra.run.smithi132.stdout:=============================================================================== 2024-03-11T18:14:26.401 INFO:teuthology.orchestra.run.smithi132.stdout:^- hv01.front.sepia.ceph.com 2 6 377 1 -1221us[-1221us] +/- 187ms 2024-03-11T18:14:26.401 INFO:teuthology.orchestra.run.smithi132.stdout:^* hv02.front.sepia.ceph.com 3 6 377 62 -1503us[-1493us] +/- 68ms 2024-03-11T18:14:26.401 INFO:teuthology.orchestra.run.smithi132.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 4 +1493us[+1493us] +/- 69ms 2024-03-11T18:14:26.401 INFO:teuthology.orchestra.run.smithi132.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T18:14:26.414 INFO:teuthology.orchestra.run.smithi176.stderr:bash: ntpq: command not found 2024-03-11T18:14:26.418 INFO:teuthology.orchestra.run.smithi176.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-03-11T18:14:26.418 INFO:teuthology.orchestra.run.smithi176.stdout:=============================================================================== 2024-03-11T18:14:26.418 INFO:teuthology.orchestra.run.smithi176.stdout:^- hv01.front.sepia.ceph.com 2 6 377 5 -1187us[-1128us] +/- 187ms 2024-03-11T18:14:26.418 INFO:teuthology.orchestra.run.smithi176.stdout:^* hv02.front.sepia.ceph.com 3 6 377 2 -1482us[-1423us] +/- 69ms 2024-03-11T18:14:26.418 INFO:teuthology.orchestra.run.smithi176.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 64 +1515us[+1562us] +/- 68ms 2024-03-11T18:14:26.418 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-03-11T18:14:26.419 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-11T18:14:26.428 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-11T18:14:26.429 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-11T18:14:26.438 DEBUG:teuthology.orchestra.run.smithi132:> 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-03-11T18:14:26.510 DEBUG:teuthology.orchestra.run.smithi176:> 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-03-11T18:14:26.576 DEBUG:teuthology.orchestra.run.smithi132:> 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-03-11T18:14:26.605 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-11T18:14:26.606 DEBUG:teuthology.orchestra.run.smithi176:> 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-03-11T18:14:26.634 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-11T18:14:26.634 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-11T18:14:26.644 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-11T18:14:26.654 INFO:teuthology.task.internal:Duration was 2682.876748 seconds 2024-03-11T18:14:26.655 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-11T18:14:26.664 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-11T18:14:26.664 DEBUG:teuthology.orchestra.run.smithi132:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-11T18:14:26.666 DEBUG:teuthology.orchestra.run.smithi176:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-11T18:14:26.709 INFO:teuthology.orchestra.run.smithi132.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-11T18:14:26.721 INFO:teuthology.orchestra.run.smithi176.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-03-11T18:14:27.101 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-11T18:14:27.101 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi132.front.sepia.ceph.com 2024-03-11T18:14:27.101 DEBUG:teuthology.orchestra.run.smithi132:> 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-03-11T18:14:27.124 INFO:teuthology.orchestra.run.smithi132.stdout:2024-03-11T18:06:09.352228+00:00 smithi132 kernel: rcu: INFO: rcu_sched detected stalls on CPUs/tasks: 2024-03-11T18:14:27.124 ERROR:teuthology.task.internal.syslog:Error in syslog on ubuntu@smithi132.front.sepia.ceph.com: 2024-03-11T18:06:09.352228+00:00 smithi132 kernel: rcu: INFO: rcu_sched detected stalls on CPUs/tasks: 2024-03-11T18:14:27.124 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi176.front.sepia.ceph.com 2024-03-11T18:14:27.125 DEBUG:teuthology.orchestra.run.smithi176:> 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-03-11T18:14:27.147 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-11T18:14:27.147 DEBUG:teuthology.orchestra.run.smithi132:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-11T18:14:27.167 DEBUG:teuthology.orchestra.run.smithi176:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-11T18:14:27.246 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-11T18:14:27.246 DEBUG:teuthology.orchestra.run.smithi132:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-11T18:14:27.249 DEBUG:teuthology.orchestra.run.smithi176:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-11T18:14:27.436 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-11T18:14:27.448 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-11T18:14:27.448 DEBUG:teuthology.orchestra.run.smithi132:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-11T18:14:27.475 DEBUG:teuthology.orchestra.run.smithi176:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-11T18:14:27.501 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-11T18:14:27.512 DEBUG:teuthology.orchestra.run.smithi132:> 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-03-11T18:14:27.517 DEBUG:teuthology.orchestra.run.smithi176:> 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-03-11T18:14:27.541 INFO:teuthology.orchestra.run.smithi132.stdout:kernel.core_pattern = core 2024-03-11T18:14:27.568 INFO:teuthology.orchestra.run.smithi176.stdout:kernel.core_pattern = core 2024-03-11T18:14:27.592 DEBUG:teuthology.orchestra.run.smithi132:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-11T18:14:27.620 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-11T18:14:27.621 DEBUG:teuthology.orchestra.run.smithi176:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-11T18:14:27.648 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-11T18:14:27.649 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-11T18:14:27.660 INFO:teuthology.task.internal:Transferring archived files... 2024-03-11T18:14:27.661 DEBUG:teuthology.misc:Transferring archived files from smithi132:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-03-11_17:13:18-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7591525/remote/smithi132 2024-03-11T18:14:27.661 DEBUG:teuthology.orchestra.run.smithi132:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-11T18:14:27.707 DEBUG:teuthology.misc:Transferring archived files from smithi176:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-03-11_17:13:18-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7591525/remote/smithi176 2024-03-11T18:14:27.707 DEBUG:teuthology.orchestra.run.smithi176:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-11T18:14:27.749 INFO:teuthology.task.internal:Removing archive directory... 2024-03-11T18:14:27.749 DEBUG:teuthology.orchestra.run.smithi132:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-11T18:14:27.751 DEBUG:teuthology.orchestra.run.smithi176:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-11T18:14:27.799 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-11T18:14:27.812 INFO:teuthology.task.internal:Not uploading archives. 2024-03-11T18:14:27.812 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-11T18:14:27.822 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-11T18:14:27.822 DEBUG:teuthology.orchestra.run.smithi132:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-11T18:14:27.824 DEBUG:teuthology.orchestra.run.smithi176:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-11T18:14:27.839 INFO:teuthology.orchestra.run.smithi132.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 11 18:14 /home/ubuntu/cephtest 2024-03-11T18:14:27.857 INFO:teuthology.orchestra.run.smithi176.stdout: 526076 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 11 18:14 /home/ubuntu/cephtest 2024-03-11T18:14:27.858 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-11T18:14:27.870 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-11T18:14:27.894 INFO:teuthology.nuke:Checking targets against current locks 2024-03-11T18:14:27.918 DEBUG:teuthology.nuke:shortname: smithi132 2024-03-11T18:14:27.918 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-11T18:14:27.937 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi132.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-11_17:13:18-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7591525', '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-03-11 17:21:58.429517', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMcl0SMPtoOzrdw4JJk7IopzaNosHse5Q5dO+MuFum6OsbSMxgII/9RosUIDPzYJnKZqUK/d8688Qsx3dLsC4RA='} 2024-03-11T18:14:27.941 DEBUG:teuthology.nuke:shortname: smithi176 2024-03-11T18:14:27.942 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-11T18:14:27.963 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi176.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-11_17:13:18-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/7591525', '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-03-11 17:21:58.427725', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBKHTu4BUiMq4cHcnN4z92qFYhpb2oh7YQ8j+UC4K2cINB+zhiaDcz+1Y4aGQDmFcbdf+xQwcnbdn7a72ET2DKY='} 2024-03-11T18:14:27.995 INFO:teuthology.orchestra.console.smithi132:Power off 2024-03-11T18:14:27.996 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-11T18:14:28.021 DEBUG:teuthology.orchestra.console.smithi132:power off output: Chassis Power Control: Down/Off 2024-03-11T18:14:28.022 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-11T18:14:28.036 INFO:teuthology.orchestra.console.smithi176:Power off 2024-03-11T18:14:28.036 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-11T18:14:28.047 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is on 2024-03-11T18:14:28.057 DEBUG:teuthology.orchestra.console.smithi176:power off output: Chassis Power Control: Down/Off 2024-03-11T18:14:28.057 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-11T18:14:28.080 DEBUG:teuthology.orchestra.console.smithi176:check power output: Chassis Power is on 2024-03-11T18:14:32.048 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-11T18:14:32.081 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-11T18:14:32.162 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is on 2024-03-11T18:14:32.192 DEBUG:teuthology.orchestra.console.smithi176:check power output: Chassis Power is on 2024-03-11T18:14:36.166 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-11T18:14:36.193 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-11T18:14:36.278 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is on 2024-03-11T18:14:36.302 DEBUG:teuthology.orchestra.console.smithi176:check power output: Chassis Power is off 2024-03-11T18:14:36.403 INFO:teuthology.orchestra.console.smithi176:Power off completed 2024-03-11T18:14:40.282 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-11T18:14:40.392 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is off 2024-03-11T18:14:40.493 INFO:teuthology.orchestra.console.smithi132:Power off completed 2024-03-11T18:14:40.597 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: 2682.8767483234406 failure_reason: '''2024-03-11T18:06:09.352228+00:00 smithi132 kernel: rcu: INFO: rcu_sched detected stalls on CPUs/tasks: '' in syslog' owner: scheduled_adking@teuthology status: fail success: false 2024-03-11T18:14:40.598 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-11T18:14:40.685 INFO:teuthology.run:FAIL